- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_process_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/detrend_process_imfile.pl
r23688 r25027 63 63 defined $outroot; 64 64 65 # force det_type to be upper-case in this script 66 $det_type = uc($det_type); 67 65 68 my $ipprc = PS::IPP::Config->new( $camera ) or my_die( "Unable to set up", $det_id, $exp_id, $class_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 66 69 my $logDest = $ipprc->filename("LOG.IMFILE", $outroot, $class_id) or &my_die("Missing entry from camera config", $det_id, $exp_id, $class_id, $PS_EXIT_CONFIG_ERROR); … … 69 72 # Recipes to use as a function of detrend type 70 73 $reduction = "DETREND" unless defined $reduction; 71 my $ppimage_recipe = $ipprc->reduction($reduction, uc($det_type). '_PROCESS'); # Recipe name for ppImage72 my $jpeg_recipe = $ipprc->reduction($reduction, uc($det_type). '_JPEG_IMAGE'); # Recipe name for JPEG74 my $ppimage_recipe = $ipprc->reduction($reduction, $det_type . '_PROCESS'); # Recipe name for ppImage 75 my $jpeg_recipe = $ipprc->reduction($reduction, $det_type . '_JPEG_IMAGE'); # Recipe name for JPEG 73 76 74 77 # The output file rule name depends on the detrend type … … 79 82 'DARK' => undef, 80 83 'DARK_PREMASK' => undef, 84 'DARKTEST' => undef, 81 85 'CTEMASK' => undef, 82 86 'SHUTTER' => 'PPIMAGE.OUTPUT.DETREND',
Note:
See TracChangeset
for help on using the changeset viewer.
