Changeset 36491 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Feb 6, 2014, 12:46:42 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r35806 r36491 116 116 unsigned int photom_map_id; 117 117 unsigned int flags; 118 int tessID; 118 119 int projID; 119 120 int skycellID; … … 401 402 402 403 int MatchImageName (off_t meas, int cat, char *name); 403 int MatchImageSkycellID (off_t meas, int cat, int myProjectionID, int mySkycellID); 404 405 int load_tree (char *treefile); 406 int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec); 407 int BoundaryTreePrimaryCellIDs (int *projID, int *skycellID, double ra, double dec); 404 int MatchImageSkycellID (off_t meas, int cat, int myTessID, int myProjectionID, int mySkycellID); 405 406 int load_tess (char *treefile); 407 int get_tess_ids (int *tessID, int *projID, int *skycellID, double ra, double dec); 408 int TessellationIDsByImageName (int *tessID, int *projID, int *skycellID, char *name); 409 410 // int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec); 411 // int BoundaryTreePrimaryCellIDs (int *projID, int *skycellID, double ra, double dec); 408 412 409 413 int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure);
Note:
See TracChangeset
for help on using the changeset viewer.
