    
<style>
.vr-timeline {
	width:100%;
	position:relative;
}
.vr-timeline .vr-arrow {
	position:absolute;
	z-index:10;
	width:0;
	height:100%;
	border-right:3px dashed #555;
	margin-left:5.5%;
}
.vr-timeline .vr-arrow:after {
	bottom:100%;
	left:1px;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(0, 0, 0, 0);
	border-bottom-color:#555;
	border-width:10px;
	margin-left:-10px;
}
.vr-timeline .vr-content {
	position:relative;
	z-index:11;
}
.vr-timeline .vr-mission {
	padding-top:120px;
}
.vr-timeline .vr-mission-date {
	display:table;
	float:left;
	height:50px;
	width:11%;
	font-size:20px;
	background-color:#fff;
	color:#263487;
	text-align:center;
	margin-right:2%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border:1px solid #ccc;
}
.vr-timeline .vr-mission-date .padd {
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;
}
.vr-timeline .vr-mission-title {
	display:table;
	float:left;
	height:65px;
	width:30%;
	background-color:#ffffff;
	border: 1px solid #ccc;
	text-align:left;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	padding:10px;
}
.vr-timeline .vr-mission-title p {
	font-size:15px !important;
	line-height:1.3 !important;
}
.vr-timeline .vr-mission-title a {
	opacity:.6;
}
.vr-timeline .vr-mission-title a:hover {
	opacity:1;
}
.vr-timeline .vr-mission-title a img {
	width:20px; padding-top: 5px;
}
.vr-timeline .vr-mission-title .padd {
	display:table-cell;
	vertical-align:middle;
	padding:0 10px;
}
.vr-timeline .vr-mission-title h4 {
	color:#263487;
}

    
.vr-timeline .vr-companies {
	margin-left:20%;
	border-left:2px solid #CCC;
}
.vr-timeline .vr-companies:after {
	content:" ";
	height:84px;
	width:2px;
	background-color:#CCC;
	position:absolute;
	pointer-events:none;
	left:20%;
}
.vr-timeline .vr-company {
	display:table;
	float:left;
	height:65px;
	width:30%;
	margin-left:6.1%;
	margin-top:25px;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border: 1px solid #CCC;
	background-color:#ffffff;
}
.vr-timeline .vr-company .vr-titlebar {
	display: table;
    width: 100%;
	border-top: 1px solid #CCC;
	background:#fff;
}
.vr-timeline .vr-company .vr-titlebar h6 {
	display:table-cell;
	text-align:left;
	padding: 5px 10px 6px 10px;
	/*font-weight:bold;*/
	color:#767a8d !important;
	letter-spacing:normal !important;
	font-size:16px !important;
}
.vr-timeline .vr-company .vr-titlebar a {
	display:table-cell;
	border-left:1px solid #CCC;
	opacity:.6;
	width:35px;
}
.vr-timeline .vr-company .vr-titlebar a:hover {
	opacity:1;
}
.vr-timeline .vr-company .vr-titlebar a img {
	width:20px;
}
.vr-timeline .vr-company:before {
	content:" ";
	height:2px;
	width:5%;
	background-color:#CCC;
	position:absolute;
	pointer-events:none;
	margin-top: 58px;
    left: 20%;
}
.vr-timeline .vr-company .padd {
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;
}
.vr-timeline .vr-projects {
	float:left;
	width:30%;
	margin-top:25px;
	margin-left:2%;
}
.vr-timeline .vr-project {
	display:table;
	width:100%;
	margin-top:25px;
	background-color:#263487;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
}
.vr-timeline .vr-project:first-child {
	margin-top:0;
}
.vr-timeline .vr-project .vr-titlebar {
	display: table;
    width: 100%;
}
.vr-timeline .vr-project .vr-titlebar h6 {
	display:table-cell;
	text-align:left;
	padding: 6px 10px 5px 10px;
	/*font-weight:bold;*/
	color:#ffffff !important;
	letter-spacing:normal !important;
	font-size:16px !important;
}
.vr-timeline .vr-project .vr-titlebar a {
	display:table-cell;
	border-left:1px solid #FFF;
	opacity:.6;
	width:35px;
	background:#fff;
}
.vr-timeline .vr-project .vr-titlebar a:hover {
	opacity:1;
}
.vr-timeline .vr-project .vr-titlebar a img {
	width:20px;
}


.vr-timeline .vr-popup {
	display:none;
	position:absolute;
	width:23%;
	right:0;
	top:0;
	min-height:66px;
	border:1px solid #CCC;
	background-color:#FFF;
	text-align:left;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	z-index:11;
}
.vr-timeline .vr-popup .close {
	position:absolute;
	right:5px;
	top:5px;
}
.vr-timeline .vr-popup .close:after {
	display:block;
	content:"x";
	display: block;
    content: "x";
    width: 25px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 5px;
    background-color: #FFF;
    border: 1px solid #555;
    border-radius: 3px;
}
.vr-timeline .vr-popup .padd {
	padding:15px;
}
.vr-timeline .vr-popup:after, .vr-timeline .vr-popup:before {
	right:100%;
	top:16px;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
.vr-timeline .vr-popup:after {
	border-color:rgba(255, 255, 255, 0);
	border-right-color:#FFF;
	border-width:10px;
	margin-top:-10px;
}
.vr-timeline .vr-popup:before {
	border-color:rgba(170, 170, 170, 0);
	border-right-color:#AAA;
	border-width:11px;
	margin-top:-11px;
}
.vr-timeline .vr-popup p {
	font-size:14px !important;
	margin-bottom:0 !important;
}
.vr-timeline .vr-popup-content {
	display:none;
	overflow-y:auto;
    max-height:388px;
}
.vr-timeline .vr-popup-content img {
	margin-bottom:15px;
}



#controls {
	position:fixed;
	left:0;
	top:50%;
	margin-top:-200px;
	margin-left:10px;
	height:400px;
	width:186px;
	background-color:#ffffff;
	border:3px solid #263487;
	
	transition:left .2s ease;
	-webkit-transition:left .2s ease;
	-moz-transition:left .2s ease;
	-ms-transition:left .2s ease;
	-o-transition:left .2s ease;
	z-index:32000;
}
#controls.closed {
	left:-202px;
}
#controls .padd {
	height:323px !important;
	padding:20px;
	overflow-y:auto;
	overflow-x:hidden;
}
#controls .anker {
	display:table;
	height:32px;
	width:100%;
	border-bottom: 1px solid #e2e2e2;
}
#controls .anker a {
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
	/*white-space:nowrap;*/
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}
#controls .anker a:hover {
	background-color:#263487;
	color:#ffffff;
	padding-left:5px;
	
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
}
#controls .finder-head { 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
    color: #ffffff !important;
    background-color: #263487;
}
#controls .slide-toggle {
	position:absolute;
	right:0;
	margin-right:-50px;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-20px;
	background-color:#263487;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
}
#controls .slide-toggle:after {
    position:absolute;
	top:4px;
    left:15px;
	content:"<";
}
#controls.closed .slide-toggle:after {
	content:">";
}

.vr-popup-content .copy {
	position: relative;
    float:right;
    margin-top: -40px;
	margin-right:10px;
    color: #FFF;
    font-size: 12px;
    text-shadow: 1px 1px #000;
}
</style>

<link type="text/css" rel="stylesheet" href="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/fancybox/jquery.fancybox.css" />
<script type="text/javascript" src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/fancybox/jquery.fancybox.js"></script>
    
<script>
jQuery(document).ready(function() {
    jQuery(".fancy").fancybox({
    	openEffect	: 'elastic',
    	closeEffect	: 'elastic',
    	helpers : {
    		title : {
    			type : 'inside'
    		}
    	}
    });
	scroll_if_anchor(window.location.hash);
	jQuery("body").on("click", "a", scroll_if_anchor);
});
function showPopup(id){
	if(jQuery(".vr-popup").is(":visible")){
		slidePopup(id);
	}else{
		jQuery(".vr-popup").fadeIn(200);
		slidePopup(id);
	}
}
function hidePopup(){
	jQuery(".vr-popup").fadeOut(200);
}
function slidePopup(id){
	var offsetTopTarget = jQuery(".vr-project[data-id="+id+"]").offset().top;
	var offsetTopTimeline = jQuery(".vr-timeline").offset().top;
	var offsetTopNew = offsetTopTarget - offsetTopTimeline;
	jQuery(".vr-popup").animate({ top: offsetTopNew });
	jQuery(".vr-popup-content").fadeOut(200);
	jQuery(".vr-popup-content[data-project="+id+"]").delay(210).fadeIn(200);
}
function scroll_if_anchor(href) {
    href = typeof(href) == "string" ? href : $(this).attr("href");
    var fromTop = 50;
    if(href.indexOf("#") == 0) {
        var $target = $(href);
        if($target.length) {
            $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
            if(history && "pushState" in history) {
                history.pushState({}, document.title, window.location.pathname + href);
                return false;
            }
        }
    }
} 
function slideAnkMenu(){
	jQuery("#controls").toggleClass("closed");
}
</script>


<div id="controls">
<div class="slide-toggle" onClick="slideAnkMenu()"></div>
<div class="finder-head">technology transfer</div>
<div class="padd">
	        
    	<div class="anker"><a href="#ank-8855">Aalto-1</a></div>
        
		        
    	<div class="anker"><a href="#ank-8687">Camera structures for Astronomy Telescope</a></div>
        
		        
    	<div class="anker"><a href="#ank-8776">DC/DC Konverter für die Energieversorgung in Luftfahrzeugen</a></div>
        
		        
    	<div class="anker"><a href="#ank-8799">Erosion Deposition Monitor</a></div>
        
		        
    	<div class="anker"><a href="#ank-8798">Gravity CIAO</a></div>
        
		        
    	<div class="anker"><a href="#ank-8800">H-Alpha and Visible Spectroscopy (H-alpha)</a></div>
        
		        
    	<div class="anker"><a href="#ank-8770">Health Monitoring</a></div>
        
		        
    	<div class="anker"><a href="#ank-8778">High Power Amplifier für das Bodensegment</a></div>
        
		        
    	<div class="anker"><a href="#ank-8777">Hochspannungsversorgung für Elektronenstrahlmikroskope</a></div>
        
		        
    	<div class="anker"><a href="#ank-8804">Low CTE lightweight design</a></div>
        
		        
    	<div class="anker"><a href="#ank-8802">Optical Bench</a></div>
        
		        
    	<div class="anker"><a href="#ank-11682">PERIGEE</a></div>
        
		        
    	<div class="anker"><a href="#ank-8771">Portable Ground Antenna</a></div>
        
		        
    	<div class="anker"><a href="#ank-11685">Programmable Digital Current Regulator (DCR)</a></div>
        
		        
    	<div class="anker"><a href="#ank-8703">Sensor systems for seismic reconnaissance</a></div>
        
		        
    	<div class="anker"><a href="#ank-8704">Test bed for rotation sensors /Test Beds and Apparatus Engineering</a></div>
        
		</div>
</div>
	
