IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2010, 5:21:12 PM (16 years ago)
Author:
eugene
Message:

skip photometry for models with invalid fits (BADARGS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourcePhotometry.c

    r28909 r28976  
    132132        for (int i = 0; i < source->modelFits->n; i++) {
    133133            pmModel *model = source->modelFits->data[i];
     134            if (model->flags & PM_MODEL_STATUS_BADARGS) continue;
    134135            status = pmSourcePhotometryModel (&model->mag, NULL, model);
    135136            if (model == source->modelEXT) foundEXT = true;
Note: See TracChangeset for help on using the changeset viewer.