Changeset 10053
- Timestamp:
- Nov 17, 2006, 1:04:25 PM (20 years ago)
- Location:
- trunk/psphot
- Files:
-
- 1 added
- 6 edited
-
doc/outline.txt (added)
-
src/Makefile.am (modified) (1 diff)
-
src/psphot.h (modified) (1 diff)
-
src/psphotMaskReadout.c (modified) (2 diffs)
-
src/psphotRadiusChecks.c (modified) (2 diffs)
-
src/psphotRoughClass.c (modified) (1 diff)
-
src/psphotSourceStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/Makefile.am
r9887 r10053 34 34 psphotBasicDeblend.c \ 35 35 psphotChoosePSF.c \ 36 psphotGuessModels.c \ 36 37 psphotEnsemblePSF.c \ 37 38 psphotBlendFit.c \ -
trunk/psphot/src/psphot.h
r9807 r10053 40 40 bool psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources); 41 41 bool psphotEnsemblePSF (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final); 42 bool psphotGuessModels (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); 42 43 bool psphotBlendFit (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); 43 44 bool psphotReplaceUnfit (psArray *sources); -
trunk/psphot/src/psphotMaskReadout.c
r9270 r10053 1 1 # include "psphot.h" 2 2 3 // 2006.02.04 : no leaks4 3 bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe) { 5 4 … … 16 15 psRegion valid = psRegionSet (XMIN, XMAX, YMIN, YMAX); 17 16 18 // psRegionForImage creates a region for the subimage, not the parent 19 // XXX I propose that psRegionForImage treat the region as referring to the parent... 17 // restrict the supplied region above to the valid area on the image 20 18 psRegion keep = psRegionForImage (readout->image, valid); 21 19 -
trunk/psphot/src/psphotRadiusChecks.c
r9836 r10053 18 18 } 19 19 20 // call this function whenever you (re)-define the PSF model 20 21 bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model) { 21 22 … … 68 69 } 69 70 71 // call this function whenever you (re)-define the EXT model 70 72 bool psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model) { 71 73 -
trunk/psphot/src/psphotRoughClass.c
r9270 r10053 24 24 return true; 25 25 } 26 -
trunk/psphot/src/psphotSourceStats.c
r9734 r10053 1 1 # include "psphot.h" 2 2 3 // 2006.02.02 : no leaks4 3 psArray *psphotSourceStats (pmReadout *readout, psMetadata *recipe, psArray *peaks) 5 4 {
Note:
See TracChangeset
for help on using the changeset viewer.
