Changeset 12079 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Feb 27, 2007, 10:13:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r12073 r12079 136 136 # Take off the absolute path, to stuff into the database 137 137 $outputImage = $ipprc->convert_filename_relative( $outputImage ); 138 $outputBin1 = $ipprc->convert_filename_relative( $outputBin1 ); 139 $outputBin2 = $ipprc->convert_filename_relative( $outputBin2 ); 138 $outputRoot = $ipprc->convert_filename_relative( $outputRoot ); 140 139 141 140 my $bg = ($stats->bg_mean() or 'NAN'); … … 145 144 unless ($no_update) { 146 145 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id" . 147 " -uri $outputImage "; # -b1_uri $outputRoot";# Command to run dettool146 " -uri $outputImage -path_base $outputRoot"; # Command to run dettool 148 147 $command .= " -bg $bg -bg_stdev $bg_stdev"; 149 148 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
