Public Attributes | |
int | nx |
int | ny |
int | nz |
int | mode |
int | nxstart |
int | nystart |
int | nzstart |
int | mx |
int | my |
int | mz |
float | xlen |
float | ylen |
float | zlen |
float | alpha |
float | beta |
float | gamma |
int | mapc |
int | mapr |
int | maps |
float | amin |
float | amax |
float | amean |
short | ispg |
short | nsymbt |
int | next |
short | dvid |
char | extra [30] |
short | numintegers |
short | numfloats |
short | sub |
short | zfac |
float | min2 |
float | max2 |
float | min3 |
float | max3 |
float | min4 |
float | max4 |
short | idtype |
short | lens |
short | nd1 |
short | nd2 |
short | vd1 |
short | vd2 |
float | tiltangles [9] |
float | zorg |
float | xorg |
float | yorg |
int | nlabl |
char | labl [MRC_NUM_LABELS][MRC_LABEL_SIZE] |
The extended MRC format consists of three parts: 1. the header (same as in the original MRC format definition) 2. the extended header 3. the data The MRC file is in little-endian (PC) format (IMOD can handle this). If you need to swap to big-endian (UNIX or Mac), all data must be swapped according to their data format.
All image data will be 2-byte integer.
Definition at line 153 of file mrcio.h.
char EMAN::MrcIO::FeiMrcHeader::extra[30] |
char EMAN::MrcIO::FeiMrcHeader::labl[MRC_NUM_LABELS][MRC_LABEL_SIZE] |