Changeset 35759 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Jul 3, 2013, 2:14:41 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r35416 r35759 17 17 # define GRID_V2 18 18 # define NO_IMAGE -100 19 20 # define ID_SECF_STACK_PRIMARY 0x00004000 19 21 20 22 // choose off_t or int depending on full-scale relphot analysis resources … … 114 116 unsigned int photom_map_id; 115 117 unsigned int flags; 118 int projID; 119 int skycellID; 116 120 unsigned int tzero; 117 121 unsigned char trate; … … 149 153 char *IMAGES; 150 154 char *BCATALOG; 155 char *BOUNDARY_TREE; 151 156 ModeType MODE; 152 157 … … 328 333 void plot_star_coords PROTO((Catalog *catalog, int Ncatalog)); 329 334 void plot_stars PROTO((Catalog *catalog, int Ncatalog)); 335 336 void plot_list_add PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N)); 337 int get_graph PROTO((int N)); 338 int open_graph PROTO((int N)); 339 330 340 void reload_catalogs PROTO((SkyList *skylist, FlatCorrectionTable *flatcorr, int hostID, char *hostpath)); 331 341 int reload_catalogs_parallel PROTO((SkyList *sky)); … … 390 400 391 401 int MatchImageName (off_t meas, int cat, char *name); 402 int MatchImageSkycellID (off_t meas, int cat, int myProjectionID, int mySkycellID); 392 403 393 404 int load_tree (char *treefile); 394 405 int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec); 406 int BoundaryTreePrimaryCellIDs (int *projID, int *skycellID, double ra, double dec); 395 407 396 408 int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure);
Note:
See TracChangeset
for help on using the changeset viewer.
