Changeset 11527 for trunk/psModules/src/camera/pmFPARead.c
- Timestamp:
- Jan 31, 2007, 5:15:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r10705 r11527 183 183 } 184 184 185 bool (*hduReadFunc)(pmHDU*, psFits*) ; // Function to use to read the HDU186 psArray **imageArray ;// Array of images in the HDU187 psElemType imageType ;// Expected type for image185 bool (*hduReadFunc)(pmHDU*, psFits*) = NULL; // Function to use to read the HDU 186 psArray **imageArray = NULL; // Array of images in the HDU 187 psElemType imageType = PS_TYPE_F32; // Expected type for image 188 188 switch (type) { 189 189 case FPA_READ_TYPE_IMAGE: … … 245 245 } 246 246 247 psImage **target ; // Place in readout to put carved image247 psImage **target = NULL; // Place in readout to put carved image 248 248 switch (type) { 249 249 case FPA_READ_TYPE_IMAGE:
Note:
See TracChangeset
for help on using the changeset viewer.
