- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/uniphot/include/uniphot.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/uniphot/include/uniphot.h
r31635 r34041 66 66 char STATMODE[64]; 67 67 int VERBOSE; 68 int UBERCAL; // load the supplied ubercal zero point fits table (with flat-field corrections) 69 int NO_METADATA; // the supplied ubercal data has no descriptive metadata 68 70 int NLOOP; 69 71 int TimeSelect; … … 95 97 void XDead PROTO((void)); 96 98 int args_uniphot PROTO((int argc, char **argv)); 97 int args_setphot PROTO((int argc, char **argv));98 99 void dumpresult PROTO((void)); 99 100 Group *find_image_sgroups PROTO((FITS_DB *db, ImageLink **imlink, int *Nsgroup)); … … 103 104 int gcatalog PROTO((Catalog *catalog)); 104 105 void initialize_uniphot PROTO((int argc, char **argv)); 105 void initialize_setphot PROTO((int argc, char **argv));106 106 void initstats PROTO((char *mode)); 107 107 int liststats PROTO((double *value, double *dvalue, int N, StatType *stats)); 108 108 int load_images_uniphot PROTO((FITS_DB *db)); 109 Image *load_images_setfwhm PROTO((FITS_DB *db, off_t *Nimage)); 109 110 int main PROTO((int argc, char **argv)); 110 111 int open_graph PROTO((int N)); … … 112 113 void sortB PROTO((double *X, double *Y, int N)); 113 114 void sortD PROTO((double *X, double *Y, double *Z, int N)); 114 void update_dvo_catalog PROTO((Catalog *catalog, Group *sgroup, int warn));115 115 void wcatalog PROTO((Catalog *catalog)); 116 116 void wimages PROTO((Image *image, int Nimage)); … … 125 125 int SetSignals PROTO((void)); 126 126 int subset_images PROTO((FITS_DB *db)); 127 void update PROTO((FITS_DB *db, Group *sgroup, int Nsgroup)); 127 void update_dvo_uniphot PROTO((FITS_DB *db, Group *sgroup, int Nsgroup)); 128 void update_catalog_uniphot PROTO((Catalog *catalog, Group *sgroup, int warn)); 128 129 void sort_time PROTO((unsigned int *value, int N)); 129 130 130 // setphot-specific prototypes131 ZptTable *load_zpt_table PROTO((char *filename, int *nzpts));132 Image *load_images_setphot PROTO((FITS_DB *db, off_t *Nimage));133 int match_zpts_to_images PROTO((Image *image, off_t Nimage, ZptTable *zpts, int Nzpts));134 int update_setphot PROTO((Image *image, off_t Nimage));135 void update_catalog_setphot PROTO((Catalog *catalog, Image *image, off_t *index, off_t Nimage));136 137 /*** time/coord conversion functions not supplied by libohana ***/138 time_t TimeRef PROTO((double time, time_t TimeReference, int TimeFormat));139 double TimeValue PROTO((time_t time, time_t TimeReference, int TimeFormat));140 141 int hh_hms PROTO((double hh, int *hr, int *mn, double *sc));142 int dd_dms PROTO((double dd, int *dg, int *mn, double *sc));143 int hms_format PROTO((char *line, double value));144 int dms_format PROTO((char *line, double value));145 int hh_hm PROTO((double hh, int *hr, double *mn));146 int day_to_sec PROTO((char *string, time_t *second));147 int hms_to_sec PROTO((char *string, time_t *second));148 char *ohana_sec_to_hms PROTO((time_t second));149 char *ohana_sec_to_day PROTO((time_t second));150 151 char *meade_deg_to_str PROTO((double deg));152 char *meade_ra_to_str PROTO((double deg));153 char *meade_dec_to_str PROTO((double deg));154 char *strptime PROTO((const char *s, const char *format, struct tm *tm));155 131 time_t GetTimeReference PROTO((char *reference)); 156 132 int GetTimeUnits PROTO((char *name));
Note:
See TracChangeset
for help on using the changeset viewer.
