Modeling of Ground Based Space Surveillance System Based on MAS Method. Xue Chen 1,a, Li Zhi 2

Size: px
Start display at page:

Download "Modeling of Ground Based Space Surveillance System Based on MAS Method. Xue Chen 1,a, Li Zhi 2"

Transcription

1 Applied Mechanics and Materials Online: ISSN: , Vols , pp doi: / Trans Tech Publications, Switzerland Modeling of Ground Based Space Surveillance System Based on MAS Method Xue Chen 1,a, Li Zhi Equipment Academy. Beijing, China a xuechen_006@ 163.com Keywords: Ground based Space Surveillance System; MAS modeling; UML Abstract. Introducing the operational principle and basic composition of ground based space surveillance system (GBSSS) [1]. Expound the steps of modeling by MAS method. After analysed how does GBSSS work, we build the simulation model of GBSSS. Lastly, we are using UML to give a structure of core simulation software based on MAS model of GBSSS and REPAST HPC, and descript how to achieve it. Introduction The complexity of space environment has already impacted on normal human space activities. So, the space situation awareness (SSA) has become more and more important. There are two means, ground base and space base, as the approaches to SSA. Because of many restrictions, such as power, technology, maintenance costs, space based space surveillance system can t play a major role. Currently, we still need GBSSS to complete the tasks which are searching, catching, discrimination and catalogue of orbit objects, and orbit determination etc. However, the prime cost of ground based space surveillance net (SSN) [2] is high and the construction is a very complex work, and if not simulate the whole process, it will be easy to cause a lot of wastes. In addition, GBSSS of other countries could make a big threaten to our space vehicles if we don t simulate the situation of GBSSS. So, we must establish a GBSSS simulation model to dispose of these problems above. MAS modeling method, which regard every unit in the system as an that can make a special effect, reflects active situation that the system runs, and we can achieve the target of researching complex systems by communicating between s interactively. This method gives expression to the uncertainty and emergence of complex systems beautifully. So, we decide to establish GBSSS model by MAS method. Components, and rule properties of simulation system Components of simulation system. GBSSS is composed of ground based radar system, photoelectricity telescope system, orbit objects data bases, and control center. Specific equipment can be divided into general survey type devices and precision tracking type devices. NAVSPASUR system is mainly general survey radar to the U.S., and the precision tracking devices comprise AN/FPS-85 phase array radar, MILLSTONE and HAYSTACK parabolic radar etc. These devices constitute the whole space surveillance net (SSN). Rule properties. Rule properties of GBSSS equipment. (1) General properties. GBSSS stations have 5 general properties below: the geographical position, observation area, maximum and minimum elevation angle, maximum and minimum azimuth angle, maximum and minimum detecting range. (2) Special properties It has many special properties to radar devices, which come from Radar Equation. The specific contents show as table 1 below. All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-05/03/16,17:20:11)

2 2756 Vehicle, Mechatronics and Information Technologies II Table 1 Special properties of radar device [3] Properties Implication Properties Implication Pt Transmitter Peak Power T e Noise temperature Gt Transmitter Antenna Gains f Signal bandwidth Ar Effective area of radar receiver Antenna Working frequency S / N Signal to noise ratio L Loss factor Special property of photoelectricity telescope is mainly the minimum snr threshold T SN. The rule properties of Obit objects The general properties of Obit objects are consist of position vector, velocity vector, which are volumes under J2000 coordinate system, RCS characteristic, apparent magnitude, geometric characteristic. Among them, apparent magnitude is an active variable quantity and that is a function which relate to the phase angle of orbit object and the range between object and station. RCS characteristic is affected by the size and surface material of objects and radar s working frequency. Here, we give the empirical value of RCS of normal obit objects as simulation RCS volume, just for convenience. MAS modeling Steps[4] When establishing a GBSSS model, we must follow some steps below. (1) Analyse any concrete characteristics of objects modeled. (2) We will establish an interactive model of s to ensure the structure of each s after analyzing. (3) On the basis of the functions and working principle of the entities which constitute GBSSS, we begin to establish the physical model of s. It will be divided two parts, the first is to have attribute sets, which contain all the properties of every in the GBSSS scenario, such as the unique ID to every, the name, and other special properties of s; The second step is to finish the action sets, which consist of the behaviors of s and some reaction of s under the influence of outer environment. Running of orbit objects around the earth and the detection by ground based devices are all belong to the scope. MAS modeling of GBSSS Establish s interactive model [5]. As the steps of part 3 presented, after analyzing the structure of the GBSSS, we start to Establish s interactive model. Interactive model is shown as figure 1. Orbit Object s General survey radar Survey and catalogue Data and Data processing control center Identifying and tracing Inducting before tracing Generating tracing plan Data processing Inducting before tracing Observing minutely and identifying Tracing radar Data processing Generating tracing plan Photoelectricity telescope Figure 1 GBSSS interactive model with orbit objects Now, I will introduce the specific interaction process between GBSSS s and object s. General survey radar s start to search orbit objects s firstly, and transmit initial orbital determination information to data and control center. Then, data and control center generates a tracing plan and control tracing radar s and photoelectricity telescope s to observe minutely and identify orbit objects. This time, general survey radar s provides inducting to the two kinds of devices before tracing. At last, the data acquired by radar s and telescope s will be transmitted to the DC center to have farther process.

