Design and Implementation for KOMPSAT-5 Orbit Determination Operations

Size: px
Start display at page:

Download "Design and Implementation for KOMPSAT-5 Orbit Determination Operations"

Transcription

1 Design and Implementation for KOMPSAT-5 Orbit Determination Operations Yoola Hwang *1, Byoung-Sun Lee 1, and Jaehoon Kim 1 1 Electronics and Telecommunications Research Institute, 218 Gajeong-ro, Yuseong-gu, Daejeon , Republic of Korea Haedong Kim 2 2 Sejong University, 98 Gunja-dong, Gwangjin-gu, Seoul, , Republic of Korea and Ok-Chul Jung 3, Dae-Won Chung 3 3 Korea Aerospace Research Institute, Daejeon, , Republic of Korea KOrea-Multi-Purpose-SATellite (KOMPSAT)-5 is the first Korean satellite to perform synthetic aperture radar (SAR) mission and support radio occultation. In order to process SAR and radio occultation data, precise position and velocity are required. KOMPSAT-5 orbit determination system consists of Operational orbit determination (OOD) and precise orbit determination (POD). The satellite operational orbit supporting satellite operation is adjusted using satellite on-board global-positioning-system (GPS) navigation solutions data as well as ground-based satellite tracking and ranging data. KOMPSAT-5 carries two GPS receivers, TOPSTAR 3000 and IGOR, to perform orbit determination (OD) based on GPS data. IGOR dual-frequency GPS receiver is mainly operated for a primary mission support and TOPSTAR 3000 is a backup single-frequency GPS receiver. The POD result is validated using satellite lager ranging (SLR) data and the daily precise satellite position data are transferred to the international laser raging service (ILRS) site. KOMPSAT-5 POD and OOD are designed to meet the requirements of 20 cm and 5 m (one-sigma) positioning accuracy in three-dimension, respectively. However, KOMPSAT-5 OD using ranging and antenna pointing data is normally operated when GPS data is not available or before GPS receiver is activated on. The position error based on the range, azimuth, and elevation data should be satisfied within 1000m (three-sigma) for processing three-day measurement data. The requirement of OD performance is fully validated showing all OD requirements are satisfied for normal operation. I. Introduction HE KOrea-Multi-Purpose-SATellite (KOMPSAT)-5 is the first Korean satellite to produce 1-m resolution synthetic aperture radar (SAR) mission and support radio occultation. KOMPSAT-5 will be launched in 2012 and located in the 550 km altitude dawn-dusk circular orbit for Geographic information system, Ocean management, Land management, Disaster monitoring, and ENvironment monitoring (GOLDEN) missions [1,2]. Korea Aerospace Research Institute (KARI) built KOMPSAT-5 spacecraft and ground control system is developed by Electronics and Telecommunications Research Institute (ETRI). The ground control systems are consists of T * Yoola Hwang: Senior Research Staff, Satellite System Research Team, ylhwang@etri.re.kr, Byoung-Sun Lee: Principal Research Staff, Satellite System Research Team, lbs@etri.re.kr Jaehoon Kim: Team Head, Satellite System Research Team, jhkim@etri.re.kr Haedong Kim: Associate Professor, Sejong University, haedong@sejong.ac.kr Ok-Chul Jung: Senior Research Staff, LEO Satellite Ground Control Team, ocjung@kari.re.kr Dae-Won Chung: Team Head, LEO Satellite Ground Control Team, dwchung@kari.re.kr

2 real-time operation subsystem (ROS), mission planning subsystem (MPS), flight dynamics subsystem (FDS), and satellite simulator. FDS supports satellite operation such as satellite ephemeris, event, and fuel accounting. In most operation all events and data proceeding are calculated and accomplished using satellite s orbital elements. Thus, the estimation of satellite position is an important function in FDS. Orbit determination (OD) Software developed by ETRI was validated by many studies [1, 3]. Some research groups studied OD to obtain highly precise orbit for scientific missions as well as navigation. Rapid Science Orbit (RSO) for GOCE satellite proved that orbit error is less than 10 cm Root-Sum-Squares (RSS) using kinematic method [4]. Ionosphere-free precise orbit determination (POD) was also studied for CHAMP satellite and KOMPSAT-2 [3, 5]. The POD using single-frequency GPS data mostly showed at least 1 m positioning error. The orbit accuracy with GRACE satellite was validated by Satellite Lager Ranging (SLR) data and K-band ranging data [6]. The GRACE satellite POD accuracy showed better than 5 cm RSS in each direction [7]. In this paper, the KOMPSAT-5 OD of FDS is studied by two parts. One is to calculate operational orbit to support satellite operation and the other OD is to precisely estimate satellite position to process accurate imaging data using precise orbit result. An object-oriented design approach is used for KOMPSAT-5 orbit determination design on Linux system. Design, implementation, and validation of OD results including object-oriented graphical user interfaces (GUI) design are presented. The performance of OD demonstrated by the study that operational orbit determination (OOD) compared with POD and POD accuracy adjusted SLR data and error-free simulation POD result. A. Operational Orbit Determination domain model II. Design of Orbit Determination Orbit Determination package is an independent program and provides definitive orbit of KOMPSAT-5 using GPS-based navigation solutions from telemetry or ground tracking data from TT&C station. The Orbit Determination package uses batch-type minimum variance estimator for deriving definitive orbit of KOMPSAT-5. The purpose of the orbit determination package is to estimate a set of orbital parameters and provide input values for satellite operation. Software architecture is designed by package, component, process, and deployment design. GUI interfaces all FDS functions with user. Figure1 shows the logical view of OOD. Database system relates all input and output files processing OD. Logical view of OOD consists of measurement data processing, dynamics, estimation, and interface (figure 1). OOD domain model is designed with orbit prediction for KOMPSAT-5 operation as seen in figure 2. The OD package includes following modules: OD_CTRL: Orbit Determination Controller for FORTRAN Code ORB_ITG: Orbit Propagation for Calculated Orbit Elements Generation OD_ESTIM: Estimation for Orbit Determination MEAS_MDL: Measurement Data Modeling and Residuals Calculation Figure 1. Logical view of OOD.

3 request FDS Operator request default options <<GUI>> OP GUI <<GUI>> OD GUI default options OD Operator Parameter execute Mean Orbit Estimator MeanOrbitData OP Operator Parameter Orbit Predictor Orbit Determinator OD Report Generator Antenna Pointing Data Universal Data excute GPS navigation solution get input data Measurement Data Manager OP Report Generator Log Generator execute Ground based solution TDP Spacecraft Data Orbit State Data PCE Format GEOSC Fomrat Data Transfer Manager request GPS Data Filter Antenna Tracking and Ranging Data Filter Ground Station Data External Interface Data Perturbation Model GPS navigation solution data Antenna Tracking and Ranging Data Solar Radiation Pressure FTP Atmospheric Drag Luni-solar Gravity Earth Gravity Figure 2. Object diagram of orbit determination and prediction. Operational orbit domain is designed to perform the adjustment of the operational orbit parameters of spacecraft by using the GPS navigation solution data or ground based antenna tracking and ranging data. GPS navigation solution of PCE format and tracking and ranging data of GEOS-C format are converted into TDP form to execute OOD. Using orbit state from the spacecraft orbit stack data or manual entry, the equation of spacecraft motion is numerically integrated. The perturbation models of OOD dynamics are accessed to the Earth s gravity, luni-solar gravity, atmospheric drag, and the solar radiation pressure. The resultant operational orbit of the spacecraft is transferred to MPS, image reception and processing elements (IRPE) and external ground station. B. Precise Orbit Determination domain model The logical view of POD was introduced in [1]. POD is also interfaced using GUI and data are managed via database of system management module. In order to process GPS double-differenced data, the data are edited and cycle slip is corrected by polynomial fitting. Bad data due to the geometry or clock error are rejected. Batch least square estimator is used to determine the precise orbit. Precise dynamic models are applied to integrate equation of motion numerically.

