public class DiracProjectionPhantom extends SliceWorker
Constructor and Description |
---|
DiracProjectionPhantom() |
Modifier and Type | Method and Description |
---|---|
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(int k)
Method will voxelize the phantom into the current slice
|
copyInternalElementsTo, getAvailableSliceWorkers, getAvailableWorkersAsString, getImageProcessorBufferValue, getWorkerFromString, isConfigured, isShowStatus, run, setImageProcessorBuffer, setLatch, setShowStatus, setSliceList
public void workOnSlice(int k)
SliceWorker
workOnSlice
in class SliceWorker
k
- the slice numberpublic static double diracFunction(double x, double alpha)
x
- the x coordinatealpha
- the shape of the pulsepublic 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()