IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2012, 1:45:26 PM (14 years ago)
Author:
bills
Message:

For bycoord requests if tess_id is supplied by the user pass it to whichimage
to narrow down the search for the skycells containing the coordinates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r33249 r33382  
    850850    {
    851851        my $command = "$whichimage $ra $dec";
     852        $command .= " --tess_id $requested_tess_id" if $requested_tess_id;
    852853        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    853854                    run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.