IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9696


Ignore:
Timestamp:
Oct 20, 2006, 4:01:14 PM (20 years ago)
Author:
Paul Price
Message:

Adding dateobs for phase 0, from FPA.TIME

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/phase0_exp.pl

    r9524 r9696  
    5555                           "alt", # Altitude
    5656                           "az", # Azimuth
    57                            "ccd_temp" # CCD temperature
     57                           "ccd_temp", # CCD temperature
     58                           "dateobs", # Time of exposure
    5859                       ];
    5960
     
    6162use constant VARIABLES => [
    6263                           "exp_time", # Exposure time
    63 ###                           "time" # Time of exposure --- not yet implemented
    6464                           ];
    6565
  • trunk/ippScripts/scripts/phase0_imfile.pl

    r9501 r9696  
    5252    "FPA.ALT"      => "-alt",        # Altitude
    5353    "FPA.AZ"       => "-az",        # Azimuth
    54     "FPA.POSANGLE" => "-posang" # Position angle
     54    "FPA.POSANGLE" => "-posang", # Position angle
     55    "FPA.TIME"     => "-dateobs", # Date of observation (UTC)
    5556    };
    5657
Note: See TracChangeset for help on using the changeset viewer.