Initial Orbit Determination Scope Functions
|
bool Go() Use this to run the IOD process. Return Value
|
Example VBS: Copy
|
|
bool Transfer() Use this to transfer the IOD solution to the parent satellite. Return Value
|
Example VBS: Copy
|
|
bool SelectMeasurementsByTime(see below) Two functions assist in setting IOD input measurements programmatically:
Both functions return a Boolean indicating if they were successfull in setting all three measurements at requested times. By default, if no fractional seconds are provided, times are matched to the nearest 0.5 sec. If you specify additional digits — up to three more — the function increases the matching precision by a factor of ten: Input -> Precision 13:05:08 -> 0.5 sec 13:05:08.1 -> 0.05 sec 13:05:08.11 -> 0.005 sec 13:05:08.111 -> 0.0005 sec Parameters
Return Value
|
Example VBS: Copy
|