- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/relastro/include/relastro.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/Ohana/src/relastro/include/relastro.h
r29001 r30631 26 26 double dPos; 27 27 int mask; 28 int Nmeas; 28 29 } StarData; 29 30 … … 94 95 95 96 double SIGMA_LIM; 96 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored97 int SRC_MEAS_TOOFEW; //catalog objects wich fewer detections then this are ignored 97 98 double MIN_ERROR; 99 100 int IMFIT_CLIP_NITER; // number of clipping iterations to perform in FitChip 101 double IMFIT_CLIP_NSIGMA; // number of sigma to clip in FitChip 102 double IMFIT_SYS_SIGMA_LIM; // max dMag for objects used to measure systematic scatter 98 103 99 104 double RADIUS; // match radius for high-speed objects … … 141 146 int FlagOutlier; 142 147 int CLIP_THRESH; 148 int USE_BASIC_CHECK; 143 149 144 150 FitMode FIT_MODE; … … 296 302 void fixImageRaw (Catalog *catalog, int Ncatalog, off_t im); 297 303 void FlagOutliers(Catalog *catalog); 298 int MeasFilterTest(Measure *measure );304 int MeasFilterTest(Measure *measure, int applySigmaLim); 299 305 300 306 int sun_ecliptic (double jd, double *lambda, double *beta, double *epsilon); … … 325 331 int UpdateObjectOffsets (SkyList *skylist); 326 332 327 int relastroVisualPlot RawRef(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 333 int 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); 337 void relastroSetVisual(int state); 338 int relastroGetVisual(void); 333 339 334 340 int FixProblemImages (SkyList *skylist); … … 352 358 int createStarMapPoints(); 353 359 int checkStarMap(int N); 360 361 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.
