Changeset 39926 for trunk/Ohana/src/relastro/include/relastro.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana
-
trunk/Ohana/src/relastro/include/relastro.h
r39693 r39926 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, TARGET_MOSAICS} FitTarget;35 typedef enum {TARGET_NONE, TARGET_SIMPLE, TARGET_CHIPS, SET_CHIPS, TARGET_MOSAICS} FitTarget; 36 36 37 37 typedef enum { … … 144 144 int Nfit; 145 145 int converged; 146 int useWeight; 147 146 148 } FitAstromResult; 147 149 … … 296 298 } CheckMeasureResult; 297 299 298 # define ID_MEAS_OBJECT_HAS_2MASS ID_MEAS_POOR_PHOTOM300 // # define ID_MEAS_OBJECT_HAS_2MASS ID_MEAS_POOR_PHOTOM 299 301 300 302 /* global variables set in parameter file */ … … 315 317 int PARALLEL_REGIONS_MANUAL; 316 318 char *MANUAL_UNIQUER; 319 int CATCH_UP; 317 320 318 321 int HOST_ID; … … 352 355 int VERBOSE2; 353 356 357 float TEST_SCALE; 358 char *GALAXY_MODEL; 359 354 360 int USE_FIXED_PIXCOORDS; 355 361 int USE_GALAXY_MODEL; … … 363 369 int USE_IMAGE_COORDS_FOR_REPAIR; 364 370 int USE_ALL_IMAGES; 371 int KEEP_ALL_IMAGES_RA; 365 372 int CHECK_MEASURE_TO_IMAGE; 373 374 int SKIP_PS1_CHIP; 375 int SKIP_PS1_STACK; 376 int SKIP_HSC; 377 int SKIP_CFH; 378 379 int UPDATE_PS1_STACK_MEASURE; 380 int UPDATE_PS1_CHIP_MEASURE; 381 int UPDATE_HSC_MEASURE; 382 int UPDATE_CFH_MEASURE; 383 384 int APPLY_PROPER_MOTION; 366 385 367 386 int RESET; … … 383 402 int CHIPMAP; 384 403 404 int *ChipMapLoop; 405 int *ChipOrderLoop; 406 char *ChipMapLoopStr; 407 char *ChipOrderLoopStr; 408 385 409 int N_BOOTSTRAP_SAMPLES; 386 410 … … 407 431 408 432 float *LoopWeight2MASS; 433 char *LoopWeight2MASSstr; 434 409 435 float *LoopWeightTycho; 410 char *LoopWeight2MASSstr;411 436 char *LoopWeightTychostr; 437 438 float *LoopWeightGAIA; 439 char *LoopWeightGAIAstr; 412 440 413 441 int ImagSelect; … … 433 461 434 462 FitMode FIT_MODE; 463 int USE_IRLS; 464 int ALLOW_IRLS; 435 465 436 466 RelastroOp RELASTRO_OP; … … 498 528 void initGridBins PROTO((Catalog *catalog, int Ncatalog)); 499 529 void initImageBins PROTO((Catalog *catalog, int Ncatalog, int FULLINIT)); 500 void initImages PROTO((Image *input, off_t *line_number, off_t N ));530 void initImages PROTO((Image *input, off_t *line_number, off_t N, int isSubset)); 501 531 void freeImages PROTO((char *dbImagePtr)); 502 532 void initMosaicBins PROTO((Catalog *catalog, int Ncatalog)); … … 744 774 int isGPC1stack (int photcode); 745 775 int isGPC1warp (int photcode); 776 int isHSCchip (int photcode); 777 int isCFHchip (int photcode); 746 778 747 779 int save_astrom_table ();
Note:
See TracChangeset
for help on using the changeset viewer.
