IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2007, 4:54:30 PM (19 years ago)
Author:
eugene
Message:

moving to maskObj and maskView, re-wrote psphotEnsemblePSF using modelFlux, renamed to psphotFitSourcesLinear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psphot/src/psphotChoosePSF.c

    r12959 r12978  
    239239
    240240            // set the mask and subtract the PSF model
     241            // XXX should we be using maskObj? should we be unsetting the mask?
     242            assert (source->maskObj);
    241243            psImageKeepCircle (source->maskObj, x, y, RADIUS, "OR", PM_MASK_MARK);
    242244            pmModelSub (source->pixels, source->maskObj, source->modelPSF, PM_MODEL_OP_FULL);
Note: See TracChangeset for help on using the changeset viewer.