3 Applied Mechanics and Materials Vols Establish physical model (1) Physical model of station ID: the unique mark of station ; Name: The name of station, the uniform class is station. Attribution set: Table 2 Properties of station Properties Geographical position Detecting range Other properties Action set: Action The judgement of visibility Noting data The latitude, longitude, elevation of Station located The area that is divided by maximum and minimum elevation angle, maximum and minimum azimuth angle, maximum and minimum detecting range Radar: P t, T e, G t, f, A r,, S / N, L ;photoelectricity telescope : T SN Table 3 The action of station The visibility of orbit objects is judged by many constraints, the properties of objects must be satisfied with geometry visible(objects is in the area of detecting range), apparent magnitude visible(the volume must be less than the maximum), RCS visible(the snr must beyond minimum). If the objects fulfill all the condition above, note its ID and count the number of objects. (2) Physical model of orbit objects ID: the unique mark of orbit objects ; Name: the name of orbit objects, the uniform class is onorbittarget. Attribution set: Table 4 Properties of orbit objects Properties position vector, velocity vector Orbit parameter Action set Action Running along orbit Note the transit time Position coordinate and velocity vector under J2000,it consists of x, y, z, vx, vy, vz,6 components totally. The volume will be updated constantly. The orbit parameter will be updated constantly. when objects runs,it contains semimajor axis, eccentricity, inclination, argument of perigee, RAAN, true anomaly. Table 5 The action of orbit objects Using SGP4 model to update the position coordinate of objects in one time step. When objects pass through the detecting area, we will note the arc of orbit track. This parameter is expressed by transit time. Using UML to establish GBSSS MAS model framework On the base of GBSSS MAS model, we intend to structure the MAS simulation model by Unified Modeling Language (UML) [6]. The logical class diagram of orbit object is shown as figure 2. Members variable come from attribute sets of onorbittarget class basically. Here we don t make a redundant introduction. The titles behind red labels are member functions. OrbitTarget() is constructor that is responsible for initializing members variable; ~OrbitTarget() is used to delete objects when it has been disappeared. Advance() is the track pre push program, and it supply updated orbit data to variable ele. get_pv() and get_ele() can output and show pv and ele volume. step() is to control the simulation time step size. The last 4 functions are used to calculate the range from some station to the object, the detected arc and probability respectively. Record() is to note all of calculation results.

4 2758 Vehicle, Mechatronics and Information Technologies II Figure2 The logical class diagram of orbit object Figure 3 is radar station class diagram. It is similar with object class diagram. Excepting position and address variable, it has constraints variable to show a piece of area as observing district. Judge_and_Record() function is used to judge the objects weather be satisfied with geometry visible and RCS visible. Telescope station work in the similar principle, and just the function Judge_and_Record() judge objects through geometry visible model, not RCS model. The logical class diagram of telescope station is shown as Figure 4. Figure 3 The radar station class diagram Figure 4 The telescope station class diagram UML logical class diagrams exhibit interactive relation between GBSSS and orbit objects perfectly, and it can be transformed as executable program easily. Summary After analysing GBSSS structure and working principle deeply, and introducing the general process of MAS modeling method, we establish the GBSSS interactive model and physical model. Facts proved that MAS can exhibit the kind of interactive relation between GBSSS and orbit objects flexibility. More importantly, it has performed system s uncertainty and emergence of GBSSS. In this sight, MAS is the best mean to model GBSSS. At the end of this paper, we give some UML class diagrams to establish a framework of MAS simulation model, which can make a convenient description to the last program. References [1] McCall G H.Space surveillance[r].vandenberg: Air Force Space Command,2001. [2] Liu Zhonggui. Design of space objects surveillance system[d]. Nanjing Univercity, [3] Zhang Guangyi, Wang Dechun. Space surveillance detecting phased array radar [M]. Beijing: Publishing House of science. [4] Ang Yang. A Networked Multi- Combat. Model: Emergence Explained. New South Wales, Australia, 2006: [5] Liu Yong. Researching of MAS theory and application [D].Chongqing University, [6] Wendy Boggs, Michael Boggs. UML and Rational Rose2002 [M]. Beijing: Publishing House of Electronics Industry, 2002.

5 Vehicle, Mechatronics and Information Technologies II / Modeling of Ground Based Space Surveillance System Based on MAS Method /

The Linear Relationship between Concentrations and UV Absorbance of Nitrobenzene

The Linear Relationship between Concentrations and UV Absorbance of Nitrobenzene Advanced Materials Research Online: 2014-06-18 ISSN: 1662-8985, Vols. 955-959, pp 1376-1379 doi:10.4028/www.scientific.net/amr.955-959.1376 2014 Trans Tech Publications, Switzerland The Linear Relationship

More information

Design of a Radar Based Space Situational Awareness System

Design of a Radar Based Space Situational Awareness System Design of a Radar Based Space Situational Awareness System Toni Liebschwager University of Federal Armed Forces, Munich, Germany toniliebschwager@web.de Dr.-Ing. Thomas Neff German Aerospace Center, Oberpfaffenhofen,

More information

Development of Laser Measurement to Space Debris at Shanghai SLR Station