<div class="vr-timeline">
	
    <div class="vr-arrow"></div>
    
    <div class="vr-content">
    
	        
        <div class="vr-mission" id="ank-8771">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Portable Ground Antenna</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9266">
                        <div class="vr-titlebar">
                            <h6>Lightweight, deployable, portable ground antenna</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9266)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8770">
        
        	<div class="vr-mission-date">
            					<div class="padd">2011</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Health Monitoring</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9267">
                        <div class="vr-titlebar">
                            <h6>Contactless health monitoring via piezo-actuators</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9267)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8855">
        
        	<div class="vr-mission-date">
            					<div class="padd">2000</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Aalto-1</h4>
                                                        </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/BerlinSpace.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Berlin Space Technologies GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/berlin-space-technologies-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9232">
                        <div class="vr-titlebar">
                            <h6>3U sized cubesat</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9232)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8687">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Camera structures for Astronomy Telescope</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9241">
                        <div class="vr-titlebar">
                            <h6>Camera Structures for Astronomy Telescopes</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9241)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8776">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>DC/DC Konverter für die Energieversorgung in Luftfahrzeugen</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9339">
                        <div class="vr-titlebar">
                            <h6>– TRANSLATION – DC/DC Konverter für die Energieversorgung in Luftfahrzeugen</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9339)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8799">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Erosion Deposition Monitor</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/kto-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Kampf Telescope Optics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/kampf-telescope-optics-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9158">
                        <div class="vr-titlebar">
                            <h6>Erosion Deposition Monitor</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9158)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8798">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Gravity CIAO</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/kto-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Kampf Telescope Optics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/kampf-telescope-optics-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9159">
                        <div class="vr-titlebar">
                            <h6>Gravity CIAO</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9159)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8800">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>H-Alpha and Visible Spectroscopy (H-alpha)</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/kto-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Kampf Telescope Optics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/kampf-telescope-optics-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9157">
                        <div class="vr-titlebar">
                            <h6>H-Alpha and Visible Spectroscopy (H-alpha)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9157)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8778">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>High Power Amplifier für das Bodensegment</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9343">
                        <div class="vr-titlebar">
                            <h6>-Translate- High Power Amplifier für das Bodensegment</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9343)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8777">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Hochspannungsversorgung für Elektronenstrahlmikroskope</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9344">
                        <div class="vr-titlebar">
                            <h6>-Translate- Hochspannungsversorgung für Elektronenstrahlmikroskope</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9344)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8804">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Low CTE lightweight design</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9148">
                        <div class="vr-titlebar">
                            <h6>Support structure for particle accelerator</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9148)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9150">
                        <div class="vr-titlebar">
                            <h6>Materials and processes</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9150)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8802">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Optical Bench</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9149">
                        <div class="vr-titlebar">
                            <h6>Optical Bench for LINC-NIRVANA of the LBT (Large Binocular Telescope)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9149)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-11682">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>PERIGEE</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11683">
                        <div class="vr-titlebar">
                            <h6>PERIGEE</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11683)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-11685">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Programmable Digital Current Regulator (DCR)</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11686">
                        <div class="vr-titlebar">
                            <h6>Programmable Digital Current Regulator (DCR)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11686)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8703">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sensor systems for seismic reconnaissance</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8921">
                        <div class="vr-titlebar">
                            <h6>Sensor systems for seismic reconnaissance</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8704">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Test bed for rotation sensors /Test Beds and Apparatus Engineering</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8920">
                        <div class="vr-titlebar">
                            <h6>Test bed for rotation sensors /Test Beds and Apparatus Engineering</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(8920)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
            
    </div>
    
    <div class="vr-popup"> 
        <div class="close" onClick="hidePopup()"></div>
    	<div class="padd">
		            
            <div class="vr-popup-content" data-project="14203">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein.png" title="Turnkey development of all internal secondary structures of the habitation module">
					<img width="640" height="418" src="https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein.png" class="attachment-small size-small wp-post-image" alt="Gateway(c)TAS_klein" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein.png 640w, https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein-300x196.png 300w" sizes="(max-width: 640px) 100vw, 640px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Turnkey development of all internal secondary structures of the habitation module</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14195">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware.png" title="Support in the structural analysis of the primary structure">
					<img width="782" height="446" src="https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware.png" class="attachment-small size-small wp-post-image" alt="S6-Hardware" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware.png 782w, https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware-300x171.png 300w" sizes="(max-width: 782px) 100vw, 782px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support in the structural analysis of the primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14189">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small.jpg" title="Support in the structural analysis of the primary structure">
					<img width="800" height="600" src="https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small.jpg" class="attachment-small size-small wp-post-image" alt="MTG-Mission_ESA_small" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small.jpg 800w, https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small-300x225.jpg 300w" sizes="(max-width: 800px) 100vw, 800px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support in the structural analysis of the primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14102">
                <a class="fancy" href="" title="Power Supply Unit (PSU)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Power Supply Unit (PSU)</strong>
                    <p>The PSU is a unique power supply system, for supplying power to the panchromatic band camera and the multispectral camera. It has 24 precise power outputs, as well as a TC/TM interface and regulated heater outputs. The power supply consists of a total of 8 individually designed, manufactured and tested modules.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14099">
                <a class="fancy" href="" title="Ancillary Electronic Unit (AEU)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ancillary Electronic Unit (AEU)</strong>
                    <p>The AEU supplies power to both the "normal" cameras (N-AEU) and the "fast" cameras (F-AEU). The N-AEU consists of 6 sophisticated power supply modules, 2 command and control modules, and an internal supply module. The F-AEU consists of 1 sophisticated power supply module, 2 command and control modules, and 1 internal supply module.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13890">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web.jpg" title="Electrical Components">
					<img width="978" height="652" src="https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web.jpg 978w, https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web-300x200.jpg 300w, https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web-800x533.jpg 800w" sizes="(max-width: 978px) 100vw, 978px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electrical Components</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13887">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" title="Evaluation of the effectiveness of board/unit level testing">
					<img width="900" height="178" src="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" class="attachment-small size-small wp-post-image" alt="HTV-Services" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg 900w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-300x59.jpg 300w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-800x158.jpg 800w" sizes="(max-width: 900px) 100vw, 900px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Evaluation of the effectiveness of board/unit level testing</strong>
                    <p>HTV assists in the planning and execution of electrical tests and physical analyses.<br />
<br />
The aim is to investigate the effectiveness of board/unit level testing compared to traditional EEE level testing.<br />
<br />
Started: 17.05.2021</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13885">
                <a class="fancy" href="" title="Survey on the status of EEE components in Germany">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Survey on the status of EEE components in Germany</strong>
                    <p>The objective of this study is to present, by means of research and questionnaires, the share of Germany and other nations in space-qualified EEE components and the reasons for the (uneven) distribution.<br />
<br />
This research is part of the INNOspace® initiative and the Space2Motion network.<br />
<br />
From 01.01.2021 until 31.08.2021.<br />
<br />
<a href="http://best-of-space.de/wp-content/uploads/2021/05/2021-04-21_Präsentation_EEE-Befragung-Raumfahrt_und_Automotive.pdf" target="_blank" rel="noopener noreferrer">Short-Presentation (in German)</a></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13875">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" title="5.500 components tested">
					<img width="900" height="178" src="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" class="attachment-small size-small wp-post-image" alt="HTV-Services" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg 900w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-300x59.jpg 300w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-800x158.jpg 800w" sizes="(max-width: 900px) 100vw, 900px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>5.500 components tested</strong>
                    <p>More than 5500 individual electronic components as well as complete printed circuit boards were extensively tested and examined at HTV with regard to weak points, to ensure that all components work properly and in the long term during the more than ten-year mission of the comet "Rosetta" under the extreme conditions in space.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13414">
                <a class="fancy" href="" title="Control Moment Gyroscope reaction wheel">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Control Moment Gyroscope reaction wheel</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13413">
                <a class="fancy" href="" title="Magnetically clean reaction wheel">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetically clean reaction wheel</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13412">
                <a class="fancy" href="" title="Torque improved stability reaction wheel">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Torque improved stability reaction wheel</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13399">
                <a class="fancy" href="" title="Radiometer electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Radiometer electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13398">
                <a class="fancy" href="" title="Electronic units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>Scientific magnetometer (JAMG IS),<br />
JANUS: Optical head unit heater control,<br />
JANUS: soldering of sensor electronics.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13395">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1.jpg" title="AOCS magnetometer">
					<img width="640" height="480" src="https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1.jpg" class="attachment-small size-small wp-post-image" alt="AOCS magnetometer" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1.jpg 640w, https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1-300x225.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13394">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13393">
                <a class="fancy" href="" title="AOCS magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13392">
                <a class="fancy" href="" title="Scientific orbiter magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific orbiter magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13389">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU.jpg" title="Scientific  Magnetometer with On-orbit data correction">
					<img width="1280" height="960" src="https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU.jpg" class="attachment-small size-small wp-post-image" alt="SOSMAG DPU" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU.jpg 1280w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-300x225.jpg 300w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-1024x768.jpg 1024w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-800x600.jpg 800w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-1200x900.jpg 1200w" sizes="(max-width: 1280px) 100vw, 1280px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific  Magnetometer with On-orbit data correction</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13388">
                <a class="fancy" href="" title="Scientific  Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific  Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13387">
                <a class="fancy" href="" title="Electronic units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>scientific Magnetometer,<br />
Radiometer electronics,<br />
IR black body electronics.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13384">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/long_flex.jpg" title="Electronic units">
					<img width="1280" height="720" src="https://bestofspace.de/wp-content/uploads/2020/12/long_flex.jpg" class="attachment-small size-small wp-post-image" alt="Long flex PCB" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/long_flex.jpg 1280w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-300x169.jpg 300w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-1024x576.jpg 1024w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-800x450.jpg 800w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-1200x675.jpg 1200w" sizes="(max-width: 1280px) 100vw, 1280px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>HP3 Electronics development and manufacturing,<br />
Radiometer Electronics development and manufacturing,<br />
Design of &gt;5m Long Flex PCBs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13383">
                <a class="fancy" href="" title="Scientific Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13382">
                <a class="fancy" href="" title="High torque reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>High torque reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13381">
                <a class="fancy" href="" title="AOCS magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13380">
                <a class="fancy" href="" title="Harness">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Harness</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13379">
                <a class="fancy" href="" title="AOCS magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13378">
                <a class="fancy" href="" title="Electronic units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>scientific Magnetometer<br />
Radiometer electronics</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13377">
                <a class="fancy" href="" title="RW1 reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RW1 reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13376">
                <a class="fancy" href="" title="RW1 reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RW1 reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13373">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE.png" title="Electronic units">
					<img width="1417" height="958" src="https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE.png" class="attachment-small size-small wp-post-image" alt="TET_MCSE" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE.png 1417w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-300x203.png 300w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-1024x692.png 1024w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-800x541.png 800w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-1200x811.png 1200w" sizes="(max-width: 1417px) 100vw, 1417px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>Magnetometer<br />
Magnet Torquer Electronics</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13372">
                <a class="fancy" href="" title="RW1 reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RW1 reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13342">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/themis_red.jpg" title="Magnetometer">
					<img width="1024" height="675" src="https://bestofspace.de/wp-content/uploads/2020/12/themis_red.jpg" class="attachment-small size-small wp-post-image" alt="RISC Prozessor für THEMIS" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/themis_red.jpg 1024w, https://bestofspace.de/wp-content/uploads/2020/12/themis_red-300x198.jpg 300w, https://bestofspace.de/wp-content/uploads/2020/12/themis_red-800x527.jpg 800w" sizes="(max-width: 1024px) 100vw, 1024px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>Electronics development of first magnetometer utilizing a self-developed RISC processor.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13333">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13330">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms.png" title="Electronic Units">
					<img width="700" height="643" src="https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms.png" class="attachment-small size-small wp-post-image" alt="CDMS for Rosetta" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms.png 700w, https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms-300x276.png 300w" sizes="(max-width: 700px) 100vw, 700px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic Units</strong>
                    <p>Magnetometer electronics<br />
