Changeset 9892 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Nov 7, 2006, 10:38:05 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r9446 r9892 47 47 and defined $detType; 48 48 49 $ipprc->define_camera($camera); 50 49 51 50 52 use constant RECIPE => 'PPIMAGE_N'; # Recipe to use with ppImage … … 62 64 my $outputRoot = $camera . '.' . $detType . '.norm.' . $detId . '.' . $iter; # Root output name 63 65 $outputRoot = File::Spec->rel2abs( File::Spec->catpath( $vol, $dir, $outputRoot ), $ipprc->workdir() ); 64 my $output = $outputRoot . '.' . $classId . '.fits'; # Main output file 65 my $b1name = $outputRoot . '.' . $classId . '.b1.fits'; # Output file with binning 1 66 my $b2name = $outputRoot . '.' . $classId . '.b2.fits'; # Output file with binning 2 66 67 my $output = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $classId); 68 my $b1name = $ipprc->filename("PPIMAGE.BIN1", $outputRoot, $classId); 69 my $b2name = $ipprc->filename("PPIMAGE.BIN2", $outputRoot, $classId); 70 67 71 my $statsName = $outputRoot . '.' . $classId . '.stats'; # Statistics file 68 72
Note:
See TracChangeset
for help on using the changeset viewer.
