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