![]() |
Ginan
|
Functions | |
| void | readCom (string filepath) |
| Read SLR spherical satellite centre-of-mass (CoM) file. | |
| string | stripNumbers (string str) |
| Strip numbers from string. | |
| bool | isSpherical (string satName) |
| Check if sat is spherical (i.e. | |
| double | satComOffSphere (LObs &obs) |
| Center of mass to laser retroreflector array offset for spherical satellites. | |
| VectorEcef | satComOffGnss (LObs &obs) |
| Center of mass to laser retroreflector array offset for GNSS satellites. | |
| bool isSpherical | ( | string | satName | ) |
Check if sat is spherical (i.e.
listed in spherical CoM map)
| void readCom | ( | string | filepath | ) |
Read SLR spherical satellite centre-of-mass (CoM) file.
| filepath | Path to CoM file |
| VectorEcef satComOffGnss | ( | LObs & | obs | ) |
Center of mass to laser retroreflector array offset for GNSS satellites.
| obs | SLR observation |
| double satComOffSphere | ( | LObs & | obs | ) |
Center of mass to laser retroreflector array offset for spherical satellites.
| obs | SLR observation |
| string stripNumbers | ( | string | str | ) |
Strip numbers from string.
| str | String to strip |