Changeset 20100
- Timestamp:
- Oct 13, 2008, 11:35:41 AM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 7 edited
-
calibrate_dvo.pl (modified) (1 diff)
-
detrend_correct_imfile.pl (modified) (1 diff)
-
fake_imfile.pl (modified) (2 diffs)
-
flatcorr_init.pl (modified) (1 diff)
-
flatcorr_proc.pl (modified) (1 diff)
-
summit_copy.pl (modified) (1 diff)
-
warp_overlap.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/calibrate_dvo.pl
r17671 r20100 18 18 use IPC::Cmd 0.36 qw( can_run run ); 19 19 use PS::IPP::Metadata::Config; 20 use PS::IPP::Metadata::Stats;21 20 use PS::IPP::Config 1.01 qw( :standard ); 22 21 -
trunk/ippScripts/scripts/detrend_correct_imfile.pl
r18562 r20100 16 16 use IPC::Cmd 0.36 qw( can_run run ); 17 17 use PS::IPP::Metadata::Config; 18 use PS::IPP::Metadata::Stats;19 18 use PS::IPP::Config 1.01 qw( :standard ); 20 19 -
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 -
trunk/ippScripts/scripts/flatcorr_init.pl
r17671 r20100 34 34 use IPC::Cmd 0.36 qw( can_run run ); 35 35 use PS::IPP::Metadata::Config; 36 use PS::IPP::Metadata::Stats;37 36 use PS::IPP::Config 1.01 qw( :standard ); 38 37 -
trunk/ippScripts/scripts/flatcorr_proc.pl
r19373 r20100 33 33 use IPC::Cmd 0.36 qw( can_run run ); 34 34 use PS::IPP::Metadata::Config; 35 use PS::IPP::Metadata::Stats;36 35 use PS::IPP::Metadata::List qw( parse_md_list ); 37 36 use PS::IPP::Config 1.01 qw( :standard ); -
trunk/ippScripts/scripts/summit_copy.pl
r19788 r20100 10 10 use PS::IPP::Config 1.01 qw( :standard ); 11 11 use PS::IPP::Metadata::Config; 12 use PS::IPP::Metadata::Stats;13 12 use Sys::Hostname; 14 13 -
trunk/ippScripts/scripts/warp_overlap.pl
r19263 r20100 16 16 use IPC::Cmd 0.36 qw( can_run run ); 17 17 use PS::IPP::Metadata::Config; 18 use PS::IPP::Metadata::Stats;19 18 use PS::IPP::Metadata::List qw( parse_md_list ); 20 19 use File::Temp qw( tempfile );
Note:
See TracChangeset
for help on using the changeset viewer.
