Pointing

Module for analyzing pointing data

class gripspy.housekeeping.pointing.PointingData(telemetry_file=None, save_file=None)[source]

Class for analyzing pointing data

Parameters:
  • telemetry_file (str) – The name of the telemetry file to analyze. If None is specified, a save file must be specified.
  • save_file (str) – The name of a save file from a telemetry file that was previously parsed.

Notes

This implementation is still incomplete!

save(save_file=None)[source]

Save the parsed data for future reloading. The data is stored in gzip-compressed binary pickle format.

Parameters:save_file (str) – The name of the save file to create. If none is provided, the default is the name of the telemetry file with the extension ”.pointing.pgz” appended.

Notes

Save files may not be compatible between Python 2 and 3