Changeset 25027 for branches/pap/ippScripts/scripts/detrend_resid_exp.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_resid_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/detrend_resid_exp.pl
r23688 r25027 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.
