IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 11:30:02 AM (15 years ago)
Author:
eugene
Message:

various fixes to photdbc, relastro and relphot based on analysis of the first reference database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/include/relastro.h

    r29001 r30616  
    2626  double dPos;
    2727  int mask;
     28  int Nmeas;
    2829} StarData;
    2930
     
    9495
    9596double SIGMA_LIM;
    96 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored
     97int    SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored
    9798double MIN_ERROR;
     99
     100int    IMFIT_CLIP_NITER; // number of clipping iterations to perform in FitChip
     101double IMFIT_CLIP_NSIGMA; // number of sigma to clip in FitChip
     102double IMFIT_SYS_SIGMA_LIM; // max dMag for objects used to measure systematic scatter
    98103
    99104double RADIUS; // match radius for high-speed objects
     
    141146int FlagOutlier;
    142147int    CLIP_THRESH;
     148int USE_BASIC_CHECK;
    143149
    144150FitMode FIT_MODE;
     
    296302void fixImageRaw (Catalog *catalog, int Ncatalog, off_t im);
    297303void FlagOutliers(Catalog *catalog);
    298 int MeasFilterTest(Measure *measure);
     304int MeasFilterTest(Measure *measure, int applySigmaLim);
    299305
    300306int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon);
     
    325331int UpdateObjectOffsets (SkyList *skylist);
    326332
    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 
     333int relastroVisualPlotChipFit(StarData *raw, StarData *ref, double dRmax, int numObj);
     334// int relastroVisualPlotRawRef(StarData *raw, StarData *ref, double dRmax, int numObj);
     335// int relastroVisualPlotScatter(double values[], double thresh, int npts);
     336// int relastroVisualPlotOutliers(Catalog *catalog, int offset, int Nmeasure, StatType statsR, StatType statsD, double thresh);
     337void relastroSetVisual(int state);
     338int relastroGetVisual(void);
    333339
    334340int FixProblemImages (SkyList *skylist);
     
    352358int createStarMapPoints();
    353359int checkStarMap(int N);
     360
     361int 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.