Landing gear electronics<br />
Anchor system electronics<br />
Thermal control system electronics<br />
PCB Layouts for board computer</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13329">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>Scientific class magnetometer in cooperation IC- London und IWF Graz</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13322">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/Equator-S.png" title="Magnetometer and magnet-torquer system">
					<img width="950" height="409" src="https://bestofspace.de/wp-content/uploads/2020/12/Equator-S.png" class="attachment-small size-small wp-post-image" alt="Magnetometer und Magnet-Torquers System" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/Equator-S.png 950w, https://bestofspace.de/wp-content/uploads/2020/12/Equator-S-300x129.png 300w, https://bestofspace.de/wp-content/uploads/2020/12/Equator-S-800x344.png 800w" sizes="(max-width: 950px) 100vw, 950px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer and magnet-torquer system</strong>
                    <p>Magnetometer -magnet torquers system to accerlerate the satellite spin rate from 1rpm to 60rpm after deployment.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13318">
                <a class="fancy" href="" title="Magnet-Torquer Coil System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnet-Torquer Coil System</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13315">
                <a class="fancy" href="" title="Electronics for IR spectrometer calibration source">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronics for IR spectrometer calibration source</strong>
                    <p>Electronics development and manufacturing of a IR spectrometer calibration source</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13310">
                <a class="fancy" href="" title="Digital Fluxgate Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Digital Fluxgate Magnetometer</strong>
                    <p>Electronics development and manufacturing of Magson´s first digital space magnetometer with near-sensor signal digitalization.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12214">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12205">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12204">
                <a class="fancy" href="" title="Precision mechanics and Hardware">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics and Hardware</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures<br />
<br />
Hardware for HF modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12203">
                <a class="fancy" href="" title="Precision mechanics and Hardware">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics and Hardware</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures<br />
<br />
Hardware for HF modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12202">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12201">
                <a class="fancy" href="" title="Titanium structures for thermal shield">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Titanium structures for thermal shield</strong>
                    <p>Titanium structures for thermal shield</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12200">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12199">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12198">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12197">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12196">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12195">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12194">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12193">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12192">
                <a class="fancy" href="" title="Hardware for HF modules">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Hardware for HF modules</strong>
                    <p>Hardware for HF modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12190">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12189">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12188">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12186">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12185">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12184">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12183">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12182">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12181">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12180">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12179">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12178">
                <a class="fancy" href="" title="Hardware for microgravity experiments">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Hardware for microgravity experiments</strong>
                    <p>Hardware for microgravity experiments</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12177">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12175">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12174">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12173">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12172">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12171">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12170">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12169">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12168">
                <a class="fancy" href="" title="Precision mechanics and sheet metal structures">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics and sheet metal structures</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures<br />
<br />
Sheet metal structures for MLI support</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11686">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1.png" title="Programmable Digital Current Regulator (DCR)<br>&copy;Konzept Informationssysteme GmbH">
					<img width="1500" height="1001" src="https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1.png 1500w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-300x200.png 300w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-1024x683.png 1024w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-800x534.png 800w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-1200x801.png 1200w" sizes="(max-width: 1500px) 100vw, 1500px" />                    <div class="copy">&copy; Konzept Informationssysteme GmbH</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Programmable Digital Current Regulator (DCR)</strong>
                    <p>The Programmable Digital Current Regulator (DCR) allows to control the output current for different applications with high flexibility. Execution and control parameters can be defined unsing an intuitve operator interface and menu structure. The DCR will deliver the appropriate current curve for the indiviual current curve based on the defined parameters.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11683">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2.png" title="PERIGEE<br>&copy;Konzept Informationssysteme GmbH">
					<img width="704" height="489" src="https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2.png 704w, https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2-300x208.png 300w" sizes="(max-width: 704px) 100vw, 704px" />                    <div class="copy">&copy; Konzept Informationssysteme GmbH</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>PERIGEE</strong>
                    <p>The desktop application PERIGEE has been developt for the high and complex requirements of space missions and helps project teams to cope with the high degree of complexity through the usage of modern UI concepts. Within short time the communication both among satellite components and between satellite and ground can be defined by using ECSS-E-ST-70-41C (PUS-C).</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11671">
                <a class="fancy" href="" title="Verification &#038; Test">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Verification &#038; Test</strong>
                    <p>- Software Verification<br />
- Board Level Testing for On-Board Mass Memory Unit (MMU)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11670">
                <a class="fancy" href="" title="Unit Testing, Software Development">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Unit Testing, Software Development</strong>
                    <p>- Unit Testing of a performance analysis tool of the navigation system<br />
- Development of a data extractor for NetCDF files</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11669">
                <a class="fancy" href="" title="Validation, Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Validation, Check-Out &#038; FV</strong>
                    <p>- Validation of On-Board Computer<br />
- Functional Verification of the Data Handling Systems (DHS)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11668">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software Development (OBSW), Unit Testing">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software Development (OBSW), Unit Testing</strong>
                    <p>- Check-Out &amp; FV<br />
- Development of Central Software Modules<br />
- Unit Testing<br />
- EFM/PFM RTE Bench Commisionin</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11666">
                <a class="fancy" href="" title="Advanced Closed Loop System (ACLS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Advanced Closed Loop System (ACLS)</strong>
                    <p>Requirements Engineering and Risk &amp; Failure Analyses (FMEA)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11665">
                <a class="fancy" href="" title="Software Development (UI)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (UI)</strong>
                    <p>Development of UI components and tools for the Mission Operation Center (MOC)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11664">
                <a class="fancy" href="" title="Software Development (RTS), Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (RTS), Check-Out &#038; FV</strong>
                    <p>- Development of the On-Board Computer Simulators<br />
- Development of RTS modules<br />
- Check-Out &amp; FV</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11663">
                <a class="fancy" href="" title="Test Management, Validation, Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Test Management, Validation, Check-Out &#038; FV</strong>
                    <p>- Test Management for Validation of Onboard Software und Real-Time Simulator<br />
- Support of OBSW IST</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11662">
                <a class="fancy" href="" title="Software Development">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development</strong>
                    <p>Software Development for System Database</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11661">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software Development (RTS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software Development (RTS)</strong>
                    <p>- Functional Verification of the Drag Free Attitude Control Systems (DFACS)<br />
- Entwicklung von Softwaremodulen für die Real-Time Simulator (RTS) Umgebung</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11659">
                <a class="fancy" href="" title="Software Development (SCOE, EGSE)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (SCOE, EGSE)</strong>
                    <p>- Development of SCOE Software for Instrument Simulator<br />
- Development of a Source Packet Analyser</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11658">
                <a class="fancy" href="" title="Software Development (UI)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (UI)</strong>
                    <p>Front-End (UI) Development of the video data management system for the Electromagnetic Levitator (EML) in the Microgravity  User  Support  Centre (MUSC)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11657">
                <a class="fancy" href="" title="Software Development (KARS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (KARS)</strong>
                    <p>Development of the On-Board Software Prototype "Controller for autonomous Space Systems (KARS)"</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11656">
                <a class="fancy" href="" title="Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV</strong>
                    <p>Functional Verification on Satelliten System Level</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11655">
                <a class="fancy" href="" title="Software Development (RTS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (RTS)</strong>
                    <p>Development of Software Modules for the  Real-Time Simulator (RTS) Environment</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11654">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software QA">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software QA</strong>
                    <p>Functional Verification on Satelliten System Level</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11653">
                <a class="fancy" href="" title="Software Development, Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development, Check-Out &#038; FV</strong>
                    <p>Software Development of the Payload Module (PLM) Simulator</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11652">
                <a class="fancy" href="" title="Software Development (RTS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (RTS)</strong>
                    <p>Development of Software Modules and Drivers for the  Real-Time Simulator (RTS) Environment</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14188">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small.png" title="Acoustic, Shock and Fracture Control Analyses for the primary structure">
					<img width="768" height="800" src="https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small.png" class="attachment-small size-small wp-post-image" alt="ExoMars202X_Mission_ESA_small" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small.png 768w, https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small-288x300.png 288w" sizes="(max-width: 768px) 100vw, 768px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Acoustic, Shock and Fracture Control Analyses for the primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="10531">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1.jpg" title="WISDOM antenna">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>WISDOM antenna</strong>
                    <p>The actual antenna geometry (copper) is introduced after the laminate manufacturing by etching.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9165">
                <a class="fancy" href="" title="Structures and Acoustic Analysis for primary structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Acoustic Analysis for primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9153">
                <a class="fancy" href="" title="Antenna frontends / LC-phase mover / distrubutor networks / synthesizer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Antenna frontends / LC-phase mover / distrubutor networks / synthesizer</strong>
                    <p><ul><br />
 	<li>Development of agile antenna frontends and components for mobile satellite communication</li><br />
 	<li>HF- distributor networs and HF-components for satellite payloads</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9125">
                <a class="fancy" href="" title="Distributor network 1 to 32 for antenna system">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Distributor network 1 to 32 for antenna system</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12176">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12167">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11660">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software Development (OBSW, EGSE), Software QA, Unit Testing">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software Development (OBSW, EGSE), Software QA, Unit Testing</strong>
                    <p>- Support of SVT, OST and SFT of the Data Handling System (DHS)<br />
- Development of Payload Controllers in Central Software (CSW)<br />
- QA and Unit Testing for CSW and MMUF software<br />
- Development of Tools for AIT and Check-Out</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9348">
                <a class="fancy" href="" title="Support for Structures Analysis for primary structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support for Structures Analysis for primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9347">
                <a class="fancy" href="" title="A Power Distribution Unit distributes electrical energy into a complete instrument or satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>A Power Distribution Unit distributes electrical energy into a complete instrument or satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9346">
                <a class="fancy" href="" title="Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9345">
                <a class="fancy" href="" title="-Translate- Over Temperature External Electronics Box for ISS (Übertemperaturschutzschalter)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- Over Temperature External Electronics Box for ISS (Übertemperaturschutzschalter)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9344">
                <a class="fancy" href="" title="-Translate- Hochspannungsversorgung für Elektronenstrahlmikroskope">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- Hochspannungsversorgung für Elektronenstrahlmikroskope</strong>
                    <p>ASP-Equipment entwickelt und fertigt eine flüssigkeitsgekühlte Power Supply Unit für ein ultragenaues Elektronenstrahlmikroskop mit Anbindung an einen CAN Bus. Die Leistung beträgt 1500W. Zahlreiche Ausgangsspannungen bis 20.000V.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9343">
                <a class="fancy" href="" title="-Translate- High Power Amplifier für das Bodensegment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- High Power Amplifier für das Bodensegment</strong>
                    <p>ASP-Equipment entwickelt und produziert High Power Amplifier für das Bodensegment im Ku Band, DBS Band und Tri-Band (C, X, Ku) .</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9342">
                <a class="fancy" href="" title="-Translate- Batteriemanagementsysteme">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- Batteriemanagementsysteme</strong>
                    <p>Entwicklung eines ITAR freien autarken Batteriemangementsystem (BMS). Das BMS wird heute in Stückzahlen von etwa 50 Einheiten pro Jahr exklusiv an einen namhaften europäischen Hersteller für Raumfahrtbatterien geliefert.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9341">
                <a class="fancy" href="" title="&#8211; Translate- High Power Amplifier für das Bodensegment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>&#8211; Translate- High Power Amplifier für das Bodensegment</strong>
                    <p>ASP-Equipment entwickelt und produziert High Power Amplifier für das Bodensegment im Ku Band, DBS Band und Tri-Band (C, X, Ku).</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9340">
                <a class="fancy" href="" title="– TRANSLATR – DC/DC Converter für Sternsensoren">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>– TRANSLATR – DC/DC Converter für Sternsensoren</strong>
                    <p>ASP-Equipment entwickelt und produziert DC/DC Converter für Sternsensoren als Produkt in Stückzahlen von etwa 40 Stück pro Jahr für einen führenden deutschen Ausrüstungshersteller.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9339">
                <a class="fancy" href="" title="– TRANSLATION – DC/DC Konverter für die Energieversorgung in Luftfahrzeugen">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>– TRANSLATION – DC/DC Konverter für die Energieversorgung in Luftfahrzeugen</strong>
                    <p>ASP-Equipment entwickelt und fertigt einen Hochleistungskonverter für die Energieversorgung in Luftfahrzeugen für Brennstoffzellen bis 150.000W.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9338">
                <a class="fancy" href="" title="A Latching Current Limiter operates as a electronic fuse in order to protect a particular assembly">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>A Latching Current Limiter operates as a electronic fuse in order to protect a particular assembly</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9337">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1.jpg" title="Test module">
					<img width="600" height="434" src="https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Test module</strong>
                    <p>Test environment for in orbit verification of Point-of-Load voltage converter based on the SPPL12420RH chip</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9336">
                <a class="fancy" href="" title="On-board Computer – Satellite&#8217;s Central Computer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>On-board Computer – Satellite&#8217;s Central Computer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9335">
                <a class="fancy" href="" title="On-board Computer – Lander&#8217;s Central Computer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>On-board Computer – Lander&#8217;s Central Computer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9334">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS.png" title="On-board Computer">
					<img width="400" height="394" src="https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS.png 400w, https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS-300x296.png 300w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>On-board Computer</strong>
                    <p>Satellite's Central Computer</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9333">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP.jpg" title="Mass Memory Unit &#8211; Instrument Control Unit">
					<img width="400" height="408" src="https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP-294x300.jpg 294w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mass Memory Unit &#8211; Instrument Control Unit</strong>
                    <p>- Receiving, formatting and storing of science data<br />
