Changeset 15654 for trunk/ppMerge/src/ppMergeCombine.c
- Timestamp:
- Nov 19, 2007, 3:32:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCombine.c
r15651 r15654 120 120 while ((chip = pmFPAviewNextChip(view, fpa, 1))) { 121 121 if (chip->hdu) { 122 // Data will exist soon 122 123 pmFPAUpdateNames(data->out, chip, NULL); 123 if (chip->hdu->header) { 124 // Data will exist soon 125 chip->data_exists = true; 126 } 124 chip->data_exists = true; 127 125 } 128 126 pmChipWrite(chip, data->outFile, config->database, true, false); // Write header only … … 131 129 cellNum++; 132 130 if (cell->hdu) { 131 // Data will exist soon 133 132 pmFPAUpdateNames(data->out, chip, cell); 134 if (cell->hdu->header) { 135 // Data will exist soon 136 chip->data_exists = true; 137 } 133 chip->data_exists = cell->data_exists = true; 138 134 } 139 135 pmCellWrite(cell, data->outFile, config->database, true); // Write header only
Note:
See TracChangeset
for help on using the changeset viewer.
