Changeset 19658
- Timestamp:
- Sep 22, 2008, 4:54:10 PM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
detrend_process_exp.pl (modified) (2 diffs)
-
detrend_resid_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_exp.pl
r19657 r19658 142 142 # Make the jpeg for binning 1 143 143 $command = "$ppImage -list $list1Name $outroot"; # Command to run 144 $command .= " -recipe PPIMAGE PPIMAGE_ N";144 $command .= " -recipe PPIMAGE PPIMAGE_J1"; 145 145 $command .= " -recipe JPEG $recipe"; 146 146 $command .= " -dbname $dbname" if defined $dbname; … … 155 155 # Make the jpeg for binning 2 156 156 $command = "$ppImage -list $list2Name $outroot"; # Command to run 157 $command .= " -recipe PPIMAGE PPIMAGE_ N";157 $command .= " -recipe PPIMAGE PPIMAGE_J2"; 158 158 $command .= " -recipe JPEG $recipe"; 159 159 $command .= " -dbname $dbname" if defined $dbname; -
trunk/ippScripts/scripts/detrend_resid_exp.pl
r19652 r19658 171 171 # Make the jpeg for binning 1 172 172 $command = "$ppImage -list $list1Name $outroot"; # Command to run 173 $command .= " -recipe PPIMAGE PPIMAGE_ N";173 $command .= " -recipe PPIMAGE PPIMAGE_J1"; 174 174 $comamnd .= " -recipe JPEG $recipe"; 175 175 $command .= " -dbname $dbname" if defined $dbname; … … 184 184 # Make the jpeg for binning 2 185 185 $command = "$ppImage -list $list2Name $outroot"; # Command to run 186 $command .= " -recipe PPIMAGE PPIMAGE_ N";186 $command .= " -recipe PPIMAGE PPIMAGE_J2"; 187 187 $command .= " -recipe JPEG $recipe"; 188 188 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