- Instrument Control</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9332">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3.png" title="Crypto System">
					<img width="400" height="433" src="https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3.png 400w, https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3-277x300.png 277w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Crypto System</strong>
                    <p>On-board and Ground Crypto System</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9331">
                <a class="fancy" href="" title="Crypto System (On-board and Ground Crypto System)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Crypto System (On-board and Ground Crypto System)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9330">
                <a class="fancy" href="" title="Crypto System – On-board and Ground Crypto System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Crypto System – On-board and Ground Crypto System</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9329">
                <a class="fancy" href="" title="Data Handling Unit – Receiving and formatting of science data">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Data Handling Unit – Receiving and formatting of science data</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9328">
                <a class="fancy" href="" title="Ground Equipment – Special Check-Out Equimpent for the crypto system">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ground Equipment – Special Check-Out Equimpent for the crypto system</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9327">
                <a class="fancy" href="" title="Payload Data Handling Unit – Design &#038; Development of the Mass Memory Unit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Payload Data Handling Unit – Design &#038; Development of the Mass Memory Unit</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9326">
                <a class="fancy" href="" title="Ground Crpyto (De-/Encryption Unit of the ground segment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ground Crpyto (De-/Encryption Unit of the ground segment)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9325">
                <a class="fancy" href="" title="Command &#038; Data Processing Unit – Control the ICI Instrument, receiving data from the instrument as well as supplying internal and external power sources">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Command &#038; Data Processing Unit – Control the ICI Instrument, receiving data from the instrument as well as supplying internal and external power sources</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9324">
                <a class="fancy" href="" title="Mass Memory – Receiving, formatting and storing of science data from multiple instruments">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mass Memory – Receiving, formatting and storing of science data from multiple instruments</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9322">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9321">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9320">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9319">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9318">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9317">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9316">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9315">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9314">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9313">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9312">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9311">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9310">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9308">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9307">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9306">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9305">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9304">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9303">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9302">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9301">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9300">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9299">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9298">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9297">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9296">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9295">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9294">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9293">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9292">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9291">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9290">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9289">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9288">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9286">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9285">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9284">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9283">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9282">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9281">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9280">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9279">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9278">
                <a class="fancy" href="" title="COSIMA">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>COSIMA</strong>
                    <p>Mass spectrometer for analysis of dust particles in the immediate surroundings of the comet</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9277">
                <a class="fancy" href="" title="Modelling and development of the communication channels, Data structure, data fusion and data evaluation in the central ground segment Visualization based on 3D geographical maps">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Modelling and development of the communication channels, Data structure, data fusion and data evaluation in the central ground segment Visualization based on 3D geographical maps</strong>
                    <p>Joint research project with:<br />
Eureka: Sensor Technology, Telematics<br />
DLR: Remote Sensing<br />
University Würzburg: Pico-Satellites<br />
Zentrum für Telematik e.V.: Satellite Network</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9276">
                <a class="fancy" href="" title="RAMS Analysis">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RAMS Analysis</strong>
                    <p>Execution of RAMS (Reliability, Availability, Maintainability, Safety) Analysis with focus on hazard analysis and FMEA.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9275">
                <a class="fancy" href="" title="Consulting SW development processes">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Consulting SW development processes</strong>
                    <p>Plans for software develoment, verification and verification, CM, design</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9274">
                <a class="fancy" href="" title="Product Assurance Maintenance &#038; Support Engineering">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Product Assurance Maintenance &#038; Support Engineering</strong>
                    <p><ul><br />
	<li>Definition of test concepts: test / integration / work instructions, circuit plans</li><br />
	<li>First article inspections, acceptance tests</li><br />
	<li>Equipment safety files</li><br />
	<li>Operational Tests</li><br />
	<li>Generation of verification documents, verification at hardware</li><br />
	<li>RAMS calculations and analyses</li><br />
	<li>Integrated Logistic Support / Logistic Support Analysis (ILS/LSA) plans</li><br />
	<li>LORA, LCC</li><br />
	<li>Technical Documentation</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9273">
                <a class="fancy" href="" title="Verification for Security Aspects SW  Engineering Management">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Verification for Security Aspects SW  Engineering Management</strong>
                    <p>Definition of Security Test Cases covering all security aspects on system level<br />
Analysis of impact of security requirements, accreditatin, certificatin<br />
Definition and execution of security test procedures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9272">
                <a class="fancy" href="" title="External and internal MLI for the S-4 instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>External and internal MLI for the S-4 instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9271">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/010-2.jpg" title="Instrument Radiator Assembley">
					<img width="400" height="490" src="https://bestofspace.de/wp-content/uploads/2016/05/010-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/010-2.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/05/010-2-245x300.jpg 245w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Instrument Radiator Assembley</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9270">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/001-1.jpg" title="MagBoom MLI">
					<img width="400" height="602" src="https://bestofspace.de/wp-content/uploads/2016/05/001-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/001-1.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/05/001-1-199x300.jpg 199w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MagBoom MLI</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9269">
                <a class="fancy" href="" title="MLI for magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9267">
                <a class="fancy" href="" title="Contactless health monitoring via piezo-actuators">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Contactless health monitoring via piezo-actuators</strong>
                    <p>sensors and RFID Technology for automotive and aircraft industry</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9266">
                <a class="fancy" href="" title="Lightweight, deployable, portable ground antenna">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Lightweight, deployable, portable ground antenna</strong>
                    <p>for high data rates, usable for various applications like first aid, journalsm, expeditions, military</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9265">
                <a class="fancy" href="" title="3D-Printing, Additive Layer Manufacturing, Design Guidelines, Analysis Guidelines">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>3D-Printing, Additive Layer Manufacturing, Design Guidelines, Analysis Guidelines</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9264">
                <a class="fancy" href="" title="Antennas for Satellite &#038; Ground Applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Antennas for Satellite &#038; Ground Applications</strong>
                    <p>Deployable Structure Subsystems<br />
Lightweight CFRP Structures<br />
Thermal Hardware<br />
MLI<br />
New Materials</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9263">
                <a class="fancy" href="" title="Ka-Band antennna">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ka-Band antennna</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9262">
                <a class="fancy" href="" title="Secondary structures for STCS">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Secondary structures for STCS</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9261">
                <a class="fancy" href="" title="MGSE for PLM Batch 1 MGSE">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MGSE for PLM Batch 1 MGSE</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9260">
                <a class="fancy" href="" title="MGSE for the sunshield">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MGSE for the sunshield</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9259">
                <a class="fancy" href="" title="MLI for the sunshield">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the sunshield</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9258">
                <a class="fancy" href="" title="MLI and sunshield for the antenna">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI and sunshield for the antenna</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9257">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/009-2.jpg" title="Ka-Band North Beam Antenna">
					<img width="600" height="506" src="https://bestofspace.de/wp-content/uploads/2016/05/009-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/009-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/009-2-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ka-Band North Beam Antenna</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9256">
                <a class="fancy" href="" title="Radiators for the Sentinel 4 Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Radiators for the Sentinel 4 Instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9255">
                <a class="fancy" href="" title="MLI for the Sentinel 4 Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the Sentinel 4 Instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9254">
                <a class="fancy" href="" title="MLI for the MTO mirrors">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the MTO mirrors</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9253">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/011-2.jpg" title="MLI for the thermal dummies">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/05/011-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/011-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/011-2-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the thermal dummies</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9252">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/008-2.jpg" title="MLI for an external instrument">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/05/008-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/008-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/008-2-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for an external instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9251">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/003-2.jpg" title="MLI for the telescope">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/05/003-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/003-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/003-2-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the telescope</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9250">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/004-2.jpg" title="Optical Baffle">
					<img width="600" height="399" src="https://bestofspace.de/wp-content/uploads/2016/05/004-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/004-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/004-2-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Optical Baffle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9249">
                <a class="fancy" href="" title="Instrument Structure Engineering Support">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Instrument Structure Engineering Support</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9248">
                <a class="fancy" href="" title="MLI for FAD Mechanism">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for FAD Mechanism</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9247">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/005-2.jpg" title="MLI for the complete Telescope">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/05/005-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/005-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/005-2-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the complete Telescope</strong>
                    <p>Multilayer Insulation</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9246">
                <a class="fancy" href="" title="MLI for Cassis Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for Cassis Instrument</strong>
                    <p>Multilayer Insulations; HPS equipped the whole EDM Module inside and outside with MLI and will land with 10kg MLI on Martian surface</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9245">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/007-2.jpg" title="MLI for EDM Entry Module">
					<img width="600" height="435" src="https://bestofspace.de/wp-content/uploads/2016/05/007-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/007-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/007-2-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for EDM Entry Module</strong>
                    <p>Multilayer Insulations; HPS equipped the whole EDM Module inside and outside with MLI and will land with 10kg MLI on Martian surface</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9244">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/002-2.jpg" title="MLI for an external instrument">
					<img width="800" height="533" src="https://bestofspace.de/wp-content/uploads/2016/05/002-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/002-2.jpg 800w, https://bestofspace.de/wp-content/uploads/2016/05/002-2-300x200.jpg 300w" sizes="(max-width: 800px) 100vw, 800px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for an external instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9243">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/012-2.jpg" title="Thermal protection of camera housing">
					<img width="321" height="478" src="https://bestofspace.de/wp-content/uploads/2016/05/012-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/012-2.jpg 321w, https://bestofspace.de/wp-content/uploads/2016/05/012-2-201x300.jpg 201w" sizes="(max-width: 321px) 100vw, 321px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Thermal protection of camera housing</strong>
                    <p>Protection of an external camera against heat from aeroflux during launch</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9242">
                <a class="fancy" href="" title="Ceramic structures and mirrors">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ceramic structures and mirrors</strong>
                    <p>ECM has succesfully manufactured structures and mirrors in small series up to 250 parts up to<br />