4 FDS Operator request <<GUI>> POD GUI default options POD Operator Parameter POD Report Generator Precision Orbit Determinator POD Data Simulator IGS Station Data Precision Orbit State Data Orbit State Data <<data acdess>> Data Simulation Report Generator request Spacecraft Data Data Transfer Manager Log Generator External Interface Data FTP Universal Data request Double Difference GPS Data Generator request Earth Gravity use Measurement Data Manager Luni-solar Gravity use IGS GPS raw data Atmospheric Drag Solar Radiation Pressure Perturbation Model Double Difference GPS Data Figure 3. Object diagram of precision orbit determination. POD domain is designed to determine the precise orbit using differential GPS technique. DGPS techniques are performed using the GPS raw data such as the pseudo-ranges and carrier phases and the data collected by world-wide GPS reference ground stations. The resultant precise orbits are transferred to IRPE and radio occultation research center. Simulation of GPS data is possible to simulated spacecraft GPS raw data as well as GPD reference data. POD result using SLR Data can be validated. SLR data collected by ILRS [8] site are transferred to FDS. Figure 4 shows FDS data flow for orbit determination and prediction. Initial orbit by OOD using GPS navigation data is stored to the database of KOMPSAT-5 system management. The operational initial orbit is used for orbit prediction, orbit maneuver, and ground track maintenance. The precise initial orbit is used into POD module and transferred to the external sites. KOMPSAT-5 carrying two GPS receivers normally uses dualfrequency IGOR GPS receiver [9]. TOPSTAR 3000 [10] single-frequency GPS receiver is redundant receiver. The GPS receiver can not be activated at the same time because of the size of telemetry. The POD results using IGOR receiver was studied through TerraSAR-X, SAC-C, and GRACE satellites [3, 5, 6, 7, 9]. TOPSTAR 3000 is carried on KOMPSAT-2. The POD of KOMPSAT-2 has been successfully executed since the launch of 28 July, 2008 [3].

5 GPS Navigation Data Antenna Tracking Data Dual Frequency GPS Data Satellite Laser Raning Data Single Frequency GPS Data TLE Orbit Determination (TLEOD) Operational Orbit Determination (OOD) Precision Orbit Determination (PODD) Laser Ranging POD (SLRPOD) Precision Orbit Determination (PODS) TLE Orbit Stack Data Osculating Orbit Stack Data PODD Orbit Stack Data POD Residual PODS Orbit Stack Data Orbit Prediction (OP) Osculating-to- Mean Conversion (OSMEAN) Ground Track Maintenance (GTM) Orbit Maneuver (OM) Ground Track Data File Mean Orbit Stack Data File Ground Track Shift with Maneuver Orbit Maneuver Data File Ground Track Shift (GTS) Ground Track Display (GTD) Program Database Data file Ground Track Shift Data File K5fds_Data_Flow_Diagram Figure 4. Data flow based on orbit determination. III. Implementation and Validation of Orbit Determination A. Operational Orbit Determination GUI User interfaces with FDS functions through GUI. OOD main GUI is shown in figure 5. AS an option, GPS data and ground station measurements can be chosen. Bad data can be rejected according to the sigma multiplier, initial Rot-Mean-Square (RMS), and convergence criteria as seen in figure 5. It is possible for OOD to iterate maximum 9 times. Figure 5. OOD GUI.

6 Figure 6 shows data editing GUI when ground tracking GEOS-C data are selected. Range rate data is not used as measurement. For tracking ground, range, azimuth, and elevation data are usually adjusted for OD. If GPS data was selected, the editing tracking GPS data is position and velocity based on the chosen measurement arc length. Figure 6. Data editing GUI for ground tracking data. Figure 7 shows dynamic model used for OOD. Earth gravity is modeled by Earth-gravity-model 96 (EGM96) [11] 70 orders and 70 degrees. Sun and Moon gravity, solar radiation pressure, and air drag are considered as perturbation models. Air drag model uses Jacchia 76. Figure 7. Estimation setting for OOD. To validate the OOD result using ground tracking data, simulation data are d and estimated. Simulation data are prepared as following: - Initial orbit is propagated by True-of-date (TOD) coordinates and converted into Earth-Centered-Earth- Fixed (ECEF) coordinates - Checking elevation angle is greater than zero-degree and selecting the data - Noises and biases are added as given by Table 1 Table 1 Measurement noise and bias Noise Bias Range 500 (m) 500 (m) Azimuth 0.1 (degree) 0.05 (degree) Elevation 0.1 (degree) 0.05 (degree) Here, truth orbit is assumed by propagated orbit from orbit prediction module. Truth orbit and OOD result was compared as provided in figure 8. The difference orbit shows m RSS (one-sigma) in three-dimension. It can

7 be said that the accuracy of OOD using ground station three-day tracking data should be less than 1km (in threesigma) RSS is roughly met. Figure 8. Orbit difference between truth and OOD result. B. Precise Orbit Determination GUI Figure 9 shows preprocessing GUI of POD. The preprocessing module edits GPS data. GPS data can be selected whether single-frequency or dual-frequency GPS data not. For generation of double-differenced GPS data, International GNSS Services (IGS) ground reference GPS data can be chosen. If GPS data includes bad data or there are maneuver for GPS satellite, or clock error, those GPS data are rejected for specific GPS vehicle and editing time by user. Cycle slip and bad data are detected and cycle slip is repaired using polynomial fitting. Figure 9. Preprocessing GUI of POD. Figure 10 shows estimation GUI for POD. According to the GPS receiver data type, dual or single frequency is selected and measurement noise is given by 0.02 m. In the POD estimation, double-differenced ionosphere-free carrier-phase data are processed. Since TOPSTAR 3000 has two GPS receiving antenna, to adjust precise orbit, it

8 should consider antenna offset value if backup GPS receiver is activated. Attitude information relating to the satellite s observation data as well as satellite dynamic model can also be considered. In this paper, Earth pointing attitude is assumed [3, 7]. Figure 10. GUI of POD estimation. To estimate POD following dynamic and observation models are applied (figure 11). Detailed descriptions of each model are provided by Table 2. For KOMPSAT-2 and simulated KOMPSAT-5 data, models in table 2 are applied, respectively. For single frequency GPS data, in order to eliminate ionosphere delay error, GRAPHIC method [2] was used. General empirical acceleration estimtes every 15 minutes for sine and cosine terms according to the along-track and cross-track components. 15-minute was seleceted by several simulations in our POD module. Trposphere delay is only applied to the ground station IGS data and estimated every 1.5 hour. Ambiguity resolution is solved during OD. The ionosphere-free linear combination data is used to estimate the floating ambiguity. Figure 11. GUI for dynamics and observation model of POD.

9 Table 2 POD dynamic and measurement models [1, 3] Items Descriptions Geopotential gravity model EGM-96 (70 70) [11] Earth orientation parameters IERS Bulletin final (Polar motion, UT1-TAI) Cycle slip detection Polynomial fitting detection and repair Ionosphere delay Linear combination of L1 and L2 for dual frequency GPS data GRAPHIC method for TOPSTAR3000: [2] Troposphere delay Modified Hopfield model [12] Relativity effect Earth rotation and velocity of light Rotational deformation Pole tide model Earth solid tide, ocean tide Colombo model [13] Solar radiation pressure Conical shadow model Earth radiation pressure Knocke s 2nd order zonal model [14] Atmospheric density MSIS-90 [15] N-body, planet ephemeris Sun, Moon, seven-planet, JPL s DE405 Precession and nutation 1982 IAU Reference coordinates J2000 coordinate Ground coordinates ITRF2005 [16] General acceleration Sine, and cosine coefficients for along-track and cross-track (15-min for KOMPSAT-2 and simulated KOMPSAT-5 data) Figure 12 validates the orbit accuracy by comparing between POD and OOD solution for the estimation using single-frequency GPS data (TOPSTAR 3000). OOD uses KOMPSAT-2 GPS navigation solution as explained by OOD estimation and dynamic GUI. POD is regarded as truth orbit in this comparison. KOMPSAT-2 GPS raw data are prepared from telemetry for the date of Nov. 1, The ephemeris difference shows roughly 3.48 m RMS in three-dimensions. The difference satisfied the requirement of 5 m (one-sigma) RSS in OOD. Figure 12. Ephemeris differences between POD and OOD.

