|
Mantid
|
data section header (32*4 bytes) More...
#include <isisraw.h>
Public Member Functions | |
| DHDR_STRUCT () | |
| constructor More... | |
Public Attributes | |
| int | d_comp |
| compression type (0=none, 1 = byte relative) More... | |
| float | d_crdata |
| compression ratio for data More... | |
| float | d_crfile |
| compression ratio for whole file More... | |
| int | d_exp_filesize |
| equivalent version 1 filesize More... | |
| int | d_offset |
| offset to spectrum descriptor array More... | |
| int | reserved |
| unused More... | |
| int | unused [26] |
| to bring size to 32*4 bytes More... | |
|
inline |
| int DHDR_STRUCT::d_comp |
compression type (0=none, 1 = byte relative)
Definition at line 229 of file isisraw.h.
Referenced by DHDR_STRUCT(), ISISRAW::ioRAW(), and ISISRAW::printInfo().
| float DHDR_STRUCT::d_crdata |
compression ratio for data
Definition at line 232 of file isisraw.h.
Referenced by ISISRAW::ioRAW(), and ISISRAW::printInfo().
| float DHDR_STRUCT::d_crfile |
compression ratio for whole file
Definition at line 233 of file isisraw.h.
Referenced by ISISRAW::ioRAW().
| int DHDR_STRUCT::d_exp_filesize |
equivalent version 1 filesize
Definition at line 234 of file isisraw.h.
Referenced by ISISRAW::ioRAW().
| int DHDR_STRUCT::d_offset |
offset to spectrum descriptor array
Definition at line 231 of file isisraw.h.
Referenced by DHDR_STRUCT().