Changeset 5583 for trunk/archive/scripts/src/phase2/pmFPAConstruct.c
- Timestamp:
- Nov 23, 2005, 9:13:06 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/pmFPAConstruct.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/pmFPAConstruct.c
r5564 r5583 141 141 } 142 142 // The cell 143 psArray *images = NULL;144 psMetadata *header = NULL;145 143 psMetadata *cellData = getCellData(camera, cellType); 146 144 pmCell *cell = pmCellAlloc(chip, cellData, extName); // The cell … … 242 240 const char *cellType = contentItem->data.V; // The type of cell 243 241 psTrace(__func__, 5, "Cell type is %s\n", cellType); 244 psArray *images = NULL;245 psMetadata *header = NULL;246 242 psMetadata *cellData = getCellData(camera, cellType); 247 243 pmCell *cell = pmCellAlloc(chip, cellData, extName); // The cell 248 244 // psFree(cellData); 249 245 cell->hdu = p_pmHDUAlloc(extName); // Prepare cell to receive FITS data 246 247 psFree(cell); 250 248 } // Iterating through contents 251 249 psFree(contentsIter); … … 256 254 return NULL; 257 255 } 256 psFree(chipName); 257 psFree(chip); 258 258 259 259 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
