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/libohana/include/ohana.h

    r4806 r4810  
    107107char   *filebasename           PROTO((char *name));
    108108char   *filerootname           PROTO((char *name));
     109char   *fileextname            PROTO((char *file));
    109110char   *findexec               PROTO((int argc, char **argv));
    110111int     mkdirhier              PROTO((char *path));
     
    138139int     str_to_dtime           PROTO((char *line, double *second));
    139140int     str_to_time            PROTO((char *line, time_t *second));
    140 int     str_to_radec           PROTO((double *ra, double *dec, char *str1, char *str2));
    141141double  sec_to_mjd             PROTO((time_t second));
    142142time_t  mjd_to_sec             PROTO((double mjd));
    143 int     hms_to_deg             PROTO((double *h0, double *h1, double *d0, double *d1, char *string));
     143
     144int     hstgsc_hms_to_deg      PROTO((double *h0, double *h1, double *d0, double *d1, char *string));
     145int     str_to_radec           PROTO((double *ra, double *dec, char *str1, char *str2));
    144146
    145147/*
Note: See TracChangeset for help on using the changeset viewer.