10 C. GPS Data Simulation GUI FDS OD module can simulation data using IGS ephemeris file. Orbital elements of Low-Earth- Orbiter (LEO) satellite are propagated using the detailed dynamic model. Figure 13 is the GUI of simulation POD data generation. If initial orbit epoch and IGS GPS ephemeris are provided, GPS raw data are d according to the start and end time. Reference GPS raw data of the IGS ground station are also d by choosing following stations (AUCK, BRUS, DAV1 and so on) on GUI. Figure 13. GUI for simulation GPS data. Figure 14 shows dynamic and observation model, used to propagate orbit numerically using initial epoch in figure13. Ionosphere delay error is added using IRI-95 model. For the GPS raw data of IGS ground reference stations, troposphere delay is considered by selecting models as provided in GUI. Figure 14. Dynamic and observation models for GPS data simulation.

11 In figure 15, error modeling values are given. For GPS satellite orbit, 15 cm error is considered and LEO satellite has 0.05 degree attitude error. Error of cycle slip is added by 0.01 % and station position errors are also considered. Figure 15. Error models for GPS raw data simulation. D. Validation of POD Using SLR Data In SAR mission, the position and velocity accuracy plays an important role. Thus, the results of POD should be demonstrated whether the requirement of POD is periodically satisfied or not. In KOMPSAT-5 POD module, the orbit accuracy is validated using SLR data. Figure 16 shows the SLR estimation GUI. After POD, all dynamic models are stored into SLR module and the determined orbit is propagated using the stored dynamic model and fitted to the SLR data. SLR sites fitting to the POD result can be chosen by user. As seen in figure 16, measurement residuals can be plotted and reported on GUI. Figure 16. GUI of orbit validation using SLR data.

12 For GRACE satellite, the POD was performed and the result was validated using SLR data. Figure 17 shows the SLR estimation result for GRACE satellite for the date of Jan, Most measurement residuals are less than 30 cm and RMS shows 17 cm as shown by Graphic Statistics on GUI. Figure 17. Validation of precise orbit determination using SLR data. E. Performance of POD accuracy In order to investigate the dual-frequency POD performance, GPS simulation data was d for the date of Feb. 07, Initial orbit epoch satisfying 421-revolution with 28-day repeat ground track was used [17]. The simulated KOMPSAT-5 and IGS reference ground sites GPS data type is dual-frequency. Double-differenced carrier phase data are used and all parameters related to estimation and dynamic models are applied as given by table 2 and figure 11. Figure 18 shows overlapping orbit results for four-hour common data out of 27-hour of 7 Feb. and 30-hour of 8 Feb., In three-dimension, the overlapping orbit error shows 13.5 cm RSS. Figure 18. Overlapping orbit solution for simulated KOMPSAT-5 satellite. Next, validation of POD is to compare POD result with truth orbit. The truth orbit was estimated using error-free GPS raw data. For one-day arc length, position error was estimated in 14.8 cm RSS (figure 19). Figure 20 shows the velocity difference with truth orbit. The velocity difference in three-dimension is 0.15 mm/s RSS. Thus, the requirements, to be required to perform KOMPSAT-5 missions, that position and velocity error should be less than 20 cm and 0.3mm/s RSS in one-sigma are met.

13 Figure 19. Position error for simulated KOMPSAT-5 POD. Figure 20. Velocity error for simulated KOMPSAT-5 POD. IV. Conclusions KOMPSAT-5 orbit determination was designed using object-oriented-analysis and design method and implemented by FORTRAN programming for OD and C++ for GUI. Logical view and object domain modeling are presented for orbit determination analysis of FDS. Interfaces between user and FDS modules are handled by GUI. The validation of the OD functions and performances are shown through GUI and some simulation results. The requirements of OOD and POD performances are fully satisfied and verified for KOMPSAT-5 normal operation.

14 References [1] Hwang, Y., Lee, B. -S., Kim, Y. R, Roh, K.M, Jung, O. K., and Kim, H., GPS-Based Orbit Determination for KOMPSAT- 5 Satellite, ETRI Journal, Vol.33, No. 4, 2011, pp [2] Lee, S.R., Overview of KOMPSAT-5 Program, Mission, and System, Proc. of IGARSS 2010, 25-30, July, 2010, pp [3] Hwang, Y., Lee, B. -S., Kim, H., and Kim, J., Orbit Determination Using Single and Double-Differenced Methods: SAC- C and KOMPSAT-2, Advances in Space Research, vol. 47, no. 1, pp , [4] Bock, H., Jäggi, A., Svehla, D., Beutler, G., Hugentobler, U., and Visser, P., Precise Orbit Determination for the GOCE Satellite using GPS, Advances in Space Research, vol. 39, Issue 10, pp , [5] Yoon, J.C., Roh, K.M, Park, E.S., Moon, B.Y, Choi, K.H., Lee, J.S., Lee, B.Y., Kim, J., and Chang, Y., Orbit Determination of Spacecraft Using Global Positioning System Single-Frequency Measurement, Journal of Spacecraft and Rockets, Vol.39, No.5, September-October [6] Kang, Z., Tapley, B., Bettadpur, S., Ries, J., Nagel, P., and Pastor, R., Precise Orbit Determination for the GRACE Mission using Only GPS Data, Journal of Geodesy, vol. 80, no. 6, pp , [7] Kang, Z., Tapley, B., Ries, J., Bettadpur, S., and Nagel, P., Impact of GPS Satellite Antenna Offsets on GPS-based Precise Orbit Determination, Advances in Space Research, vol. 39, pp , [8] (cited in 11 May, 2012). [9] Montenbruck, O., Williams, J., Wang, T., Lightsey, G., Preflight Validation of the IGOR GPS Receiver for TerraSAR-X, GTN-TST-0200 ver. 1.2, May 2, [10] Gerner, J.L., Laurichess, D., Isserler, J.L., Mehlen, C., and Wilhelm, N., TOPSTAR 3000 An Enhanced GPS Receiver for Space Applications, ESA, bulletine 104, Nov [11] Lemoine, F.G., Kenyon, S.C., Factor, J.K., Trimmer, R.G., Pavlis, N.K., Chinn, D.S., Cox, C.M., Klosko, S.M., Luthcke, S.B., Torrence, M.H., Wang, Y.M., Williamson, R.G., Pavlis, E.C., Rapp, R.H., and Olson, T.R., The development of the joint NASA/GSFC and the National Imagery and Mapping Agency (NIMA) geopotential models, EGM96, NASA, TP , 575, July [12] Mendes, V., Prates, G., Pavlis, E., Pavlis, D. and Langley, R., Improved Mapping Functions for Atmospheric Refraction Correction in SLR, Geophysics Research Letter, vol. 29, no. 10, pp [13] Colombo, O. NASA Technical Memorandum /Altimetry, Orbits and Tides, NASA-TM-86180, [14] Knocke, B., Ries, J., and Tapley, B., Earth Radiation Pressure Effects on Satellites, Proceedings of the AIAA/AAS Astrodynamics Conference, Minneapolis, Minnesota, pp , Aug , [15] Hedin, A., Extension of the MSIS thermosphere model into the middle and lower atmosphere, Journal of Geophysical Research, 96(A2), , [16] Altamimi, Z., Collilieux, X., Legrand, J., Garayt, B., Boucher, C., ITRF2005: A new release of the International Terrestrial Reference Frame based on time series of station positions and earth orientation parameters, Journal of Geophysical Research, 112(B9), B09401, [17] Lee, B.-S., Hwang, Y., Jung, O.-C., and Yoon, J.-C., Orbit Maintenance for Calibration of KOMPSAT-5, Proceedings of APSAR 2011, Sep., 2011.

Analysis on the Long-term Orbital Evolution and Maintenance of KOMPSAT-2

