Changeset 28683 for branches/eam_branches/ipp-20100621/psphot
- Timestamp:
- Jul 16, 2010, 7:00:45 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/psphot
- Files:
-
- 1 added
- 2 edited
-
doc/notes.20100715.txt (added)
-
src/Makefile.am (modified) (1 diff)
-
src/psphotPSFConvModel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/src/Makefile.am
r28435 r28683 20 20 -$(RM) psphotVersionDefinitions.h 21 21 $(SED) -e "s|@PSPHOT_VERSION@|\"$(PSPHOT_VERSION)\"|" -e "s|@PSPHOT_BRANCH@|\"$(PSPHOT_BRANCH)\"|" -e "s|@PSPHOT_SOURCE@|\"$(PSPHOT_SOURCE)\"|" psphotVersionDefinitions.h.in > psphotVersionDefinitions.h 22 #FORCE: ;22 FORCE: ; 23 23 24 24 libpsphot_la_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) -
branches/eam_branches/ipp-20100621/psphot/src/psphotPSFConvModel.c
r28657 r28683 10 10 // modelConv to contain the fitted parameters, and the modelFlux to contain the 11 11 // convolved model image. 12 pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmModelType modelType, psImageMaskType maskVal, psImageMaskType markVal, int psfSize) { 12 13 // XXX need to generalize this -- number of fitted parameters must be flexible based on the fitOptions 14 15 pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmSourceFitOptions *fitOptions, pmModelType modelType, psImageMaskType maskVal, psImageMaskType markVal, int psfSize) { 13 16 14 17 // maskVal is used to test for rejected pixels, and must include markVal
Note:
See TracChangeset
for help on using the changeset viewer.
