IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2005, 6:43:44 AM (21 years ago)
Author:
eugene
Message:

substantial work on ensemble PSF fitting, better functions for evaluation, overall code cleanups

File:
1 edited

Legend:

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

    r5672 r5772  
    6666        if (!status || (model->params->data.F32[1] < 0)) {
    6767          psLogMsg ("psphot", 5, "PSF fit failed for %f, %f (peak %f\n", x, y, model->params->data.F32[1]);
    68           source->type = PM_SOURCE_FAIL_FIT_PSF;  // better choice?
     68          source->mode |= PM_SOURCE_FAIL;  // better choice?
    6969          psFree (model);
    7070          continue;
Note: See TracChangeset for help on using the changeset viewer.