|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.phantom.workers.SliceWorker
edu.stanford.rsl.konrad.phantom.workers.DiracProjectionPhantom
public class DiracProjectionPhantom
Phantom to create a Dirac pulse in the center of the projection. Useful to investigate frequency space.
Constructor Summary | |
---|---|
DiracProjectionPhantom()
|
Method Summary | |
---|---|
SliceWorker |
clone()
|
void |
configure()
Configures the object before execution |
static double |
diracFunction(double x,
double alpha)
Evaluates the delta function at x given alpha. |
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format |
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format |
java.lang.String |
getProcessName()
|
java.lang.String |
toString()
|
void |
workOnSlice(ij.process.ImageProcessor fl,
int k)
Method will voxelize the phantom into the current slice |
Methods inherited from class edu.stanford.rsl.konrad.phantom.workers.SliceWorker |
---|
copyInternalElementsTo, getAvailableSliceWorkers, getAvailableWorkersAsString, getWorkerFromString, isConfigured, isShowStatus, run, setImagePlus, setLatch, setShowStatus, setSliceList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiracProjectionPhantom()
Method Detail |
---|
public void workOnSlice(ij.process.ImageProcessor fl, int k)
SliceWorker
workOnSlice
in class SliceWorker
fl
- the volume slicek
- the slice numberpublic static double diracFunction(double x, double alpha)
x
- the x coordinatealpha
- the shape of the pulse
public java.lang.String toString()
toString
in class SliceWorker
public java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public void configure() throws java.lang.Exception
GUIConfigurable
configure
in interface GUIConfigurable
configure
in class SliceWorker
java.lang.Exception
- may happenpublic SliceWorker clone()
clone
in class SliceWorker
public java.lang.String getProcessName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |