Changeset 4810 for trunk/Ohana/src/relphot/src/get_regions.c
- Timestamp:
- Aug 17, 2005, 9:36:55 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/get_regions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/get_regions.c
r4805 r4810 114 114 strncpy (temp, &buffer[i*48], 48); 115 115 temp[49] = 0; 116 h ms_to_deg (&RA0, &RA1, &DEC0, &DEC1, &temp[7]);116 hstgsc_hms_to_deg (&RA0, &RA1, &DEC0, &DEC1, &temp[7]); 117 117 if (RA1 < RA0) RA1 += 360.0; 118 118 if ((DEC1 > 0) && (minDec < DEC1) && (maxDec > DEC0) && (minRa < RA1) && (maxRa > RA0)) {
Note:
See TracChangeset
for help on using the changeset viewer.
