IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2007, 5:17:29 PM (19 years ago)
Author:
eugene
Message:

adding FPA.COMMENT and FPA.TELTEMP stats

File:
1 edited

Legend:

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

    r15740 r15773  
    5757# values to extract from output metadata and the stats to calculate
    5858my $STATS =
    59    [   
    60        #          PPSTATS KEYWORD         STATISTIC          CHIPTOOL FLAG
     59   [   #          register imfile
     60       #          label             STATISTIC          CHIPTOOL FLAG
    6161       { name => "exp_name",        type => "constant",   flag => "-exp_name",        dtype => "string" }, # File level
    6262       { name => "telescope",       type => "constant",   flag => "-telescope",       dtype => "string" }, # File level
     
    6666       { name => "exp_type",        type => "constant",   flag => "-exp_type",        dtype => "string" }, # File level
    6767       { name => "filter",          type => "constant",   flag => "-filter",          dtype => "string" }, # File level
     68       { name => "comment",         type => "constant",   flag => "-comment",         dtype => "string" }, # ObsComment
    6869       { name => "dateobs",         type => "constant",   flag => "-dateobs",         dtype => "string" }, # File level
    6970       { name => "ccd_temp",        type => "mean",       flag => "-ccd_temp",        dtype => "float"  }, # CCD temperature
     
    7677       { name => "alt",             type => "mean",       flag => "-alt",             dtype => "float"  }, # Altitude
    7778       { name => "az",              type => "mean",       flag => "-az",              dtype => "float"  }, # Azimuth
    78        { name => "M1_x",            type => "constant",   flag => "-M1_x",            dtype => "float"  }, # M1X
    79        { name => "M1_y",            type => "constant",   flag => "-M1_y",            dtype => "float"  }, # M1Y
    80        { name => "M1_z",            type => "constant",   flag => "-M1_z",            dtype => "float"  }, # M1Z
    81        { name => "M1_tip",          type => "constant",   flag => "-M1_tip",          dtype => "float"  }, # M1TIP
    82        { name => "M1_tilt",         type => "constant",   flag => "-M1_tilt",         dtype => "float"  }, # M1TILT
    83        { name => "M2_x",            type => "constant",   flag => "-M2_x",            dtype => "float"  }, # M2X
    84        { name => "M2_y",            type => "constant",   flag => "-M2_y",            dtype => "float"  }, # M2Y
    85        { name => "M2_z",            type => "constant",   flag => "-M2_z",            dtype => "float"  }, # M2Z
    86        { name => "M2_tip",          type => "constant",   flag => "-M2_tip",          dtype => "float"  }, # M2TIP
    87        { name => "M2_tilt",         type => "constant",   flag => "-M2_tilt",         dtype => "float"  }, # M2TILT
     79       { name => "m1_x",            type => "constant",   flag => "-m1_x",            dtype => "float"  }, # M1X
     80       { name => "m1_y",            type => "constant",   flag => "-m1_y",            dtype => "float"  }, # M1Y
     81       { name => "m1_z",            type => "constant",   flag => "-m1_z",            dtype => "float"  }, # M1Z
     82       { name => "m1_tip",          type => "constant",   flag => "-m1_tip",          dtype => "float"  }, # M1TIP
     83       { name => "m1_tilt",         type => "constant",   flag => "-m1_tilt",         dtype => "float"  }, # M1TILT
     84       { name => "m2_x",            type => "constant",   flag => "-m2_x",            dtype => "float"  }, # M2X
     85       { name => "m2_y",            type => "constant",   flag => "-m2_y",            dtype => "float"  }, # M2Y
     86       { name => "m2_z",            type => "constant",   flag => "-m2_z",            dtype => "float"  }, # M2Z
     87       { name => "m2_tip",          type => "constant",   flag => "-m2_tip",          dtype => "float"  }, # M2TIP
     88       { name => "m2_tilt",         type => "constant",   flag => "-m2_tilt",         dtype => "float"  }, # M2TILT
    8889       { name => "env_temperature", type => "constant",   flag => "-env_temperature", dtype => "float"  }, # external temp
    8990       { name => "env_humidity",    type => "constant",   flag => "-env_humidity",    dtype => "float"  }, # external humidity
    9091       { name => "env_wind_speed",  type => "constant",   flag => "-env_wind_speed",  dtype => "float"  }, # external wind speed
    9192       { name => "env_wind_dir",    type => "constant",   flag => "-env_wind_dir",    dtype => "float"  }, # external wind direction
    92        { name => "pon_time",        type => "constant",   flag => "-pon_time",        dtype => "float"  }, # time since last power on
     93
     94       { name => "-teltemp_m1",     type => "constant",   flag => "-teltemp_m1",      dtype => "float"  }, # Primary mirror temps (C)           
     95       { name => "-teltemp_m1cell", type => "constant",   flag => "-teltemp_m1cell",  dtype => "float"  }, # Primary mirror support temps (C)   
     96       { name => "-teltemp_m2",     type => "constant",   flag => "-teltemp_m2",      dtype => "float"  }, # Secondary mirror temps (C         
     97       { name => "-teltemp_spider", type => "constant",   flag => "-teltemp_spider",  dtype => "float"  }, # Spider temperatures (C)           
     98       { name => "-teltemp_truss",  type => "constant",   flag => "-teltemp_truss",   dtype => "float"  }, # Mid truss temperatures (C         
     99       { name => "-teltemp_extra",  type => "constant",   flag => "-teltemp_extra",   dtype => "float"  }, # Miscellaneous temperatures (C)     
     100
     101       { name => "pon_time",        type => "mean",       flag => "-pon_time",        dtype => "float"  }, # time since last power on
    93102       { name => "bg",              type => "mean",       flag => "-bg",              dtype => "float"  }, # background
    94103       { name => "bg",              type => "stdev",      flag => "-bg_mean_stdev",   dtype => "float"  }, # Azimuth
Note: See TracChangeset for help on using the changeset viewer.