read_raw_datfile¶
- pytelpoint.io.read_raw_datfile(filename, obstime=<Time object: scale='utc' format='datetime' value=2026-02-21 00:50:34.396187>)[source]¶
This reads the raw pointing data files as produced by the MMTO mount code.
- Parameters:
- filenamestr
Name of the data file to read
- obstime
Time Time the data were taken. This is pretty strictly optional since mount code takes this into account when calculating the astrometric az/el for each target.
- Returns:
- coo_obs, coo_raw
SkyCoordinstances Actual observed az/el coordinates for each target, raw az/el coordinates as reported by the az/el encoders
- coo_obs, coo_raw