Changeset 5858 for trunk/ppImage/src/ppImageDetrendFlat.c
- Timestamp:
- Dec 30, 2005, 7:05:28 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendFlat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendFlat.c
r5857 r5858 1 1 # include "ppImage.h" 2 2 3 bool ppDetrendFlat () { 3 // why does this use the flat pmReadout? 4 5 bool ppDetrendFlat (pmReadout *inputReadout, pmReadout *flat, ppOptions *options) { 4 6 5 7 psLogMsg("phase2", PS_LOG_INFO, "Performing flat field.\n"); 8 9 10 6 11 #ifndef PRODUCTION 7 12 psImage *dummyImage = psImageAlloc(inputReadout->image->numCols,
Note:
See TracChangeset
for help on using the changeset viewer.
