Changeset 17522
- Timestamp:
- May 4, 2008, 2:15:45 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r16919 r17522 66 66 67 67 # Recipes to use based on reduction class 68 # the CHIP recipe should not perform astrometry anymore (2008.04.08) 69 68 70 $reduction = 'DEFAULT' unless defined $reduction; 69 71 my $recipe = $ipprc->reduction($reduction, 'CHIP'); # Recipe to use … … 74 76 # values to extract from output metadata and the stats to calculate 75 77 # XXX commented-out entries are not yet defined in the output files 78 # XXX EAM : we are removing the astrometry analysis from chip, so we 79 # do not bother to calculate those stats. 76 80 my $STATS = 77 81 [ … … 85 89 { name => "FRINGE_RESID_0", type => "rms", flag => "-fringe_1", dtype => "float" }, 86 90 { name => "FRINGE_ERR_0", type => "rms", flag => "-fringe_2", dtype => "float" }, 87 { name => "CERROR", type => "rms", flag => "-sigma_ra", dtype => "float" },88 { name => "CERROR", type => "rms", flag => "-sigma_dec", dtype => "float" },91 # { name => "CERROR", type => "rms", flag => "-sigma_ra", dtype => "float" }, 92 # { name => "CERROR", type => "rms", flag => "-sigma_dec", dtype => "float" }, 89 93 { name => "APMIFIT", type => "mean", flag => "-ap_resid", dtype => "float" }, 90 94 { name => "DAPMIFIT", type => "rms", flag => "-ap_resid_stdev", dtype => "float" }, … … 95 99 { name => "DT_DET", type => "sum", flag => "-dtime_detrend", dtype => "float" }, 96 100 { name => "DT_PHOT", type => "sum", flag => "-dtime_photom", dtype => "float" }, 97 { name => "DT_ASTR", type => "sum", flag => "-dtime_astrom", dtype => "float" },101 # { name => "DT_ASTR", type => "sum", flag => "-dtime_astrom", dtype => "float" }, 98 102 { name => "NSTARS", type => "sum", flag => "-n_stars", dtype => "int" }, 99 103 # { name => "?", type => "sum", flag => "-n_extended", dtype => "int" }, 100 104 # { name => "?", type => "sum", flag => "-n_cr", dtype => "int" }, 101 { name => "NASTRO", type => "sum", flag => "-n_astrom", dtype => "int" },105 # { name => "NASTRO", type => "sum", flag => "-n_astrom", dtype => "int" }, 102 106 ]; 103 107 my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note:
See TracChangeset
for help on using the changeset viewer.
