IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2018, 2:13:03 PM (8 years ago)
Author:
eugene
Message:

fix avselect function to cross dvo catalog boundaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/avselect.c

    r40525 r40575  
    102102  }
    103103
     104  RADIUS = atof (argv[1]);
     105
    104106  /* load regions which contain all supplied RA,DEC coordinates */
    105   if ((skylist = SelectRegionsByCoordVectors (RAvec, DECvec)) == NULL) goto escape;
     107  if ((skylist = SelectRegionsByCoordVectorsAndRadius (RAvec, DECvec, RADIUS/3600.0)) == NULL) goto escape;
    106108
    107109  // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results
Note: See TracChangeset for help on using the changeset viewer.