Changeset 40575 for trunk/Ohana/src/opihi/dvo/avselect.c
- Timestamp:
- Dec 5, 2018, 2:13:03 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avselect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avselect.c
r40525 r40575 102 102 } 103 103 104 RADIUS = atof (argv[1]); 105 104 106 /* 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; 106 108 107 109 // 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.
