- Timestamp:
- Mar 18, 2011, 2:11:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/Ohana/src/uniphot/include/uniphot.h
r28717 r30976 29 29 30 30 typedef struct { 31 char tstart[64]; 32 char tstop[64]; 31 33 char label[64]; 32 34 float M; … … 124 126 int update_setphot PROTO((Image *image, off_t Nimage)); 125 127 void update_catalog_setphot PROTO((Catalog *catalog, Image *image, off_t *index, off_t Nimage)); 128 129 /*** time/coord conversion functions not supplied by libohana ***/ 130 time_t TimeRef PROTO((double time, time_t TimeReference, int TimeFormat)); 131 double TimeValue PROTO((time_t time, time_t TimeReference, int TimeFormat)); 132 133 int hh_hms PROTO((double hh, int *hr, int *mn, double *sc)); 134 int dd_dms PROTO((double dd, int *dg, int *mn, double *sc)); 135 int hms_format PROTO((char *line, double value)); 136 int dms_format PROTO((char *line, double value)); 137 int hh_hm PROTO((double hh, int *hr, double *mn)); 138 int day_to_sec PROTO((char *string, time_t *second)); 139 int hms_to_sec PROTO((char *string, time_t *second)); 140 char *ohana_sec_to_hms PROTO((time_t second)); 141 char *ohana_sec_to_day PROTO((time_t second)); 142 143 char *meade_deg_to_str PROTO((double deg)); 144 char *meade_ra_to_str PROTO((double deg)); 145 char *meade_dec_to_str PROTO((double deg)); 146 char *strptime PROTO((const char *s, const char *format, struct tm *tm)); 147 time_t GetTimeReference PROTO((char *reference)); 148 int GetTimeUnits PROTO((char *name));
Note:
See TracChangeset
for help on using the changeset viewer.
