IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27439


Ignore:
Timestamp:
Mar 24, 2010, 3:22:37 PM (16 years ago)
Author:
bills
Message:

reduce the search radius for bycoord requests to 1.6 degrees

File:
1 edited

Legend:

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

    r27354 r27439  
    640640    {
    641641        my $command = "$camtool -dbname $image_db -processedexp";
    642            $command .= " -ra $ra -decl $dec -radius 3";
     642           $command .= " -ra $ra -decl $dec -radius 1.6";
    643643           $command .= " -dateobs_begin $dateobs_begin" if $dateobs_begin;
    644644           $command .= " -dateobs_end   $dateobs_end"   if $dateobs_end  ;
Note: See TracChangeset for help on using the changeset viewer.