Changeset 28184 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jun 1, 2010, 4:40:37 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r27581 r28184 14 14 typedef enum {FIT_NONE, FIT_AVERAGE, FIT_PM_ONLY, FIT_PAR_ONLY, FIT_PM_AND_PAR} FitMode; 15 15 16 typedef enum {TARGET_NONE, TARGET_OBJECTS, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS } FitTarget;16 typedef enum {TARGET_NONE, TARGET_OBJECTS, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS, TARGET_HIGH_SPEED} FitTarget; 17 17 18 18 typedef struct { … … 89 89 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored 90 90 double MIN_ERROR; 91 92 double RADIUS; // match radius for high-speed objects 91 93 92 94 int VERBOSE; … … 112 114 int NphotcodesKeep, NphotcodesSkip; 113 115 PhotCode **photcodesKeep, **photcodesSkip; 116 117 char *PHOTCODE_A_LIST, *PHOTCODE_B_LIST; 118 int NphotcodesGroupA, NphotcodesGroupB; 119 PhotCode **photcodesGroupA, **photcodesGroupB; 114 120 115 121 int AreaSelect; … … 321 327 int saveCoords (Coords *coords, off_t N); 322 328 void resetImageRaw (Catalog *catalog, int Ncatalog, off_t im); 329 330 int high_speed_catalogs (); 331 int high_speed_objects (SkyRegion *region, Catalog *catalog); 332 int MeasMatchesPhotcode(Measure *measure, PhotCode **photcodeSet, int Nset);
Note:
See TracChangeset
for help on using the changeset viewer.
