Changeset 8496 for trunk/Ohana/src/gastro2/include/gastro2.h
- Timestamp:
- Aug 22, 2006, 4:43:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/gastro2/include/gastro2.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro2/include/gastro2.h
r8241 r8496 93 93 int FLIPX, FLIPY; 94 94 int NPOLYTERMS; 95 char CDROM[256];96 char USNO_B_DIR[256];97 95 char CATDIR[256]; 98 96 char CATMODE[16]; /* raw, mef, split, mysql */ … … 117 115 double F_DEC; 118 116 119 char GSCFILE[256], GSC_DIR[256], LONEOS_REGION_FILE[256];120 char TWO_MASS_DIR[256];121 117 double ASEC_PIX; 122 118 char ROUGH_ASTROMETRY[64]; 119 120 /* locations for reference data */ 121 char GSCFILE[256]; 122 char GSCDIR[256]; 123 char CATDIR[256]; 124 char USNO_A_DIR[256]; 125 char USNO_B_DIR[256]; 126 char TWO_MASS_CATDIR[256]; 127 char ASTROM_CATDIR[256]; 128 char LONEOS_REGION_FILE[256]; 123 129 124 130 typedef struct { … … 143 149 void ahelp (); 144 150 void area_of_region (CatStats *region); 151 double area_of_skyregion (SkyRegion *region); 145 152 void args (int *argc, char **argv, Coords *coords); 146 153 void define_region (CatStats *catstats, CmpCatalog *Target); … … 182 189 int mk_vector (int n, int m, int norder); 183 190 int open_graph (int N); 191 184 192 void pair_add (int i1, int i2); 185 193 void pair_init (); 194 int pair_lists (int **index1, int **index2); 195 186 196 int parse_GSC_line (CatStats *tregion, char *line); 187 197 int plot_addpt_gridplot (double x, double y);
Note:
See TracChangeset
for help on using the changeset viewer.
