Changeset 9400
- Timestamp:
- Oct 7, 2006, 12:24:17 PM (20 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
detrend_process_exp.pl (modified) (1 diff)
-
phase3.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_exp.pl
r9365 r9400 132 132 # Add the result into the database 133 133 $outputRoot = File::Spec->abs2rel( $outputRoot, $ipprc->workdir() ); 134 $jpeg1Name = File::Spec->abs2rel( $jpeg1Name, $ipprc->workdir() ); 135 $jpeg2Name = File::Spec->abs2rel( $jpeg2Name, $ipprc->workdir() ); 134 136 unless ($no_update) { 135 137 my $command = "$dettool -addprocessedexp -det_id $det_id -exp_tag $exp_tag " . -
trunk/ippScripts/scripts/phase3.pl
r9383 r9400 136 136 # Add the result into the database 137 137 $outputRoot = File::Spec->abs2rel( $outputRoot, $ipprc->workdir() ); 138 $jpeg1Name = File::Spec->abs2rel( $jpeg1Name, $ipprc->workdir() ); 139 $jpeg2Name = File::Spec->abs2rel( $jpeg2Name, $ipprc->workdir() ); 138 140 unless ($no_update) { 139 141 my $command = "$p3tool -addprocessedexp -exp_tag $exp_tag -uri UNKNOWN " .
Note:
See TracChangeset
for help on using the changeset viewer.
