Class KSpaceTrajectory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
protected int width
height
protected int height
kx
public double[] kx
ky
public double[] ky
Nb_samples
public int Nb_samples
KSpaceTrajectory
KSpaceTrajectory(int w,
int h)
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()