Index: trunk/Ohana/src/opihi/dvo/avselect.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/avselect.c	(revision 40525)
+++ trunk/Ohana/src/opihi/dvo/avselect.c	(revision 40575)
@@ -102,6 +102,8 @@
   }
 
+  RADIUS = atof (argv[1]);
+
   /* load regions which contain all supplied RA,DEC coordinates */
-  if ((skylist = SelectRegionsByCoordVectors (RAvec, DECvec)) == NULL) goto escape;
+  if ((skylist = SelectRegionsByCoordVectorsAndRadius (RAvec, DECvec, RADIUS/3600.0)) == NULL) goto escape;
 
   // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results
