University of Nottingham Department of Civil

Total Page:16

File Type:pdf, Size:1020Kb

University of Nottingham Department of Civil UNIVERSITY OF NOTTINGHAM DEPARTMENT OF CIVIL ENGINEERING DETERMINATION OF SATELLITE ORBITS AND THE GLOBAL POSITIONING SYSTEM by Loukis George Agrotis~ B.Sc.~ M.Inst. C.E.S. ; • i Thesis submitted to the University of Nottingham for the degree of Doctor of Philosophy October 1984 ii TABLE OF CONTENTS ABSTRACT ix ACKNOWLEDGEMENTS xi LIST OF FIGURES xiii CHAPTER 1 INTRODUCTION 1 CHAPTER 2 SATELLITE ORBIT DETERMINATION 2.1 Basic Concepts 7 2.2 COORDINATE REFERENCE FRAMES AND TIME SCALES 2.2.1 Reference Frames and Time 10 2.2.2 Precession and Nutation 13 2.2.3 Earth Rotation and Polar Motion 21 2.2.4 Coordinate Transformations 28 2.3 FORCE MODEL COMPONENTS 2.3. 1 Introduction 28 2.3.2 Earth Gravitational Attraction 29 ..... ,.. ," .. , ., . , Moon, Sun and Planetary Attractions, .::>. 32 2.3.3 t.. 2.3.4 Solid Earth Tides 35 2.3.5 Ocean Tides 43 2.3.6 Empirical Accelerations 45 , .. iii Page 2.3.7 Air Drag 46 2.3.8 Solar and Albedo Radiation 49 2.3.9 Satellite Thrust 55 2.4 NUMERICAL INTEGRATION OF THE EQUATIONS OF MJTION 2.4.1 Equations of Motion 56 2.4.2 Numerical Integration of Differential Equations 57 2.5 LEAST SQUARES ADJUSTMENT AND PARTIAL DERIVATIVES 2.5.1 The Satellite Observations 65 2.5.2 Least Squares Adjustment 67 2.5.3 The Orbit Determination Observation Equations 73 2.5.4 Orbit Determination Adjustment Requirements 82 CHAPTER 3 UNIVERSITY OF NOTTINGHAM ORBIT DETERMINATION SOFTWARE 3.1 Introduction 86 3.2 CHEBYSHEV POLYNOMIAL PROGRAM (CHEBPOL) 3.2. 1 Data Input 90 3.2.2 Program Description and Output 90 iv 3.3 THE SATELLITE ORBIT INTEGRATION PROGRAM (ORBIT) 3.3.1 Numerical Integration and Force Model Definition 94 3.3.2 Input Requirements 100 3.3.3 General OUtline 104 3.3.4 Program Output 111 3.3.5 Software Debugging 112 3.4 THE SATELLITE ORBIT ANALYSIS PROGRAM (SOAP) 3.4.1 Program Input and Output 114 3.4.2 General Description 118 CHAPTER 4 ANALYSIS OF SATELLITE TRACKING DATA AND APPLICATIONS OF ORBIT DETERMINATION 4.1 Introduction 122 4.2 RESULTS OF ANALYSIS 4.2.1 LAGEOS Tracking Data 123 4.2.2 Effect of Force Model Parameters and 127 Geopotential Models 4.2.3 Solutions for Tracking Station Coordinates 138 and Satellite Starting Elements 4.2.4 Polar Motion Solutions 143 v Page 4.2.5 Effect of Earth Rotation 149 4.3 Applications of Precise Orbit Determination 153 CHAPTER 5 THE GLOBAL POSITIONING SYSTEM 5. 1 Introduction 158 5.2 GENERAL SYSTEM DESCRIPTION 5.2.1 Space Segment 160 5.2.2 Control Segment 163 5.2.3 User Segment 166 5.3 GPS SATELLITE SIGNALS 5.3.1 Signal Structure and Receiver Measurement 167 Sequence 5.3.2 The CIA Code 172 5.3.3 The P Code 176 5.3.4 Satellite Data Message 177 5.4 MODES OF OBSERVATION AND ADJUSTMENT FOR PRECISE POSITIONING 5.4.1 Instantaneous Navigation Principles 180 5.4.2 Pseudo-Range Measurements 185 5.4.3 Phase (Doppler) Observations 189 5.4.4 Interferometric Techniques 196 vi Page 5.4.5 Reduction of Observations 204 5.4.5.1 Ionospheric Corrections 205 5.4.5.2 tropospheric Corrections 209 5.4.5.3 Relativity 212 5.5 GPS Geodetic User Equipment 212 CHAPTER 6 GPS SOFTWARE DEVELOPMENT AND ,ANALYSIS OF SAMPLE DATA 6.1 Introduction 217 6.2 THE GPS DATA 6.2.1 The NAVSTAR Geodetic Receiver System (NGRS) 218 6.2.2 Data Specification 219 6.3 NGRS DATA PRE-PROCESSING SOFTWARE 6.3.1 Aims of Pre-Processing 224 6.3.2 General Outline 226 6.3.2.1 Smoothed Pseudo-Range Mode 227 6.3.2.2 Biased Range (Phase) Mode 230 6.4 GPS LEAST SQUARES ADJUSTMENT PROGRAM (GPSPROG) 6.4.1 Introduction and Data Input 237 6.4.2 Program Description 239 vii Page 6.4.3 Future Development 245 6.5 ANALYSIS OF THE NGRS-2 DATA 6.5.1 Introduction 248 6.5.2 Biased Range Solutions 250 6.5.3 Smoothed Pseudo-Range Solutions 264 6.5.4 Single-Frequency Solutions 269 CHAPTER 7 CONCLUSIONS AND SUGGESTIONS FOR FURTHER WORK 7.1 CONCLUSIONS 7. 1.1 Conclusions on Orbit Determination 215 7.1.2 Conclusions on the Global Positioning System 216 7.2 SUGGESTIONS FOR FURTHER WORK 7.2.1 Suggestions for Further Work on Orbit 218 Determination 7.2.2 Suggestions for Further Work on GPS 219 APPENDICES A ROTATION AND REFLECTION MATRICES 281 B COORDINATE REPRESENTATIONS 283 c ORBIT DETERMINATION PARTIAL DERIVATIVES 291 viii Page D METHODS OF NUMERICAL INTEGRATION FOR ORBITS 301 E POLYNOMIAL REPRESENTATION AND INTERPOLATION 307 F WEIGHTED LEAST SQUARES 310 G COMPUTATION OF GPS TIME AND SATELLITE 317 COORDINATES REFERENCES AND BIBLIOGRAPHY 331 ix DETERMINATION OF SATELLITE ORBITS AND THE GLOBAL POSITIONING SYSTEM ABSTRACT An artificial satellite orbit determination (OD) computer program is the most essential tool in satellite geodesy. Such a program has been developed at Nottingham as part of this research and was tested with Satellite Laser Ranging (SLR) observations of the Laser Geodynamics Satellite (LAGEOS). This thesis describes the basic theory behind orbit determination and the software development at Nottingham. It includes details of the adopted force model, coordinate reference frames, and numerical integration and interpolation techniques. It is also explained how several geodetic parameters can be determined. The thesis discusses the results of two separate determinations of the LAGEOS orbit with an emphasis on the solutions for station coordinates and for earth rotation and polar motion. The NAVSTAR Global Positioning System (GPS) is on schedule to replace Transit as the most important satellite navigation system. When fully operational, in 1988, it will consist of 18 satellites which will provide continuous global coverage. This thesis describes the Global Positioning System and outlines the theory behind the most accurate techniques of adjustment of the CPS observables. It derives the equations for interferometric techniques and shows that, by differencing the observations, several undesirable unknowns can be eliminated. x GPS data from the NAVSTAR Geodetic Receiver System (NGRS) have been provided for Nottingham by the US Defence Mapping Agency (DMA). The thesis describes the software development to analyse these data and gives the results of several solution schemes to derive the absolute coordinates of the NGRS antenna. It is also shown how the software can be modified to incorporate interfero- metric techniques. Significant improvements over the NGRS solutions can be expected when GPS is fully operational, with refinements in both receiver hardware and software. xi ACKNOWLEDGEMENTS This thesis is the result of three years of fulfilling research in the Department of Civil Engineering at the University of Nottingham. The work was carried out with the support of the Heads of Department, Professor R. C. Coates and Professor P. S. Pell, and was funded by a University of Nottingham Postgraduate Studentship and by an Overseas Research Students Fees Support Scheme Award. The author was also sponsored by British Petroleum. The author is indebted to his supervisor, Professor V. Ashkenazi, for his guidance, support, and encourage- ment throughout this study. The data and other documentation vital for this research have been provided by the Royal Greenwich Observatory and by the US Defence Mapping Agency. Sincere thanks are extended to the staff of both these establishments and especially to Dr. A. T. Sinclair, Dr. G. A. Wilkins, Mr. G. Appleby, Mr. M. M. ~comber , Mr. K. I. Dougherty and Dr. M. Kumar. Other scientists who have given valuable advice include Dr. P. J. Hargrave, Dr. C. C. Goad, Dr. R. J. Anderle, Dr. B. R. Hermann, Dr. G. lachapelle, Dr. C. C. Counselman, Dr. P. F. ~cDoran and Mr. J. Dow. The author acknowledges the assistance received from the other members of the Nottingham Surveying Group, notably from Dr. R. Wood, who gave advice on software development., and.from Dr. A. H. Dodson, Mr. T. Moore, Mr. P. Howard and Dr. S. Grist. xii The author expresses his gratitude to his parents for their encouragement and support and to Libby, whose patience and help have been invaluable throughout the course of this work. Finally the author wishes to thank Mrs. Beryl Greaves for typing this thesis in her neat and efficient style. xiii LIST OF FIGURES Figure No Title Page 2.1 Orbit DeterminationBlock Diagram 8 2.11 The Celestial Sphere and Precession 15 2.111 The FundamentalArguments 18 2.IV The Nutation Angles 19 2.V Earth Rotation and Polar Motion 23 2.VI Coordinate Reference Frames and Time Scales 27 2.VII Third Body GravitationalAttraction 33 2.VIII Earth Tides 37 2.IX Satellite Velocity Relative to Atmosphere 47 2.X Umbra and Penumbra 52 2.XI Shadow Test for Satellite 53 3.1 Nottingham Orbit DeterminationSoftware 87 3.11 Flow Diagram for CHEBPOL 93 3.111 TYpical Magnitudes of LAGEOS Force Mbdel 98 Constituents 3.IV Data Input and Output for ORBIT 101 3.V ORBIT Flow Chart 108 3.VI SOAP Input and Output 115 4.1 SL5 Coordinatesof LAGEOS Tracking Stations 124 4.11 LAGEOS Tracking Sites 125 4.111 Distribution of Normal Points for the Two 126 Data Sets xiv Figure No Title Page 4.IV Range Residuals From Solution for Satellite 130 State Vector and Station Coordinates 4.V Range Residuals From Solution for Satellite 131 State Vector, Station Coordinates, and GM 4.VI Range Residuals From Solution for Satellite 1~ State Vector, Station Coordinates, GM, CR, ~~ 4.VII Range Residuals From Solution for Satellite 133 State Vector, Station Coordinates, GM, CR, ~~ 4.VIII Range Residuals From Solution for Satellite 134 State Vector, Station Coordinates, GM, CR, and Ca 4.IX Range Residuals From Solution for Satellite 135 State Vector, Station Coordinates, GM, CR, ~~ 4.X Range Residuals From Solution for Satellite 136 State Vector, Station Coordinates, GM, CR, and Ca 4.XI Force Model Parameter Solution 137 4.XII Solutions for Tracking Station Coordinates 140 4.XIII Comparison Between OS1, 032, and SL5 141 Station Coordinates 4.XIV Solutions for LAGEOS Starting Elements 142 4.xv Polar Motion Solutions 144 xv Figure No Title Page 4.XVI ComparisonBetween OS1, DS2, and SL5 Station 146 CoordinatesAfter Polar Motion Solution 4.XV!I Daily Earth Rotation Solutions 151 4.XVIII Comparisonof Daily Changes in l.o.d.
Recommended publications
  • HST Phase II Proposal Instructions for Cycle 15
    Version 15.0 3/29/06 HST Phase II Proposal Instructions for Cycle 15 Operations and Data Management Division 3700 San Martin Drive Baltimore, Maryland 21218 [email protected] Operated by the Association of Universities for Research in Astronomy, Inc., for the National Aeronautics and Space Administration Revision History Version Type Date Editor 14.0 GO March 2005 David Soderblom and Jim Younger 15.0 GO March 2006 Ron Downes and Jim Younger • Updated for Phase II Cycle 15 (See Section 1.2, “Changes Since the Previous Version,” on page 4) Version 15.0 is issued in coordination with the APT release and is intended to be fully compliant with Cycle 15 APT. This is the General Observer version. If you would like some hints on how to read and use the PDF document, click on: Some Pointers in PDF and APT JavaHelp How to get help 1. Visit STScI’s Web site: http://www.stsci.edu/ where you will find resources for observing with HST and working with HST data. 2. Contact your Program Coordinator (PC) or Contact Scientist (CS) you have been assigned. These individuals were identified in the notification letter from STScI. 3. Send e-mail to [email protected], or call 1-800-544-8125. From outside the United States, call 1-410-338-1082. Table of Contents HST Phase II Proposal Instructions for Cycle 15 Part I: Phase II Proposal Writing ................................. 1 Chapter 1: About This Document .................... 3 1.1 Document Design and Structure ............................... 4 1.2 Changes Since the Previous Version....................... 4 1.3 Document Presentation ..............................................
    [Show full text]
  • A Personal History of H.M
    A PERSONAL HISTORY OF H.M. NAUTICAL ALMANAC OFFICE 30 October 1930 - 18 February 1972 By Donald H. Sadler Edited by George A. Wilkins SIDFORD, DEVON, 2008 2 DONALD H. SADLER © Copyright United Kingdom Hydrographic Office, 2008 A Personal History of H. M. Nautical Almanac Office by Dr. Donald H. Sadler, Superintendent of HMNAO 1936-1970, is a personal memoir; it does not represent the views of, and is not endorsed by, HMNAO or the United Kingdom Hydrographic Office. The United Kingdom Hydrographic Office grants permission to reproduce the document, in whole or in part, provided that it is reproduced unchanged and with the copyright notice intact. The photograph of Sadler taken when President, is reproduced by kind permission of the Royal Astronomical Society (RAS). If you wish to reproduce this picture, please contact the Librarian, Royal Astronomical Society, Burlington House, Piccadilly, London, W1J 0BQ, United Kingdom. This work may be downloaded from HMNAO’s website at http://www.hmnao.com/history PERSONAL HISTORY OF H.M. NAUTICAL ALMANAC OFFICE, 1930-1972 3 SUMMARY OF CONTENTS Preface 10 Forewords by Donald H. Sadler 13 Prologue 15 Part 1: At Greenwich: 1930–1936 17 1. First impressions 17 2. Mainly about the work of the Office 22 3. Mainly about L. J. Comrie and his work 30 Part 2: At Greenwich: 1936–1939 39 4. Change and expansion 39 5. New developments 46 6. Procedures and moves 53 Part 3: At Bath: 1939–1949 57 7. Early days at Bath (before the move to Ensleigh) 57 8. From the move to Ensleigh to the end of the war 67 9.
    [Show full text]
  • HST Phase II Proposal Instructions for Cycle 19
    Phase II Instructions 19.0 June 2011 HST Phase II Proposal Instructions for Cycle 19 Operations and Data Management Division 3700 San Martin Drive Baltimore, Maryland 21218 [email protected] Operated by the Association of Universities for Research in Astronomy, Inc., for the National Aeronautics and Space Administration Revision History Version Type Date Editor 19.0 GO June 2011 J. Younger and S. Rose See Changes Since the Previous Cycle 18.1 GO Feb 2011 J. Younger 18.0 GO June 2010 J Younger and S Rose: Cycle 18 Initial release This version is issued in coordination with the APT release and should be fully compliant with Cycle 19 APT. This is the General Observer version. If you would like some hints on how to read and use this document, see: Some Pointers in PDF and APT JavaHelp How to get help 1. Visit STScI’s Web site: http://www.stsci.edu/ where you will find resources for observing with HST and working with HST data. 2. Contact your Program Coordinator (PC) or Contact Scientist (CS) you have been assigned. These individuals were identified in the notification letter from STScI. 3. Send e-mail to [email protected], or call 1-800-544-8125. From outside the United States, call 1-410-338-1082. Table of Contents HST Phase II Proposal Instructions for Cycle 19 Part I: Phase II Proposal Writing ................................. 1 Chapter 1: About This Document .................... 3 1.1 Document Design and Structure ............................... 4 1.2 Changes Since the Previous Cycle .......................... 4 1.3 Document Presentation ............................................... 5 1.4 Technical Content ........................................................
    [Show full text]
  • Heliospheric Coordinate Systems
    Planetary and Space Science 50 (2002) 217–233 www.elsevier.com/locate/planspasci Heliospheric coordinate systems M.Fr"anza;∗, D. Harperb aAstronomy Unit, Queen Mary, University of London, London, E1 4NS, UK bThe Sanger Centre, Wellcome Trust Genome Campus, Hinxton, Cambs CB10 1SA, UK Received 18 January 2001; received in revised form 18 July 2001; accepted 18 September 2001 Abstract This article gives an overview and reference to the most common coordinate systems currently used in space science. While coordinate systems used in near-Earth space physics have been described in previous work we extend that description to systems used for physical observations of the Sun and the planets and to systems based on spacecraft location. For all systems, we deÿne the corresponding transformation in terms of Eulerian rotation matrices. We also give ÿrst order Keplerian elements for planetary orbits and determine their precision for the period 1950–2050 and describe methods to improve that precision. We also determine the Keplerian orbital elements for most major interplanetary missions and discuss their precision. We also give reference to a large set of web-sources relevant to the subject. ? 2002 Elsevier Science Ltd. All rights reserved. Keywords: Coordinate systems; Orbital elements; Coordinate transformations 1. Introduction We base all calculations on the current edition of the Astronomical Almanac (2000), hereafter cited as A 2 and Coordinate systems used in near-Earth space physics have the Expl. Suppl. (1992), hereafter cited as S. This means been well covered by the works of Russell (1971) and that the base system of astronomical constants used is the Hapgood (1992).
    [Show full text]
  • Heliospheric Coordinate Systems
    Heliospheric Coordinate Systems M.Franz¨ Astronomy Unit, Queen Mary, University of London, London, E1 4NS ∗ D. Harper The Sanger Centre, Wellcome Trust Genome Campus, Hinxton, Cambs CB10 1SA Corrected Version of Planetary&Space Science, 50, 217ff.(2002) March 13, 2017 Abstract This article gives an overview and reference to the most common coordinate systems currently used in space science. While coordinate systems used in near-Earth space physics have been described in previous work we extend that description to systems used for physical observations of the Sun and the planets and to systems based on spacecraft location. For all systems we define the corresponding transformation in terms of Eulerian rotation matrices. We also give first order Keplerian elements for planetary orbits and determine their precision for the period 1950-2050 and describe methods to improve that precision. We also determine the Keplerian orbital elements for most major interplanetary missions and discuss their precision. We also give reference to a large set of web-sources relevant to the subject. Discipline: b. Celestial Mechanics. 1 Introduction Coordinate systems used in near-Earth space physics have been well covered by the works of Russell (1971) and Hapgood (1992). But there has been a lack of publicly available documentation on coordinate systems used in heliospheric space missions and in many cases the information does not seem comprehensive enough for reference purposes1. Specifically descriptions of systems based on the physical ephemeris of the Sun and planets and systems based on spacecraft position are currently not available in a form that makes the relation between both systems easy to understand.
    [Show full text]
  • HST Phase II Proposal Instructions for Cycle 12 (RPS2)
    Version 12.1.0 (RPS2) 3/28/03 HST Phase II Proposal Instructions for Cycle 12 (RPS2) Hubble Division 3700 San Martin Drive Baltimore, Maryland 21218 [email protected] Operated by the Association of Universities for Research in Astronomy, Inc., for the National Aeronautics and Space Administration Revision History Version Type Date Editor 12.1.0 GO and March 2003 David Soderblom (RPS2) ENG • Cycle 12 Initial Release • Version 12.1.0 (RPS2) was issued in coordination with RPS2 release 12.1. It is intended to be fully compliant with Cycle 12 RPS2. • Shelf life: This version should not be used after May 16, 2003 with- out checking for a more recent version. This is the General Observer version. If you would like some hints on how to read and use the PDF document, click on: Some PDF Pointers How to get help: 1. Visit STScI’s web site: http://www.stsci.edu/ where you will find resources for observing with HST and working with HST data. 2. Contact your Program Coordinator (PC) or Contact Scientist (CS). These individuals were identified in the notification letter from STScI. 3. Send e-mail to [email protected], or call 1-800-544-8125. From outside the United States, call 1-410-338-1082. Table of Contents HST Phase II Proposal Instructions for Cycle 12 (RPS2) Part I: Phase II Proposal Writing ................................. 1 Chapter 1: About This Document .................... 3 1.1 Document Design and Structure ............................... 4 1.2 Changes Since the Previous Version....................... 4 1.3 Document Presentation ............................................... 4 1.4 Technical Content ........................................................
    [Show full text]
  • The Ecliptic Free Ebook
    FREETHE ECLIPTIC EBOOK Benjamin Wood | 496 pages | 28 Jan 2016 | Simon & Schuster Ltd | 9781471126727 | English | London, United Kingdom Ecliptic | astronomy | Britannica Of the imaginary coordinate lines that astronomers and navigators use in mapping the sky, perhaps the most important one is the ecliptic, the apparent The Ecliptic the sun appears to The Ecliptic through the sky as a result of the Earth's The Ecliptic around it. Because of the Earth's yearly revolution around the sun, the The Ecliptic appears to move in its annual journey through the heavens with the ecliptic as its path. Technically then, the ecliptic represents the extension or projection of the plane The Ecliptic the Earth's orbit out towards the sky. But since the moon and planets also move in orbits, whose planes do not differ greatly from that of the Earth's orbit, these bodies, when visible in our sky, always stay relatively close to the ecliptic line. In other words, our solar system can The Ecliptic best defined as being somewhat flat, with the planets moving in very nearly the same plane. It is for this reason that The Ecliptic sky charts plot the position of the ecliptic; it is something The Ecliptic a warning to sky watchers that strange "stars" planets often appear near and along this path through our heavens, as well as the moon. Usually the moon and planets are not positioned The Ecliptic on the ecliptic because they're not located exactly in the same orbital plane as Earthbut lie within several degrees of it and form a sort of narrow strip encompassing the entire sky which The Ecliptic call the Zodiac.
    [Show full text]
  • Periodicity Formulas: Definitions
    PERIODICITY FORMULAS: Sidereal Orbit (365.25636042 + 1.1 x 10-7 TE) days Tropical Year (365.24219878 - 6.14 x 10-6 TE) days Eclipse Year (346.620031 + 3.2 x 10-5 TE) days Anomalistic Year (365.25964134 + 3.04 x 10-6 TE) days Sidereal Lunar Orbit (27.3216610 - 2.0 x 10-7 T) days Lunar Mean Daily Sidereal Motion (13.1763582975 - 1.0224 x 10-8 T)° Lunar Synodical Period (29.5305992 - 2.0 x 10-7 T) days Centenial General Precession (1.396291666... + 0.0006180555...T)° Longitude Given TE = Julian centuries from day 0.5, 1900 ET Given T = Tropical centuries from 1900.0 N DEFINITIONS: Sidereal Orbit is a revolution relative to a fixed celestial position. Sidereal Noon is the instant of transit of mean equinox relative to a fixed meridian position. Fundamental Epoch (FE) is the instant 12 hours, 0 days, 1900 years A.D. with hours in mean sidereal of Sidereal Time time. Ephemeris Time is the actual count of solar days from a fixed meridian. Tropical Year (YT) is the period from equinox to equinox. Eclipse Year (YE) is the period between the earth and lunar orbit planes node crossings. Temporal Unit (TU) is 36,525 mean solar days since Jan. 0.5, 1900, UT. Greenwich Mean = 0.0 hours UT = 12 hours + aFMS Sidereal Time (GT) has replaced Mean Solar Time due to a recognition of the non-uniform rotation Universal Time (UT) rate of the earth. Lunar Synodic Period is the period of time from one full or new moon to another, that is the time (S9) between consecutive alignments of the sun, earth and moon on a plane perpendicular to the plane of solar revolution.
    [Show full text]