Changeset 23599
- Timestamp:
- Mar 30, 2009, 10:16:46 AM (17 years ago)
- Location:
- branches/pap/ppSub/src
- Files:
-
- 3 edited
-
ppSub.h (modified) (1 diff)
-
ppSubMakePSF.c (modified) (1 diff)
-
ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src/ppSub.h
r23195 r23599 63 63 /// Photometry stage 1: measure the PSF from the minuend image 64 64 bool ppSubMakePSF(pmConfig *config, ///< Configuration 65 psMetadata *stats, ///< Statistics, for output 65 66 const pmFPAview *view ///< View of active readout 66 67 ); -
branches/pap/ppSub/src/ppSubMakePSF.c
r23597 r23599 22 22 #include "ppSub.h" 23 23 24 bool ppSubMakePSF(pmConfig *config, const pmFPAview *view)24 bool ppSubMakePSF(pmConfig *config, psMetadata *stats, const pmFPAview *view) 25 25 { 26 26 psAssert(config, "Require configuration"); -
branches/pap/ppSub/src/ppSubReadout.c
r21524 r23599 40 40 } 41 41 42 if (!ppSubMakePSF(config, view)) {42 if (!ppSubMakePSF(config, stats, view)) { 43 43 psError(PS_ERR_UNKNOWN, false, "Unable to generate PSF."); 44 44 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
