IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2009, 3:24:17 PM (17 years ago)
Author:
eugene
Message:

drop -tess_id from warptool -scmap (unneeded)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_skycell.pl

    r23716 r24046  
    8181{
    8282    # XXX change -tess_id to -tess_dir when db schema is updated
    83     my $command = "$warptool -scmap -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_dir";
     83    my $command = "$warptool -scmap";
     84    $command .= " -warp_id $warp_id";
     85    $command .= " -skycell_id $skycell_id";
     86    # $command .= " -tess_id $tess_dir";  XXX I don't think this is necessary or useful
    8487    $command .= " -dbname $dbname" if defined $dbname;
    8588    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.