size of 2m.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9241">
                <a class="fancy" href="" title="Camera Structures for Astronomy Telescopes">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Camera Structures for Astronomy Telescopes</strong>
                    <p>Our products increases the perfomance also for ground based optics and telescopes. Example: Large Survey Synoptics Telecope (LSST)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9240">
                <a class="fancy" href="" title="Mirrors for large space mirror from room temperature RT down to Cryo">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mirrors for large space mirror from room temperature RT down to Cryo</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9239">
                <a class="fancy" href="" title="Star Sensor Bracket">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Star Sensor Bracket</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9238">
                <a class="fancy" href="" title="Star Sensor Bracket">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Star Sensor Bracket</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9237">
                <a class="fancy" href="" title="Pointing Mirror (MERTIS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Pointing Mirror (MERTIS)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9236">
                <a class="fancy" href="" title="Focal plane">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Focal plane</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9235">
                <a class="fancy" href="" title="Camera Structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Camera Structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9234">
                <a class="fancy" href="" title="All Cesic Telecope">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>All Cesic Telecope</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9233">
                <a class="fancy" href="" title="All Cesic Telecope">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>All Cesic Telecope</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9232">
                <a class="fancy" href="" title="3U sized cubesat">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>3U sized cubesat</strong>
                    <p>Berlin Space Tech has developed an integrated attitude control system for the satellite.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9231">
                <a class="fancy" href="" title="power and interface unit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>power and interface unit</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9230">
                <a class="fancy" href="" title="redundant gyro system (IMU)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>redundant gyro system (IMU)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9229">
                <a class="fancy" href="" title="redundant star tracker">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>redundant star tracker</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9228">
                <a class="fancy" href="" title="Satellite System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Satellite System</strong>
                    <p>80 kg micro satellite carrying 3 payloads. Two hyper spectral cameras (VNIR &amp; SWIR) and one high resolution real time video camera.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9227">
                <a class="fancy" href="" title="ITAR freier COTS DC/DC Converter">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ITAR freier COTS DC/DC Converter</strong>
                    <p>Development, Qualification and Manufacturing of the converter<br />
<br />
The converter is based on a unique ASP-design with the effect of a high efficiency without use of ITAR-restricted parts.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9226">
                <a class="fancy" href="" title="SMT assembly of PCB´s according to ESA standards">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>SMT assembly of PCB´s according to ESA standards</strong>
                    <p>The assembly line for SMD manufacturing is verified according to ECSS-Q-ST-70-38C through ESA. ASP-Equipment is enabled to manufacture PCB´s for Flight Models</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9225">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9224">
                <a class="fancy" href="" title="Auxiliary Power Supply – An auxiliary Power Supply  converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Auxiliary Power Supply – An auxiliary Power Supply  converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9223">
                <a class="fancy" href="" title="High Voltage Power Supply – A high voltage power supply provides high precision high voltage in the range of several thousan volt to a scientific instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>High Voltage Power Supply – A high voltage power supply provides high precision high voltage in the range of several thousan volt to a scientific instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9222">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9221">
                <a class="fancy" href="" title="COTS Converter (Commercial off the shelf ITAR free converter)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>COTS Converter (Commercial off the shelf ITAR free converter)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9220">
                <a class="fancy" href="" title="PDU – A Power Distribution Unit distributes electrical energy in a complete instrument or satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PDU – A Power Distribution Unit distributes electrical energy in a complete instrument or satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9219">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9218">
                <a class="fancy" href="" title="Hocheffizienter Hochstromkonverter – A high-efficient high-current converter is optimized to provide a comination of low voltage and high currents to digital equipment featuring a high efficiency factor">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Hocheffizienter Hochstromkonverter – A high-efficient high-current converter is optimized to provide a comination of low voltage and high currents to digital equipment featuring a high efficiency factor</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9217">
                <a class="fancy" href="" title="Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9216">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9215">
                <a class="fancy" href="" title="Instrument Power Unit Power Distribution Unit – Ultra accurate power supply and distribution system for a complete optival high-precision instrument   A Power Distribution Unit distributes electrical energy to a number of equipments.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Instrument Power Unit Power Distribution Unit – Ultra accurate power supply and distribution system for a complete optival high-precision instrument   A Power Distribution Unit distributes electrical energy to a number of equipments.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9214">
                <a class="fancy" href="" title="Battery and Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery and Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9213">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9212">
                <a class="fancy" href="" title="Power Supply Unit – A Power Supply Unit provides conditioned electrical power to an equipment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Power Supply Unit – A Power Supply Unit provides conditioned electrical power to an equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9211">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9210">
                <a class="fancy" href="" title="High Voltage Multiplier – A high voltage multiplexer generates from a typical bus-voltage an output voltage of several thousands volts.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>High Voltage Multiplier – A high voltage multiplexer generates from a typical bus-voltage an output voltage of several thousands volts.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9209">
                <a class="fancy" href="" title="DC/DC Converter –  A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter –  A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9208">
                <a class="fancy" href="" title="Capillary Channel Flow Electrical Subsystem for ISS (Power Supply for an experiment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Capillary Channel Flow Electrical Subsystem for ISS (Power Supply for an experiment)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9207">
                <a class="fancy" href="" title="Electronic Power Conditioner (EPC) for Space Communikation – An EPC provides the electrical power for a Communication Tube (eg. TWT, Klystron). The output voltage varies between 20 Volt and 20.000Volt">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic Power Conditioner (EPC) for Space Communikation – An EPC provides the electrical power for a Communication Tube (eg. TWT, Klystron). The output voltage varies between 20 Volt and 20.000Volt</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9206">
                <a class="fancy" href="" title="Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9205">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9204">
                <a class="fancy" href="" title="DC/DC Converter Electronic Power Conditioner – converts electrical voltage from a particular  level to a different level.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter Electronic Power Conditioner – converts electrical voltage from a particular  level to a different level.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9203">
                <a class="fancy" href="" title="Power Conditioning Unit – A Power Conditioning Unit provides stable electrical energy to a number of equipments.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Power Conditioning Unit – A Power Conditioning Unit provides stable electrical energy to a number of equipments.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9202">
                <a class="fancy" href="" title="DC/DC Converter – DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9201">
                <a class="fancy" href="" title="Software development – Database backend and asteroid trajectory propagator">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software development – Database backend and asteroid trajectory propagator</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9200">
                <a class="fancy" href="" title="Software development – Development of tools for system concept analysis, clean space,  pointing error engineering, FDIR, launcher GNC">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software development – Development of tools for system concept analysis, clean space,  pointing error engineering, FDIR, launcher GNC</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9199">
                <a class="fancy" href="" title="Launcher selection and orbit injection">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Launcher selection and orbit injection</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9198">
                <a class="fancy" href="" title="Support GNC system – De-orbitation and risk analysis, visualization GNC console, real-time camera/LIDAR simulation">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support GNC system – De-orbitation and risk analysis, visualization GNC console, real-time camera/LIDAR simulation</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9197">
                <a class="fancy" href="" title="Mission analysis, trajectory optimisation, life time prediction">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mission analysis, trajectory optimisation, life time prediction</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9196">
                <a class="fancy" href="" title="AOCS SCOE (special check-out equipment for AOCS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS SCOE (special check-out equipment for AOCS)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9195">
                <a class="fancy" href="" title="S-Band TMTC unit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>S-Band TMTC unit</strong>
                    <p>RF-Communications Equipment for remote Control (256 kbps Uplink) and Video-/ Data Downlink (4 Mbps)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9194">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission.jpg" title="ISS Demonstrator, ICARUS Animal Tag<br>&copy;SpaceTech">
					<img width="600" height="518" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission-300x259.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; SpaceTech</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>ISS Demonstrator, ICARUS Animal Tag</strong>
                    <p>The ISS Demonstrator consists of Antennas für transmission and reception and the required electronics. The animal tag consist of an extremely light tag, including GPS, Solar array, battery and micrelectronis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9193">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission.jpg" title="Frequency reference unit (FRU)<br>&copy;DLR">
					<img width="600" height="499" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission-300x250.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; DLR</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Frequency reference unit (FRU)</strong>
                    <p>The FRU provides the frequency references for the oscillator and the optical parametrical oscillator of the pulsed laser source. It contains several diode lasers, a methane cell, a wavemeter and the associated electronics.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9192">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission.jpg" title="Structure and mechanism of the calibration subsystem – Mechanical structure with motordriven filter wheel mechanism and baffles<br>&copy;ESA">
					<img width="600" height="427" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; ESA</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Structure and mechanism of the calibration subsystem – Mechanical structure with motordriven filter wheel mechanism and baffles</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9191">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission.jpg" title="Sunhield with solar generator (SSH)">
					<img width="451" height="600" src="https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission.jpg 451w, https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission-226x300.jpg 226w" sizes="(max-width: 451px) 100vw, 451px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Sunhield with solar generator (SSH)</strong>
                    <p>The Sunshield protects the telescope from the thermal, visible and infrared radiation of the sun and provides the required operational power.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9190">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission.jpg" title="Solar generators with deployment mechanisms<br>&copy;ESA">
					<img width="953" height="811" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission.jpg 953w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission-300x255.jpg 300w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission-800x681.jpg 800w" sizes="(max-width: 953px) 100vw, 953px" />                    <div class="copy">&copy; ESA</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Solar generators with deployment mechanisms</strong>
                    <p>3 Solar generators with deployment mechanisms, including HDRM</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9188">
                <a class="fancy" href="" title="OGSE (Optical Ground Support Equipment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>OGSE (Optical Ground Support Equipment)</strong>
                    <p>Im Bereich des Optical Ground Support Equipments bietet die Astro- und Feinwerktechnik Adlershof GmbH attraktive Lösungsbausteine aus erfolgreichen Projekten zu der Gestaltung von Messplätzen.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9187">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission.jpg" title="Laser Ranging Interferometer (LRI)<br>&copy;NASA EOS">
					<img width="500" height="500" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission.jpg 500w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission-150x150.jpg 150w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission-300x300.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" />                    <div class="copy">&copy; NASA EOS</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Laser Ranging Interferometer (LRI)</strong>
                    <p>Retroreflector, Optical Bench, Instrument AIT BUS: Primary Structure, Tertiary structure, Antenna Boom, MGSE<br />
<br />
LRI: High precission optics and highly stable optomechanics (CFRP, Zerodur, titanium) for beam shaping, routing and detection<br />
BUS: highly stable CFRP Structures and a deployment mechanism.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9186">
                <a class="fancy" href="" title="Developing of a solar array">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Developing of a solar array</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9185">
                <a class="fancy" href="" title="Deployable Booms for satellites">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Deployable Booms for satellites</strong>
                    <p>As the outer segments and the complete boom fold out separately, there are only two degrees of freedom during each fold-out procedure; only three degrees of freedom in the case of spin-stabilized satellites. The design principle of the Double Star boom can be adapted to a variety of spinstabilized satellites. A concept for an active, springdriven deployment, using redundant deployment springs at the hinges is available for non-spinning satellites. Both versions can be realized either with one or two boom segments. The length of the deployed boom can be extended to more than four meters, depending on the dimensions of the spacecraft and on the mass to be deployed.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9184">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration.jpg" title="System engineering and part procurement support<br>&copy;SpaceTech">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; SpaceTech</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>System engineering and part procurement support</strong>
                    <p>Solar generators, Coldgas propulsion system, Satellite primary structure</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9183">
                <a class="fancy" href="" title="Ground Support Equipment / tailored transport container for a safe transport of satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ground Support Equipment / tailored transport container for a safe transport of satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9182">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GoekTuerk2-Mission.jpg" title="Solar generators with deployment mechanisms and pyrodrive modules<br>&copy;Artist's concept of the Gokturk 2 satellite. Credit: Turkish Aerospace Inc.">
					<img width="250" height="235" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GoekTuerk2-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />                    <div class="copy">&copy; Artist's concept of the Gokturk 2 satellite. Credit: Turkish Aerospace Inc.</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Solar generators with deployment mechanisms and pyrodrive modules</strong>
                    <p><span style="line-height: 1.5;">High resolution remote sensing satellite, resolution 2.5 m(PAN),5 m(MS)</span><br />
