Changeset 4808 for trunk/Ohana/src/photdbc/include/photdbc.h
- Timestamp:
- Aug 17, 2005, 9:06:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/photdbc/include/photdbc.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/photdbc/include/photdbc.h
r3466 r4808 69 69 GSCRegion *load_images (char *seed, int *nregion); 70 70 GSCRegion *name_region (char *name, int *Nregions); 71 char *sec_to_date (unsigned long second);72 71 void ConfigInit (int *argc, char **argv); 73 int Fseek (FILE *f, long offset, int whence);74 72 int args (int argc, char **argv); 75 int chk_time (char *line);76 73 int corner_check (double *x1, double *y1, double *x2, double *y2); 77 int dms_to_ddd (double *Value, char *string);78 74 int edge_check (double *x1, double *y1, double *x2, double *y2); 79 75 void flag_measures (Catalog *catalog); … … 81 77 void get_mags (Catalog *catalog); 82 78 void getfullregion (Image *image, int Nimage, GSCRegion *fullregion); 83 int hms_to_deg (double *h0, double *h1, double *d0, double *d1, char *string);84 79 void initialize (int argc, char **argv); 85 80 void initstats (char *mode); 86 81 void join_stars (Catalog *catalog); 87 82 int liststats (double *value, double *dvalue, int N, StatType *stats); 88 unsigned long jd_to_sec (double jd);89 unsigned long date_to_sec (char *date);90 83 double opening_angle (double x1, double y1, double x2, double y2, double x3, double y3); 91 double sec_to_jd (unsigned long second);92 84 void set_ZP (double ZERO); 93 85 void sortA (double *X, int N); … … 97 89 void sort_lists (float *X, float *Y, int *index, int N); 98 90 void sort_time (unsigned int *X, int *Y, int N); 99 int str_to_dtime (char *line, double *second);100 int str_to_radec (double *ra, double *dec, char *str1, char *str2);101 int str_to_time (char *line, unsigned int *second);102 91 void unique_measures (Catalog *catalog); 103 92 void wcatalog (Catalog *catalog); 93 Catalog *subcatalog (Catalog *catalog); 94 void check_directory (char *basefile);
Note:
See TracChangeset
for help on using the changeset viewer.
