aspecting (version 1.3)
You can also look at:
This routine calculates the aspect point from the attitude
file(s).
The aspect point is a nominal spacecraft pointing to which
sky coordinate images will be registered.
The ANG_DIST column in the filter files gives the deviation
of the spacecraft pointing from the aspect point.
First all the attitude files are merged.
Then the merged attitude file is read with the attitude FTOOL.
Finally, the output of attitude is interpreted by the
aspect STOOL.
aspect bins the the attitude points into .01 degree bins.
It then finds the most populous group of four adjacent bins
and calculates the mean pointing among those points.
FTOOLS called:
- attitude
- fmerge
- setup_parfile
STOOLS called:
- aspect
- checkatt
- ecl2gal
- euler2radec
- fixatt
Utilities called:
- add_parameter
- check_order
- exception
- file_to_log
- ftool_test
- log_entry
- milestone
- read_parfile
- setup_parfile
- stool_test