Changeset 11442
- Timestamp:
- Jan 30, 2007, 12:24:43 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 4 edited
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_resid.pl (modified) (1 diff)
-
detrend_stack.pl (modified) (1 diff)
-
phase2.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r11394 r11442 72 72 exit($PS_EXIT_CONFIG_ERROR); 73 73 } 74 $ppImage .= " -dbname $dbname" if defined $dbname; 74 75 75 76 # Recipe to use in processing -
trunk/ippScripts/scripts/detrend_resid.pl
r11394 r11442 104 104 exit($PS_EXIT_CONFIG_ERROR); 105 105 } 106 $ppImage .= " -dbname $dbname" if defined $dbname; 106 107 107 108 # Recipe to use in processing -
trunk/ippScripts/scripts/detrend_stack.pl
r11360 r11442 128 128 129 129 # Get the statistics on the stacked image 130 my $stats; # Statistics from pp Image130 my $stats; # Statistics from ppMerge 131 131 { 132 132 open(my $statsFile, "$outputStats") or -
trunk/ippScripts/scripts/phase2.pl
r11394 r11442 63 63 exit($PS_EXIT_CONFIG_ERROR); 64 64 } 65 $ppImage .= " -dbname $dbname" if defined $dbname; 65 66 66 67 if (defined $workdir) {
Note:
See TracChangeset
for help on using the changeset viewer.
