IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17342


Ignore:
Timestamp:
Apr 6, 2008, 10:15:44 AM (18 years ago)
Author:
eugene
Message:

modified api for psphotPSFConvModel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080324/psphot/src/psphotModelTest.c

    r16820 r17342  
    208208        source->modelPSF = pmModelFromPSF (model, psf);
    209209        source->modelEXT = model;
    210         status = psphotPSFConvModel (source, recipe, maskVal);
    211         model = source->modelConv;
     210
     211        // what fraction of the PSF is used? (radius in pixels : 2 -> 5x5 box)
     212        int psfSize = psMetadataLookupS32 (&status, recipe, "PCM_BOX_SIZE");
     213        assert (status);
     214
     215        model = psphotPSFConvModel (readout, source, modelType, maskVal, psfSize);
    212216        params = model->params->data.F32;
    213217    } else {
Note: See TracChangeset for help on using the changeset viewer.