Changeset 20100 for trunk/ippScripts/scripts/fake_imfile.pl
- Timestamp:
- Oct 13, 2008, 11:35:41 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/fake_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/fake_imfile.pl
r19938 r20100 35 35 use IPC::Cmd 0.36 qw( can_run run ); 36 36 use PS::IPP::Metadata::Config; 37 use PS::IPP::Metadata::Stats;38 37 use PS::IPP::Config 1.01 qw( :standard ); 39 38 … … 85 84 &my_die("Couldn't find selected reduction for FAKE: $reduction\n", $exp_id, $fake_id, $class_id, $PS_EXIT_CONFIG_ERROR); 86 85 } 87 88 # values to extract from output metadata and the stats to calculate89 # XXX not sure if this is needed by fake_imfile.pl90 # my $STATS =91 # [92 # # PPSTATS KEYWORD STATISTIC CHIPTOOL FLAG93 # { name => "ROBUST_MEDIAN", type => "mean", flag => "-bg", dtype => "float" },94 # { name => "ROBUST_MEDIAN", type => "stdev", flag => "-bg_mean_stdev", dtype => "float" },95 # { name => "ROBUST_STDEV", type => "rms", flag => "-bg_stdev", dtype => "float" },96 # ];97 # my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser98 86 99 87 # Look for programs we need
Note:
See TracChangeset
for help on using the changeset viewer.
