Changeset 23426
- Timestamp:
- Mar 19, 2009, 11:29:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendReadout.c
r23229 r23426 143 143 // get normalization from the class_id 144 144 float norm = psMetadataLookupF32 (&mdok, normlist, classID); 145 if (!mdok) { 146 psError(PS_ERR_IO, false, "failed to find class ID %s in normalization table\n", classID); 147 psFree(detview); 148 return false; 149 } 145 150 146 151 pmHDU *hdu = pmHDUFromReadout(input); // HDU of interest
Note:
See TracChangeset
for help on using the changeset viewer.
