IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2007, 3:01:03 PM (19 years ago)
Author:
eugene
Message:

adding new fields to rawExp, rawImfile

File:
1 edited

Legend:

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

    r14487 r15740  
    5959   [   
    6060       #          PPSTATS KEYWORD         STATISTIC          CHIPTOOL FLAG
    61        { name => "exp_name",       type => "constant",   flag => "-exp_name",       dtype => "string" }, # File level
    62        { name => "telescope",      type => "constant",   flag => "-telescope",      dtype => "string" }, # File level
    63        { name => "camera",         type => "constant",   flag => "-inst",           dtype => "string" }, # File level
    64        { name => "filelevel",      type => "constant",   flag => "-filelevel",      dtype => "string" }, # File level
    65        { name => "object",         type => "constant",   flag => "-object",         dtype => "string" },
    66        { name => "exp_type",       type => "constant",   flag => "-exp_type",       dtype => "string" }, # File level
    67        { name => "filter",         type => "constant",   flag => "-filter",         dtype => "string" }, # File level
    68        { name => "dateobs",        type => "constant",   flag => "-dateobs",        dtype => "string" }, # File level
    69        { name => "ccd_temp",       type => "mean",       flag => "-ccd_temp",       dtype => "float"  }, # CCD temperature
    70        { name => "exp_time",       type => "mean",       flag => "-exp_time",       dtype => "float"  }, # Exposure time
    71        { name => "sat_pixel_frac", type => "mean",       flag => "-sat_pixel_frac", dtype => "float"  }, # Fraction of saturated pixels
    72        { name => "airmass",        type => "mean",       flag => "-airmass",        dtype => "float"  }, # Airmass
    73        { name => "ra",             type => "mean",       flag => "-ra",             dtype => "float"  }, # Right ascension
    74        { name => "decl",           type => "mean",       flag => "-decl",           dtype => "float"  }, # Declination
    75        { name => "posang",         type => "mean",       flag => "-posang",         dtype => "float"  }, # Position angle
    76        { name => "alt",            type => "mean",       flag => "-alt",            dtype => "float"  }, # Altitude
    77        { name => "az",             type => "mean",       flag => "-az",             dtype => "float"  }, # Azimuth
    78        { name => "bg",             type => "mean",       flag => "-bg",             dtype => "float"  }, # background
    79        { name => "bg",             type => "stdev",      flag => "-bg_mean_stdev",  dtype => "float"  }, # Azimuth
    80        { name => "bg_stdev",       type => "rms",        flag => "-bg_stdev",       dtype => "float"  }, # Azimuth
     61       { name => "exp_name",        type => "constant",   flag => "-exp_name",        dtype => "string" }, # File level
     62       { name => "telescope",       type => "constant",   flag => "-telescope",       dtype => "string" }, # File level
     63       { name => "camera",          type => "constant",   flag => "-inst",            dtype => "string" }, # File level
     64       { name => "filelevel",       type => "constant",   flag => "-filelevel",       dtype => "string" }, # File level
     65       { name => "object",          type => "constant",   flag => "-object",          dtype => "string" },
     66       { name => "exp_type",        type => "constant",   flag => "-exp_type",        dtype => "string" }, # File level
     67       { name => "filter",          type => "constant",   flag => "-filter",          dtype => "string" }, # File level
     68       { name => "dateobs",         type => "constant",   flag => "-dateobs",         dtype => "string" }, # File level
     69       { name => "ccd_temp",        type => "mean",       flag => "-ccd_temp",        dtype => "float"  }, # CCD temperature
     70       { name => "exp_time",        type => "mean",       flag => "-exp_time",        dtype => "float"  }, # Exposure time
     71       { name => "sat_pixel_frac",  type => "mean",       flag => "-sat_pixel_frac",  dtype => "float"  }, # Fraction of saturated pixels
     72       { name => "airmass",         type => "mean",       flag => "-airmass",         dtype => "float"  }, # Airmass
     73       { name => "ra",              type => "mean",       flag => "-ra",              dtype => "float"  }, # Right ascension
     74       { name => "decl",            type => "mean",       flag => "-decl",            dtype => "float"  }, # Declination
     75       { name => "posang",          type => "mean",       flag => "-posang",          dtype => "float"  }, # Position angle
     76       { name => "alt",             type => "mean",       flag => "-alt",             dtype => "float"  }, # Altitude
     77       { 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
     88       { name => "env_temperature", type => "constant",   flag => "-env_temperature", dtype => "float"  }, # external temp
     89       { name => "env_humidity",    type => "constant",   flag => "-env_humidity",    dtype => "float"  }, # external humidity
     90       { name => "env_wind_speed",  type => "constant",   flag => "-env_wind_speed",  dtype => "float"  }, # external wind speed
     91       { 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       { name => "bg",              type => "mean",       flag => "-bg",              dtype => "float"  }, # background
     94       { name => "bg",              type => "stdev",      flag => "-bg_mean_stdev",   dtype => "float"  }, # Azimuth
     95       { name => "bg_stdev",        type => "rms",        flag => "-bg_stdev",        dtype => "float"  }, # Azimuth
    8196       ];
    8297my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.