Analysis on the Long-term Orbital Evolution and Maintenance of KOMPSAT-2 Analysis on the Long-term Orbital Evolution and Maintenance of KOMPSAT-2 Ok-Chul Jung 1 Korea Aerospace Research Institute (KARI), 45 Eoeun-dong, Daejeon, South Korea, 305-333 Jung-Hoon Shin 2 Korea Advanced

More information

Günter Seeber. Satellite Geodesy 2nd completely revised and extended edition

Günter Seeber. Satellite Geodesy 2nd completely revised and extended edition Günter Seeber Satellite Geodesy 2nd completely revised and extended edition Walter de Gruyter Berlin New York 2003 Contents Preface Abbreviations vii xvii 1 Introduction 1 1.1 Subject of Satellite Geodesy...

More information

AUTOMATED OPERATIONAL MULTI-TRACKING HIGH PRECISION ORBIT DETERMINATION FOR LEO MISSIONS

AUTOMATED OPERATIONAL MULTI-TRACKING HIGH PRECISION ORBIT DETERMINATION FOR LEO MISSIONS AUTOMATED OPERATIONAL MULTI-TRACKING HIGH PRECISION ORBIT DETERMINATION FOR LEO MISSIONS J. Fernández Sánchez, F. M. Martínez Fadrique, A. Águeda Maté, D. Escobar Antón GMV S.A., Isaac Newton 11, 876 Tres

More information

Präzise Bahnbestimmung des GOCE- Satelliten mittels GPS. Heike Bock

Präzise Bahnbestimmung des GOCE- Satelliten mittels GPS. Heike Bock Präzise Bahnbestimmung des GOCE- Satelliten mittels GPS Redundante Antenne Hauptantenne Heike Bock Entwicklung der LEO Bahnbestimmung am AIUB 1999: Gerhard Beutler initiiert die LEO Bahnbestimmung am AIUB

More information

Post Processing Service

Post Processing Service Post Processing Service The delay of propagation of the signal due to the ionosphere is the main source of generation of positioning errors. This problem can be bypassed using a dual-frequency receivers

More information

GPS Precise Point Positioning as a Method to Evaluate Global TanDEM-X Digital Elevation Model

GPS Precise Point Positioning as a Method to Evaluate Global TanDEM-X Digital Elevation Model GPS Precise Point Positioning as a Method to Evaluate Global TanDEM-X Digital Elevation Model 7 th FIG Regional Conference TS 1C Advances in GNSS Positioning and Applications I Volker Schwieger 1, Jürgen

More information

Prospects for an Improved Lense-Thirring Test with SLR and the GRACE Gravity Mission

Prospects for an Improved Lense-Thirring Test with SLR and the GRACE Gravity Mission Prospects for an Improved Lense-Thirring Test with SLR and the GRACE Gravity Mission J. C. Ries, R. J. Eanes, B. D. Tapley Center for Space Research The University of Texas at Austin Austin, TX G. E. Peterson

More information

Real-Time Sub-cm Differential Orbit Determination of Two Low-Earth Orbiters with GPS Bias Fixing

Real-Time Sub-cm Differential Orbit Determination of Two Low-Earth Orbiters with GPS Bias Fixing Real-Time Sub-cm Differential Orbit Determination of Two Low-Earth Orbiters with GPS Bias Fixing Sien-Chong Wu, Jet Propulsion Laboratory, California Institute of Technology Yoaz E. Bar-Sever, Jet Propulsion

More information

The IGS: A Multi-GNSS Service

The IGS: A Multi-GNSS Service The IGS: A Multi-GNSS Service Chris Rizos, Urs Hugentobler, Ruth Neilan IUGG IAG Structure International Union of Geodesy and Geophysics (IUGG) 65 Member Countries (Adhering Bodies), 8 Associations International

More information

Satellite Posi+oning. Lecture 5: Satellite Orbits. Jan Johansson jan.johansson@chalmers.se Chalmers University of Technology, 2013

Satellite Posi+oning. Lecture 5: Satellite Orbits. Jan Johansson jan.johansson@chalmers.se Chalmers University of Technology, 2013 Lecture 5: Satellite Orbits Jan Johansson jan.johansson@chalmers.se Chalmers University of Technology, 2013 Geometry Satellite Plasma Posi+oning physics Antenna theory Geophysics Time and Frequency GNSS

More information

Global Positioning System

Global Positioning System B. Hofmann-Wellenhof, H. Lichtenegger, and J. Collins Global Positioning System Theory and Practice Third, revised edition Springer-Verlag Wien New York Contents Abbreviations Numerical constants xix xxiii

More information

Dancing in the Dark: How GNSS Satellites Cross the Earth s Shadow

Dancing in the Dark: How GNSS Satellites Cross the Earth s Shadow Dancing in the Dark: How GNSS Satellites Cross the Earth s Shadow F. Dilssner, T. Springer, G. Gienger, R. Zandbergen European Space Operations Centre (ESOC), Darmstadt 24 January 2011 Technische Universität

More information

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12 2. Orbits Topics Orbit types Kepler and Newton laws Coverage area Influence of Earth 1 Orbit types According to inclination angle Equatorial Polar Inclinational orbit According to shape Circular orbit

More information

GEOPHYSICAL EFFECTS ON SITE DISPLACEMENTS FOR PERMANENT GPS TRACKING STATIONS IN TAIWAN

GEOPHYSICAL EFFECTS ON SITE DISPLACEMENTS FOR PERMANENT GPS TRACKING STATIONS IN TAIWAN GEOPHYSICAL EFFECTS ON SITE DISPLACEMENTS FOR PERMANENT GPS TRACKING STATIONS IN TAIWAN C. C. Chang Department of Surveying and Mapping Engineering Chung Cheng Institute of Technology Tahsi, Taoyuan 335,

More information

The NASA Global Differential GPS System (GDGPS) and The TDRSS Augmentation Service for Satellites (TASS)

The NASA Global Differential GPS System (GDGPS) and The TDRSS Augmentation Service for Satellites (TASS) The Global Differential GPS System (GDGPS) and The TDRSS Augmentation Service for Satellites (TASS) Yoaz Bar-Sever, Larry Young, Frank Stocklin, Paul Heffernan and John Rush s Global Differential GPS System

More information

The Applanix SmartBase TM Software for Improved Robustness, Accuracy, and Productivity of Mobile Mapping and Positioning

The Applanix SmartBase TM Software for Improved Robustness, Accuracy, and Productivity of Mobile Mapping and Positioning The Applanix SmartBase TM Software for Improved Robustness, Accuracy, and Productivity of Mobile Mapping and Positioning Joe Hutton and Edith Roy, Applanix Corporation Introduction Applanix, along with

More information

GNSS satellite attitude characteristics during eclipse season

GNSS satellite attitude characteristics during eclipse season GNSS satellite attitude characteristics during eclipse season F. Dilssner 1, T. Springer 1, J. Weiss 2, G. Gienger 1, W. Enderle 1 1 ESA/ESOC, Darmstadt, Germany 2 JPL, Pasadena, USA July 26, 2012 IGS

More information

Recent Advances in Pixel Localization Accuracy

Recent Advances in Pixel Localization Accuracy Recent Advances in Pixel Localization Accuracy U. Balss, X. Cong, M. Eineder, H. Breit, T. Fritz, B. Schättler Remote Sensing Technology Institute (IMF) German Aerospace Center (DLR) Outline Operational

More information

GPS Positioning Modes

GPS Positioning Modes 5 GPS Positioning Modes Positioning with GPS can be performed in either of two ways: point (absolute) positioning or relative positioning. Classical GPS point positioning employs one GPS receiver that

More information

GPS Precise Point Positioning with a Difference*

GPS Precise Point Positioning with a Difference* GPS Precise Point Positioning with a Difference* Pierre Héroux and Jan Kouba Geodetic Survey Division, Geomatics Canada Natural Resources Canada 615 Booth Street Ottawa, Ontario K1A E9 heroux@geod.nrcan.gc.ca

More information

REAL-TIME GPS MONITORING OF ATOMIC FREQUENCY STANDARDS IN THE CANADIAN ACTIVE CONTROL SYSTEM (CACS)

