Class KSpaceTrajectory

java.lang.Object
  extended by KSpaceTrajectory
Direct Known Subclasses:
FullCartesianTraj, FullRandomTraj, FullSpiralTraj, UndersampledCartesianTraj, UndersampledRandomTraj, UndersampledSpiralTraj

 class KSpaceTrajectory
extends java.lang.Object

Super Class that describes an MRI k-space trajectory.

See Also:
MRITools_matt

Field Summary
protected  int height
           
 double[] kx
           
 double[] ky
           
 int Nb_samples
           
protected  int width
           
 
Constructor Summary
KSpaceTrajectory(int w, int h)
           
 
Method Summary
 double getKx(int i)
           
 double getKy(int i)
           
 int getNbSamples()
           
 void PlotKSpaceTraj()
           
 java.lang.String type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected int width

height

protected int height

kx

public double[] kx

ky

public double[] ky

Nb_samples

public int Nb_samples
Constructor Detail

KSpaceTrajectory

KSpaceTrajectory(int w,
                 int h)
Method Detail

type

public java.lang.String type()

getKx

public double getKx(int i)

getKy

public double getKy(int i)

getNbSamples

public int getNbSamples()

PlotKSpaceTraj

public void PlotKSpaceTraj()