Changeset 6713 for branches/rel10_ifa/psModules/src/astrom/pmHDUUtils.c
- Timestamp:
- Mar 27, 2006, 4:16:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmHDUUtils.c
r6672 r6713 33 33 } 34 34 35 pmHDU *pmHDUFromReadout (pmReadout *readout) 36 { 37 38 pmCell *cell = readout->parent; // cell containing this readout; 39 pmHDU *hdu = pmHDUFromCell (cell); 40 return hdu; 41 } 35 42 36 43 // Get the lowest HDU
Note:
See TracChangeset
for help on using the changeset viewer.
