html5-img
1 / 17

ASI/EUMETSAT Meeting ASI Space Geodesy Center — Matera, 04-05 February 2009

SWOrD SoftWare for Oceansat2 Orbit Determination. S. Casotto, P. Zoccarato, A. Nardo, M. Bardella CISAS – University of Padua. ASI/EUMETSAT Meeting ASI Space Geodesy Center — Matera, 04-05 February 2009. SWOrD : Software purposes.

mika
Download Presentation

ASI/EUMETSAT Meeting ASI Space Geodesy Center — Matera, 04-05 February 2009

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SWOrDSoftWare for Oceansat2 Orbit Determination S. Casotto, P. Zoccarato, A. Nardo, M. Bardella CISAS – University of Padua ASI/EUMETSAT Meeting ASI Space Geodesy Center — Matera, 04-05 February 2009

  2. SWOrD:Software purposes • Multi–satellite LEO-MEO orbit determination based on GPS measurements • LEO-MEO orbit prediction • Modeling and prediction of Radio Occultation (RO) events • High precision reconstruction of SST velocities • Adoption of HPC techniques • Computation kernel separated from the process communications layer • Low latency • POD: • Dynamic • Reduced Dynamic • Kinematics

  3. ROSAROSSA(Research and OperationalSatelliteand SoftwareActivities)data flow

  4. SWOrD: Programming paradigms • GPStk: fundamental and advanced GPS processing algorithms • XML input and output manipulation with data binding through Code Synthesis utility • Development and debugging: Eclipse 3.1, Intel C++/Fortran compiler 11 and the software construction tool SCons • Object Oriented Programming (OOP) • Singleton pattern to restrict instantiation of a class to one object • C++/Fortran interoperability • Multi threads/OpenMP parallelization • Database on RAM for input data administration based on Boost::Multiindex library

  5. GPS 1980 - TAI 1958 - TAI-UTC Leap seconds TT-TAI 32.184s fixed TAI-GPS 19 s fixed OOP advantages (1/2) UTC: Coordinated Universal Time UT: Universal time ET: Ephemeris Time. Was used 1960-1983 TDT: Terrestrial Dynamical Time. Was used 1984-2000 TT: Terrestrial Time TAI: International Atomic Time (Temps Atomique International) GPS time = TAI - 19 seconds An example: the Time_Tag class ET 1960-1983 TDT 1984-2000 TT 2001- UTC 1972 - UT1 delta-UT = UT1-UTC (max 0.9 sec) delta-T = TT-UT1

  6. OOP advantages (2/2) An example of inheritance usage: the GroundStation and Satellite classes

  7. Boost::Multiindex The Boost Multi-index Containers Library provides a class template which enables the construction of containers maintaining one or more indiceswith different sorting and access semantics

  8. XML data binding Automatic CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler

  9. Ancillary data required • Planetary Ephemerides (JPL) • Models of gravitational field and terrestrial/oceans tides (JMG3, EGM96, EG4) • Ground station solutions (IGS) • EOP e Leap seconds (bulletins B e C from IERS, bulletin A from USNO) • Solar and geomagnetic activity indexes (NGDC) • IGS products • ROSA navigation data • OCEANSAT2 attitude • ROSA receiver multipath pattern

  10. L1 Input & Output

  11. L2 Input & Output

  12. Logical model Two main kinds of operational blocks: interface classes and application classes. The first called application class triggers the reading interface classes to acquire the input data. During this process the input data are manipulated to obtain a complete set of information that will be later used by the other application classes.

  13. Functional model SWOrDcontains a mathematical model of the world used to process observational data. The functional model of the system can be decomposed into several components, which are the counterpart to the physical model to be developed

  14. Flow chart

  15. Kinematic POD (1/2) There exist several kinematic orbit determination techniques based on either undifferenced, doubly-differenced or triply-differenced observables, but also on time-differenced phase observables. All of the kinematic approaches to GPS-based LEO OD, including the one adopted here, make use of the fundamental contribution of data provided by the IGS. These data include GPS SV’s orbits, clock solutions for both SV’s and ground stations, EOP and tropospheric zenith delay (TZD) solutions. All these parameters are held fixed in the solution process.

  16. Kinematic POD (2/2) The strategy adopted in the SWOrD OD system is based on the use of a combination of pseudorange and phase observables differenced in time. The procedure is illustrated on the left

  17. THANKS FOR YOUR ATTENTION

More Related