<br />
Solar generators with deployment mechanisms and pyrodrive modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9181">
                <a class="fancy" href="" title="Spectrometer/Telescope for Imaging X-rays (STIX) for observation of X-rays">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Spectrometer/Telescope for Imaging X-rays (STIX) for observation of X-rays</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9180">
                <a class="fancy" href="" title="Subsystem structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Subsystem structure</strong>
                    <p><ul><br />
	<li>Mechanism</li><br />
	<li>Thermal control</li><br />
	<li>Energy supply</li><br />
	<li>Attitude control</li><br />
	<li>AIV of client satellite</li><br />
	<li>GSE</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9179">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission.jpg" title="Deployment mechanism of the solar generators<br>&copy;Korea Aerospace Industries Ltd.">
					<img width="581" height="341" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission.jpg 581w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission-300x176.jpg 300w" sizes="(max-width: 581px) 100vw, 581px" />                    <div class="copy">&copy; Korea Aerospace Industries Ltd.</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Deployment mechanism of the solar generators</strong>
                    <p>High resolution earth observation for GIS, 0.7 m GSD<br />
<br />
The patented deployment mechanisms of the solar generators are optimized for high torque, low friction and low shock loads</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9178">
                <a class="fancy" href="" title="PanelMechanism – Gyros, ADCS I/F units, Magnetometers, Reaction Wheels und GPS">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PanelMechanism – Gyros, ADCS I/F units, Magnetometers, Reaction Wheels und GPS</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9177">
                <a class="fancy" href="" title="Mechanical Ground Support Equipment (MGSE)&#8211;> Handling of optical instrument Sentinel-4 UVN">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mechanical Ground Support Equipment (MGSE)&#8211;> Handling of optical instrument Sentinel-4 UVN</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9176">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" title="VDI2230:2014">
					<img width="209" height="209" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png 209w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt-150x150.png 150w" sizes="(max-width: 209px) 100vw, 209px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>VDI2230:2014</strong>
                    <p><p class="p1">Systematic analysis of highly loaded bolt connections<br />
<br />
<br />
<br />
</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9175">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" title="ECSS-E-HB-32-23A">
					<img width="209" height="209" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png 209w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt-150x150.png 150w" sizes="(max-width: 209px) 100vw, 209px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ECSS-E-HB-32-23A</strong>
                    <p><p class="p1">Threaded Fasteners Handbook</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9174">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut.jpg" title="Product development">
					<img width="227" height="370" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut.jpg 227w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut-184x300.jpg 184w" sizes="(max-width: 227px) 100vw, 227px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Product development</strong>
                    <p>Design and analysis, full qualification campaign</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9173">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability.png" title="Development of Reliability Approaches, Case Study">
					<img width="367" height="521" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability.png 367w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability-211x300.png 211w" sizes="(max-width: 367px) 100vw, 367px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Development of Reliability Approaches, Case Study</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9172">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP.png" title="Requirments Definition, Trade-Off Studies, Structures and Thermal Analyses">
					<img width="430" height="253" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP.png 430w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP-300x177.png 300w" sizes="(max-width: 430px) 100vw, 430px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Requirments Definition, Trade-Off Studies, Structures and Thermal Analyses</strong>
                    <p>Test Prediction, -plan,  -campaign and -correlation</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9171">
                <a class="fancy" href="" title="Structures and Thermal Analysis payload equipment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Thermal Analysis payload equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9167">
                <a class="fancy" href="" title="Structures and Thermal Analysis payload equipment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Thermal Analysis payload equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9166">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1.jpg" title="Structures and Thermal Analysis payload equipment">
					<img width="600" height="285" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1-300x143.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Thermal Analysis payload equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9164">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA.jpg" title="Support for Structures Analysis for primary structure">
					<img width="543" height="350" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA.jpg 543w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA-300x193.jpg 300w" sizes="(max-width: 543px) 100vw, 543px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support for Structures Analysis for primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9163">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR.jpg" title="Structures and Acoustic Analysis for primary structure">
					<img width="400" height="225" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR-300x169.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Acoustic Analysis for primary structure</strong>
                    <p>- Mechanical test planning and<br />
on-site test lead engineering (including whole S/C)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9162">
                <a class="fancy" href="" title="Software Engineering Consultancy">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Engineering Consultancy</strong>
                    <p>Coding, test and debugging on various software modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9161">
                <a class="fancy" href="" title="System Test of Precise Time Facility (PTF) at GCC Oberpfaffenhofen">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>System Test of Precise Time Facility (PTF) at GCC Oberpfaffenhofen</strong>
                    <p>The PTF generates the Galileo system time. We developed the Systrem Test Specification and conducted a software based system test of the PTF Oberpaffenhofen.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9160">
                <a class="fancy" href="" title="IRS Instrument Control Unit System Software Engineering Consultancy">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>IRS Instrument Control Unit System Software Engineering Consultancy</strong>
                    <p>On-board Software for control of the IRS payload, an infrared telscope and interferometer, plus auxiliary devices</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9159">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO.jpg" title="Gravity CIAO">
					<img width="600" height="222" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO-300x111.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Gravity CIAO</strong>
                    <p>Gravity CIAO is a second generation instrument for the Very Large Telescope Interferometer (VLTI), designed to enhance the near-infrared astrometric and spectro-imaging capabilities of VLTI. KTO has analysed the optical performance of the instrument.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9158">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor.jpg" title="Erosion Deposition Monitor">
					<img width="600" height="338" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Erosion Deposition Monitor</strong>
                    <p>The EDM diagnostic monitors the chamber walls of the ITER fusion reactor for surface erosion and/or material deposition after plasma operations. For this non-contact in-situ surface analysis the system is relying on a dual beam speckle interferometry. KTO is responsible for the system design as well as for optical and opto-mechanical design.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9157">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha.jpg" title="H-Alpha and Visible Spectroscopy (H-alpha)">
					<img width="600" height="338" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>H-Alpha and Visible Spectroscopy (H-alpha)</strong>
                    <p>As an optical diagnostics, the H-alpha instrument measures emissions from hydrogen isotopes and impurities in the ITER fusion process. KTO is responsible for the system design as well as for optical and opto-mechanical design.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9156">
                <a class="fancy" href="" title="Software for calibration and alignment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software for calibration and alignment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9155">
                <a class="fancy" href="" title="Definition of line shape stability and optical alignment requirements">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Definition of line shape stability and optical alignment requirements</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9154">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis.jpg" title="Straylight analysis of the SSH baffle">
					<img width="598" height="600" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis.jpg 598w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis-150x150.jpg 150w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis-300x300.jpg 300w" sizes="(max-width: 598px) 100vw, 598px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Straylight analysis of the SSH baffle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9152">
                <a class="fancy" href="" title="IOV des &#8220;flexiblen DOCON&#8221; (Down-Converter von 30 auf 20GHz)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>IOV des &#8220;flexiblen DOCON&#8221; (Down-Converter von 30 auf 20GHz)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9151">
                <a class="fancy" href="" title="Synthesizer-Experiment mit Synthesizer-, Mischer-, Verstärker-und SPDT-Schalter-Modulen in LTCC.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Synthesizer-Experiment mit Synthesizer-, Mischer-, Verstärker-und SPDT-Schalter-Modulen in LTCC.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9150">
                <a class="fancy" href="" title="Materials and processes">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Materials and processes</strong>
                    <p>The manufacturing technologies developed for aerospace projects provide the INVENT GmbH with the means for customer-specific manufacturing of lightweight components and high performance materials that enable extreme conditions like temperature, stiffness of thermal expansion in correlation with weight minimization. Therefor weigth- and performance-optimized materials from aerospace application are employed. The corresponding processes have been developed in the scope of aerospace programmes and, thus, are available for terrestrial applications.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9149">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench.jpg" title="Optical Bench for LINC-NIRVANA of the LBT (Large Binocular Telescope)">
					<img width="600" height="399" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Optical Bench for LINC-NIRVANA of the LBT (Large Binocular Telescope)</strong>
                    <p>For the interferometric camera the optical bench was manufactured as large scale high precision mounting table from Aluminum/CFRP-sandwich platform and CFRP-wound struts with a maximum allowable deformation of 0.01 mm</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9148">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE.jpg" title="Support structure for particle accelerator">
					<img width="596" height="457" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE.jpg 596w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE-300x230.jpg 300w" sizes="(max-width: 596px) 100vw, 596px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support structure for particle accelerator</strong>
                    <p>etc. are employed for the construction of particle accelerators, as the required lightweight design can be combined with low thermal expansion.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9147">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN.jpg" title="Antenna reflectors">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Antenna reflectors</strong>
                    <p>Combining latest premium materials from R&amp;D in an optimised sandwich design enables a significant performance increase compared to traditional aluminum construction methods. CFRP/CFRP reflectors are therefore able to transmit higher data speeds at a lower antenna weight even under extreme space conditions with temperatures of +/-150°C.<br />
