IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15132


Ignore:
Timestamp:
Sep 29, 2007, 5:54:40 PM (19 years ago)
Author:
eugene
Message:

generate model flux for sources which lack it (eg, blends)

File:
1 edited

Legend:

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

    r13900 r15132  
    6262            if (source->mode &  PM_SOURCE_MODE_BLEND) continue;
    6363        }
     64
     65        // generate model for sources without, or skip if we can't
     66        if (!source->modelFlux) {
     67            if (!pmSourceCacheModel (source, maskVal)) continue;
     68        }
    6469
    6570        // save the original coords
Note: See TracChangeset for help on using the changeset viewer.