run                 3224                 # Imaging run number. 
cpu                 10                 # cpu ID
mjd		    52434		 # mjd
version		    /p/astroda/v14_47    # version of astroda

typedef struct {
    int       frame;          # Frame number. 
    double    mjd;            # MJD at time r' row 0 is clocked. (MJD = TAI/86400.0 for this mjd) 
    double    ra;             # Right ascension/longitude of boresight when r' row 0 is clocked. (degrees) 
    double    dec;            # Declination/latitude of boresight when r' row 0 is clocked. (degrees) 
    float     spa;            # Camera col position angle wrt north.  
                              # (degrees) 
    float     ipa;            # Instrument rotator position angle.  
                              # (degrees) 
    float     ipaRate;        # Instrument rotator angular velocity.  
                              # (deg/sec) 
    double    az;             # Azimuth (encoder) of telescope. (degrees) 
    double    alt;            # Altitude (encoder) of telescope.  
                              # (degrees) 
} FRAMEINFO;

frameinfo 8 52434.17304015 201.274126 58.975245 104.045 306.929 0.0010 193.617663 62.423976 
frameinfo 9 52434.17311168 201.322725 58.968966 104.087 306.935 0.0010 193.599479 62.434336 
frameinfo 10 52434.17352651 201.604223 58.932204 104.328 306.969 0.0010 193.494197 62.494590 
frameinfo 11 52434.17394111 201.884961 58.894854 104.569 307.004 0.0010 193.389277 62.555107 
