IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2011, 4:45:12 PM (15 years ago)
Author:
eugene
Message:

some improvements to the visualization; add user config values for IMFIT_CLIP_NITER, IMFIT_CLIP_NSIGMA, IMFIT_SYS_SIGMA_LIM; calcualte dXpixSys and dYpixSys for images and dRsys (in arcsec) for measures; better tracking of why images are masked; better matching of images to mosaics; do not reset magnitude calibrations in relastro; use the measurement position errors it the fits (use error model from photcode table)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/Ohana/src/relastro/include/relastro.h

    r29001 r30509  
    9494
    9595double SIGMA_LIM;
    96 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored
     96int    SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored
    9797double MIN_ERROR;
     98
     99int    IMFIT_CLIP_NITER; // number of clipping iterations to perform in FitChip
     100double IMFIT_CLIP_NSIGMA; // number of sigma to clip in FitChip
     101double IMFIT_SYS_SIGMA_LIM; // max dMag for objects used to measure systematic scatter
    98102
    99103double RADIUS; // match radius for high-speed objects
     
    325329int UpdateObjectOffsets (SkyList *skylist);
    326330
    327 int relastroVisualPlotRawRef(StarData *raw, StarData *ref, double dRmax, int numObj);
    328 int relastroVisualPlotScatter(double values[], double thresh, int npts);
    329 int relastroVisualPlotOutliers(Catalog *catalog, int offset, int Nmeasure,
    330                                StatType statsR, StatType statsD, double thresh);
    331 
    332 
     331int relastroVisualPlotChipFit(StarData *raw, StarData *ref, double dRmax, int numObj);
     332// int relastroVisualPlotRawRef(StarData *raw, StarData *ref, double dRmax, int numObj);
     333// int relastroVisualPlotScatter(double values[], double thresh, int npts);
     334// int relastroVisualPlotOutliers(Catalog *catalog, int offset, int Nmeasure, StatType statsR, StatType statsD, double thresh);
     335void relastroSetVisual(int state);
    333336
    334337int FixProblemImages (SkyList *skylist);
     
    352355int createStarMapPoints();
    353356int checkStarMap(int N);
     357
     358int GetScatterRawRef(float *dLsig, float *dMsig, float *dRsig, int *nKeep, StarData *raw, StarData *ref, int Nstars, float SigmaLimit);
Note: See TracChangeset for help on using the changeset viewer.