IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17149


Ignore:
Timestamp:
Mar 26, 2008, 10:54:38 AM (18 years ago)
Author:
eugene
Message:

adding notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/FitChip.c

    r17011 r17149  
    11# include "relastro.h"
    22# define SCATTER_MAX_ERROR 0.05
     3// XXX make this a user parameters
    34
    45void FitChip (StarData *raw, StarData *ref, int Nmatch, Coords *coords) {
     
    4142      dR = hypot (dL, dM);
    4243
     44      // XXX ??? why are we not applying the mask?
     45      // the detection is not included in the fit
    4346      if (dR > dRmax) {
    4447        continue;
     
    5154             dRmax, Nscatter, fit[0].Npts, Nmatch);
    5255
     56    // XXX this limit should depend on the order of the fit (see psastro)
    5357    if (fit[0].Npts < 25) {
    5458      fit_free (fit);
Note: See TracChangeset for help on using the changeset viewer.