REAL-TIME GPS MONITORING OF ATOMIC FREQUENCY STANDARDS IN THE CANADIAN ACTIVE CONTROL SYSTEM (CACS) 30th Annual Pmbe Time and Time Internal (PTTI) Meeting REAL-TIME GPS MONITORING OF ATOMIC FREQUENCY STANDARDS IN THE CANADIAN ACTIVE CONTROL SYSTEM (CACS) F. Lahaye, M. Caissy, J. Popelar Geodetic Survey

More information

ASTRODYNAMICS WEB TOOLS: A COLLABORATIVE WEB COMPUTING INFRASTRUCTURE PROJECT

ASTRODYNAMICS WEB TOOLS: A COLLABORATIVE WEB COMPUTING INFRASTRUCTURE PROJECT ASTRODYNAMICS WEB TOOLS: A COLLABORATIVE WEB COMPUTING INFRASTRUCTURE PROJECT R. López (1), J. F. San Juan (1), L. M. López-Ochoa (1) and M. Lara (1) (1) University of La Rioja, 26004, Logroño (La Rioja),

More information

and Navigation Systems

and Navigation Systems Global Ionospheric Monitoring and Navigation Systems J. Feltens, M. Angling, N. Jakowski, M. Hernández-Pajares, R. Zandbergen 1 Consortium Partners Hewlett-Packard GmbH, Rüsselsheim, Germany QinetiQ Ltd,

More information

GGOS Bureau for Networks and Commuications Michael Pearlman Harvard-Smithsonian Center for Astrophysics Cambridge MA USA mpearlman@cfa.harvard.

GGOS Bureau for Networks and Commuications Michael Pearlman Harvard-Smithsonian Center for Astrophysics Cambridge MA USA mpearlman@cfa.harvard. GGOS Bureau for Networks and Commuications Michael Pearlman Harvard-Smithsonian Center for Astrophysics Cambridge MA USA mpearlman@cfa.harvard.edu GGOS Bureau for Networks and Communications Donatello

More information

Prof. Ludovico Biagi. Satellite Navigation and Monitoring

Prof. Ludovico Biagi. Satellite Navigation and Monitoring Prof. Ludovico Biagi Satellite Navigation and Monitoring Navigation: trajectories control positions estimations in real time, at high frequency popular applications: low accuracy (10 m) required specific

More information

Orbital Mechanics and Space Geometry

Orbital Mechanics and Space Geometry Orbital Mechanics and Space Geometry AERO4701 Space Engineering 3 Week 2 Overview First Hour Co-ordinate Systems and Frames of Reference (Review) Kepler s equations, Orbital Elements Second Hour Orbit

More information

On May 27, 2010, the U.S. Air. Satellite. Antenna Phase Center and Attitude Modeling

On May 27, 2010, the U.S. Air. Satellite. Antenna Phase Center and Attitude Modeling GPS IIF-1 Satellite Antenna Phase Center and Attitude Modeling Florian Dilssner Logica/European Space Agency Calculating the distances between satellites and user equipment is a basic operation for GNSS

More information

How To Monitor Sea Level With Satellite Radar

How To Monitor Sea Level With Satellite Radar Satellite Altimetry Wolfgang Bosch Deutsches Geodätisches Forschungsinstitut (DGFI), München email: bosch@dgfi.badw.de Objectives You shall recognize satellite altimetry as an operational remote sensing

More information

Bi-Directional DGPS for Range Safety Applications

Bi-Directional DGPS for Range Safety Applications Bi-Directional DGPS for Range Safety Applications Ranjeet Shetty 234-A, Avionics Engineering Center, Russ College of Engineering and Technology, Ohio University Advisor: Dr. Chris Bartone Outline Background

More information

DESIMETERSYSTEM FOR HØYNØYAKTIG POSISJONERING OG NAVIGASJON

DESIMETERSYSTEM FOR HØYNØYAKTIG POSISJONERING OG NAVIGASJON DESIMETERSYSTEM FOR HØYNØYAKTIG POSISJONERING OG NAVIGASJON John A. Vint Survey Manager Thales GeoSolutions Norge AS Hønefoss, 7. november 2003 Scope of Presentation Introduction Summary of GPS Errors.

More information

Trimble CenterPoint RTX Post-Processing Services FAQs

Trimble CenterPoint RTX Post-Processing Services FAQs Trimble CenterPoint RTX Post-Processing Services FAQs What is Trimble RTX technology? 30 September 2013 Trimble RTX TM (Real Time extended) is a high-accuracy, global GNSS correction technology that combines

More information

Chapter 2. Mission Analysis. 2.1 Mission Geometry

Chapter 2. Mission Analysis. 2.1 Mission Geometry Chapter 2 Mission Analysis As noted in Chapter 1, orbital and attitude dynamics must be considered as coupled. That is to say, the orbital motion of a spacecraft affects the attitude motion, and the attitude

More information

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento RS platforms Platform vs. instrument Sensor Platform Instrument The remote sensor can be ideally represented as an instrument carried by a platform Platforms Remote Sensing: Ground-based air-borne space-borne

More information

Orbit Modeling and Multi-GNSS in the IGS

Orbit Modeling and Multi-GNSS in the IGS Orbit Modeling and Multi-GNSS in the IGS G. Beutler Astronomical Institute, University of Bern O. Montenbruck, P. Steigenberger DLR, German Space Operations Center 14 th Meeting of the National Space-Based

More information

HIGH AREA-TO-MASS RATIO AND SMALL LENGTH-SCALE SPACECRAFT FORMATION FLYING APPLICATIONS

HIGH AREA-TO-MASS RATIO AND SMALL LENGTH-SCALE SPACECRAFT FORMATION FLYING APPLICATIONS HIGH AREA-TO-MASS RATIO AND SMALL LENGTH-SCALE SPACECRAFT FORMATION FLYING APPLICATIONS Giorgio Mingotti (1), Colin McInnes (2) (1)(2) Department of Mechanical & Aerospace Engineering, University of Strathclyde,

More information

Basic Principles of Inertial Navigation. Seminar on inertial navigation systems Tampere University of Technology

Basic Principles of Inertial Navigation. Seminar on inertial navigation systems Tampere University of Technology Basic Principles of Inertial Navigation Seminar on inertial navigation systems Tampere University of Technology 1 The five basic forms of navigation Pilotage, which essentially relies on recognizing landmarks

More information

CONCEPTUAL DESIGN OF DATA ARCHIVE AND DISTRIBUTION SYSTEM FOR GEO-KOMPSAT-2A

CONCEPTUAL DESIGN OF DATA ARCHIVE AND DISTRIBUTION SYSTEM FOR GEO-KOMPSAT-2A CONCEPTUAL DESIGN OF DATA ARCHIVE AND DISTRIBUTION SYSTEM FOR GEO-KOMPSAT-2A In Jun Kim, Won Chan Jung, Byoung-Sun Lee, Do-Seob Ahn, Taeyoung Kim, Jaedong Jang, Hyunjong Oh ETRI, 218 Gajeong-ro, Yuseong-gu,

More information

Examination Space Missions and Applications I (AE2103) Faculty of Aerospace Engineering Delft University of Technology SAMPLE EXAM

Examination Space Missions and Applications I (AE2103) Faculty of Aerospace Engineering Delft University of Technology SAMPLE EXAM Examination Space Missions and Applications I AE2103 Faculty of Aerospace Engineering Delft University of Technology SAMPLE EXAM Please read these instructions first: This are a series of multiple-choice

More information

DIN Department of Industrial Engineering School of Engineering and Architecture

DIN Department of Industrial Engineering School of Engineering and Architecture DIN Department of Industrial Engineering School of Engineering and Architecture Elective Courses of the Master s Degree in Aerospace Engineering (MAE) Forlì, 08 Nov 2013 Master in Aerospace Engineering

More information

Penn State University Physics 211 ORBITAL MECHANICS 1

Penn State University Physics 211 ORBITAL MECHANICS 1 ORBITAL MECHANICS 1 PURPOSE The purpose of this laboratory project is to calculate, verify and then simulate various satellite orbit scenarios for an artificial satellite orbiting the earth. First, there

More information

