Changeset 23374
- Timestamp:
- Mar 17, 2009, 4:37:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtractionIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionIO.c
r23242 r23374 4 4 5 5 #include "pmHDU.h" 6 #include "pmHDUUtils.h" 6 7 #include "pmFPA.h" 7 8 #include "pmFPAview.h" … … 143 144 psMetadata *header = psMetadataAlloc(); // Header for FITS file 144 145 146 pmCell *cell = ro->parent; // Cell of interest 147 if (cell) { 148 pmChip *chip = cell->parent; // Chip of interest 149 pmFPA *fpa = chip->parent; // FPA of interest 150 pmHDU *hdu = pmHDUGetHighest(fpa, chip, cell); // HDU for readout 151 if (hdu) { 152 header = psMetadataCopy(header, hdu->header); 153 } 154 } 155 145 156 // CVS tags, used to identify the version of this file (in case incompatibilities are introduced) 146 157 psString cvsFile = psStringCopy("$RCSfile: pmSubtractionIO.c,v $");
Note:
See TracChangeset
for help on using the changeset viewer.
