<?xml
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom" 
>

<channel xml:lang="fr">
	<title>CENSUS</title>
	<link>https://census.psl.eu/</link>
	<description>CENSUS (CEntre pour les Nanosatellites en Sciences de l'UniverS) est le campus spatial de PSL.</description>
	<language>fr</language>
	<generator>SPIP - www.spip.net ESSAI</generator>
	<atom:link href="http://census.psl.eu/spip.php?id_rubrique=22&amp;page=backend" rel="self" type="application/rss+xml" />

	<image>
		<title>CENSUS</title>
		<url>http://census.psl.eu/sites/ceres/local/cache-vignettes/L144xH20/siteon0-a3a9c.jpg?1788281427</url>
		<link>https://census.psl.eu/</link>
		<height>20</height>
		<width>144</width>
	</image>



<item xml:lang="en">
		<title>Prototyping with DOCKS</title>
		<link>http://census.psl.eu/spip.php?rubrique29#prototypingwithdocks</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique29#prototypingwithdocks</guid>
		<dc:date>2024-06-06T16:53:06Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Boris Segret</dc:creator>



		<description>&lt;p&gt;Free computational tools to prototype space missions, including in deep space.&lt;/p&gt;

-
&lt;a href="http://census.psl.eu/spip.php?rubrique29" rel="directory"&gt;Methods and Resources&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;span class='spip_document_97 spip_documents spip_documents_left' style='float:left;'&gt;
&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L128xH128/cceres_docks3-e0bae.png?1788302887' width='128' height='128' alt=&#034;&#034; /&gt;&lt;/span&gt; DOCKS is an open-source software suite, licensed under GPL v2 (*), to help prototype a space mission &#034;profile&#034; in terms of trajectory and functinal mode strategy (pointing, power, data). All outputs fit with the free tool VTS (**) and the data can be reformatted for any other graphic engine. DOCKS is convenient in many contexts, including interplanetary, e.g. cruise or proximity operations at a celestial body with a complex gravitational field.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Main Features, as of 05/2024 Release:&lt;/strong&gt;&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; New Gitlab repository on our own servers: clic or scan the &#034;Code Now&#034; QR code.&lt;/li&gt;&lt;li&gt; DOCKS Propagator in version 6.5&lt;/li&gt;&lt;li&gt; DOCKS Intervisibility in version 4.3&lt;/li&gt;&lt;li&gt; Remote service: drag &amp; drop your setup on our server&lt;/li&gt;&lt;li&gt; (invisible for you but strategic) CI/CD&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;With &lt;strong&gt;DOCKS Propagator&lt;/strong&gt;, you setup initial conditions in a &lt;i&gt;.yaml&lt;/i&gt; file with the following options: extended and customzied dynamical model, SRP modeling with penumbre/umbra conditions, gravitational fields natively accepted as dot masses or spherical harmonics (customized models are possible), rotation matrices from tabulated or Spice formats, integrator RKF4(5), RKF5(6), RKF7(8), IAS15 with fixed or variable time-step. We report a thorough validation wrt. GMAT, FreeFlyer and TUDat. CPU was already improved and is our next focus. Warning: continuous propulsion was disabled for now.&lt;/p&gt;
&lt;p&gt;With &lt;strong&gt;DOCKS Intervisibility&lt;/strong&gt;, you setup your satellite's trajectory and designates the possible observed or hiding bodies and the ground stations. You get the events of eclipses, occultations and telecom passes as seen from your satellite. Throrough validation was performed wrt. data from actual space mission.&lt;/p&gt;
&lt;p&gt;With the &lt;strong&gt;Remote service&lt;/strong&gt; for DOCKS, no hassle of downloading or installation, just drop your configuration files right away. You are notified when your outputs are ready. How to get started remotely? Just send an email with [server] in the object line to &lt;a href=&#034;mailto:docks.contact@obspm.fr&#034; class=&#034;spip_mail&#034;&gt;docks.contact&lt;/a&gt;. You will be replied with a link to your private folder on our server and a README file in it.&lt;/p&gt;
&lt;p&gt;&lt;span class='spip_document_98 spip_documents spip_documents_center'&gt;
&lt;a href=&#034;https://gitlab.obspm.fr/public_docks/&#034; class=&#034;spip_out&#034;&gt;&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH500/docks_home-ac0e9.jpg?1788302887' width='500' height='500' alt=&#034;&#034; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is CI/CD?&lt;/strong&gt; You can't see it but this is very well known in the IT domain and, now, we have adopted CI/CD for DOCKS. &#034;CI&#034; stands for Continous Integration: each time we modify DOCKS code, the new version goes through a series of tests to make sure that the results are still meaningful, without any regression since the last release. Each new feature adds new specific tests in the &#034;CI&#034; pipeline. Our tests cover user interface as well as the scientific value of the results. &#034;CD&#034; stands for Continuous Deployment: internally, when we feel ready to publish the new release, the new version is deployed into the Remote Service and to the public Gitlab.&lt;/p&gt;
&lt;p&gt;You can also take part in the development of DOCKS with new features or by testing and sending us your opinions. Here are our ideas for future features:&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; Continous propulsion, in the Propagator, needs reactivation with pointing strategies and thorough validation &amp; benchmarking.&lt;/li&gt;&lt;li&gt; Examples of complex gravitational models in the Propagator are welcome (e.g. mass distribution).&lt;/li&gt;&lt;li&gt; Pointing strategies are welcome (next release will include a first set)&lt;/li&gt;&lt;li&gt; Power estimate is disabled for now and needs debug and thorough validation.&lt;/li&gt;&lt;li&gt; &lt;strong&gt;CONIC&lt;/strong&gt;: Generate an ephemeris of positions for a Keplerian orbit produced in plano-centric ICRS or another known frame (SSB-centric or Heliocentric, ICRS or true Ecliptic).&lt;/li&gt;&lt;li&gt; Intervisibility could be augmented with &#034;modeled horizon&#034; (varying elevation as a function of azimuth)&lt;/li&gt;&lt;li&gt; Data-volume estimate would be welcom, associated with TT&amp;C strategies.&lt;/li&gt;&lt;li&gt; &lt;strong&gt;ADCS&lt;/strong&gt; is a future, critical and complex feature, we're working on it and may need help.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Contributors&lt;/strong&gt;: &lt;i&gt;we would like to thank the authors of the embedded libraries (*), of Celestia, of VTS and STELA at CNES, of pyKEP at ESA, of SPICE/NAIF at JPL; Co-authors of DOCKS at CENSUS over the years: Audrey Porquet, Hao-Chih Jim Lin, Thomas Gascard, Nima Traore, Zacharie Barrou-Dumont, Guillaume Thebault, Nicolas Bochard, Florian Jousseaume, Aurore Boineau, La&#235;titia Lebec, Claire Castell, Edouard Leicht, Gary Quinsac, S&#233;bastien Durand, Janis Dalbins, Tim Glasius, Gr&#233;goire Henry, Thibault Delrieu, Julien Bouet, Harshul Sharma, Rashika Jain, Elias Mazmouz, Feliu Lacreu, Pedro da Fonseca, Thuy Linh La, Tomas Trindade Nunes, Guillaume Bachelier, Boris Segret.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;(*) the text of the GPL v2 license is provided within the code. Libraries from various origins may also be included: Numpy, AstroPy, Poliastro, PyQuaternion, Quaternion, AstroQuery, pyKEP, Scipy and SpiceyPy.&lt;/p&gt;
&lt;p&gt;(**) all outputs comply with CCSDS format, to get displayed with &lt;a href=&#034;https://timeloop.fr/vts/&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;VTS&lt;/a&gt; for instance. VTS is a free &#034;Visualization Tool for Space data&#034; by CNES (French space agency) that also includes the famous CELESTIA free 3D engine.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>BIRDY-T</title>
		<link>http://census.psl.eu/spip.php?rubrique36#birdyt</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique36#birdyt</guid>
		<dc:date>2021-01-28T12:26:06Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Boris Segret</dc:creator>



		<description>
&lt;p&gt;CENSUS has supported the project BIRDY-T by l'IMCCE since 2014 (merge of the projects QBDIM and BIRDY). Suggested support: Phase 0 studies for 2 mission concepts (Cruise and ProxOps) supervision and co-supervision of internships and PhDs Engineering and Project Management support for a Radio-Frequency Test Bench Parametric modeling of 2 mission profiles (MBSE approach) Concurrent engineering campaigns at our PROMESS Plateau &lt;br class='autobr' /&gt;
Contact: Daniel Hestroffer (IMCCE)
&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique36" rel="directory"&gt;Projects&lt;/a&gt;


		</description>


 <content:encoded>&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L149xH150/arton272-2d69d.png?1788981632' class='spip_logo spip_logo_right' width='149' height='150' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;span class='spip_document_118 spip_documents spip_documents_left' style='float:left;'&gt;
&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L250xH251/birdy_t_small-468c6.png?1788453832' width='250' height='251' alt=&#034;&#034; /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;CENSUS has supported the project BIRDY-T by l'IMCCE since 2014 (merge of the projects QBDIM and BIRDY). Suggested support:&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; Phase 0 studies for 2 mission concepts (Cruise and ProxOps)&lt;/li&gt;&lt;li&gt; supervision and co-supervision of internships and PhDs&lt;/li&gt;&lt;li&gt; Engineering and Project Management support for a Radio-Frequency Test Bench&lt;/li&gt;&lt;li&gt; Parametric modeling of 2 mission profiles (MBSE approach)&lt;/li&gt;&lt;li&gt; Concurrent engineering campaigns at our PROMESS Plateau&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Contact: Daniel Hestroffer (IMCCE)&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>NOIRE</title>
		<link>http://census.psl.eu/spip.php?rubrique36#noire</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique36#noire</guid>
		<dc:date>2021-01-28T12:12:28Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Boris Segret</dc:creator>



		<description>
&lt;p&gt;CENSUS has supported the NOIRE study by LESIA since 2015. Suggested support: preliminary assumptions for a cis-lunar mission concept with a swarm of nanosatellites support in the PASO study by CNES co-supervision of internship and PhD &lt;br class='autobr' /&gt;
Contact: Baptiste Cecconi
&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique36" rel="directory"&gt;Projects&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;CENSUS has supported the NOIRE study by LESIA since 2015. Suggested support:&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; preliminary assumptions for a cis-lunar mission concept with a swarm of nanosatellites&lt;/li&gt;&lt;li&gt; support in the PASO study by CNES&lt;/li&gt;&lt;li&gt; co-supervision of internship and PhD&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Contact: Baptiste Cecconi&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>TERACUBE</title>
		<link>http://census.psl.eu/spip.php?rubrique36#teracube</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique36#teracube</guid>
		<dc:date>2021-01-28T12:05:42Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Boris Segret</dc:creator>



		<description>
&lt;p&gt;CENSUS has supported the project TERACUBE by LERMA since 2019. Suggested support: preliminary assessment for a nanosatellite mission co-supervision of an internship &lt;br class='autobr' /&gt;
Contact: Jeanne Treuttel (LERMA)
&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique36" rel="directory"&gt;Projects&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;CENSUS has supported the project TERACUBE by LERMA since 2019. Suggested support:&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; preliminary assessment for a nanosatellite mission&lt;/li&gt;&lt;li&gt; co-supervision of an internship&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Contact: Jeanne Treuttel (LERMA)&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>CASSTOR</title>
		<link>http://census.psl.eu/spip.php?rubrique36#casstor</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique36#casstor</guid>
		<dc:date>2021-01-28T11:58:53Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Boris Segret</dc:creator>



		<description>
&lt;p&gt;CENSUS has supported the project CASSTOR by LESIA since 2020 : parametric modeling of the mission profile (MBSE approach) support in System Engineering during the PASO study by CNES co-supervision of an internship &lt;br class='autobr' /&gt;
Contact : Coralie Neiner
&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique36" rel="directory"&gt;Projects&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;CENSUS has supported the project CASSTOR by LESIA since 2020 :&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; parametric modeling of the mission profile (MBSE approach)&lt;/li&gt;&lt;li&gt; support in System Engineering during the PASO study by CNES&lt;/li&gt;&lt;li&gt; co-supervision of an internship&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Contact : Coralie Neiner&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>CURE</title>
		<link>http://census.psl.eu/spip.php?rubrique36#cure</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique36#cure</guid>
		<dc:date>2021-01-28T11:51:06Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Boris Segret</dc:creator>



		<description>
&lt;p&gt;CENSUS has supported the project CURE by LESIA since 2018: modeling the mission profile (MBSE approach) support in the scientific coverage analysis concurrent engineering campaigns at our PROMESS Plateau &lt;br class='autobr' /&gt;
Contact: Vincent Coud&#233; du Foresto
&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique36" rel="directory"&gt;Projects&lt;/a&gt;


		</description>


 <content:encoded>&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L150xH69/arton255-4a9ed.png?1788981632' class='spip_logo spip_logo_right' width='150' height='69' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;span class='spip_document_120 spip_documents spip_documents_left' style='float:left;'&gt;
&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L300xH300/cure_small-82521.png?1788282332' width='300' height='300' alt=&#034;&#034; /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;CENSUS has supported the project CURE by LESIA since 2018:&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; modeling the mission profile (MBSE approach)&lt;/li&gt;&lt;li&gt; support in the scientific coverage analysis&lt;/li&gt;&lt;li&gt; concurrent engineering campaigns at our PROMESS Plateau&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Contact: Vincent Coud&#233; du Foresto&lt;br class='autobr' /&gt;
(website not available)&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>TestPOD 3U</title>
		<link>http://census.psl.eu/spip.php?rubrique29#testpod3u</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique29#testpod3u</guid>
		<dc:date>2017-10-31T10:09:10Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Maarten Roos</dc:creator>



		<description>
&lt;p&gt;A TestPOD makes it possible to test a CubeSat under vibration and shock in order to qualify it for launch. Using a TestPOD it can be made sure that the CubeSat meets the dimensional constraints of the standard deployer. In addition the TestPOD is used for SimEnOm tank thermal tests. Our TestPOD 3U is suitable for the qualification of 1U, 2U and 3U CubeSats. It was designed and offered by our partner NCKU in Taiwan. One original feature is that it has a Quasi-Dynamic internal Rail System (&#8230;)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique29" rel="directory"&gt;Methods and Resources&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;A TestPOD makes it possible to test a CubeSat under vibration and shock in order to qualify it for launch. Using a TestPOD it can be made sure that the CubeSat meets the dimensional constraints of the standard deployer. In addition the TestPOD is used for SimEnOm tank thermal tests.&lt;br class='autobr' /&gt;
&lt;span class='spip_document_87 spip_documents spip_documents_center'&gt;
&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH160/testpod_pit-e90be.jpg?1788929713' width='500' height='160' alt=&#034;&#034; /&gt;&lt;/span&gt;&lt;br class='autobr' /&gt;
Our TestPOD 3U is suitable for the qualification of 1U, 2U and 3U CubeSats. It was designed and offered by our partner NCKU in Taiwan. One original feature is that it has a Quasi-Dynamic internal Rail System (QDRS) that compensates for play of some deployers (Nanoracks). With a custom-made interface plate it can be attached to the vibrating table of the Integration and Testing Platform (ITP) at the Saint-Quentin-en-Yvelines Observatory. Other interface plates may be made if necessary. A test campaign at the ITP in March 2017 allowed to characterize in detail its vibrational behaviour.&lt;br class='autobr' /&gt;
&lt;span class='spip_document_88 spip_documents spip_documents_center'&gt;
&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH281/picsat-montage_testpod_small-6dc87.jpg?1788929713' width='500' height='281' alt=&#034;&#034; /&gt;&lt;/span&gt;&lt;br class='autobr' /&gt;
We also used the TestPOD for vacuum testing and thermal cycling of the flight model of the &lt;a href='http://census.psl.eu/spip.php?rubrique36#archivepicsat' class=&#034;spip_in&#034;&gt;PICSAT&lt;/a&gt; nanosat, supported by ESEP and due for launch in December 2017. For this purpose a new interface board dedicated to the LESIA &lt;a href=&#034;http://lesia.obspm.fr/La-cuve-SimEnOm.html&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;SimEnom&lt;/a&gt; tank was made, the TestPOD was cleaned, opened up, and any grease was removed. The tests were done continuously for six days in August 2017. PICSAT passed the test in good health and the TestPOD was very appreciated!&lt;/p&gt;
&lt;p&gt;The TestPOD is now operational for CubeSats both for ITP vibration testing and for thermal vacuum testing at the SimEnOm tank.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>The PROMESS Room</title>
		<link>http://census.psl.eu/spip.php?rubrique29#thepromessroom</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique29#thepromessroom</guid>
		<dc:date>2017-10-30T19:35:21Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Maarten Roos</dc:creator>



		<description>
&lt;p&gt;PROMESS is both a pedagogical an engineering environment. The acronym in French translates as &#034;Mission Profils and Education in Space Science&#034;. In its educational setup, PROMESS was delivered to the UFE at the start of the 2016 academic year. Since 2017 it has also been used for CENSUS concurrent engineering campaigns. &lt;br class='autobr' /&gt;
In the engineering configuration, a project team is typically invited for a five-day campaign, alternating plenary Concurrent Engineering sessions with modeling sessions (&#8230;)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique29" rel="directory"&gt;Methods and Resources&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;PROMESS is both a pedagogical an engineering environment. The acronym in French translates as &#034;Mission Profils and Education in Space Science&#034;. In its educational setup, PROMESS was &lt;a href='http://census.psl.eu/spip.php? Heading9 # archivesallepromesslivraisonpayment'&gt;delivered to the UFE&lt;/a&gt; at the start of the 2016 academic year. Since 2017 it has also been used for CENSUS concurrent engineering campaigns.&lt;/p&gt;
&lt;p&gt;In the engineering configuration, a project team is typically invited for a five-day campaign, alternating plenary Concurrent Engineering sessions with modeling sessions (Model-Based System Engineering, MBSE). The goal is typically to explore the Trade Space of the mission concept in the aim of increasing its &#034;Concept Maturity Level&#034; (CML).&lt;/p&gt;
&lt;div style=&#034;position:relative;padding-bottom:56.25%;padding-top:10px;height:0;overflow:hidden;&#034;&gt;&lt;iframe src=&#034;https://www.canal-u.tv/video/lesia/embed.1/the_esep_promess_room.36877?width=100%&amp;height=100%&#034; style=&#034;position:absolute;top:0;left:0;width:100%;height: 100%;&#034; width=&#034;550&#034; height=&#034;306&#034; frameborder=&#034;0&#034; allowfullscreen scrolling=&#034;no&#034;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;p&gt;&lt;span class='spip_document_89 spip_documents spip_documents_center'&gt;
&lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH182/montage_promess-0949b.jpg?1788929713' width='500' height='182' alt=&#034;&#034; /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;center&gt;The PROMESS room during the BIRDY-1 campaign in 2017 (g.&#224; dr.: N.Bochard M1 student, G.Quinsac PSL PhD student, B.Segret PROMESS tutor, M.Agnan project lead)&lt;/center&gt;&lt;br&gt;
&lt;p&gt;Supported by the CENSUS team, the project manager schedules the sessions according to the priorities and the maturity of the project. A team is built for the campaign, possibly with experts in space engineering. The science case and the mission profile are examined through the use of sizing models, available or developed and fine tuned between sessions. The &lt;a href='http://census.psl.eu/spip.php?rubrique29#prototypingwithdocks'&gt;software suite DOCKS&lt;/a&gt; is intensively used to interface all the models, including those made by participants with their own tools, and make them displayed by VTS, the CNES free software. Models are shared and organised in a Cloud within the team.&lt;/p&gt;
&lt;p&gt;The sessions cover all the key components of a space mission project: manifest, science case, high-level specifications, concepts of observations and operations, subsystem build-up, system budgets, risk analysis. The process is inspired by the &#034;SPIRAL model&#034; made popular by ESA's CDF as a guideline.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>Ecosystem</title>
		<link>http://census.psl.eu/spip.php?rubrique22#ecosystem</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique22#ecosystem</guid>
		<dc:date>2017-10-30T19:08:22Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Maarten Roos</dc:creator>



		<description>
&lt;p&gt;Sign-up for the newsletter or the feed RSS &lt;br class='autobr' /&gt;
The tasks involved in developing a nanosatelitte can be quite overwhelming. CENSUS is an ecosystem of tools, designed to help share experiences between space project teams. CENSUS offers a framework to support project teams with tasks ranging from mission analysis to the drawing, up to the development plan and the preparation for review. If necessary, experts from our space laboratories are asked to accompany the project at given times. In this (&#8230;)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique22" rel="directory"&gt;Project Incubator&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;a href='http://census.psl.eu/spip.php?page=newsletter'&gt;Sign-up&lt;/a&gt; for the newsletter or the feed &lt;a href='http://census.psl.eu/spip.php?page=backend'&gt;RSS&lt;/a&gt;&lt;/p&gt;
&lt;!-- section carroussel portraits --&gt; &lt;div class=&#034;row-fluid&#034;&gt; &lt;div class=&#034;span2&#034;&gt;&lt;div class=&#034;&#034;&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class=&#034;span8&#034;&gt; &lt;div class=&#034;slick_comicstrip&#034; style=&#034;background-color:white; border-style: solid; border-width: 1px;&#034;&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-1'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case1_carrousel-416db.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-2'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case2_carrousel-41003.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-3'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case3_carrousel-904cc.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-4'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case4_carrousel-ff7aa.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-5'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case5_carrousel-6563c.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-6'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case6_carrousel-1ddb4.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-7'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case7_carrousel-b3817.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-8'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case8_carrousel-61fae.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-9'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case9_carrousel-9b0d0.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-10'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case10_carrousel-0be85.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-11'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case11_carrousel-2d99c.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;div style=&#034;background-color:none; margin:20px; padding:10px; border-style: none; border-width: 1px;&#034; id='example-12'&gt; &lt;img src='http://census.psl.eu/sites/ceres/local/cache-vignettes/L500xH425/case12_carrousel-209a2.jpg?1788929713' width='500' height='425' /&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#034;span2&#034;&gt;&lt;div class=&#034;&#034;&gt;&lt;/div&gt;&lt;/div&gt; &lt;/div&gt; &lt;br/&gt; &lt;style&gt;
.slick-dots { bottom: -20px; left:-30px;
}
.slick-slide { background-color:transparent;
&lt;/style&gt; &lt;div class=&#034;base64javascript12117775896ab1157c992f13.04363851&#034; title=&#034;PHNjcmlwdD4KCgokKCcuc2xpY2tfY29taWNzdHJpcCcpLm9uKCdpbml0JywgZnVuY3Rpb24oZXZlbnQsIHNsaWNrKXsKY29uc29sZS5sb2coJ3NsaWRlciBpbml0aWFsaXPDqScpOwp9KTsKCi8vIE9uIHN3aXBlIGV2ZW50CiQoJy5zbGlja19jb21pY3N0cmlwJykub24oJ3N3aXBlJywgZnVuY3Rpb24oZXZlbnQsIHNsaWNrLCBkaXJlY3Rpb24pewogIGNvbnNvbGUubG9nKGRpcmVjdGlvbik7CiAgCn0pOwoKJCgnLnNsaWNrX2NvbWljc3RyaXAnKS5zbGljayh7CiAgICBzbGlkZXNUb1Nob3c6IDEsCiAgICBzbGlkZXNUb1Njcm9sbDogMSwKICAgIAogICAJcmVzcG9uc2l2ZTogWwogICAgCiAgICB7CiAgICAgIGJyZWFrcG9pbnQ6IDQ4MCwKICAgICAgc2V0dGluZ3M6IHsKICAgICAgICBzbGlkZXNUb1Nob3c6IDEsCiAgICAgICAgc2xpZGVzVG9TY3JvbGw6IDEKICAgICAgfQogICAgfV0sCiAgICAKICAgIGRvdHM6IHRydWUsCiAgICBhcnJvd3M6IGZhbHNlLAogICAgaW5maW5pdGU6IHRydWUsCiAgICBlYXNpbmc6ICdzd2luZycsCiAgICBzcGVlZDogMzAwLAogICAgYXV0b3BsYXk6IGZhbHNlCn0pOwoKCgo8L3NjcmlwdD4=&#034;&gt;&lt;/div&gt;
&lt;p&gt;The tasks involved in developing a nanosatelitte can be quite overwhelming. CENSUS is an ecosystem of tools, designed to help share experiences between space project teams. CENSUS offers a framework to support project teams with tasks ranging from mission analysis to the drawing, up to the development plan and the preparation for &lt;a href='http://census.psl.eu/spip.php?rubrique28#review' class=&#034;spip_in&#034;&gt;review&lt;/a&gt;. If necessary, experts from our space laboratories are asked to accompany the project at given times. In this way inter-project dialogue is encouraged and facilitated.&lt;/p&gt;
&lt;p&gt;The sum of all project teams is a community of professionals and students and, more broadly, an academic and industrial network. Students often experiment with their first professional network. Professionals are offered a dynamic way to keep track of the latest news, as well as a pool of potential partners in the fast evolving and innovative CubeSats business.&lt;/p&gt;
&lt;p&gt;Traditional tools of space engineering are organized through the so-called DOCKS interface, which facilitates the handling of newcomers. Tools and facilities are assembled to conduct the tests and integration. A UHF/VHF ground station allows flight operations with Low Earth Orbit missions. In the nearby future mission reconstruction in terms of engineering will be possible: from the collected flight data (orbits, &lt;a href='http://census.psl.eu/spip.php?rubrique28#attitude' class=&#034;spip_in&#034;&gt;attitude control&lt;/a&gt;, systems diagnoses or &#034;house keeping&#034;), it becomes possible to reproduce and explain the normal or abnormal course of a mission and extract experience feedback.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>Methods &amp; Tools</title>
		<link>http://census.psl.eu/spip.php?rubrique22#methodstools</link>
		<guid isPermaLink="true">http://census.psl.eu/spip.php?rubrique22#methodstools</guid>
		<dc:date>2017-10-30T18:44:30Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Maarten Roos</dc:creator>



		<description>
&lt;p&gt;R&#233;sum&#233; du Tableau Expertise Engineering Tools Installation Project Review System Electronics Space thermal Mechanics Optics Space mechanics Software Mission analysis DOCKS Prototyping IDM-CIC (Cnes) VTS (Cnes) Organisation AGILE Workspace with extranet TestPOD 3U Training kit Flatsat BRAHMS bench(Cnes) Air pillow platform PROMESS Room Thermal cyclying and outgassing (Lesia) Plasma tank (Onera)&lt;/p&gt;


-
&lt;a href="http://census.psl.eu/spip.php?rubrique22" rel="directory"&gt;Project Incubator&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;table class=&#034;table spip&#034; aria-describedby=&#034;dby3a53&#034;&gt;
&lt;caption id=&#034;dby3a53&#034; class=&#034;summary offscreen&#034;&gt;&lt;small&gt;R&#233;sum&#233; du Tableau&lt;/small&gt;&lt;/caption&gt;
&lt;thead&gt;&lt;tr class='row_first'&gt;&lt;th id='id3a53_c0'&gt; Expertise &lt;/th&gt;&lt;th id='id3a53_c1'&gt; Engineering &lt;/th&gt;&lt;th id='id3a53_c2'&gt; Tools &lt;/th&gt;&lt;th id='id3a53_c3'&gt; Installation &lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td headers='id3a53_c0'&gt;Project Review&lt;br/&gt; System &lt;br/&gt; Electronics &lt;br/&gt; Space thermal &lt;br/&gt; Mechanics &lt;br/&gt; Optics &lt;br/&gt; Space mechanics &lt;br/&gt; Software&lt;/td&gt;
&lt;td headers='id3a53_c1'&gt;Mission analysis &lt;br/&gt; &lt;a href='http://census.psl.eu/spip.php?rubrique29#archiveprototypingwithdocks' class=&#034;spip_in&#034;&gt;DOCKS Prototyping&lt;/a&gt; &lt;br/&gt; IDM-CIC (Cnes) &lt;br/&gt; VTS (Cnes) &lt;br/&gt; Organisation AGILE &lt;br/&gt; Workspace with extranet&lt;/td&gt;
&lt;td headers='id3a53_c2'&gt;&lt;a href='http://census.psl.eu/spip.php?rubrique29#testpod3u' class=&#034;spip_in&#034;&gt;TestPOD 3U&lt;/a&gt; &lt;br/&gt; Training kit &lt;br/&gt; Flatsat &lt;br/&gt; BRAHMS bench(Cnes) &lt;br/&gt; Air pillow platform&lt;/td&gt;
&lt;td headers='id3a53_c3'&gt;&lt;a href='http://census.psl.eu/spip.php?rubrique29#thepromessroom' class=&#034;spip_in&#034;&gt;PROMESS Room&lt;/a&gt; &lt;br/&gt; Thermal cyclying and outgassing (Lesia) &lt;br/&gt; Plasma tank (Onera)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



</channel>

</rss>
