IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2005, 9:36:55 AM (21 years ago)
Author:
eugene
Message:

renamed hms_to_deg hstgsc_hms_to_deg everywhere, moved into libohana

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/get_regions.c

    r4805 r4810  
    114114      strncpy (temp, &buffer[i*48], 48);
    115115      temp[49] = 0;
    116       hms_to_deg (&RA0, &RA1, &DEC0, &DEC1, &temp[7]);
     116      hstgsc_hms_to_deg (&RA0, &RA1, &DEC0, &DEC1, &temp[7]);
    117117      if (RA1 < RA0) RA1 += 360.0;
    118118      if ((DEC1 > 0) && (minDec < DEC1) && (maxDec > DEC0) && (minRa < RA1) && (maxRa > RA0)) {
Note: See TracChangeset for help on using the changeset viewer.