<br />
STANT (2009-2011)<br />
<br />
FLANT (2012-2015)<br />
<br />
HISST (2009-2011)<br />
<br />
HISST2 (2011-2012)<br />
<br />
H2KAR (2012-2018)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9146">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat.jpg" title="Heat transfer plate and Magnetic torquer frame">
					<img width="433" height="599" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat.jpg 433w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat-217x300.jpg 217w" sizes="(max-width: 433px) 100vw, 433px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Heat transfer plate and Magnetic torquer frame</strong>
                    <p>INVENT designed and manufactured magnetic torquer (air coil) frames for the SWARM satellites. Further on, thermally high conductive CFRP plates made of K13 pitch fibre were made.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9145">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR.jpg" title="BELA (BepiColombo Laser Altimeter) support structures">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>BELA (BepiColombo Laser Altimeter) support structures</strong>
                    <p>The BELA SPU, a straylight protection unit for the BepiColombo laseraltimeter, was designed, analysed and manufactured by INVENT. The key challenges for this unit were the very small dimensions, severe mass requirements and the Gold plating on CFRP sandwich parts.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9144">
                <a class="fancy" href="" title="ARA reflector &#8211; INVENT will manufacture the Euclid HGA reflector assembly">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ARA reflector &#8211; INVENT will manufacture the Euclid HGA reflector assembly</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9143">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG.jpg" title="Support structures">
					<img width="600" height="645" src="https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG-279x300.jpg 279w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support structures</strong>
                    <p>INVENT is in charge of the development and manufacturing of Meteosat Third Generation (MTG) support structures which includes the helium tank, mid thruster, reaction wheel and panel supports.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9142">
                <a class="fancy" href="" title="Thermal Plate">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Thermal Plate</strong>
                    <p>INVENT manufactured thermal plates from highly conductive CFRP (featuring K13 pitch fibre) for the GRACE-FO satellite.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9141">
                <a class="fancy" href="" title="Aluminum sandwich panels">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Aluminum sandwich panels</strong>
                    <p>INVENT manufactured Aluminum/Aluminum sandwich panels incl. all inserts for the FormoSat 5 satellite.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9140">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA.jpg" title="Aluminum sandwich panels">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Aluminum sandwich panels</strong>
                    <p>INVENT manufactured approx. 70 Aluminum/Aluminum sandwich raw panels for the first 14 Galileo satellites.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9139">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA.jpg" title="CFRP waveguides and thermally high conductive parts">
					<img width="600" height="399" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CFRP waveguides and thermally high conductive parts</strong>
                    <p>Following a 3 year development INVENT manufactures raw CFRP waveguides and thermally high conductive CFRP parts for the SAR antennas of TerraSAR-X, Tandem-X and Sentinel 1A + B since 2004. Within these projects INVENT made more than 5000 CFRP parts for several QMs and FMs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9138">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission.jpg" title="CFRP waveguides and thermally high conductive parts">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CFRP waveguides and thermally high conductive parts</strong>
                    <p>Following a 3 year development INVENT manufactures raw CFRP waveguides and thermally high conductive CFRP parts for the SAR antennas of TerraSAR-X, Tandem-X and Sentinel 1A + B since 2004. Within these projects INVENT made more than 5000 CFRP parts for several QMs and FMs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9137">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures.jpg" title="CFRP waveguides and thermally high conductive parts">
					<img width="550" height="378" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures.jpg 550w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures-300x206.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CFRP waveguides and thermally high conductive parts</strong>
                    <p>Following a 3 year development INVENT manufactures raw CFRP waveguides and thermally high conductive CFRP parts for the SAR antennas of TerraSAR-X, Tandem-X and Sentinel 1A + B since 2004. Within these projects INVENT made more than 5000 CFRP parts for several QMs and FMs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9136">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat.jpg" title="Isostatic mount">
					<img width="436" height="600" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat.jpg 436w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat-218x300.jpg 218w" sizes="(max-width: 436px) 100vw, 436px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Isostatic mount</strong>
                    <p>In the frame of the Herschel project INVENT developed and built mechanically high-stressed, but thermally isolating, isostatic mounts, made of CFRP &amp; aluminum. Further on, a thermal strap out of copper and CFRP could be developed. All components work under cryogenic temperatures between 2 and 4 K.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9135">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA.jpg" title="Aladin baffle trusswork">
					<img width="600" height="429" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Aladin baffle trusswork</strong>
                    <p>The ALADIN sun baffle consists of a CFRP strut framework. Each strut features CFRP inserts (to cover CTE mismatch) for the strut connection.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9134">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT.jpg" title="STSA and IOU suspensions">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>STSA and IOU suspensions</strong>
                    <p>The IOU (Instrument Optical Unit) and the STSA (Star Tracker Sensor Assembly) supports were designed as CFRP/AlBeMet and Titanium/Invar bipods. The major design driver was the required mechanical performance going simultaneously with a small thermal conductivity and expansion.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9133">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA.jpg" title="DMA boom">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DMA boom</strong>
                    <p>The deployable mast assembly (DMA) consists of a CFRP boom with titanium fittings, which support the Rover's stereo camera system.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9132">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle.jpg" title="OIMS primary structure, TSA hexapod">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>OIMS primary structure, TSA hexapod</strong>
                    <p>The Sentinel 4 UVN OIMS consists of CFRP sandwich panels, monolithic CFRP, GFRP and metallic parts. The Nadir Baffle (service temp. 140 °C) incl. CFRP vanes is fully bonded by adhesive. The TSA hexapod structure is made of CFRP struts incl. Titanium fittings.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9131">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig.jpg" title="Primary structure">
					<img width="487" height="600" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig.jpg 487w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig-244x300.jpg 244w" sizes="(max-width: 487px) 100vw, 487px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Primary structure</strong>
                    <p>The eROSITA structure is mainly built out of adhesive bonded CFRP/Aluminum sandwich panels for the optical bench and Aluminum/Aluminum sandwich panels for   radiators. Further on, CFRP struts (hexapod for opt. bench), GFRP struts for the radiator truss work and monolithic CFRP parts have been developed and assembled by INVENT.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9130">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1.jpg" title="Primary and tertiary structures">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Primary and tertiary structures</strong>
                    <p>The ExoMars load-bearing structure of the orbiter mainly consists of CFRP &amp; aluminum sandwich with<br />
&gt;5300 metallic inserts, heterogeneous aluminum cores, structural and thermal doublers, grounding and painting   (next to the central tube - not by INVENT). Additionally various CFRP, aluminum and titanium brackets for reaction wheels, LGA, He-tanks and star trackers were developed and manufactured</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8930">
                <a class="fancy" href="" title="MGSE (Mechanical Ground Support Equipment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MGSE (Mechanical Ground Support Equipment)</strong>
                    <p>MGSE Transport Container for Small Satellites / Instruments<br />
<br />
The container system of Astro- und Feinwerktechnik Adlershof GmbH is individually suited to the size of your satellites or instruments. Our assurance of safe transportation goes without saying.<br />
With these premises, we offer you optimal solutions for your transportation needs<br />
<ul><br />
	<li>hermetically sealed inner areas</li><br />
	<li>defined gas atmospheres</li><br />
	<li>vibration-reduced transportation</li><br />
	<li>data connections for data recording during transport</li><br />
	<li>adapters for transport systems (Euro / ISO pallets, lifts)</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8929">
                <a class="fancy" href="" title="Deployable Booms for satellites">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Deployable Booms for satellites</strong>
                    <p>As the outer segments and the complete boom fold out separately, there are only two degrees of freedom during each fold-out procedure; only three degrees of freedom in the case of spin-stabilized satellites.<br />
The design principle of the Double Star boom can be adapted to a variety of spinstabilized satellites. A concept for an active, springdriven deployment, using redundant deployment springs at the hinges is available for non-spinning satellites.<br />
Both versions can be realized either with one or two boom segments. The length of the deployed boom can be extended to more than four meters, depending on the dimensions of the spacecraft and on the mass to be deployed.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8927">
                <a class="fancy" href="" title="fold-out solar panel structures">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>fold-out solar panel structures</strong>
                    <p><p class="p1">a panel structure consisting of 3 panels, development of a fold-out system with four exact constructional replicas and completely independent solar panels for small satellites</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8926">
                <a class="fancy" href="" title="ACS Test Facility for the verification of micro and mini satellite busses">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ACS Test Facility for the verification of micro and mini satellite busses</strong>
                    <p>The ACS Test Facility includes:<br />
<ul><br />
	<li>air bearing table with a platform allowing free 360° rotation around the vertical axis and between 20° and 30° around the horizontal axes</li><br />
	<li>high precision in-orbit earth magnetic field simulation</li><br />
	<li>electronic center of gravity (CoG) calibration</li><br />
	<li>adjustable and movable sun simulation</li><br />
	<li>WLAN command line</li><br />
	<li>safety mechanisms for save operation and satellite mounting</li><br />
	<li>power supply and distributio</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8925">
                <a class="fancy" href="" title="The PicoSatellite Launcher (PSL) family is designed to ensure the safety of the CubeSat and to protect the launch vehicle (LV)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>The PicoSatellite Launcher (PSL) family is designed to ensure the safety of the CubeSat and to protect the launch vehicle (LV)</strong>
                    <p><p class="p1">the primary payload and other satellites to be launched. After the safe transportation of the device into the orbit, a deployment with a high reliability and a low spin rate is achieved by patented design principles. After a successful deployment, a telemetry signal is available for the launch provider.</p><br />
<p class="p1">The family of CubSat Deployer consists of the Single Picosatellite Launcher (SPL), the Double Picosatellite Launcher (DPL) and the Triple Picosatellite Launcher (TPL). The SPL is used to deploy one 1U CubeSat. The DPL is used to deploy one 2U CubeSat or two 1U CubeSats etc. The product line relies on a modular and redundant design</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8924">
                <a class="fancy" href="" title="The ASG-1 is a high integrated rate sensor for space applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>The ASG-1 is a high integrated rate sensor for space applications</strong>
                    <p><p class="p1">It is designed especially for small satellite applications. Outstanding features are low mass and size as well as the low energy consumption. The ASG-1 measures angular increments in three orthogonal axes. Using these angular increments, the rotation speed of the satellite and the relative position of the satellite in relation to a starting point are calculated.</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8923">
                <a class="fancy" href="" title="Transfer of space know how and technologies in terrestrical applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Transfer of space know how and technologies in terrestrical applications</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8922">
                <a class="fancy" href="" title="product line of reaction wheels (RW1, RW35, RW90, RW150, RW250)for small satellites">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>product line of reaction wheels (RW1, RW35, RW90, RW150, RW250)for small satellites</strong>
                    <p><p class="p1">reaching from the world's smallest commercial reaction wheel RW 1 (10-4 Nms) to the RW 250 (4 Nms). The reaction wheels RW 90 and RW 1 are already flight proven. Four reaction wheels RW 90 come into operation at the small satellite TET-1 (launch in 2012).<span class="Apple-converted-space">  </span>State of the art feedback systems in combination with model based controller algorithms making smart reaction wheels the ideal solution for zero-momentum attitude control strategies because these reaction wheels will operate with high accuracy as well in the "low wheel speed region". Astro- und Feinwerktechnik Adlershof GmbH</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8921">
                <a class="fancy" href="" title="Sensor systems for seismic reconnaissance">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Sensor systems for seismic reconnaissance</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8920">
                <a class="fancy" href="" title="Test bed for rotation sensors /Test Beds and Apparatus Engineering">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Test bed for rotation sensors /Test Beds and Apparatus Engineering</strong>
                    <p>Test bed for rotational speed sensors. The test bed allows new combinations of measuring tasks. Therefore the sensors can be checked under different application scenarios.<br />
