Defects Index  | Documentation Table of Contents 


95/11/16 10:58 DEFECT in locgen


SYMPTOM: Baselines were selected which were not optimal given the total tracking time of on all possible baselines
PROBLEM: locgen was sorting baselines by length (shortest to longest) rather than time (longest to shortest).
CORRECTION: Changed array sent to sorting routine from baseline length to total tracking time in locgen.f. Used decending order sorting routine. This permits elimination of ascending sorting routine from code.
FOUND BY: Orbit production
FIXED BY: Steve Hilla
NOTES: Took this opportunity to include program name and version number in the elv.loc output file.



951116.locgen
June 25, 1999
Steve Hilla