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/psphot.h

    r36146 r36148  
    342342bool psphotForcedReadout(pmConfig *config, const pmFPAview *view, const char *filerule);
    343343
     344pmConfig *psphotFullForceArguments(int argc, char **argv);
     345bool psphotFullForceReadout(pmConfig *config, const pmFPAview *view, const char *filerule);
     346
    344347pmConfig *psphotMinimalArguments(int argc, char **argv);
    345348bool psphotReadoutMinimal(pmConfig *config, const pmFPAview *view, const char *filerule);
     
    498501bool psphotKronIterate_Threaded (psThreadJob *job);
    499502
     503bool psphotKronFlux (pmConfig *config, const pmFPAview *view, const char *filerule);
     504bool psphotKronFluxReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char *filerule, pmReadout *readout, psArray *sources);
     505bool psphotKronFlux_Threaded (psThreadJob *job);
     506bool psphotKronFluxSource (pmSource *source, psImageMaskType maskVal);
     507
     508bool psphotPetroFlux (pmConfig *config, const pmFPAview *view, const char *filerule);
     509bool psphotPetroFluxReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources);
     510bool psphotPetroFlux_Threaded (psThreadJob *job);
     511bool psphotPetroFluxSource (pmSource *source, psImageMaskType maskVal);
     512
     513bool psphotGalaxyShape (pmConfig *config, const pmFPAview *view, const char *filerule);
     514bool psphotGalaxyShapeReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf);
     515bool psphotGalaxyShape_Threaded (psThreadJob *job);
     516bool psphotGalaxyShapeGrid (pmSource *source, pmSourceFitOptions *fitOptions, psImageMaskType maskVal, int psfSize);
     517bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, psImageMaskType maskVal, int psfSize);
     518
    500519bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule);
    501520bool psphotRadialProfileWingsReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, pmReadout *readout, psArray *sources);
Note: See TracChangeset for help on using the changeset viewer.