edu.jhu.ece.iacl.jist.structures.fiber
Class DTIStudioHDR

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.fiber.DTIStudioHDR

public class DTIStudioHDR
extends java.lang.Object

The Class DTIStudioHDR.


Field Summary
 int FiberLenMax
          The Fiber len max.
 float FiberLenMean
          The Fiber len mean.
 int FiberNR
          The Fiber nr.
 int[] ImageSize
          The Image size.
 java.lang.String slice_ori
          The slice_ori.
 java.lang.String slice_seq
          The slice_seq.
 int versionNum
          The version num.
 float[] VoxelSize
          The Voxel size.
 
Constructor Summary
DTIStudioHDR()
          Instantiates a new dTI studio hdr.
DTIStudioHDR(int[] imsize, float[] voxsize)
          Instantiates a new dTI studio hdr.
 
Method Summary
 void read(LEFileReader fp)
          Read.
 java.lang.String readString(LEFileReader fp, int len)
          Read string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FiberNR

public int FiberNR
The Fiber nr.


FiberLenMax

public int FiberLenMax
The Fiber len max.


FiberLenMean

public float FiberLenMean
The Fiber len mean.


ImageSize

public int[] ImageSize
The Image size.


VoxelSize

public float[] VoxelSize
The Voxel size.


slice_ori

public java.lang.String slice_ori
The slice_ori.


slice_seq

public java.lang.String slice_seq
The slice_seq.


versionNum

public int versionNum
The version num.

Constructor Detail

DTIStudioHDR

public DTIStudioHDR()
Instantiates a new dTI studio hdr.


DTIStudioHDR

public DTIStudioHDR(int[] imsize,
                    float[] voxsize)
Instantiates a new dTI studio hdr.

Parameters:
imsize - the imsize
voxsize - the voxsize
Method Detail

readString

public java.lang.String readString(LEFileReader fp,
                                   int len)
                            throws java.io.IOException
Read string.

Parameters:
fp - the fp
len - the len
Returns:
the string
Throws:
java.io.IOException - Signals that an I/O exception has occurred.

read

public void read(LEFileReader fp)
          throws java.io.IOException
Read.

Parameters:
fp - the fp
Throws:
java.io.IOException - Signals that an I/O exception has occurred.