Changeset 18934 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Aug 5, 2008, 5:02:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r18562 r18934 52 52 $ipprc->define_camera($camera); 53 53 54 my $logDest = $ipprc->filename(" TRACE.EXP", $outroot, $skycell_id);54 my $logDest = $ipprc->filename("LOG.EXP", $outroot, $skycell_id); 55 55 56 56 $ipprc->redirect_output($logDest) if $redirect; … … 248 248 warn($msg); 249 249 if (defined $warp_id and defined $skycell_id and defined $tess_dir and not $no_update) { 250 # XXX change -tess_id to -tess_dir when db is updated250 # XXX change -tess_id to -tess_dir when db is updated 251 251 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_dir -code $exit_code"; 252 252 $command .= " -hostname $host" if defined $host;
Note:
See TracChangeset
for help on using the changeset viewer.