The Extended HANDS Characterization and Analysis of Metric Biases. Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI

The Extended HANDS Characterization and Analysis of Metric Biases. Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI The Extended HANDS Characterization and Analysis of Metric Biases Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI Russell Knox and Rita Cognion Oceanit, Kihei, HI ABSTRACT The Extended High Accuracy

More information

Use the following information to deduce that the gravitational field strength at the surface of the Earth is approximately 10 N kg 1.

Use the following information to deduce that the gravitational field strength at the surface of the Earth is approximately 10 N kg 1. IB PHYSICS: Gravitational Forces Review 1. This question is about gravitation and ocean tides. (b) State Newton s law of universal gravitation. Use the following information to deduce that the gravitational

More information

Laser Ranging to Nano-Satellites

Laser Ranging to Nano-Satellites 13-0222 Laser Ranging to Nano-Satellites G. Kirchner (1), Ludwig Grunwaldt (2), Reinhard Neubert (2), Franz Koidl (1), Merlin Barschke (3), Zizung Yoon (3), Hauke Fiedler (4), Christine Hollenstein (5)

More information

GRAS. Första operationella instrumentet för temperaturmätning med GPS-signaler ger förbättrade väderprognoser och klimatmodeller.

GRAS. Första operationella instrumentet för temperaturmätning med GPS-signaler ger förbättrade väderprognoser och klimatmodeller. GRAS Första operationella instrumentet för temperaturmätning med GPS-signaler ger förbättrade väderprognoser och klimatmodeller. Magnus Bonnedal, RUAG Stefan Nilsson, SMHI RUAG Space AB 1 Radio Occultation

More information

SUN-SYNCHRONOUS ORBIT SLOT ARCHITECTURE ANALYSIS AND DEVELOPMENT. A Thesis. Presented to. the Faculty of California Polytechnic State University

SUN-SYNCHRONOUS ORBIT SLOT ARCHITECTURE ANALYSIS AND DEVELOPMENT. A Thesis. Presented to. the Faculty of California Polytechnic State University SUN-SYNCHRONOUS ORBIT SLOT ARCHITECTURE ANALYSIS AND DEVELOPMENT A Thesis Presented to the Faculty of California Polytechnic State University San Luis Obispo In Partial Fulfillment of the Requirements

More information

TOPO Trajectory Operations Officer

TOPO Trajectory Operations Officer ISS Live! was developed at NASA s Johnson Space Center (JSC) under NASA Contracts NNJ14RA02C and NNJ11HA14C wherein the U.S. Government retains certain rights. Console Handbook TOPO Trajectory Operations

More information

REeal data AnaLysis GOCE Gravity field determination from GOCE

REeal data AnaLysis GOCE Gravity field determination from GOCE REeal data AnaLysis GOCE Gravity field determination from GOCE J.M. Brockmann 1, O. Baur 3, J. Cai 3, A. Eicker 2, B. Kargoll 1, I. Krasbutter 1, J. Kusche 2, T. Mayer-Gürr 2, J. Schall 2, W.-D. Schuh

More information

Why do we need to improve co-locations of space geodetic techniques?

Why do we need to improve co-locations of space geodetic techniques? Why do we need to improve co-locations of space geodetic techniques? Zuheir Altamimi & Xavier Collilieux IGN France 1 Outline ITRF Heritage Current status of technique networks & co-locations Results from

More information

SURVEYING WITH GPS. GPS has become a standard surveying technique in most surveying practices

SURVEYING WITH GPS. GPS has become a standard surveying technique in most surveying practices SURVEYING WITH GPS Key Words: Static, Fast-static, Kinematic, Pseudo- Kinematic, Real-time kinematic, Receiver Initialization, On The Fly (OTF), Baselines, Redundant baselines, Base Receiver, Rover GPS

More information

Satellite Mission Analysis

Satellite Mission Analysis CARLETON UNIVERSITY SPACECRAFT DESIGN PROJECT 2004 FINAL DESIGN REPORT Satellite Mission Analysis FDR Reference Code: FDR-SAT-2004-3.2.A Team/Group: Satellite Mission Analysis Date of Submission: April

More information

Satellite Altimetry Missions

Satellite Altimetry Missions Satellite Altimetry Missions SINGAPORE SPACE SYMPOSIUM 30 TH SEPTEMBER 2015 AUTHORS: LUCA SIMONINI/ ERICK LANSARD/ JOSE M GONZALEZ www.thalesgroup.com Table of Content General Principles and Applications

More information

DEVELOPING A MULTI-GNSS ANALYSIS SOFTWARE FOR SCIENTIFIC PURPOSES

DEVELOPING A MULTI-GNSS ANALYSIS SOFTWARE FOR SCIENTIFIC PURPOSES DEVELOPING A MULTI-GNSS ANALYSIS SOFTWARE FOR SCIENTIFIC PURPOSES Michael Meindl (1), Rolf Dach (1), Stefan Schaer (2), Urs Hugentobler (3), Gerhard Beutler (1) (1) Astronomical Institute, University of

More information

GPS Receiver Test. Conducted by the Department of Mathematical Geodesy and Positioning Delft University of Technology

GPS Receiver Test. Conducted by the Department of Mathematical Geodesy and Positioning Delft University of Technology GPS Receiver Test Conducted by the Department of Mathematical Geodesy and Positioning Delft University of Technology A. Amiri-Simkooei R. Kremers C. Tiberius May 24 Preface For the purpose of a receiver

More information

Advanced GPS/GLONASS ASIC (AGGA2)

Advanced GPS/GLONASS ASIC (AGGA2) Advanced GPS/GLONASS ASIC (AGGA2) ESTEC - 6/7 March, 2001 Martin Hollreiser Head of Microelectronics Section Tel. +31-71-565-4284 Fax. +31-71-565-4295 Martin.Hollreiser@esa.int Overview History of the

More information

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS 1. INTRODUCTION Navigation technologies with precision approach and landing systems, for civilian and military purposes, enable aircrafts to perform their

More information

A GPS Digital Phased Array Antenna and Receiver

A GPS Digital Phased Array Antenna and Receiver A GPS Digital Phased Array Antenna and Receiver Dr. Alison Brown, Randy Silva; NAVSYS Corporation ABSTRACT NAVSYS High Gain Advanced GPS Receiver (HAGR) uses a digital beam-steering antenna array to enable

More information

Interaction of Energy and Matter Gravity Measurement: Using Doppler Shifts to Measure Mass Concentration TEACHER GUIDE

Interaction of Energy and Matter Gravity Measurement: Using Doppler Shifts to Measure Mass Concentration TEACHER GUIDE Interaction of Energy and Matter Gravity Measurement: Using Doppler Shifts to Measure Mass Concentration TEACHER GUIDE EMR and the Dawn Mission Electromagnetic radiation (EMR) will play a major role in

More information

GGOS and the Importance of the Combination of Space Techniques. Hansjörg Kutterer Federal Agency for Cartography and Geodesy, Germany

GGOS and the Importance of the Combination of Space Techniques. Hansjörg Kutterer Federal Agency for Cartography and Geodesy, Germany GGOS and the Importance of the Combination of Space Techniques Hansjörg Kutterer Federal Agency for Cartography and Geodesy, Germany Content Combination of space-geodetic techniques Combination examples

More information

Correct Modeling of the Indirect Term for Third-Body Perturbations

Correct Modeling of the Indirect Term for Third-Body Perturbations AAS 07-47 Correct Modeling of the Indirect Term for Third-Body Perturbations Matthew M. Berry * Vincent T. Coppola The indirect term in the formula for third body perturbations models the acceleration

More information

Pacific Sea Level Monitoring Project

Pacific Sea Level Monitoring Project Record 2015/04 GeoCat 82325 Pacific Sea Level Monitoring Project CGPS Coordinate Time Series Analysis Report Jia, M., Dawson, J., Twilley, B. and Hu, G. APPLYING GEOSCIENCE TO AUSTRALIA S MOST IMPORTANT

More information

Orbital Mechanics. Angular Momentum

