Changeset 36148 for branches/eam_branches/ipp-20130904/psphot/src/psphot.h
- Timestamp:
- Sep 24, 2013, 12:09:27 PM (13 years ago)
- 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 24 24 psphotModelTest 25 25 psphotMinimal 26 psphotFullForce
-
- Property svn:ignore
-
branches/eam_branches/ipp-20130904/psphot/src/psphot.h
r36146 r36148 342 342 bool psphotForcedReadout(pmConfig *config, const pmFPAview *view, const char *filerule); 343 343 344 pmConfig *psphotFullForceArguments(int argc, char **argv); 345 bool psphotFullForceReadout(pmConfig *config, const pmFPAview *view, const char *filerule); 346 344 347 pmConfig *psphotMinimalArguments(int argc, char **argv); 345 348 bool psphotReadoutMinimal(pmConfig *config, const pmFPAview *view, const char *filerule); … … 498 501 bool psphotKronIterate_Threaded (psThreadJob *job); 499 502 503 bool psphotKronFlux (pmConfig *config, const pmFPAview *view, const char *filerule); 504 bool psphotKronFluxReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char *filerule, pmReadout *readout, psArray *sources); 505 bool psphotKronFlux_Threaded (psThreadJob *job); 506 bool psphotKronFluxSource (pmSource *source, psImageMaskType maskVal); 507 508 bool psphotPetroFlux (pmConfig *config, const pmFPAview *view, const char *filerule); 509 bool psphotPetroFluxReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources); 510 bool psphotPetroFlux_Threaded (psThreadJob *job); 511 bool psphotPetroFluxSource (pmSource *source, psImageMaskType maskVal); 512 513 bool psphotGalaxyShape (pmConfig *config, const pmFPAview *view, const char *filerule); 514 bool psphotGalaxyShapeReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf); 515 bool psphotGalaxyShape_Threaded (psThreadJob *job); 516 bool psphotGalaxyShapeGrid (pmSource *source, pmSourceFitOptions *fitOptions, psImageMaskType maskVal, int psfSize); 517 bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, psImageMaskType maskVal, int psfSize); 518 500 519 bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule); 501 520 bool psphotRadialProfileWingsReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, pmReadout *readout, psArray *sources);
Note:
See TracChangeset
for help on using the changeset viewer.
