IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2019, 2:40:30 PM (7 years ago)
Author:
mhuber
Message:

fixes to restore detserver function using diff_id/mjd/filter with reqver 2 only, for PS2 will need to integrate PROJECT field still

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/dquery_job_run.pl

    r33285 r40747  
    133133    print $targetfile "$r_x $r_y\n";
    134134    my $row = $rows[$i];
    135     if ((abs($r_ra - $row->{RA1_DEG}) < 1e-8) && (abs($r_dec - $row->{DEC1_DEG}))) {
     135    if ((abs($r_ra - $row->{RA1_DEG}) < 1e-8) && (abs($r_dec - $row->{DEC1_DEG}) < 1e-8)) {
    136136        $row->{X_PXL} = $r_x;
    137137        $row->{Y_PXL} = $r_y;
Note: See TracChangeset for help on using the changeset viewer.