IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5131


Ignore:
Timestamp:
Sep 25, 2005, 9:27:20 PM (21 years ago)
Author:
eugene
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotApplyPSF.c

    r5058 r5131  
    7171        status = pmSourceFitModel (source, model, true);
    7272        psImageKeepCircle (source->mask, x, y, model->radius, "AND", ~PSPHOT_MASK_MARKED);
     73
    7374        if (!status || (model->params->data.F32[1] < 0)) {
    7475          psLogMsg ("psphot", 5, "PSF fit failed for %f, %f (%d iterations)\n", x, y, model->nIter);
     
    7778          continue;
    7879        }
     80        // XXX EAM : this was an attempt to correct for fit-sky biases
     81        // pmModelSkyOffset (model, x, y, model->radius);
    7982
    8083        // model succeeded : tentatively keep it
Note: See TracChangeset for help on using the changeset viewer.