IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2008, 8:36:06 AM (18 years ago)
Author:
eugene
Message:

merging from eam_branch_20080324 : psphot work on extended source fitting and related I/O functions

File:
1 edited

Legend:

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

    r16820 r17396  
    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.