IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2005, 9:06:17 AM (21 years ago)
Author:
eugene
Message:

cleanup Wall,Werror; convert to internal measure R,D

File:
1 edited

Legend:

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

    r3466 r4808  
    6969GSCRegion    *load_images (char *seed, int *nregion);
    7070GSCRegion    *name_region (char *name, int *Nregions);
    71 char         *sec_to_date (unsigned long second);
    7271void          ConfigInit (int *argc, char **argv);
    73 int           Fseek (FILE *f, long offset, int whence);
    7472int           args (int argc, char **argv);
    75 int           chk_time (char *line);
    7673int           corner_check (double *x1, double *y1, double *x2, double *y2);
    77 int           dms_to_ddd (double *Value, char *string);
    7874int           edge_check (double *x1, double *y1, double *x2, double *y2);
    7975void          flag_measures (Catalog *catalog);
     
    8177void          get_mags (Catalog *catalog);
    8278void          getfullregion (Image *image, int Nimage, GSCRegion *fullregion);
    83 int           hms_to_deg (double *h0, double *h1, double *d0, double *d1, char *string);
    8479void          initialize (int argc, char **argv);
    8580void          initstats (char *mode);
    8681void          join_stars (Catalog *catalog);
    8782int           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);
    9083double        opening_angle (double x1, double y1, double x2, double y2, double x3, double y3);
    91 double        sec_to_jd (unsigned long second);
    9284void          set_ZP (double ZERO);
    9385void          sortA (double *X, int N);
     
    9789void          sort_lists (float *X, float *Y, int *index, int N);
    9890void          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);
    10291void          unique_measures (Catalog *catalog);
    10392void          wcatalog (Catalog *catalog);
     93Catalog *subcatalog (Catalog *catalog);
     94void check_directory (char *basefile);
Note: See TracChangeset for help on using the changeset viewer.