Changeset 6747 for trunk/ppImage/src/ppImageDetrendFlat.c
- Timestamp:
- Mar 31, 2006, 3:24:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendFlat.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendFlat.c
r5858 r6747 1 # include "ppImage.h" 1 #include <stdio.h> 2 #include "pslib.h" 3 #include "psmodules.h" 4 #include "ppImage.h" 2 5 3 6 // why does this use the flat pmReadout? … … 7 10 psLogMsg("phase2", PS_LOG_INFO, "Performing flat field.\n"); 8 11 9 12 10 13 11 14 #ifndef PRODUCTION 12 15 psImage *dummyImage = psImageAlloc(inputReadout->image->numCols, 13 inputReadout->image->numRows,14 PS_TYPE_U8);16 inputReadout->image->numRows, 17 PS_TYPE_U8); 15 18 pmReadout *dummyMask = pmReadoutAlloc(NULL); 16 19 dummyMask->image = dummyImage;
Note:
See TracChangeset
for help on using the changeset viewer.