Development of Laser Measurement to Space Debris at Shanghai SLR Station Abstract Development of Laser Measurement to Space Debris at Shanghai SLR Station Zhang Zhongping, Deng Huarong, Tang Kai, Wu Zhibo, Zhang Haifeng (Shanghai Astronomical Observatory of Chinese Academy

More information

ACCURACY ASSESSMENT OF GEOSTATIONARY-EARTH-ORBIT WITH SIMPLIFIED PERTURBATIONS MODELS

ACCURACY ASSESSMENT OF GEOSTATIONARY-EARTH-ORBIT WITH SIMPLIFIED PERTURBATIONS MODELS ARTIFICIAL SATELLITES, Vol. 51, No. 2 2016 DOI: 10.1515/arsa-2016-0005 ACCURACY ASSESSMENT OF GEOSTATIONARY-EARTH-ORBIT WITH SIMPLIFIED PERTURBATIONS MODELS Lihua Ma, Xiaojun Xu, Feng Pang National Astronomical

More information

Orbit and Transmit Characteristics of the CloudSat Cloud Profiling Radar (CPR) JPL Document No. D-29695

Orbit and Transmit Characteristics of the CloudSat Cloud Profiling Radar (CPR) JPL Document No. D-29695 Orbit and Transmit Characteristics of the CloudSat Cloud Profiling Radar (CPR) JPL Document No. D-29695 Jet Propulsion Laboratory California Institute of Technology Pasadena, CA 91109 26 July 2004 Revised

More information

DESIGN OF SYSTEM LEVEL CONCEPT FOR TERRA 25994

DESIGN OF SYSTEM LEVEL CONCEPT FOR TERRA 25994 DESIGN OF SYSTEM LEVEL CONCEPT FOR TERRA 25994 Prof. S.Peik Group Number : 14 Submitted by: Deepthi Poonacha Machimada : 5007754 Shridhar Reddy : 5007751 1 P a g e Table of Contents 1. Introduction...

More information

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network JIANG Hai University of Chinese Academy of Sciences National Astronomical Observatories, Chinese Academy of Sciences

More information

Covariance Tracking Algorithm on Bilateral Filtering under Lie Group Structure Yinghong Xie 1,2,a Chengdong Wu 1,b

Covariance Tracking Algorithm on Bilateral Filtering under Lie Group Structure Yinghong Xie 1,2,a Chengdong Wu 1,b Applied Mechanics and Materials Online: 014-0-06 ISSN: 166-748, Vols. 519-50, pp 684-688 doi:10.408/www.scientific.net/amm.519-50.684 014 Trans Tech Publications, Switzerland Covariance Tracking Algorithm

More information

Keywords: Principle Of Escapement Mechanism, Tower Escape Apparatus, Mechanism Design.

Keywords: Principle Of Escapement Mechanism, Tower Escape Apparatus, Mechanism Design. Key Engineering Materials Online: 2013-07-15 ISSN: 1662-9795, Vol. 561, pp 568-571 doi:10.4028/www.scientific.net/kem.561.568 2013 Trans Tech Publications, Switzerland Design and Research on tower escape

More information

Analysis of Microstrip Circuit by Using Finite Difference Time Domain (FDTD) Method. ZHANG Lei, YU Tong-bin, QU De-xin and XIE Xiao-gang

Analysis of Microstrip Circuit by Using Finite Difference Time Domain (FDTD) Method. ZHANG Lei, YU Tong-bin, QU De-xin and XIE Xiao-gang Applied Mechanics and Materials Online: 013-08-08 ISSN: 166-748, Vols. 347-350, pp 1758-176 doi:10.408/www.scientific.net/amm.347-350.1758 013 Trans Tech Publications, Switzerland Analysis of Microstrip

More information

Materials Science Forum Online: ISSN: , Vols , pp doi: /

Materials Science Forum Online: ISSN: , Vols , pp doi: / Materials Science Forum Online: 2004-12-15 ISSN: 1662-9752, Vols. 471-472, pp 687-691 doi:10.4028/www.scientific.net/msf.471-472.687 Materials Science Forum Vols. *** (2004) pp.687-691 2004 Trans Tech

More information

Solar Glint for Optical Ranging

Solar Glint for Optical Ranging Solar Glint for Optical Ranging Anja Brokaw, Senior Software Engineer Cosmic AES, anja.brokaw@cosmicaes.com Co-authors Adrian Johnson, Principal Engineer Cosmic AES, adrian.johnson@cosmicaes.com Phillip

More information

MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 2 Due Tuesday, July 14, in class.

MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 2 Due Tuesday, July 14, in class. MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 2 Due Tuesday, July 14, in class. Guidelines: Please turn in a neat and clean homework that gives all the formulae that you have used as well as details

More information

A Monitoring and Warning System for Close Geosynchronous Satellite Encounters

A Monitoring and Warning System for Close Geosynchronous Satellite Encounters A Monitoring and Warning System for Close Geosynchronous Satellite Encounters R. I. Abbot, R. Clouser E. W. Evans, R. Sridharan SPACE CONTROL CONFERENCE APRIL 2001 This work was performed under a Cooperative

More information

COMPARISON OF ANGLES ONLY INITIAL ORBIT DETERMINATION ALGORITHMS FOR SPACE DEBRIS CATALOGUING

COMPARISON OF ANGLES ONLY INITIAL ORBIT DETERMINATION ALGORITHMS FOR SPACE DEBRIS CATALOGUING COMPARISON OF ANGLES ONLY INITIAL ORBIT DETERMINATION ALGORITHMS FOR SPACE DEBRIS CATALOGUING Fran Martinez Fadrique, Alberto Águeda Maté, Joan Jorquera Grau, Jaime Fernández Sánchez, Laura Aivar García

More information

Design of Intelligent Meteorological System Based on MEMS Wang Hao 1,a, Nie Meng 2,b, Huang Qing an 3,c

Design of Intelligent Meteorological System Based on MEMS Wang Hao 1,a, Nie Meng 2,b, Huang Qing an 3,c Key Engineering Materials Online: 2014-04-09 ISSN: 1662-9795, Vols. 609-610, pp 801-806 doi:10.4028/www.scientific.net/kem.609-610.801 2014 Trans Tech Publications, Switzerland Design of Intelligent Meteorological

More information

MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA

MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA Felipe Jiménez (1), Francisco Javier Atapuerca (2), José María de Juana (3) (1) GMV AD., Isaac Newton 11, 28760 Tres Cantos, Spain, e-mail: fjimenez@gmv.com

More information

Feasibility Investigation on Reduced-Power Take-off of MA600

Feasibility Investigation on Reduced-Power Take-off of MA600 Advanced Materials Research Online: 2013-09-04 ISSN: 1662-8985, Vols. 779-780, pp 486-490 doi:10.4028/www.scientific.net/amr.779-780.486 2013 Trans Tech Publications, Switzerland Feasibility Investigation

More information

ANALYSIS OF THE EGLIN RADAR DEBRIS FENCE

ANALYSIS OF THE EGLIN RADAR DEBRIS FENCE ANALYSIS OF THE EGLIN RADAR DEBRIS FENCE Thomas J. Settecerri, Alan D. Skillicorn (The MITRE Corporation), Paul C. Spikes (AFMC ESC/Det. 5) BACKGROUND The Eglin FPS-85 space surveillance radar is a bi-static

More information

The Realization of Smoothed Pseudo Wigner-Ville Distribution Based on LabVIEW Guoqing Liu 1, a, Xi Zhang 1, b 1, c, *

The Realization of Smoothed Pseudo Wigner-Ville Distribution Based on LabVIEW Guoqing Liu 1, a, Xi Zhang 1, b 1, c, * Applied Mechanics and Materials Online: 2012-12-13 ISSN: 1662-7482, Vols. 239-240, pp 1493-1496 doi:10.4028/www.scientific.net/amm.239-240.1493 2013 Trans Tech Publications, Switzerland The Realization

More information

ORBITAL SOLUTIONS TO LEO-TO-LEO ANGLES-ONLY VERY- SHORT-ARC TRACKS

ORBITAL SOLUTIONS TO LEO-TO-LEO ANGLES-ONLY VERY- SHORT-ARC TRACKS ORBITAL SOLUTIONS TO LEO-TO-LEO ANGLES-ONLY VERY- SHORT-ARC TRACKS Jizhang Sang (1), Xiangxu Lei (2), Pin Zhang (3), Teng Pan (4), Huaifeng Li (5) (1) School of Geodesy and Geomatics, Wuhan University,

More information

Student s guide CESAR Science Case The differential rotation of the Sun and its Chromosphere

Student s guide CESAR Science Case The differential rotation of the Sun and its Chromosphere Student s guide CESAR Science Case The differential rotation of the Sun and its Chromosphere Name Date Introduction The Sun as you may already know, is not a solid body. It is a massive body of gas constantly

More information

Cataloging with an Upgraded Space Surveillance Fence

Cataloging with an Upgraded Space Surveillance Fence Cataloging with an Upgraded Space Surveillance Fence Felix Hoots, Geoff Pierce, Lester Ford AT&T Hugh Hadley Syracuse Research Integrated solutions from a trusted source Fence Provides Robust, Uncued Surveillance

More information

Grid component outage probability model considering weather and. aging factors

Grid component outage probability model considering weather and. aging factors Advanced Materials Research Online: 2013-09-10 ISSN: 1662-8985, Vols. 805-806, pp 822-827 doi:10.4028/www.scientific.net/amr.805-806.822 2013 Trans Tech Publications, Switzerland Grid component outage

More information

School of Astronautics Engineering Harbin Institute of Technology,Harbin,150001, China

School of Astronautics Engineering Harbin Institute of Technology,Harbin,150001, China Applied Mechanics and Materials Online: 3-7-3 ISSN: 66-748, Vol. 344, pp -9 doi:.48/www.scientific.net/amm.344. 3 rans ech Publications, Switzerland Research on wo Kinds of Parameter Identification Methods

More information

Winds on Titan: First results from the Huygens Doppler Wind Experiment

Winds on Titan: First results from the Huygens Doppler Wind Experiment 1 Winds on Titan: First results from the Huygens Doppler Wind Experiment Supplementary Discussion. It was realized during the DWE design phase that Earth-based Doppler measurements could be combined with

More information

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vol. 371, pp 822-826 doi:10.4028/www.scientific.net/amm.371.822 2013 Trans Tech Publications, Switzerland Improvement of Process Failure

More information

The optimized white Differential equation of GM(1,1) based on the. original grey differential equation. Rui Zhou Jun-jie Li Yao Chen

The optimized white Differential equation of GM(1,1) based on the. original grey differential equation. Rui Zhou Jun-jie Li Yao Chen pplied Mechanics and Materials Online: 202-05-4 ISSN: 662-7482, Vols. 66-69, pp 297-2975 doi:0.4028/www.scientific.net/mm.66-69.297 202 Trans Tech Pulications, Switzerland The optimized white Differential

More information

A method for calculating probability of collision between space objects

A method for calculating probability of collision between space objects RAA 2014 Vol. 14 No. 5, 601 609 doi: 10.1088/1674 4527/14/5/009 http://www.raa-journal.org http://www.iop.org/journals/raa Research in Astronomy and Astrophysics A method for calculating probability of

More information

CHAPTER 3 PERFORMANCE

CHAPTER 3 PERFORMANCE PERFORMANCE 3.1 Introduction The LM-3A performance figures given in this chapter are based on the following assumptions: Launching from XSLC (Xichang Satellite Launch Center, Sichuan Province, China),

More information

Satellite communications and the environment of space. V 1.1 Swiss Space Summer Camp 2016 Images: NASA 1

Satellite communications and the environment of space. V 1.1 Swiss Space Summer Camp 2016 Images: NASA 1 Satellite communications and the environment of space Swiss Space Summer Camp 2016 Images: NASA 1 Can you name these satellites? Sputnik The first man made satellite Launched in 1957 by The USSR Mass 84kg,

More information

Theoretical Calculation and Experimental Study On Sung Torque And Angle For The Injector Clamp Tightening Bolt Of Engine

Theoretical Calculation and Experimental Study On Sung Torque And Angle For The Injector Clamp Tightening Bolt Of Engine Applied Mechanics and Materials Online: 201-08-08 ISSN: 1662-7482, Vols. 51-52, pp 1284-1288 doi:10.4028/www.scientific.net/amm.51-52.1284 201 Trans Tech Publications, Switzerland Theoretical Calculation

More information

Comparative Study of Basic Constellation Models for Regional Satellite Constellation Design

Comparative Study of Basic Constellation Models for Regional Satellite Constellation Design 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control Comparative Study of Basic Constellation Models for Regional Satellite Constellation Design Yu

More information

Evaluating Gooding Angles-only Orbit Determination of Space Based Space Surveillance Measurements

Evaluating Gooding Angles-only Orbit Determination of Space Based Space Surveillance Measurements Evaluating Gooding Angles-only Orbit Determination of Space Based Space Surveillance Measurements David A. Vallado Center for Space Standards and Innovation, Colorado Springs, Colorado, 80920. Email:dvallado@agi.com

More information

Calculation of Earth s Dynamic Ellipticity from GOCE Orbit Simulation Data

Calculation of Earth s Dynamic Ellipticity from GOCE Orbit Simulation Data Available online at www.sciencedirect.com Procedia Environmental Sciences 1 (1 ) 78 713 11 International Conference on Environmental Science and Engineering (ICESE 11) Calculation of Earth s Dynamic Ellipticity

More information

Adsorption Research of Polymer on Oil Sands in Qidongyi Block of Xinjiang Conglomerate Reservoir

Adsorption Research of Polymer on Oil Sands in Qidongyi Block of Xinjiang Conglomerate Reservoir Applied Mechanics and Materials Online: -7- ISSN: -78, Vols. 8-8, pp 8- doi:.8/www.scientific.net/amm.8-8.8 Trans Tech Publications, Switzerland Adsorption Research of Polymer on Oil Sands in Qidongyi

More information

A Research on High-Precision Strain Measurement Based on FBG with Temperature Compensation Zi Wang a, Xiang Zhang b, Yuegang Tan c, Tianliang Li d

A Research on High-Precision Strain Measurement Based on FBG with Temperature Compensation Zi Wang a, Xiang Zhang b, Yuegang Tan c, Tianliang Li d Advanced Materials Research Submitted: 214-1-31 ISSN: 1662-8985, Vol 183, pp 121-126 Accepted: 214-11-3 doi:1428/wwwscientificnet/amr183121 Online: 215-1-12 215 Trans Tech Publications, Switzerland A Research

More information

Research and Application of Sun Shadow Location Technology in Video Big Data

Research and Application of Sun Shadow Location Technology in Video Big Data 2017 2 nd International Conference on Computer Engineering, Information Science and Internet Technology (CII 2017) ISBN: 978-1-60595-504-9 Research and Application of Sun Shadow Location Technology in

More information

The Air Force Association 1501 Lee Highway, Arlington, Virginia

The Air Force Association 1501 Lee Highway, Arlington, Virginia The Air Force Association 1501 Lee Highway, Arlington, Virginia 22209-1198 www.afa.org Sample Exercise Synopsis Teams will be required to select a mission orbit for a satellite to measure the height of

More information

ISO INTERNATIONAL STANDARD. Geographic information Metadata Part 2: Extensions for imagery and gridded data

ISO INTERNATIONAL STANDARD. Geographic information Metadata Part 2: Extensions for imagery and gridded data INTERNATIONAL STANDARD ISO 19115-2 First edition 2009-02-15 Geographic information Metadata Part 2: Extensions for imagery and gridded data Information géographique Métadonnées Partie 2: Extensions pour

More information

Establishment and Observation of Space Debris Laser Ranging

Establishment and Observation of Space Debris Laser Ranging Establishment and Observation of Space Debris Laser Ranging Zhang Zhongping, Zhang Haifeng, Wu Zhibo, Li Pu, Meng Wendong, Chen Juping, Chen WanZhen Shanghai Observatory, Chinese Academy of Sciences Contents:

More information

OTSUKIMI Moon-sighting Satellite Kyushu Institute of Technology. 3 rd Mission Idea Contest UNISEC Global

OTSUKIMI Moon-sighting Satellite Kyushu Institute of Technology. 3 rd Mission Idea Contest UNISEC Global OTSUKIMI Moon-sighting Satellite Kyushu Institute of Technology 3 rd Mission Idea Contest UNISEC Global The Idea We want to take image for the moon phases as seen from Earth Why? Introduction 1.6 billion,23.4%

More information

Identifying On-Orbit Test Targets for Space Fence Operational Testing. Daniel L. Pechkis Nelson S. Pacheco Tye W. Botting

Identifying On-Orbit Test Targets for Space Fence Operational Testing. Daniel L. Pechkis Nelson S. Pacheco Tye W. Botting Identifying On-Orbit Test Targets for Space Fence Operational Testing Daniel L. Pechkis Nelson S. Pacheco Tye W. Botting Institute for Defense Analyses, Alexandria, VA 22311 ABSTRACT Space Fence will be

More information

Nonlinear Stability and Bifurcation of Multi-D.O.F. Chatter System in Grinding Process

Nonlinear Stability and Bifurcation of Multi-D.O.F. Chatter System in Grinding Process Key Engineering Materials Vols. -5 (6) pp. -5 online at http://www.scientific.net (6) Trans Tech Publications Switzerland Online available since 6//5 Nonlinear Stability and Bifurcation of Multi-D.O.F.

More information

Attitude Control Method of Spin-Stabilized Satellite Base on Equiangular Precession

Attitude Control Method of Spin-Stabilized Satellite Base on Equiangular Precession International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) Attitude Control Method of Spin-Stabilized Satellite Base on Equiangular Precession Yonggang Li a, Jiping Ren

