Changeset 6671
- Timestamp:
- Mar 21, 2006, 6:21:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPARead.c
r6663 r6671 92 92 for (int i = 0; i < hdu->images->n; i++) { 93 93 psImage *image = hdu->images->data[i]; // The i-th plane 94 95 // XXX: Type conversion here to support the modules, which don't have multiple type support yet 96 if (image->type.type != PS_TYPE_F32) { 97 psImage *temp = psImageCopy(NULL, image, PS_TYPE_F32); // Temporary image 98 psFree(hdu->images->data[i]); 99 hdu->images->data[i] = temp; 100 image = temp; 101 } 102 94 103 pmReadout *readout = readoutCarve(cell, image, trimsec, biassecs); 95 104 readout->mask = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
