IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 4:43:45 PM (20 years ago)
Author:
eugene
Message:

convert to new DVO APIs, some cleanup of config options

File:
1 edited

Legend:

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

    r8241 r8496  
    9393int FLIPX, FLIPY;
    9494int NPOLYTERMS;
    95 char CDROM[256];
    96 char USNO_B_DIR[256];
    9795char CATDIR[256];
    9896char   CATMODE[16];    /* raw, mef, split, mysql */
     
    117115double F_DEC;
    118116
    119 char GSCFILE[256], GSC_DIR[256], LONEOS_REGION_FILE[256];
    120 char TWO_MASS_DIR[256];
    121117double ASEC_PIX;
    122118char ROUGH_ASTROMETRY[64];
     119
     120/* locations for reference data */
     121char GSCFILE[256];
     122char GSCDIR[256];
     123char CATDIR[256];
     124char USNO_A_DIR[256];
     125char USNO_B_DIR[256];
     126char TWO_MASS_CATDIR[256];
     127char ASTROM_CATDIR[256];
     128char LONEOS_REGION_FILE[256];
    123129
    124130typedef struct {
     
    143149void      ahelp ();
    144150void      area_of_region (CatStats *region);
     151double    area_of_skyregion (SkyRegion *region);
    145152void      args (int *argc, char **argv, Coords *coords);
    146153void      define_region (CatStats *catstats, CmpCatalog *Target);
     
    182189int       mk_vector (int n, int m, int norder);
    183190int       open_graph (int N);
     191
    184192void      pair_add (int i1, int i2);
    185193void      pair_init ();
     194int       pair_lists (int **index1, int **index2);
     195
    186196int       parse_GSC_line (CatStats *tregion, char *line);
    187197int       plot_addpt_gridplot (double x, double y);
Note: See TracChangeset for help on using the changeset viewer.