- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_resid_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/ippScripts/scripts/detrend_resid_exp.pl
r23688 r24951 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.
