Changeset 16247 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Jan 25, 2008, 4:11:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r16196 r16247 69 69 70 70 # values to extract from output metadata and the stats to calculate 71 # XXX commented-out entries are not yet defined in the output files 71 72 my $STATS = 72 73 [ … … 75 76 { name => "ROBUST_MEDIAN", type => "stdev", flag => "-bg_mean_stdev", dtype => "float" }, 76 77 { 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" }, 77 80 { name => "FRINGE_0", type => "rms", flag => "-fringe_0", dtype => "float" }, 78 81 { name => "FRINGE_RESID_0", type => "rms", flag => "-fringe_1", dtype => "float" }, 79 82 { 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" }, 83 85 { name => "APMIFIT", type => "mean", flag => "-ap_resid", dtype => "float" }, 84 86 { 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" }, 87 94 { 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" }, 88 97 { name => "NASTRO", type => "sum", flag => "-n_astrom", dtype => "int" }, 89 98 ];
Note:
See TracChangeset
for help on using the changeset viewer.
