VIP: Volume Image Processing


analyze_db.h
Go to the documentation of this file.
1
2#ifndef analyze_db_HEADER
3#define analyze_db_HEADER 1
4
5/* SCCS control */
6/*static char SCCSIDH_analyze_db[] = "@(#)analyze_db.h 1.2\t7/30/90";*/
7
8
9
10 struct hdr_key
11 {
12 int size;
13 char data_type[10];
14 char name[18];
16 short int session_error;
17 char regular;
19 };
20
22 {
23 short int dim[16];
24 short int bitpix;
25 short int dim_un0;
26 float pixdim[16];
28 };
29
31 {
32 char descrip[80];
33 char aux_file[24];
34 char orient;
35 char originator[10];
36 char generated[10];
37 char scannum[10];
38 char patient_id[10];
39 char exp_date[10];
40 char exp_time[10];
41 char hist_un0[3];
42 int views;
48 };
49
50 struct analyze_db
51 {
52 struct hdr_key key;
55 };
56
57
58
59#endif
60
struct image_dimension img
Definition analyze_db.h:53
struct hdr_history his
Definition analyze_db.h:54
struct hdr_key key
Definition analyze_db.h:52
char exp_date[10]
Definition analyze_db.h:39
char descrip[80]
Definition analyze_db.h:32
char patient_id[10]
Definition analyze_db.h:38
char hist_un0[3]
Definition analyze_db.h:41
char originator[10]
Definition analyze_db.h:35
char aux_file[24]
Definition analyze_db.h:33
char exp_time[10]
Definition analyze_db.h:40
char scannum[10]
Definition analyze_db.h:37
int start_field
Definition analyze_db.h:44
char generated[10]
Definition analyze_db.h:36
char name[18]
Definition analyze_db.h:14
int size
Definition analyze_db.h:12
char regular
Definition analyze_db.h:17
char hkey_un0
Definition analyze_db.h:18
int extents
Definition analyze_db.h:15
char data_type[10]
Definition analyze_db.h:13
short int session_error
Definition analyze_db.h:16
float pixdim[16]
Definition analyze_db.h:26
short int dim[16]
Definition analyze_db.h:23
short int dim_un0
Definition analyze_db.h:25
short int bitpix
Definition analyze_db.h:24