Changeset 18633
- Timestamp:
- Jul 20, 2008, 1:06:40 PM (18 years ago)
- Location:
- branches/eam_branch_20080719/psphot/src
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
psphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/psphot/src/Makefile.am
r18622 r18633 20 20 libpsphot_la_SOURCES = \ 21 21 psphotErrorCodes.c \ 22 pmFootprint.c \23 pmFootprintArrayGrow.c \24 pmFootprintArraysMerge.c \25 pmFootprintIDs.c \26 pmFootprintsFind.c \27 pmFootprintsFindAtPoint.c \28 pmFootprintsAssignPeaks.c \29 pmDetections.c \30 pmSpan.c \31 22 psphotCullPeaks.c \ 32 23 psphotVersion.c \ … … 90 81 include_HEADERS = \ 91 82 psphot.h \ 92 pmFootprint.h \93 83 psphotErrorCodes.h 94 84 -
branches/eam_branch_20080719/psphot/src/psphot.h
r18622 r18633 7 7 8 8 #include <psmodules.h> 9 10 9 #include "psphotErrorCodes.h" 11 #include "pmFootprint.h"12 10 13 11 #define PSPHOT_RECIPE "PSPHOT" // Name of the recipe to use … … 121 119 bool psphotSetState (pmSource *source, bool curState, psMaskType maskVal); 122 120 bool psphotDeblendSatstars (psArray *sources, psMetadata *recipe); 123 bool psphotSourceSize (pm Readout *readout, psArray *sources, psMetadata *recipe, long first);121 bool psphotSourceSize (pmConfig *config, pmReadout *readout, psArray *sources, psMetadata *recipe, long first); 124 122 125 123 bool psphotMakeResiduals (psArray *sources, psMetadata *recipe, pmPSF *psf, psMaskType maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
