ITK  5.4.0
Insight Toolkit
itkGEImageHeader.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright NumFOCUS
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * https://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18/*=========================================================================
19 *
20 * Portions of this file are subject to the VTK Toolkit Version 3 copyright.
21 *
22 * Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
23 *
24 * For complete copyright, license and disclaimer of warranty information
25 * please refer to the NOTICE file at the top of the ITK source tree.
26 *
27 *=========================================================================*/
28#ifndef itkGEImageHeader_h
29#define itkGEImageHeader_h
30#include "ITKIOIPLExport.h"
31
32#include "itkIOCommon.h"
33
35{
38 GE_CORONAL = 8
39};
40
42{
50 float sliceGap;
51 float TI;
52 float TE;
53 float TE2;
54 float TR;
55 short flipAngle;
56 int NEX;
57 float xFOV;
58 float yFOV;
59 float centerR;
60 float centerA;
61 float centerS;
62 float normR;
63 float normA;
64 float normS;
65 float tlhcR;
66 float tlhcA;
67 float tlhcS;
68 float trhcR;
69 float trhcA;
70 float trhcS;
71 float brhcR;
72 float brhcA;
73 float brhcS;
74
75 short acqXsize;
76 short acqYsize;
78 char scanner[16];
79 char pulseSequence[128]; // Needs to be at least 65 for seimens vision
80 char patientId[32];
81 char scanId[32];
82 char name[64];
83 char date[32];
86 float imageXres;
87 float imageYres;
90 short offset;
91 char filename[itk::IOCommon::ITK_MAXPATHLEN + 1];
92 char hospital[35];
93 char modality[4];
95 short turboFactor; // This is only relevant for the geADW image format, but
96 // is put here for convenience
97};
98#endif
GE_PANE_STRUCT
@ GE_CORONAL
@ GE_AXIAL
@ GE_SAGITTAL
char patientId[32]
char pulseSequence[128]
itk::SpatialOrientationEnums::ValidCoordinateOrientations coordinateOrientation
char filename[itk::IOCommon::ITK_MAXPATHLEN+1]