Changeset 17149
- Timestamp:
- Mar 26, 2008, 10:54:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/FitChip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/FitChip.c
r17011 r17149 1 1 # include "relastro.h" 2 2 # define SCATTER_MAX_ERROR 0.05 3 // XXX make this a user parameters 3 4 4 5 void FitChip (StarData *raw, StarData *ref, int Nmatch, Coords *coords) { … … 41 42 dR = hypot (dL, dM); 42 43 44 // XXX ??? why are we not applying the mask? 45 // the detection is not included in the fit 43 46 if (dR > dRmax) { 44 47 continue; … … 51 54 dRmax, Nscatter, fit[0].Npts, Nmatch); 52 55 56 // XXX this limit should depend on the order of the fit (see psastro) 53 57 if (fit[0].Npts < 25) { 54 58 fit_free (fit);
Note:
See TracChangeset
for help on using the changeset viewer.
