Changeset 13906
- Timestamp:
- Jun 19, 2007, 4:56:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeCombine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCombine.c
r13880 r13906 116 116 } 117 117 while ((chip = pmFPAviewNextChip(view, fpa, 1))) { 118 if (chip->hdu && chip->hdu->header) { 119 // Data will exist soon 120 chip->data_exists = true; 121 } 118 122 pmChipWrite(chip, data->outFile, config->database, true, false); // Write header only 119 123 pmCell *cell; // Cell of interest 120 124 while ((cell = pmFPAviewNextCell(view, fpa, 1))) { 121 125 cellNum++; 126 if (cell->hdu && cell->hdu->header) { 127 // Data will exist soon 128 chip->data_exists = true; 129 } 122 130 pmCellWrite(cell, data->outFile, config->database, true); // Write header only 123 131 pmReadout *readout = pmReadoutAlloc(cell); // Output readout of interest
Note:
See TracChangeset
for help on using the changeset viewer.