<br />
Main functions:<br />
• wide speed range<br />
• high temperature loads<br />
• Rotational vibrations of the code wheel<br />
• maximum air gap<br />
• air gap jumps<br />
• free positioning of the sensors in four axes in relation to the code wheel</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8919">
                <a class="fancy" href="" title="KERAMIS GEO (Ceramic Microwave Circuits for Satellite Communication)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>KERAMIS GEO (Ceramic Microwave Circuits for Satellite Communication)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8917">
                <a class="fancy" href="" title="Fraunhofer On-Board Processor (FOBP) – reconfigurable on-board processor (OBP) for communication applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Fraunhofer On-Board Processor (FOBP) – reconfigurable on-board processor (OBP) for communication applications</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8916">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8915">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8914">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8913">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8911">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8910">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8909">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8907">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8906">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8905">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8903">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8901">
                <a class="fancy" href="" title="Reactionwheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reactionwheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8900">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8898">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8897">
                <a class="fancy" href="" title="Reaction Wheel 90; AGS-1 – RW90  and high integrated rate sensor AGS-1 to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90; AGS-1 – RW90  and high integrated rate sensor AGS-1 to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8896">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8895">
                <a class="fancy" href="" title="complete manufacturing of  MTG cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>complete manufacturing of  MTG cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8894">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8893">
                <a class="fancy" href="" title="Reaction Wheel 1 and TPL – RW to control satellite attitude and TripleSatelliteLauncher to ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 and TPL – RW to control satellite attitude and TripleSatelliteLauncher to ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8892">
                <a class="fancy" href="" title="complete manufacturing of  Galileo cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>complete manufacturing of  Galileo cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8891">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8890">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8888">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8887">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8886">
                <a class="fancy" href="" title="Reaction Wheel 90: RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90: RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8885">
                <a class="fancy" href="" title="CAD Harness Design  for EDRS-C &#8211; complete CATIA V5 design of system harness loom segregation loom design DMU bundle routing mass assessment, COG assessment, as build adaptation between DMU and physical Mock-up for applications in high security terrestric environments">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CAD Harness Design  for EDRS-C &#8211; complete CATIA V5 design of system harness loom segregation loom design DMU bundle routing mass assessment, COG assessment, as build adaptation between DMU and physical Mock-up for applications in high security terrestric environments</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8884">
                <a class="fancy" href="" title="Reaction Wheel 1: RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1: RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8883">
                <a class="fancy" href="" title="Reaction Wheel 1: RW1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1: RW1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8882">
                <a class="fancy" href="" title="Reaction Wheel 1: RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1: RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8881">
                <a class="fancy" href="" title="GSE (Ground Support Equipment) for small satellites / tailored transport container for a safe transport of satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>GSE (Ground Support Equipment) for small satellites / tailored transport container for a safe transport of satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8880">
                <a class="fancy" href="" title="MERTIS (Mercury Radiometer and Thermal Infrared Spectrometer) – MERTIS, imaging spectrometer for surface investigation of Merkur">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MERTIS (Mercury Radiometer and Thermal Infrared Spectrometer) – MERTIS, imaging spectrometer for surface investigation of Merkur</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8879">
                <a class="fancy" href="" title="Design of EDRS   cable harness (MCAD)  complete manufactuiring of  cable harness &#8211; harness assembly of all components/ units (sensors, actuators) with power und data management units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Design of EDRS   cable harness (MCAD)  complete manufactuiring of  cable harness &#8211; harness assembly of all components/ units (sensors, actuators) with power und data management units</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8878">
                <a class="fancy" href="" title="PFS Planetary Fourier IR Spectrometer – instrument for infrared spectroscopy; informations about the nature of atmosphere">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PFS Planetary Fourier IR Spectrometer – instrument for infrared spectroscopy; informations about the nature of atmosphere</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8877">
                <a class="fancy" href="" title="Panel Mechanism,  Gyros,  ADCS  I/F  units,  Magnetometers,  Reaction Wheels and GPS  in  TRITON  Platforms">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Panel Mechanism,  Gyros,  ADCS  I/F  units,  Magnetometers,  Reaction Wheels and GPS  in  TRITON  Platforms</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8876">
                <a class="fancy" href="" title="GPS Receiver – Global Positioning System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>GPS Receiver – Global Positioning System</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8875">
                <a class="fancy" href="" title="Propulsion System MICROJET">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Propulsion System MICROJET</strong>
                    <p>Microjet, developed by AIG (Aerospace Innovation GmbH) of Berlin, is a modularly designed propulsion system for Nanosatellites and Microsatellites based on the gas-resistojet-concept. It consists of a PST (Pressure Tank Unit) with nitrogen which is filled or drained, respectively, through a FDU (Fill and Drain), a FCU (Flow Control Unit) responsible for the control of correct propellant mass flow, as well as one or more THUs (Thruster Units). Each of these THUs contains a pulse valve and a nozzle for the actual thrust generation. Additionally, according to the definition of the Resistojet-concept, an electrical resistance-heating element might be applied for higher performance demands. The entire propulsion system is controlled by the PCU (Propulsion Control Unit), which can also be resigned of, if the satellite itself is capable to control the Microjet propulsion subsystems.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8874">
                <a class="fancy" href="" title="PFS Planetary Fourier IR Spectrometer  – instrument for infrared spectroscopy; informations about the nature of atmosphere">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PFS Planetary Fourier IR Spectrometer  – instrument for infrared spectroscopy; informations about the nature of atmosphere</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8873">
                <a class="fancy" href="" title="Propulsion System AQUAJET">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Propulsion System AQUAJET</strong>
                    <p>Aquajet is a small satellite propulsion system designed and developed at AI (Aerospace Innovation GmbH), Berlin. The objective is on-orbit qualification/verification of the Aquajet system performance on the TET-1 mission. The Aquajet micropropulsion device is an enabling system, small enough to provide its services to future pico- and nanosatellite missions. In particular, the micropropulsion device is an enabler for the positional control of nanosatellite constellations.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8872">
                <a class="fancy" href="" title="Festkörperspektroskopie  (studies of material properties of solid states)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Festkörperspektroskopie  (studies of material properties of solid states)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8871">
                <a class="fancy" href="" title="MUPUS Thermal Mapper und ROLIS – measuring the mechanical and thermal properties of external comet layers">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MUPUS Thermal Mapper und ROLIS – measuring the mechanical and thermal properties of external comet layers</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8870">
                <a class="fancy" href="" title="Cosmic Dust Analyzer (CDA) – analysis of ice and dust grains in and near the Saturn system">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Cosmic Dust Analyzer (CDA) – analysis of ice and dust grains in and near the Saturn system</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8869">
                <a class="fancy" href="" title="studies with camera systems">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>studies with camera systems</strong>
                    <p>research stations on the Mars should collect scientific information</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8868">
                <a class="fancy" href="" title="PFS Planetary Fourier IR Spectrometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PFS Planetary Fourier IR Spectrometer</strong>
                    <p>instrument for infrared spectroscopy; informations about the nature of atmosphere</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8867">
                <a class="fancy" href="" title="WAOSS Stereo Camera">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>WAOSS Stereo Camera</strong>
                    <p>WAOSS stereo camera (Wide-Angle Optoelectronic Stereo Scanner) global topographical mapping with good ground resolution.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8866">
                <a class="fancy" href="" title="EGSE (Electrical Ground Support Equipment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>EGSE (Electrical Ground Support Equipment)</strong>
                    <p>Das EGSE dient der Integration und Inbetriebnahme sowie dem Test eines Satelliten bzw. der Satellitenkomponenten.<br />
<br />
Die Aufgaben eines EGSE umfassen:<br />
<br />
◾Energieversorgung des Satelliten<br />
<br />
◾Erfassung, Darstellung und Archivierung von Messwerten<br />
<br />
◾Senden von Telekommandos<br />
<br />
◾Empfang von Telemetrie<br />
<br />
◾Telemetrie-Verarbeitung, Interpretation, Darstellung und Archivierung<br />
<br />
◾Entwicklung, Validierung und Ausführung von (Flug-)Prozeduren</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8865">
                <a class="fancy" href="" title="Reaction Wheel 90">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8864">
                <a class="fancy" href="" title="Reaction Wheel 1 and TPL">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 and TPL</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8863">
                <a class="fancy" href="" title="Radiators with different coatings">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Radiators with different coatings</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="6232">
                <a class="fancy" href="" title="GFRP struts for PLM">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>GFRP struts for PLM</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="6213">
                <a class="fancy" href="" title="MLI for NOMAD Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for NOMAD Instrument</strong>
                    <p>Multilayer Insulations; HPS equipped the whole EDM Module inside and outside with MLI and will land with 10kg MLI on Martian surface</p>
				</div>
            </div>
                    
			        </div>
    </div>
    
</div>
    
    {"id":6796,"date":"2016-03-29T14:59:43","date_gmt":"2016-03-29T12:59:43","guid":{"rendered":"http:\/\/vrdesign-development.de\/RKMU1\/?page_id=6796&#038;lang=en"},"modified":"2023-12-12T10:22:24","modified_gmt":"2023-12-12T09:22:24","slug":"wirtschaftlichkeit-durch-kommerzialisierung","status":"publish","type":"page","link":"https:\/\/bestofspace.de\/en\/wofuer-wir-stehen\/wirtschaftlichkeit-durch-kommerzialisierung\/","title":{"rendered":"Commercialization &#038; Competitiveness"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<span class=\"headline-green-back\">What we stand for<\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h1>Commercialization &amp; Competitiveness<\/h1>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_single_image image=&#8221;10673&#8243; img_size=&#8221;full&#8221;][vc_column_text]It\u00b4s just a fact: Having a say in space is the prerequisite for having a say on earth. Applications in space from telecommunications<\/p>\n<p>to earth observation and navigation determine life on the planet. Spaceborne sciences pave the way to political\u00a0decisions, for example concerning issues of climate and environment; new materials create niches for new products\u00a0and markets and the majority of their added value flows into those economies which have the abilities to influence\u00a0the course of technological developments in space.<\/p>\n<p>Up to this day, taxpayers shoulder most of the funding. This does not only apply to Europe, but any spacefaring nation\u00a0worldwide including in the USA. The only difference is that private companies such as SpaceX officially present the label\u00a0of \u201ccommercial space\u201d trying to disguise their governmental alimentation to a much larger extent than in Europe and\u00a0elsewhere. A real commercialization wave, however, is rolling towards\u00a0our shores from another direction \u2013 initiated by companies such as Google, O3B, Bechtel Inc. with Planetary Resources\u00a0Inc., and also Virgin Galactic. Rooted in non-space areas of technology, they have discovered space as a means to\u00a0expanding existing or to creating new terrestric markets. They aim at realizing concrete business cases and are in the\u00a0fortunate position of being able to finance their initiatives either completely or to find private sources which would risk\u00a0a couple of billions just to give it a try.<\/p>\n<p>Corporations like these do not exist in Europe. However, being aware of this fact is not helpful, as some economic\u00a0truths are still universal \u2013 for example: It is not the taxpayers who can generate the funds needed to nurture\u00a0organic growth, but only the markets and only they will ultimately decide which economies will naturally grow beyond their current limits.<\/p>\n<p>This applies to the growth of space business as well as the growth of terrestric business areas driven by activities in\u00a0space.<\/p>\n<p class=\"p1\">In this context, space commercialization works on three levels:<\/p>\n<ul>\n<li class=\"p1\">by building bridges which allow for the bidirectional transfer of space tech and terrestric applications<\/li>\n<li class=\"p1\">by utilizing economies of scale in the production of space technologies<\/li>\n<li class=\"p1\">by building completely new, commercially applicable spacecrafts, stations and launchers, both astronautical\u00a0and robotic.<\/li>\n<\/ul>\n<p>While the latter clearly is a challenging case for large system integrators, space SMEs will play a significant role on the\u00a0first two levels listed above. Why is this? It is the space SMEs which also operate within classic terrestric markets\u00a0and they therefore know the corresponding demands for new solutions. Solutions for terrestric applications which may\u00a0result from developments originally planned to work in space, as well as solutions which have originally been\u00a0developed for earthly purposes and are now also functioning in space. In order to serve both worlds, it is the space SMEs\u00a0which are under consistent pressure to apply the laws of economies of scale \u2013 at home, abroad and in space. Neither\u00a0national politics nor administrations, nor the few LSIs nor supranational organizations can build these bridges.\u00a0However, SMEs can deliver based on their double role in space as well as on classic grounds.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][vc_empty_space height=&#8221;20px&#8221;][vc_column_text]<\/p>\n<h1>Milestones of Success<\/h1>\n<p>[\/vc_column_text][vc_text_separator title=&#8221;Transfer: Bridging the Gap between the Worlds&#8221; title_align=&#8221;separator_align_left&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_class=&#8221;success-trajectory&#8221;][vc_column_text][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_separator][vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_column_text]back to:[\/vc_column_text][vc_btn title=&#8221;Spearhead of Technology&#8221; style=&#8221;flat&#8221; shape=&#8221;square&#8221; link=&#8221;url:http%3A%2F%2Fbestofspace.de%2Fwofuer-wir-stehen%2Fspeerspitze-der-technologie%2F%3Flang%3Den||&#8221; el_class=&#8221;self-button&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_column_text]continue reading:[\/vc_column_text][vc_btn title=&#8221;Success by the Series&#8221; style=&#8221;flat&#8221; shape=&#8221;square&#8221; align=&#8221;left&#8221; link=&#8221;url:http%3A%2F%2Fbestofspace.de%2Fwofuer-wir-stehen%2Ferfolge-in-serie%2F%3Flang%3Den||&#8221; el_class=&#8221;self-button&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]What we stand for[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] Commercialization &amp; Competitiveness [\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_single_image image=&#8221;10673&#8243; img_size=&#8221;full&#8221;][vc_column_text]It\u00b4s just a fact: Having a say in space is the prerequisite for having a say on earth. Applications in space from telecommunications to earth observation and navigation determine life on the planet. Spaceborne sciences pave the way to political\u00a0decisions, for example concerning issues of climate [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":6793,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6796"}],"collection":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/comments?post=6796"}],"version-history":[{"count":16,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6796\/revisions"}],"predecessor-version":[{"id":14420,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6796\/revisions\/14420"}],"up":[{"embeddable":true,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6793"}],"wp:attachment":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/media?parent=6796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}