Orbital Mechanics. Angular Momentum Orbital Mechanics The objects that orbit earth have only a few forces acting on them, the largest being the gravitational pull from the earth. The trajectories that satellites or rockets follow are largely

More information

Gravity Field and Dynamics of the Earth

Gravity Field and Dynamics of the Earth Milan Bursa Karel Pec Gravity Field and Dynamics of the Earth With 89 Figures Springer-Verlag Berlin Heidelberg New York London Paris Tokyo HongKong Barcelona Budapest Preface v Introduction 1 1 Fundamentals

More information

GNSS and Heighting, Practical Considerations. A Parker National Geo-spatial Information Department of Rural Development and Land Reform

GNSS and Heighting, Practical Considerations. A Parker National Geo-spatial Information Department of Rural Development and Land Reform GNSS and Heighting, Practical Considerations A Parker National Geo-spatial Information Department of Rural Development and Land Reform GNSS Global Navigation Satellite Systems (GNSS) Global Positioning

More information

USE OF SCILAB FOR SPACE MISSION ANALYSIS AND FLIGHT DYNAMICS ACTIVITIES

USE OF SCILAB FOR SPACE MISSION ANALYSIS AND FLIGHT DYNAMICS ACTIVITIES USE OF SCILAB FOR SPACE MISSION ANALYSIS AND FLIGHT DYNAMICS ACTIVITIES Thierry Martin CNES Scilabtec 09 Use of Scilab for space mission analysis Page 1 Use of Scilab in CNES Scilab is now widely used

More information

Hyperspectral Satellite Imaging Planning a Mission

Hyperspectral Satellite Imaging Planning a Mission Hyperspectral Satellite Imaging Planning a Mission Victor Gardner University of Maryland 2007 AIAA Region 1 Mid-Atlantic Student Conference National Institute of Aerospace, Langley, VA Outline Objective

More information

Status, Development and Application

Status, Development and Application Federal Space Agency GLONASS GLONASS Status, Development and Application Sergey G. Revnivykh International Committee on Global Navigation Satellite Systems (ICG) Second Meeting, September 4-7, 2007, Bangalore,

More information

INTEGRITY AND CONTINUITY ANALYSIS OCTOBER TO DECEMBER 2013 QUARTERLY REPORT FROM GPS. Integrity and Continuity Analysis 08/01/14 08/01/14 08/01/14

INTEGRITY AND CONTINUITY ANALYSIS OCTOBER TO DECEMBER 2013 QUARTERLY REPORT FROM GPS. Integrity and Continuity Analysis 08/01/14 08/01/14 08/01/14 INTEGRITY AND CONTINUITY ANALYSIS FROM GPS OCTOBER TO DECEMBER 2013 QUARTERLY REPORT Prepared by: M Pattinson (NSL) 08/01/14 Checked by: L Banfield (NSL) 08/01/14 Approved by: M Dumville (NSL) 08/01/14

More information

Leica SmartNet UK & Ireland Network RTK User Guide

Leica SmartNet UK & Ireland Network RTK User Guide Leica SmartNet UK & Ireland Network RTK User Guide Contents Background.. Page 3 Single Base RTK.... Page 3 Advantages & Disadvantages of Single Base RTK Page 4 Network RTK... Page 4 Advantages & Disadvantages

More information

AMENDMENT 1 3 January 2000. DEPARTMENT OF DEFENSE WORLD GEODETIC SYSTEM 1984 Its Definition and Relationships with Local Geodetic Systems

AMENDMENT 1 3 January 2000. DEPARTMENT OF DEFENSE WORLD GEODETIC SYSTEM 1984 Its Definition and Relationships with Local Geodetic Systems AMENDMENT 1 3 January 2000 DEPARTMENT OF DEFENSE WORLD GEODETIC SYSTEM 1984 Its Definition and Relationships with Local Geodetic Systems These pages document the changes made to this document as of the

More information

TIMED Mission System Engineering and System Architecture

TIMED Mission System Engineering and System Architecture TIMED Mission System Engineering and System Architecture David Y. Kusnierkiewicz Aspace mission consists of more than just a spacecraft and scientific instruments. It also includes a ground system to support

More information

Enhancement of the accuracy of single epoch GPS positioning for long baselines by local ionospheric modelling

Enhancement of the accuracy of single epoch GPS positioning for long baselines by local ionospheric modelling Enhancement of the accuracy of single epoch GPS positioning for long baselines by local ionospheric modelling M. Assiadi* S. J. Edwards P. J. Clarke School of Civil Engineering and Geosciences, Newcastle

More information

How To Understand The History Of Space Exploration

How To Understand The History Of Space Exploration Modeling the Space Debris Environment with MASTER-2009 and ORDEM2010 Flegel S., Gelhaus J., Wiedemann C., Möckel M., Vörsmann P. (1) Krisko P., Xu Y.-L., Horstman M.F., Opiela J.N. (2), Matney M. (3),

More information

AGI Software for Space Situational Awareness

AGI Software for Space Situational Awareness AGI Software for Space Situational Awareness The number of objects in space has significantly proliferated since 1957, with more than 17,000 objects bigger than 10 cm and 1,000+ active payloads currently

More information

Introduction into Real-Time Network Adjustment with Geo++ GNSMART

Introduction into Real-Time Network Adjustment with Geo++ GNSMART Introduction into Real-Time Network Adjustment with Geo++ GNSMART Andreas Bagge Gerhard Wübbena, Martin Schmitz Geo++ GmbH D-30827 Garbsen, Germany www.geopp.de GeoInformation Workshop 2004, Istanbul Kultur

More information

Lidar 101: Intro to Lidar. Jason Stoker USGS EROS / SAIC

Lidar 101: Intro to Lidar. Jason Stoker USGS EROS / SAIC Lidar 101: Intro to Lidar Jason Stoker USGS EROS / SAIC Lidar Light Detection and Ranging Laser altimetry ALTM (Airborne laser terrain mapping) Airborne laser scanning Lidar Laser IMU (INS) GPS Scanning

More information

Rotational Errors in IGS Orbit & ERP Products

Rotational Errors in IGS Orbit & ERP Products Rotational Errors in IGS Orbit & ERP Products Systematic rotations are a leading IGS error they affect all core products except probably clocks Sources include defects in: IERS model for 12h + 24h tidal

More information

IGS Preparations for the Next Reprocessing and ITRF

IGS Preparations for the Next Reprocessing and ITRF IGS Preparations for the Next Reprocessing and ITRF what is IG2? who will contribute? expected performance remaining issues Jake Griffiths, NOAA/National Geodetic Survey Paul Rebischung, Institut Géographique

More information

The goals, achievements, and tools of modern geodesy

The goals, achievements, and tools of modern geodesy Chapter 2 The goals, achievements, and tools of modern geodesy H.-P. Plag, Z. Altamimi, S. Bettadpur, G. Beutler, G. Beyerle, A. Cazenave, D. Crossley, A. Donnellan, R. Forsberg, R. Gross, J. Hinderer,

More information

COMPARISON OF EISCAT RADAR DATA ON SPACE DEBRIS WITH MODEL PREDICTIONS BY THE MASTER MODEL OF ESA

COMPARISON OF EISCAT RADAR DATA ON SPACE DEBRIS WITH MODEL PREDICTIONS BY THE MASTER MODEL OF ESA PEDAS1-B1.4-0003-02 COMPARISON OF EISCAT RADAR DATA ON SPACE DEBRIS WITH MODEL PREDICTIONS BY THE MASTER MODEL OF ESA M. Landgraf 1, R. Jehn 1, and W. Flury 1 1 ESA/ESOC, Robert-Bosch-Str. 5, 64293 Darmstadt,

More information

Enabling RTK-like positioning offshore using the global VERIPOS GNSS network. Pieter Toor GNSS Technology Manager

Enabling RTK-like positioning offshore using the global VERIPOS GNSS network. Pieter Toor GNSS Technology Manager Enabling RTK-like positioning offshore using the global VERIPOS GNSS network Pieter Toor GNSS Technology Manager Introduction PPP/RTK Positioning Techniques PPP-AR Technology Presentation Overview PPP-AR

More information

