- Timestamp:
- Jun 21, 2011, 6:45:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/skyregion.c
r27610 r31657 1 1 # include "dvoshell.h" 2 2 3 #ifdef NO_MOVED_TO_DVO 3 4 static double RAs = 0.0; 4 5 static double RAe = 0.0; 5 6 static double DECs = 0.0; 6 7 static double DECe = 0.0; 8 #endif 7 9 8 10 // define the sky region for which extractions are limited … … 10 12 11 13 if (argc == 1) { 14 double RAs, RAe, DECs, DECe; 15 get_skyregion(&RAs, &RAe, &DECs, &DECe); 16 12 17 gprint (GP_ERR, "current skyregion: %f - %f : %f - %f\n", RAs, RAe, DECs, DECe); 13 18 gprint (GP_ERR, "USAGE: skyregion (min RA) (max RA) (min DEC) (max DEC)\n"); … … 24 29 return (TRUE); 25 30 } 26 31 #ifdef NOT_MOVED_TO_LIBDVO 27 32 int get_skyregion (double *Rs, double *Re, double *Ds, double *De) { 28 33 … … 44 49 return TRUE; 45 50 } 51 #endif 46 52 47 53 /* find region which overlaps c at given depth (-1 : populated ) */
Note:
See TracChangeset
for help on using the changeset viewer.
