Changeset 16519
- Timestamp:
- Feb 15, 2008, 12:36:40 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r16308 r16519 118 118 $ipprc->outroot_prepare($outroot); 119 119 120 ## XXX should we be using the filerules here? 121 my $outputSta ck = $outroot . '.fits'; # Outputname122 my $ outputStats = $outroot . '.stats'; # Statistics name123 my $ traceDest = $outroot . '.trace'; # Tracemessages124 my $logDest = $outroot . '.log'; # Log messages 120 my $outputStack = $ipprc->filename("PPMERGE.OUTPUT", $outroot, $class_id) or &my_die("Missing entry in file rules", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); # Output name 121 my $outputStats = $ipprc->filename("PPIMAGE.STATS", $outroot, $class_id) or &my_die("Missing entry in file rules", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); # Statistics name 122 my $traceDest = $ipprc->filename("TRACE.IMFILE", $outroot, $class_id) or &my_die("Missing entry in file rules", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); # Trace messages 123 my $logDest = $ipprc->filename("LOG.IMFILE", $outroot, $class_id) or &my_die("Missing entry in file rules", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); # Log messages 124 125 125 126 126 $command = "$ppMerge $outputStack"; # Command to run
Note:
See TracChangeset
for help on using the changeset viewer.
