IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 4:11:47 PM (18 years ago)
Author:
eugene
Message:

adding code to parse the full metadata set, including dtime entries for chip,cam,warp,diff,stack

File:
1 edited

Legend:

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

    r16196 r16247  
    6969
    7070# values to extract from output metadata and the stats to calculate
     71# XXX commented-out entries are not yet defined in the output files
    7172my $STATS =
    7273   [   
     
    7576       { name => "ROBUST_MEDIAN",  type => "stdev", flag => "-bg_mean_stdev",  dtype => "float" },
    7677       { name => "ROBUST_STDEV",   type => "rms",   flag => "-bg_stdev",       dtype => "float" },
     78       { name => "OVER_VAL",       type => "mean",  flag => "-bias",           dtype => "float" },
     79       { name => "OVER_VAL",       type => "stdev", flag => "-bias_stdev",     dtype => "float" },
    7780       { name => "FRINGE_0",       type => "rms",   flag => "-fringe_0",       dtype => "float" },
    7881       { name => "FRINGE_RESID_0", type => "rms",   flag => "-fringe_1",       dtype => "float" },
    7982       { name => "FRINGE_ERR_0",   type => "rms",   flag => "-fringe_2",       dtype => "float" },
    80        { name => "OVER_VAL",       type => "mean",  flag => "-bias",           dtype => "float" },
    81        { name => "FWHM_X",         type => "mean",  flag => "-fwhm",           dtype => "float" },
    82        { name => "FWHM_Y",         type => "mean",  flag => "-fwhm_range",     dtype => "float" },
     83       { name => "CERROR",         type => "rms",   flag => "-sigma_ra",       dtype => "float" },
     84       { name => "CERROR",         type => "rms",   flag => "-sigma_dec",      dtype => "float" },
    8385       { name => "APMIFIT",        type => "mean",  flag => "-ap_resid",       dtype => "float" },
    8486       { name => "DAPMIFIT",       type => "rms",   flag => "-ap_resid_stdev", dtype => "float" },
    85        { name => "CERROR",         type => "rms",   flag => "-sigma_ra",       dtype => "float" },
    86        { name => "CERROR",         type => "rms",   flag => "-sigma_dec",      dtype => "float" },
     87#      { name => "ZP??",           type => "mean",  flag => "-zp_mean",        dtype => "float" },
     88#      { name => "ZP??",           type => "rms",   flag => "-zp_stdev",       dtype => "float" },
     89       { name => "FWHM_X",         type => "mean",  flag => "-fwhm_major",     dtype => "float" },
     90       { name => "FWHM_Y",         type => "mean",  flag => "-fwhm_minor",     dtype => "float" },
     91       { name => "DT_DET",         type => "sum",   flag => "-dtime_detrend",  dtype => "float" },
     92       { name => "DT_PHOT",        type => "sum",   flag => "-dtime_photom",   dtype => "float" },
     93       { name => "DT_ASTR",        type => "sum",   flag => "-dtime_astrom",   dtype => "float" },
    8794       { name => "NSTARS",         type => "sum",   flag => "-n_stars",        dtype => "int"   },
     95#      { name => "?",              type => "sum",   flag => "-n_extended",     dtype => "int"   },
     96#      { name => "?",              type => "sum",   flag => "-n_cr",           dtype => "int"   },
    8897       { name => "NASTRO",         type => "sum",   flag => "-n_astrom",       dtype => "int"   },
    8998   ];
Note: See TracChangeset for help on using the changeset viewer.