More information

CHAPTER 3 PERFORMANCE

CHAPTER 3 PERFORMANCE PERFORMANCE 3.1 Introduction The LM-3B performance figures given in this chapter are based on the following assumptions: Launching from XSLC (Xichang Satellite Launch Center, Sichuan Province, China),

More information

J. G. Miller (The MITRE Corporation), W. G. Schick (ITT Industries, Systems Division)

J. G. Miller (The MITRE Corporation), W. G. Schick (ITT Industries, Systems Division) Contributions of the GEODSS System to Catalog Maintenance J. G. Miller (The MITRE Corporation), W. G. Schick (ITT Industries, Systems Division) The Electronic Systems Center completed the Ground-based

More information

Reduction of the Response Time of Earth Observation Satellite Constellations using Inter-satellite Links

Reduction of the Response Time of Earth Observation Satellite Constellations using Inter-satellite Links Reduction of the Response Time of Earth Observation Satellite Constellations using Inter-satellite Links S. De Florio Data quality of Earth observation satellites is often evaluated in terms of short system

More information

An Novel Continuation Power Flow Method Based on Line Voltage Stability Index

An Novel Continuation Power Flow Method Based on Line Voltage Stability Index IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS An Novel Continuation Power Flow Method Based on Line Voltage Stability Index To cite this article: Jianfang Zhou et al 2018 IOP

