Changeset 36375 for trunk/psphot/src/psphot.h
- Timestamp:
- Dec 10, 2013, 2:55:11 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (2 props)
-
psphot/src/psphot.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psphot
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:ignore
-
old new 24 24 psphotModelTest 25 25 psphotMinimal 26 psphotFullForce 27 psmakecff
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphot.h
r36117 r36375 18 18 PSPHOT_SINGLE, 19 19 PSPHOT_FORCED, 20 PSPHOT_FULL_FORCE, 20 21 PSPHOT_MAKE_PSF, 21 22 PSPHOT_MODEL_TEST, … … 81 82 bool psphotSourceStatsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe, bool setWindow); 82 83 84 bool psphotFullForceSourceStats (pmConfig *config, const pmFPAview *view, const char *filerule, bool setWindow); 85 bool psphotFullForceSourceStatsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe, bool setWindow); 86 83 87 bool psphotDeblendSatstars (pmConfig *config, const pmFPAview *view, const char *filerule); 84 88 bool psphotDeblendSatstarsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe); … … 121 125 bool psphotAddOrSubNoiseReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe, bool add); 122 126 bool psphotAddOrSubNoise_Threaded (psThreadJob *job); 127 128 bool psphotChooseAnalysisOptions (pmConfig *config, const pmFPAview *view, const char *filerule); 129 bool psphotChooseAnalysisOptionsReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe); 130 bool psphotChooseAnalysisOptionsByObject(pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects); 123 131 124 132 bool psphotExtendedSourceAnalysis (pmConfig *config, const pmFPAview *view, const char *filerule); … … 341 349 bool psphotForcedReadout(pmConfig *config, const pmFPAview *view, const char *filerule); 342 350 351 pmConfig *psphotFullForceArguments(int argc, char **argv); 352 bool psphotFullForceReadout(pmConfig *config, const pmFPAview *view, const char *filerule); 353 343 354 pmConfig *psphotMinimalArguments(int argc, char **argv); 344 355 bool psphotReadoutMinimal(pmConfig *config, const pmFPAview *view, const char *filerule); … … 414 425 } psphotStackOptions; 415 426 427 typedef struct { 428 float fRmajorMin; 429 float fRmajorMax; 430 float fRmajorDel; 431 float fRminorMin; 432 float fRminorMax; 433 float fRminorDel; 434 } psphotGalaxyShapeOptions; 435 416 436 /*** psphotStackMatchPSF prototypes ***/ 417 437 bool psphotStackMatchPSFs (pmConfig *config, const pmFPAview *view); … … 497 517 bool psphotKronIterate_Threaded (psThreadJob *job); 498 518 519 bool psphotKronFlux (pmConfig *config, const pmFPAview *view, const char *filerule); 520 bool psphotKronFluxReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char *filerule, pmReadout *readout, psArray *sources); 521 bool psphotKronFlux_Threaded (psThreadJob *job); 522 bool psphotKronFluxSource (pmSource *source, psImageMaskType maskVal); 523 524 bool psphotPetroFlux (pmConfig *config, const pmFPAview *view, const char *filerule); 525 bool psphotPetroFluxReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources); 526 bool psphotPetroFlux_Threaded (psThreadJob *job); 527 bool psphotPetroFluxSource (pmSource *source, psImageMaskType maskVal); 528 529 bool psphotGalaxyShape (pmConfig *config, const pmFPAview *view, const char *filerule); 530 bool psphotGalaxyShapeReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf); 531 bool psphotGalaxyShape_Threaded (psThreadJob *job); 532 bool psphotGalaxyShapeGrid (pmSource *source, pmSourceFitOptions *fitOptions, psphotGalaxyShapeOptions *opt, psImageMaskType maskVal, int psfSize); 533 bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, psImageMaskType maskVal, int psfSize, bool saveResults); 534 psphotGalaxyShapeOptions *psphotGalaxyShapeOptionsAlloc(); 535 499 536 bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule); 500 537 bool psphotRadialProfileWingsReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, pmReadout *readout, psArray *sources);
Note:
See TracChangeset
for help on using the changeset viewer.
