Changeset 14439 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Aug 8, 2007, 11:25:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r14115 r14439 81 81 # values to extract from output metadata and the stats to calculate 82 82 my $STATS = 83 [ 83 [ 84 84 # PPSTATS KEYWORD STATISTIC CHIPTOOL FLAG 85 { name => "ROBUST_MEDIAN", type => "mean", flag => "-bg", dtype => "float" }, 86 { name => "ROBUST_MEDIAN", type => "stdev", flag => "-bg_mean_stdev", dtype => "float" }, 87 { name => "ROBUST_STDEV", type => "rms", flag => "-bg_stdev", dtype => "float" }, 88 { name => "FRINGE_0", type => "mean", flag => "-fringe_0", dtype => "float" }, 89 { name => "FRINGE_ERR_0", type => "rms", flag => "-fringe_1", dtype => "float" }, 90 { name => "FRINGE_0", type => "stdev", flag => "-fringe_2", dtype => "float" }, 91 { name => "FRINGE_RESID_0", type => "mean", flag => "-user_1", dtype => "float" }, 92 { name => "FRINGE_RESID_ERR_0", type => "rms", flag => "-user_2", dtype => "float" }, 93 { name => "FRINGE_RESID_0", type => "stdev", flag => "-user_3", dtype => "float" }, 85 { name => "ROBUST_MEDIAN", type => "mean", flag => "-bg", dtype => "float" }, 86 { name => "ROBUST_MEDIAN", type => "stdev", flag => "-bg_mean_stdev", dtype => "float" }, 87 { name => "ROBUST_STDEV", type => "rms", flag => "-bg_stdev", dtype => "float" }, 88 { name => "SAMPLE_SKEWNESS", type => "max", flag => "-bg_skewness", dtype => "float" }, 89 { name => "SAMPLE_KURTOSIS", type => "max", flag => "-bg_kurtosis", dtype => "float" }, 90 { name => "FRINGE_0", type => "mean", flag => "-fringe_0", dtype => "float" }, 91 { name => "FRINGE_ERR_0", type => "rms", flag => "-fringe_1", dtype => "float" }, 92 { name => "FRINGE_0", type => "stdev", flag => "-fringe_2", dtype => "float" }, 93 { name => "FRINGE_RESID_0", type => "mean", flag => "-fringe_resid_0", dtype => "float" }, 94 { name => "FRINGE_RESID_ERR_0", type => "rms", flag => "-fringe_resid_1", dtype => "float" }, 95 { name => "FRINGE_RESID_0", type => "stdev", flag => "-fringe_resid_2", dtype => "float" }, 94 96 ]; 95 97 my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser 96 98 97 99 my $BINNED_STATS = 98 [ 100 [ 99 101 { name => "ROBUST_STDEV", type => "rms", flag => "-bin_stdev" }, 100 102 ];
Note:
See TracChangeset
for help on using the changeset viewer.
