IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2017, 11:30:10 AM (10 years ago)
Author:
eugene
Message:

merging changes from czw dev branch (compare with r39924)

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Ohana

  • trunk/Ohana/src/relastro/include/relastro.h

    r39693 r39926  
    3333typedef 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;
    3434
    35 typedef enum {TARGET_NONE, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS} FitTarget;
     35typedef enum {TARGET_NONE, TARGET_SIMPLE, TARGET_CHIPS, SET_CHIPS, TARGET_MOSAICS} FitTarget;
    3636
    3737typedef enum {
     
    144144  int Nfit;
    145145  int converged;
     146  int useWeight;
     147
    146148} FitAstromResult;
    147149
     
    296298} CheckMeasureResult;
    297299
    298 # define ID_MEAS_OBJECT_HAS_2MASS ID_MEAS_POOR_PHOTOM
     300// # define ID_MEAS_OBJECT_HAS_2MASS ID_MEAS_POOR_PHOTOM
    299301
    300302/* global variables set in parameter file */
     
    315317int    PARALLEL_REGIONS_MANUAL;
    316318char  *MANUAL_UNIQUER;
     319int    CATCH_UP;
    317320
    318321int          HOST_ID;
     
    352355int    VERBOSE2;
    353356
     357float  TEST_SCALE;
     358char  *GALAXY_MODEL;
     359
    354360int    USE_FIXED_PIXCOORDS;
    355361int    USE_GALAXY_MODEL;
     
    363369int    USE_IMAGE_COORDS_FOR_REPAIR;
    364370int    USE_ALL_IMAGES;
     371int    KEEP_ALL_IMAGES_RA;
    365372int    CHECK_MEASURE_TO_IMAGE;
     373
     374int    SKIP_PS1_CHIP;
     375int    SKIP_PS1_STACK;
     376int    SKIP_HSC;
     377int    SKIP_CFH;
     378
     379int    UPDATE_PS1_STACK_MEASURE;
     380int    UPDATE_PS1_CHIP_MEASURE;
     381int    UPDATE_HSC_MEASURE;
     382int    UPDATE_CFH_MEASURE;
     383
     384int    APPLY_PROPER_MOTION;
    366385
    367386int    RESET;
     
    383402int    CHIPMAP;
    384403
     404int    *ChipMapLoop;
     405int    *ChipOrderLoop;
     406char   *ChipMapLoopStr;
     407char   *ChipOrderLoopStr;
     408
    385409int    N_BOOTSTRAP_SAMPLES;
    386410
     
    407431
    408432float *LoopWeight2MASS;
     433char *LoopWeight2MASSstr;
     434
    409435float *LoopWeightTycho;
    410 char *LoopWeight2MASSstr;
    411436char *LoopWeightTychostr;
     437
     438float *LoopWeightGAIA;
     439char *LoopWeightGAIAstr;
    412440
    413441int ImagSelect;
     
    433461
    434462FitMode FIT_MODE;
     463int USE_IRLS;
     464int ALLOW_IRLS;
    435465
    436466RelastroOp RELASTRO_OP;
     
    498528void          initGridBins        PROTO((Catalog *catalog, int Ncatalog));
    499529void          initImageBins       PROTO((Catalog *catalog, int Ncatalog, int FULLINIT));
    500 void          initImages          PROTO((Image *input, off_t *line_number, off_t N));
     530void          initImages          PROTO((Image *input, off_t *line_number, off_t N, int isSubset));
    501531void          freeImages          PROTO((char *dbImagePtr));
    502532void          initMosaicBins      PROTO((Catalog *catalog, int Ncatalog));
     
    744774int isGPC1stack (int photcode);
    745775int isGPC1warp (int photcode);
     776int isHSCchip (int photcode);
     777int isCFHchip (int photcode);
    746778
    747779int save_astrom_table ();
Note: See TracChangeset for help on using the changeset viewer.