More information

AS3010: Introduction to Space Technology

AS3010: Introduction to Space Technology AS3010: Introduction to Space Technology L E C T U R E 6 Part B, Lecture 6 17 March, 2017 C O N T E N T S In this lecture, we will look at various existing satellite tracking techniques. Recall that we

More information

Orbit Determination Using Satellite-to-Satellite Tracking Data

Orbit Determination Using Satellite-to-Satellite Tracking Data Chin. J. Astron. Astrophys. Vol. 1, No. 3, (2001 281 286 ( http: /www.chjaa.org or http: /chjaa.bao.ac.cn Chinese Journal of Astronomy and Astrophysics Orbit Determination Using Satellite-to-Satellite

More information

Assessment and Categorization of TLE Orbit Errors for the US SSN Catalogue

Assessment and Categorization of TLE Orbit Errors for the US SSN Catalogue Assessment and Categorization of TLE Orbit Errors for the US SSN Catalogue Tim Flohrer Aboa Space Research Oy (ASRO) at Space Debris Office, ESA/ESOC, Darmstadt, Germany Tim.Flohrer@esa.int Holger Krag

More information

New Observation Results from A Rotating-drift-scan CCD System

New Observation Results from A Rotating-drift-scan CCD System New Observation Results from A Rotating-drift-scan CCD System TANG Zhenghong, MAO Yindun, LI Yan, YU Yong Shanghai Astronomical Observatory 2011-10 TANG Zhenghong 1 Background Up to now, the number of

More information

An Algorithm for Calculating Collision Probability of Spacecraft and Short-term Debris Cloud Based on Binomial Distribution

An Algorithm for Calculating Collision Probability of Spacecraft and Short-term Debris Cloud Based on Binomial Distribution 2nd International Conference on Mechatronics Engineering and Information Technology (ICMEIT 27) An Algorithm for Calculating Collision Probability of Spacecraft and Short-term Debris Cloud Based on Binomial

More information

The Simulation of Dropped Objects on the Offshore Structure Liping SUN 1,a, Gang MA 1,b, Chunyong NIE 2,c, Zihan WANG 1,d

The Simulation of Dropped Objects on the Offshore Structure Liping SUN 1,a, Gang MA 1,b, Chunyong NIE 2,c, Zihan WANG 1,d Advanced Materials Research Online: 2011-09-02 ISSN: 1662-8985, Vol. 339, pp 553-556 doi:10.4028/www.scientific.net/amr.339.553 2011 Trans Tech Publications, Switzerland The Simulation of Dropped Objects

More information

Oil Extraction Technology Research Institute, China

Oil Extraction Technology Research Institute, China Advanced Materials Research Online: 1-1-13 ISSN: 166-8985, Vols. 616-618, pp 996-999 doi:1.48/www.scientific.net/amr.616-618.996 13 Trans Tech Publications, Switzerland Research of optical fiber fluid

More information

Comparison of Base Shear Force Method in the Seismic Design Codes of China, America and Europe

Comparison of Base Shear Force Method in the Seismic Design Codes of China, America and Europe Applied Mechanics and Materials Vols. 66-69 (202) pp 2345-2352 Online available since 202/May/4 at www.scientific.net (202) Trans Tech Publications, Switzerland doi:0.4028/www.scientific.net/amm.66-69.2345

More information

Dept.of Mechanical Engg, Defence Institute of Advanced Technology, Pune. India

Dept.of Mechanical Engg, Defence Institute of Advanced Technology, Pune. India Applied Mechanics and Materials Submitted: 2014-04-23 ISSN: 1662-7482, Vols. 592-594, pp 1084-1088 Revised: 2014-05-16 doi:10.4028/www.scientific.net/amm.592-594.1084 Accepted: 2014-05-19 2014 Trans Tech

More information

New Observation Results from A Rotating-drift-scan CCD System

New Observation Results from A Rotating-drift-scan CCD System New Observation Results from A Rotating-drift-scan CCD System TANG Zheng-Hong, MAO Yin-Dun, LI Yan, YU Yong Shanghai Astronomical Observatory, Chinese Academy of Sciences Abstract: A Rotating-drift-scan

More information

Influence Analysis of Star Sensors Sampling Frequency on Attitude Determination Accuracy

Influence Analysis of Star Sensors Sampling Frequency on Attitude Determination Accuracy Sensors & ransducers Vol. Special Issue June pp. -8 Sensors & ransducers by IFSA http://www.sensorsportal.com Influence Analysis of Star Sensors Sampling Frequency on Attitude Determination Accuracy Yuanyuan

More information

Asia-Pacific ground-base Optical Satellite Observation System APOSOS

Asia-Pacific ground-base Optical Satellite Observation System APOSOS Asia-Pacific ground-base Optical Satellite Observation System APOSOS Center for Research and Application of Space Debris National Astronomical Observatories, CAS GUO Xiaozhong Oct 2011 Outline Space debris

More information

(ii) We have already found out the velocity of the satellite in orbit in part (i) (using equation (2.5)) to be km/s

(ii) We have already found out the velocity of the satellite in orbit in part (i) (using equation (2.5)) to be km/s Chapter 2 Questions and Solutions Question 1. Explain what the terms centrifugal and centripetal mean with regard to a satellite in orbit around the earth. A satellite is in a circular orbit around the

More information

Orbital Debris Observation via Laser Illuminated Optical Measurement Techniques

Orbital Debris Observation via Laser Illuminated Optical Measurement Techniques Orbital Debris Observation via Laser Illuminated Optical Measurement Techniques Makoto TAGAWA Kyushu University Toshiya HANADA Kyushu University Kozue HASHIMOTO, Yukihito KITAZAWA, Aritsune KAWABE IHI

More information

The Evaluation Methods of Collision. Between Space Debris and Spacecraft

The Evaluation Methods of Collision. Between Space Debris and Spacecraft The Evaluation Methods of Collision Between Space Debris and Spacecraft Wang Xinfeng, Li Yanjun, Northwestern Polytechnical University, Xi an, 710072 Wu Gongyou Xi an Jiaotong University, Xi an 710048

More information

Technical analysis of commercially hosted optical payloads for enhanced SSA

Technical analysis of commercially hosted optical payloads for enhanced SSA Technical analysis of commercially hosted optical payloads for enhanced SSA Jonathan D. Lowe Analytical Graphics, Inc., Exton, Pennsylvania, 19341. Email:jlowe@agi.com David A. Vallado Center for Space

More information

Research on Object-Oriented Geographical Data Model in GIS

Research on Object-Oriented Geographical Data Model in GIS Research on Object-Oriented Geographical Data Model in GIS Wang Qingshan, Wang Jiayao, Zhou Haiyan, Li Bin Institute of Information Engineering University 66 Longhai Road, ZhengZhou 450052, P.R.China Abstract

More information

Interference Problems at the Effelsberg 100-m Telescope

Interference Problems at the Effelsberg 100-m Telescope Interference Problems at the Effelsberg 100-m Telescope Wolfgang Reich Max-Planck-Institut für Radioastronomie, Bonn Abstract: We summarise the effect of interference on sensitive radio continuum and polarisation

More information

3 rd US-China Space Surveillance Technical Interchange

3 rd US-China Space Surveillance Technical Interchange 3 rd US-China Space Surveillance Technical Interchange Beijing Institute of Technology Beijing, China 12-16 May 2013 YE Shuhua China Co- P. Kenneth Seidelmann U.S. Co- ZHANG Jingrui China Technical Kyle

More information

RAPID GEOSYNCHRONOUS TRANSFER ORBIT ASCENT PLAN GENERATION. Daniel X. Junker (1) Phone: ,

RAPID GEOSYNCHRONOUS TRANSFER ORBIT ASCENT PLAN GENERATION. Daniel X. Junker (1) Phone: , RAPID GEOSYNCHRONOUS TRANSFER ORBIT ASCENT PLAN GENERATION Daniel X. Junker (1) (1) LSE Space GmbH, Argelsrieder Feld 22, 82234 Wessling, Germany, Phone: +49 160 9111 6696, daniel.junker@lsespace.com Abstract:

More information

SLR-based orbit determination and orbit prediction of space debris objects

SLR-based orbit determination and orbit prediction of space debris objects Geodätische Woche Congress Center Essen, 8.- 10. Oktober 2013 SLR-based orbit determination and orbit prediction of space debris objects Harald Wirnsberger, Oliver Baur, Georg Kirchner Space Research Institute

More information

RADAR-OPTICAL OBSERVATION MIX

RADAR-OPTICAL OBSERVATION MIX RADAR-OPTICAL OBSERVATION MIX Felix R. Hoots + Deep space satellites, having a period greater than or equal to 225 minutes, can be tracked by either radar or optical sensors. However, in the US Space Surveillance

More information

Vibration Characteristics of the Platform in highspeed Railway Elevated Station

Vibration Characteristics of the Platform in highspeed Railway Elevated Station TELKOMNIKA, Vol.11, No.3, March 2013, pp. 1383 ~ 1392 e-issn: 2087-278X 1383 Vibration Characteristics of the Platform in highspeed Railway Elevated Station Wang Tie*, Wei Qingchao School of Civil Engineering,

More information

Implementation of Real-Time Monitoring and Warning of Near-Earth Space Dangerous Events by Roscosmos. I. Oleynikov, V. Ivanov, and M.

Implementation of Real-Time Monitoring and Warning of Near-Earth Space Dangerous Events by Roscosmos. I. Oleynikov, V. Ivanov, and M. Implementation of Real-Time Monitoring and Warning of Near-Earth Space Dangerous Events by Roscosmos I. Oleynikov, V. Ivanov, and M. Astrakhantsev A lot of uncontrolled man-made objects, which regularly

More information

Circular vs. Elliptical Orbits for Persistent Communications

Circular vs. Elliptical Orbits for Persistent Communications 5th Responsive Space Conference RS5-2007-2005 Circular vs. Elliptical Orbits for Persistent Communications James R. Wertz Microcosm, Inc. 5th Responsive Space Conference April 23 26, 2007 Los Angeles,

More information

Kinetic Monte Carlo simulation of semiconductor quantum dot growth

Kinetic Monte Carlo simulation of semiconductor quantum dot growth Solid State Phenomena Online: 2007-03-15 ISSN: 1662-9779, Vols. 121-123, pp 1073-1076 doi:10.4028/www.scientific.net/ssp.121-123.1073 2007 Trans Tech Publications, Switzerland Kinetic Monte Carlo simulation

More information

Fusion of telescopic and Doppler radar data

Fusion of telescopic and Doppler radar data Fusion of telescopic and Doppler radar data Mirko Navara 1, Martin Matoušek 1, Ondřej Drbohlav 2 1 Czech Technical University in Prague, Czech Institute of Informatics, Robotics, and Cybernetics, Department

More information

Unit 1: Mapping and Astronomy

Unit 1: Mapping and Astronomy Unit 1: Mapping and Astronomy 1 Do Now In your notebook, write your thoughts on the following: -What do you know about the beginning location and trajectory of the most recent hurricanes (Harvey or Irma)?

More information

The Orbit Control of ERS-1 and ERS-2 for a Very Accurate Tandem Configuration

The Orbit Control of ERS-1 and ERS-2 for a Very Accurate Tandem Configuration The Orbit Control of ERS-1 and ERS-2 for a Very Accurate Tandem Configuration Mats Rosengren European Space Operations Centre Robert Bosch Str 5 D64293 Darmstadt Germany Email: mrosengr@esoc.esa.de Abstract

More information

Impact of the Envisat Mission Extension on SAR data

Impact of the Envisat Mission Extension on SAR data Impact of the Envisat Mission Extension on SAR data Impact of Envisat extension on SAR data Prepared by nuno miranda Reference Issue 0.9 Revision Date of Issue 23 August 2010 Status Preliminary version

More information

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY K. T. He a, b, Y. Tang a, W. X. Yu a a School of Electronic Science and Engineering, National University of Defense Technology, Changsha,

More information

Study on the application of rigid body dynamics in the traffic accident reconstruction. Ming Ni

Study on the application of rigid body dynamics in the traffic accident reconstruction. Ming Ni Applied Mechanics and Materials Submitted: 2014-10-25 ISSN: 1662-7482, Vol. 707, pp 412-416 Revised: 2014-11-01 doi:10.4028/www.scientific.net/amm.707.412 Accepted: 2014-11-01 2015 Trans Tech Publications,

More information

Benefits of a Geosynchronous Orbit (GEO) Observation Point for Orbit Determination

Benefits of a Geosynchronous Orbit (GEO) Observation Point for Orbit Determination Benefits of a Geosynchronous Orbit (GEO) Observation Point for Orbit Determination Ray Byrne, Michael Griesmeyer, Ron Schmidt, Jeff Shaddix, and Dave Bodette Sandia National Laboratories ABSTRACT Determining

More information

Detection of Artificial Satellites in Images Acquired in Track Rate Mode.

Detection of Artificial Satellites in Images Acquired in Track Rate Mode. Detection of Artificial Satellites in Images Acquired in Track Rate Mode. Martin P. Lévesque Defence R&D Canada- Valcartier, 2459 Boul. Pie-XI North, Québec, QC, G3J 1X5 Canada, martin.levesque@drdc-rddc.gc.ca

More information

The Launch of Gorizont 45 on the First Proton K /Breeze M

The Launch of Gorizont 45 on the First Proton K /Breeze M The Launch of Gorizont 45 on the First Proton K / Fred D. Rosenberg, Ph.D. Space Control Conference 3 April 2001 FDR -01 1 This work is sponsored by the Air Force under Air Force Contract F19628-00-C-0002

More information

How to Improve Small Satellite Missions in Two Easy Steps:

How to Improve Small Satellite Missions in Two Easy Steps: How to Improve Small Satellite Missions in Two Easy Steps: Adopting Space Debris Mitigation Guidelines and Improving Space Surveillance Network Tracking Support G. Taft DeVere Jason C. Randolph Headquarters

More information

Comparison of Thermal Decomposition Kinetics of Magnesite and Limestone Lei Su 1, a, Gang Zhang 2,b, Yu Dong 1,c, Jian Feng 3,d and Dong Liu 3,e

Comparison of Thermal Decomposition Kinetics of Magnesite and Limestone Lei Su 1, a, Gang Zhang 2,b, Yu Dong 1,c, Jian Feng 3,d and Dong Liu 3,e Advanced Materials Research Online: 2013-01-25 ISSN: 1662-8985, Vols. 652-654, pp 2580-2583 doi:10.4028/www.scientific.net/amr.652-654.2580 2013 Trans Tech Publications, Switzerland Comparison of Thermal

More information

Correlation Coefficient of Interval Neutrosophic Set

Correlation Coefficient of Interval Neutrosophic Set Applied Mechanics and Materials Online: 2013-10-31 ISSN: 1662-7482, Vol. 436, pp 511-517 doi:10.4028/www.scientific.net/amm.436.511 2013 Trans Tech Publications, Switzerland Correlation Coefficient of

More information

PHYS133 Lab 6 Sunspots and Solar Rotation

PHYS133 Lab 6 Sunspots and Solar Rotation PHYS133 Lab 6 Sunspots and Solar Rotation Goals: Select a series of images with sunspots suitable for measurement. View an animation of the images showing the motion of the spots as the Sun rotates. Devise

More information

Student s guide CESAR Science Case Rotation period of the Sun and the sunspot activity

Student s guide CESAR Science Case Rotation period of the Sun and the sunspot activity Student s guide CESAR Science Case Rotation period of the Sun and the sunspot activity Name Date Introduction As you may know, the Sun is a luminous globe among many, consisting of hot gas that provides

More information

Fundamentals of Satellite technology

Fundamentals of Satellite technology Fundamentals of Satellite technology Prepared by A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai Orbital Plane All of the planets,

More information

Advanced Electronic Communication Systems. Lecture 4. Satellite Orbits (2) Dr.Eng. Basem ElHalawany

Advanced Electronic Communication Systems. Lecture 4. Satellite Orbits (2) Dr.Eng. Basem ElHalawany Advanced Electronic Communication Systems Lecture 4 Satellite Orbits (2) Dr.Eng. Basem ElHalawany Orbital (nonsynchronous) Satellites (cont.) Posigrade orbit or Prograde: If the satellite is orbiting in

More information

AUTONOMOUS AND ROBUST RENDEZVOUS GUIDANCE ON ELLIPTICAL ORBIT SUBJECT TO J 2 PERTURBATION.

AUTONOMOUS AND ROBUST RENDEZVOUS GUIDANCE ON ELLIPTICAL ORBIT SUBJECT TO J 2 PERTURBATION. AUTONOMOUS AND ROBUST RENDEZVOUS GUIDANCE ON ELLIPTICAL ORBIT SUBJECT TO J 2 PERTURBATION Emmanuel GOGIBUS (1), Hervé CHARBONNEL (2), Patrick DELPY (3) (1) Astrium Space Transportation, 66 route de Verneuil,

More information

Research Article Study on Zero-Doppler Centroid Control for GEO SAR Ground Observation

Research Article Study on Zero-Doppler Centroid Control for GEO SAR Ground Observation Antennas and Propagation Article ID 549269 7 pages http://dx.doi.org/1.1155/214/549269 Research Article Study on Zero-Doppler Centroid Control for GEO SAR Ground Observation Yicheng Jiang Bin Hu Yun Zhang

More information

Study on Furfural Production from Hemicelluloses Bin Shen 1,a, Yanxue Liu 1,a,Yuxin Liu 1,a*, Jinhui Peng 1,a

Study on Furfural Production from Hemicelluloses Bin Shen 1,a, Yanxue Liu 1,a,Yuxin Liu 1,a*, Jinhui Peng 1,a Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 690-693, pp 1382-1385 doi:10.4028/www.scientific.net/amr.690-693.1382 2013 Trans Tech Publications, Switzerland Study on Furfural Production

More information

Fractal Characterization of Sealing Surface Topography and Leakage Model of Metallic Gaskets Xiu FENG a and Boqin GU b

Fractal Characterization of Sealing Surface Topography and Leakage Model of Metallic Gaskets Xiu FENG a and Boqin GU b Key Engineering Materials Online: 007-09-10 ISSN: 166-9795, Vols. 353-358, pp 977-980 doi:10.408/www.scientific.net/kem.353-358.977 007 Trans Tech Publications, Switzerland Fractal Characterization of

More information

COUNTING DOWN TO THE LAUNCH OF POPACS

COUNTING DOWN TO THE LAUNCH OF POPACS COUNTING DOWN TO THE LAUNCH OF POPACS (Polar Orbiting Passive Atmospheric Calibration Spheres) Gil Moore Utah State University Walter Holemans Planetary Systems Corporation Jin Kang U.S. Naval Academy

More information

Shandong Polytechnic University, Ji nan, Shandong, , P. R. China.

Shandong Polytechnic University, Ji nan, Shandong, , P. R. China. Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 690-693, pp 1455-1460 doi:10.4028/www.scientific.net/amr.690-693.1455 2013 Trans Tech Publications, Switzerland Using of magnesium

More information

Material and Design Requirements for Advanced Concentrators

Material and Design Requirements for Advanced Concentrators Advances in Science and Technology Online: 2010-10-27 ISSN: 1662-0356, Vol. 74, pp 237-242 doi:10.4028/www.scientific.net/ast.74.237 2010 Trans Tech Publications, Switzerland Material and Design Requirements

More information

Trip to National Weather Service & NASA Thursday, June 12, by Claude Cox and Mike Kees

Trip to National Weather Service & NASA Thursday, June 12, by Claude Cox and Mike Kees Trip to National Weather Service & NASA Thursday, June 12, 2014 - by Claude Cox and Mike Kees Nineteen Explorers boarded the County bus at Memorial City Mall on Thursday, June 12th for the day s planned

More information

Results and Analyses of Debris Tracking from Mt Stromlo

Results and Analyses of Debris Tracking from Mt Stromlo Results and Analyses of Debris Tracking from Mt Stromlo Jizhang Sang 1, Ian Ritchie, Matt Pearson, and Craig Smith EOS Space Systems Pty Ltd, Australia Abstract In the last 2 years, EOS Space Systems has

More information