IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2013, 12:09:27 PM (13 years ago)
Author:
eugene
Message:

first version of psphotFullForce which builds

Location:
branches/eam_branches/ipp-20130904/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src

    • Property svn:ignore
      •  

        old new  
        2424psphotModelTest
        2525psphotMinimal
         26psphotFullForce
  • branches/eam_branches/ipp-20130904/psphot/src/psphotFullForceReadout.c

    r36146 r36148  
    5757
    5858    // generate a psf model for any readouts which need one
    59     psphotFullForcePSF (config, view, filerule);
     59    // psphotFullForcePSF (config, view, filerule);
     60    // XXX I'm not sure we need a different algorithm here or not : we are supplying the
     61    // sources; we should mark with a flag bit the ones we actually want to use as PSF
     62    // stars (this means we need to supply this info in the load).
     63    psphotChoosePSF (config, view, filerule, true);
    6064
    6165    // Construct an initial model for each object, set the radius to fitRadius, set circular
     
    7377
    7478    // measure kron fluxes
    75     psphotKronFlux (config, view, filerule, false);
     79    psphotKronFlux (config, view, filerule);
    7680
    7781    // measure petro fluxes
Note: See TracChangeset for help on using the changeset viewer.