- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relastro/include/relastro.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/relastro/include/relastro.h
r39926 r40477 33 33 typedef enum {OP_NONE, OP_IMAGES, OP_HIGH_SPEED, OP_MERGE_SOURCE, OP_UPDATE_OBJECTS, OP_UPDATE_OFFSETS, OP_LOAD_OBJECTS, OP_HPM, OP_PARALLEL_REGIONS, OP_PARALLEL_IMAGES, OP_REPAIR_STACKS, OP_REPAIR_WARPS, OP_REPAIR_OBJECT_ID} RelastroOp; 34 34 35 typedef enum {TARGET_NONE, TARGET_SIMPLE, TARGET_CHIPS, SET_CHIPS, TARGET_MOSAICS} FitTarget;35 typedef enum {TARGET_NONE, TARGET_SIMPLE, TARGET_CHIPS, SET_CHIPS, SET_STACKS, TARGET_MOSAICS} FitTarget; 36 36 37 37 typedef enum { … … 215 215 unsigned int stop; 216 216 off_t myImage; 217 float Mcal; 217 float McalPSF; 218 float McalAPER; 218 219 float dMcal; 219 short Xm;220 float McalChiSq; 220 221 float secz; 221 222 char flags; … … 366 367 int USE_ICRF_POLE; 367 368 369 int FIT_STACKS; 370 int IMSTATS_ONLY; 368 371 int REPAIR_STACKS; 369 372 int USE_IMAGE_COORDS_FOR_REPAIR; … … 377 380 int SKIP_CFH; 378 381 382 int UPDATE_ALL_MEASURE; 379 383 int UPDATE_PS1_STACK_MEASURE; 380 384 int UPDATE_PS1_CHIP_MEASURE; … … 621 625 int UpdateChips (Catalog *catalog, int Ncatalog, int Nloop); 622 626 int UpdateStacks (Catalog *catalog, int Ncatalog); 627 int UpdateStacksWithFit (Catalog *catalog, int Ncatalog); 623 628 int UpdateMosaic (Catalog *catalog, int Ncatalog); 624 629 int UpdateMeasures (Catalog *catalog, int Ncatalog);
Note:
See TracChangeset
for help on using the changeset viewer.
