Changeset 24764 for trunk/ippScripts/scripts/detrend_resid_exp.pl
- Timestamp:
- Jul 12, 2009, 11:06:44 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid_exp.pl
r23688 r24764 79 79 defined $outroot; 80 80 81 # force det_type to be upper-case in this script 82 $det_type = uc($det_type); 83 81 84 # load IPP config information for the specified camera 82 85 my $ipprc = PS::IPP::Config->new( $camera ) or my_die( "Unable to set up", $det_id, $iter, $exp_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration … … 87 90 $reduction = 'DETREND' unless defined $reduction; 88 91 89 my $recipe = $ipprc->reduction($reduction, uc($det_type). '_JPEG_RESID'); # Recipe to use92 my $recipe = $ipprc->reduction($reduction, $det_type . '_JPEG_RESID'); # Recipe to use 90 93 &my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $PS_EXIT_PROG_ERROR) unless defined $recipe; 91 94
Note:
See TracChangeset
for help on using the changeset viewer.
