File Data

 

 

Note:

 

A medical image file can contain more than one image.  If it does and these are all the same resolution, orientation and are uniformly distribute either in time (an animation) or in space (a 3D dataset),  the program still consider the file to have 1 dataset or "bunch".  If, however, the included images have different parameters, then we will place these in different "bunches". (The term "bunch" might not be the ideal term, but "Series" and "groups" have different connotation in sliceOmatic.)

 

Public:

 

 

 

 

m_bunch_nb (int)

The number of "bunch" of images in the file.

 

m_bunch_flag (unsigned char *)

An array of flags. one for each bunch. These flag express whether the bunch are OPEN, CLOSE....

 

m_bunch_offset (float *)

An array of optional offset override in the direction orthogonal to the slice plane.  These are set in the "Pos." page of the DB File Management" mode.

 

m_bunch_dim (float *)

An array of optional pixel dimensions override (x and y must be equal).  These are set in the "Dim." page of the DB File Management" mode.

 

m_bunch_head (void **)

An array of pointers to structures containing the slice's headers and data. The structures are of type "Tomo_Image".