Changeset 12079 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Feb 27, 2007, 10:13:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r12056 r12079 156 156 # Add the processed file to the database 157 157 $outputName = $ipprc->convert_filename_relative( $outputName ); 158 $outputRoot = $ipprc->convert_filename_relative( $outputRoot ); 158 159 159 160 my $bg = ($stats->bg_mean() or 'NAN'); … … 164 165 # Add the subtraction result 165 166 { 166 my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName "; # -b1_uri$outputRoot";167 my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -path_base $outputRoot"; 167 168 $command .= " -bg $bg -bg_stdev $bg_stdev"; 168 169 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
