|
TPCCLIB
|
#include <tpcnifti.h>
Data Fields | |
| int | sizeof_hdr |
| char | data_type [10] |
| char | db_name [18] |
| int | extents |
| short int | session_error |
| char | regular |
| char | hkey_un0 |
| short int | dim [8] |
| short int | unused8 |
| short int | unused9 |
| short int | unused10 |
| short int | unused11 |
| short int | unused12 |
| short int | unused13 |
| short int | unused14 |
| short int | datatype |
| short int | bitpix |
| short int | dim_un0 |
| float | pixdim [8] |
| float | vox_offset |
| float | funused1 |
| float | funused2 |
| float | funused3 |
| float | cal_max |
| float | cal_min |
| float | compressed |
| float | verified |
| int | glmax |
| int | glmin |
| char | descrip [80] |
| char | aux_file [24] |
| char | orient |
| char | originator [10] |
| char | generated [10] |
| char | scannum [10] |
| char | patient_id [10] |
| char | exp_date [10] |
| char | exp_time [10] |
| char | hist_un0 [3] |
| int | views |
| int | vols_added |
| int | start_field |
| int | field_skip |
| int | omax |
| int | omin |
| int | smax |
| int | smin |
Analyze header, 348 bytes
Definition at line 418 of file tpcnifti.h.
| char ANALYZE_HEADER::aux_file[24] |
| short int ANALYZE_HEADER::bitpix |
Nr of bits per pixel; 1, 8, 16, 32, or 64.
Definition at line 456 of file tpcnifti.h.
Referenced by anaReadHeader().
| float ANALYZE_HEADER::cal_max |
Maximum of calibrated values.
Definition at line 471 of file tpcnifti.h.
Referenced by anaReadHeader().
| float ANALYZE_HEADER::cal_min |
Minimum of calibrated values.
Definition at line 473 of file tpcnifti.h.
Referenced by anaReadHeader().
| float ANALYZE_HEADER::compressed |
| char ANALYZE_HEADER::data_type[10] |
| short int ANALYZE_HEADER::datatype |
Datatype: ANALYZE_DT_NONE, ANALYZE_DT_UNKNOWN, ...
Definition at line 454 of file tpcnifti.h.
Referenced by anaReadHeader().
| char ANALYZE_HEADER::db_name[18] |
| char ANALYZE_HEADER::descrip[80] |
| short int ANALYZE_HEADER::dim[8] |
Array of the image dimensions; nr of dimensions (usually 4), x dimension, y dimension, z dimension, and time dimension (nr of image volumes).
Definition at line 437 of file tpcnifti.h.
Referenced by anaReadHeader().
| short int ANALYZE_HEADER::dim_un0 |
| char ANALYZE_HEADER::exp_date[10] |
| char ANALYZE_HEADER::exp_time[10] |
| int ANALYZE_HEADER::extents |
Required field, should be 16384 if image file is created as contiguous; a minimum extent size.
Definition at line 428 of file tpcnifti.h.
Referenced by anaReadHeader().
| int ANALYZE_HEADER::field_skip |
| float ANALYZE_HEADER::funused1 |
| float ANALYZE_HEADER::funused2 |
| float ANALYZE_HEADER::funused3 |
| char ANALYZE_HEADER::generated[10] |
| int ANALYZE_HEADER::glmax |
Maximum pixel value of the whole database.
Definition at line 479 of file tpcnifti.h.
Referenced by anaReadHeader().
| int ANALYZE_HEADER::glmin |
Minimum pixel value of the whole database.
Definition at line 481 of file tpcnifti.h.
Referenced by anaReadHeader().
| char ANALYZE_HEADER::hist_un0[3] |
| char ANALYZE_HEADER::hkey_un0 |
| int ANALYZE_HEADER::omax |
| int ANALYZE_HEADER::omin |
| char ANALYZE_HEADER::orient |
Slice orientation for the dataset; 0=transverse unflipped, 1=coronal unflipped, 2=sagittal unflipped, 3=transverse flipped, 4=coronal flipped, 5=sagittal flipped.
Definition at line 488 of file tpcnifti.h.
Referenced by anaReadHeader().
| char ANALYZE_HEADER::originator[10] |
| char ANALYZE_HEADER::patient_id[10] |
| float ANALYZE_HEADER::pixdim[8] |
Pixel dimensions in mm or ms, corresponding to dim[].
Definition at line 460 of file tpcnifti.h.
Referenced by anaReadHeader().
| char ANALYZE_HEADER::regular |
Required field; 'r' to indicate that all images and volumes are the same size.
Definition at line 432 of file tpcnifti.h.
Referenced by anaReadHeader().
| char ANALYZE_HEADER::scannum[10] |
| short int ANALYZE_HEADER::session_error |
| int ANALYZE_HEADER::sizeof_hdr |
Size of the header. Must be 348 for NIFTI-1 and Analyze 7.5, and 540 for NIFTI-2 (byte offset 0)
Definition at line 421 of file tpcnifti.h.
Referenced by anaReadHeader().
| int ANALYZE_HEADER::smax |
| int ANALYZE_HEADER::smin |
| int ANALYZE_HEADER::start_field |
| short int ANALYZE_HEADER::unused10 |
| short int ANALYZE_HEADER::unused11 |
| short int ANALYZE_HEADER::unused12 |
| short int ANALYZE_HEADER::unused13 |
| short int ANALYZE_HEADER::unused14 |
| short int ANALYZE_HEADER::unused8 |
| short int ANALYZE_HEADER::unused9 |
| float ANALYZE_HEADER::verified |
| int ANALYZE_HEADER::views |
| int ANALYZE_HEADER::vols_added |
| float ANALYZE_HEADER::vox_offset |
Byte offset in the .img file at which voxels start; negative value specifies that the absolute value is applied for every image in the file.
Definition at line 463 of file tpcnifti.h.
Referenced by anaReadHeader().