Satellite technology

Satellite technology Satellite technology Overview What is a satellite? The key elements of orbital position Satellite manufacturers and design The components of a satellite: payload and bus Digital versus analogue How do

More information

Radio Technical Commission for Maritime Services. GPS Update. Bob Markle RTCM Arlington, VA USA. NMEA Convention & Expo 2010

Radio Technical Commission for Maritime Services. GPS Update. Bob Markle RTCM Arlington, VA USA. NMEA Convention & Expo 2010 Radio Technical Commission for Maritime Services GPS Update NMEA Convention & Expo 2010 Bob Markle RTCM Arlington, VA USA What is RTCM? International non-profit scientific, professional and membership

More information

Online Precise Point Positioning Using the. Natural Resources Canada Canadian Spatial Reference System (CSRS-PPP)

Online Precise Point Positioning Using the. Natural Resources Canada Canadian Spatial Reference System (CSRS-PPP) Online Precise Point Positioning Using the Natural Resources Canada Canadian Spatial Reference System (CSRS-PPP) Thomas Nylen and Seth White UNAVCO October 2007 I. Precise Point Positioning Precise Point

More information

Small Satellite Attitude Determination With RF Carrier Phase Measurement

Small Satellite Attitude Determination With RF Carrier Phase Measurement Politecnico di Torino Electronics Department IAC-09.C1.6.9 Small Satellite Attitude Determination With RF Carrier Phase Measurement Danilo Roascio, Leonardo M. Reyneri, Claudio Sansoé, Maurizio Bruno International

More information

Alexandru Csete (Rovsing A/S) alc@rovsing.dk. 3. International Workshop on Astrodynamics Tools and Techniques ESTEC, October 2-5, 2006

Alexandru Csete (Rovsing A/S) alc@rovsing.dk. 3. International Workshop on Astrodynamics Tools and Techniques ESTEC, October 2-5, 2006 Real-Time Satellite Tracking and Orbit Prediction with GPREDICT Alexandru Csete (Rovsing A/S) alc@rovsing.dk 3. International Workshop on Astrodynamics Tools and Techniques ESTEC, October 2-5, 2006 September

More information

Precision on earth. Reliability in space. RUAG Space.

Precision on earth. Reliability in space. RUAG Space. Precision on earth. Reliability in space. RUAG Space. Image: ESA Precision on earth. Reliability in space. RUAG Space is the leading supplier of products for the space industry in Europe. Experience, outstanding

More information

Development of a Sun Synchronous. Conjunctions

Development of a Sun Synchronous. Conjunctions Development of a Sun Synchronous Zoning Architecture to Minimize Conjunctions Kevin Shortt Brian Weeden Secure World Foundation www.secureworldfoundation.org Overview Current Situation in Sun synchronous

More information

TESTING REAL-TIME GPS ORBIT AND CLOCK PRODUCT

TESTING REAL-TIME GPS ORBIT AND CLOCK PRODUCT TESTING REAL-TIME GPS ORBIT AND CLOCK PRODUCT J. DOUSA1 1. Introduction Within EUREF-IP project, the Federal Agency for Cartography and Geodesy, Frankfurt/Main (BKG) has started to distribute the real-time

More information

ORBIT DETERMINATION OF SATELLITES IN LUNAR ORBIT USING AN OPTIMAL SEQUENTIAL FILTER

ORBIT DETERMINATION OF SATELLITES IN LUNAR ORBIT USING AN OPTIMAL SEQUENTIAL FILTER AAS 08-103 ORBIT DETERMINATION OF SATELLITES IN LUNAR ORBIT USING AN OPTIMAL SEQUENTIAL FILTER James Woodburn * and John H. Seago INTRODUCTION Determination of orbits about the Moon poses a number of extra

More information

DEOS. Deutsche Orbitale Servicing Mission. The In-flight Technology Demonstration of Germany s Robotics Approach to Service Satellites

DEOS. Deutsche Orbitale Servicing Mission. The In-flight Technology Demonstration of Germany s Robotics Approach to Service Satellites DEOS Deutsche Orbitale Servicing Mission The In-flight Technology Demonstration of Germany s Robotics Approach to Service Satellites B. Sommer, K. Landzettel, T. Wolf, D. Reintsema, German Aerospace Center

More information

C-S TEAM. Page 1 of 5

C-S TEAM. Page 1 of 5 Title: Medium/large vehicle tracking system Primary POC: Jacoba Auret Organization: C-S Team (Cape Peninsula University of Technology-Stellenbosch University) POC email: 14807599@sun.ac.za Need We exist

More information

Sentinel-1 Mission Overview

Sentinel-1 Mission Overview Sentinel-1 Mission Overview Pierre Potin Sentinel-1 Mission Manager, ESA Advanced Course on Radar Polarimetry ESRIN, Frascati, 19 January 2011 Global Monitoring for Environment and Security GMES is established

More information

TOPSTAR 3000 An Enhanced GPS Receiver for Space Applications

TOPSTAR 3000 An Enhanced GPS Receiver for Space Applications r bulletin 104 november 2000 TOPSTAR 3000 An Enhanced GPS Receiver for Space Applications J.L. Gerner Electrical Engineering Department, ESA Directorate of Technical and Operational Support, ESTEC, Noordwijk,

More information

CDMA Technology : Pr. S. Flament www.greyc.fr/user/99. Pr. Dr. W. sk www.htwg-konstanz.de. On line Course on CDMA Technology

CDMA Technology : Pr. S. Flament www.greyc.fr/user/99. Pr. Dr. W. sk www.htwg-konstanz.de. On line Course on CDMA Technology CDMA Technology : Pr. Dr. W. sk www.htwg-konstanz.de Pr. S. Flament www.greyc.fr/user/99 On line Course on CDMA Technology CDMA Technology : CDMA / DS : Principle of operation Generation of PN Spreading

More information

Development of BeiDou Navigation Satellite System

Development of BeiDou Navigation Satellite System The 7th Meeting of International Committee on GNSS Development of BeiDou Navigation Satellite System China Satellite Navigation Office November 5, 2012 Beijing, China Part Ⅰ Development Plan Part Ⅱ System

More information

Time and frequency distribution using satellites

Time and frequency distribution using satellites INSTITUTE OF PHYSICS PUBLISHING Rep. Prog. Phys. 65 (2002) 1119 1164 REPORTS ON PROGRESS IN PHYSICS PII: S0034-4885(02)98967-0 Time and frequency distribution using satellites Judah Levine Time and Frequency

More information

Deutsches Fernerkundungsdatenzentrum Nationales Bodensegment Neustrelitz. Holger Maass. Storagetechnology 2008 4.-6. Juni 2008, Fleesensee

Deutsches Fernerkundungsdatenzentrum Nationales Bodensegment Neustrelitz. Holger Maass. Storagetechnology 2008 4.-6. Juni 2008, Fleesensee Deutsches Fernerkundungsdatenzentrum Nationales Bodensegment Neustrelitz Holger Maass Storagetechnology 2008 4.-6. Juni 2008, Fleesensee German Remote Sensing Data Center ( DFD ) with 2 locations in Germany

More information

International Global Navigation Satellite Systems Service

International Global Navigation Satellite Systems Service International Global Navigation Satellite Systems Service IGS Multi-GNSS Experiment IGS M-GEX Call for Participation www.igs.org Response to this Call for Participation in IGS M-GEX via Web Form Submission

More information

Lecture L17 - Orbit Transfers and Interplanetary Trajectories

Lecture L17 - Orbit Transfers and Interplanetary Trajectories S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L17 - Orbit Transfers and Interplanetary Trajectories In this lecture, we will consider how to transfer from one orbit, to another or to

More information

Abstract: Formation flying is described as harnessing and exploring the

Abstract: Formation flying is described as harnessing and exploring the FORMATION FLYING MISSION WITH SIMPLIFIED GUIDANCE M.P.RAMACHANDRAN Scientist/Engineer, Flight Dynamics Group, ISRO Satellite Centre, Airport Road, Bangalore 560 017, India, 91-80-2508 4409, mprama@isac.gov.in

More information