Changeset 34260 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Jul 31, 2012, 4:02:00 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r33963 r34260 111 111 char *BCATALOG; 112 112 ModeType MODE; 113 114 char *BOUNDARY_TREE; 113 115 114 116 double MAG_LIM; … … 242 244 float getMrel PROTO((Catalog *catalog, off_t meas, int cat)); 243 245 short getUbercalDist PROTO((off_t meas, int cat)); 246 float getCenterOffset PROTO((off_t meas, int cat, Measure *measure, unsigned int *myID)); 244 247 Image *getimage PROTO((off_t N)); 245 248 Image *getimages PROTO((off_t *N, off_t **LineNumber)); … … 340 343 int client_logger_message (char *format,...); 341 344 345 int MatchImageName (off_t meas, int cat, char *name); 346 347 int load_tree (char *treefile); 348 int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec);
Note:
See TracChangeset
for help on using the changeset viewer.
