- Timestamp:
- Feb 7, 2011, 4:45:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/relastro/include/relastro.h
r29001 r30509 94 94 95 95 double SIGMA_LIM; 96 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored96 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored 97 97 double MIN_ERROR; 98 99 int IMFIT_CLIP_NITER; // number of clipping iterations to perform in FitChip 100 double IMFIT_CLIP_NSIGMA; // number of sigma to clip in FitChip 101 double IMFIT_SYS_SIGMA_LIM; // max dMag for objects used to measure systematic scatter 98 102 99 103 double RADIUS; // match radius for high-speed objects … … 325 329 int UpdateObjectOffsets (SkyList *skylist); 326 330 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 331 int 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); 335 void relastroSetVisual(int state); 333 336 334 337 int FixProblemImages (SkyList *skylist); … … 352 355 int createStarMapPoints(); 353 356 int checkStarMap(int N); 357 358 int 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.
