IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4837


Ignore:
Timestamp:
Aug 20, 2005, 4:54:27 AM (21 years ago)
Author:
eugene
Message:

time mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/include/imregister.h

    r3534 r4837  
    6969int   *filternum;
    7070
    71 int dms_to_ddd (double *Value, char *string);
    72 int str_to_radec (double *ra, double *dec, char *str1, char *str2);
    73 int chk_time (char *line);
    74 double sec_to_jd (unsigned long second);
    75 unsigned long int jd_to_sec (double jd);
    76 double sec_to_mjd (unsigned long second);
    77 unsigned long int mjd_to_sec (double mjd);
    78 char *sec_to_date (unsigned long second);
    79 unsigned long date_to_sec (char *date);
    80 int str_to_time (char *line, unsigned long *second);
    81 
    8271int get_trange_arguments (int *argc, char **argv, unsigned long **Tstart, unsigned long **Tstop, int *ntimes);
    8372int get_filter_arguments (int *argc, char **argv, int **Filt, int *Nfilt);
Note: See TracChangeset for help on using the changeset viewer.