Package | Description |
---|---|
edu.stanford.rsl.conrad.phantom |
Contains classes to model different numerical phantoms.
|
edu.stanford.rsl.conrad.phantom.electrondensity |
Contains classes to model the electron density phantom.
|
edu.stanford.rsl.conrad.phantom.forbild |
Contains classes to parse the Forbild phantoms.
|
edu.stanford.rsl.conrad.phantom.renderer |
Contains classes to render the phantoms.
|
edu.stanford.rsl.conrad.phantom.workers |
Contains classes that model the worker threads of the phantom renderers.
|
edu.stanford.rsl.conrad.phantom.xcat |
Contains classes to create a phantom that is similar to NCAT.
|
edu.stanford.rsl.conrad.utils |
Contains various utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticPhantom4D |
class |
BeadRemovalPhantom
Phantom to test forward and back projection resolution.
|
class |
BoxPhantom
Phantom to test forward and back projection.
|
class |
CatheterPhantom
Phantom to test Subtract-and-Shift (SaS).
|
class |
CatphanCTP528
MTF phantom defined by Lars Wigstroem.
|
class |
DefrisePhantom
Creates a phantom that is scaled to the field of view of the trajectory with five disks in it.
|
class |
MovingBallPhantom
A simple 4D phantom similar to a swinging pendulum - spherical version.
|
class |
MTFBeadPhantom
MTF phantom defined by Lars Wigstroem.
|
class |
SevenBeadPhantom
Phantom to test forward and back projection resolution.
|
class |
SheppLoganPhantom
3-D definition of the Shepp-Logan Phantom.
|
class |
SpherePhantom
Phantom to test forward and back projection resolution.
|
class |
WaterCylinderPhantom
Phantom to test forward and back projection.
|
Modifier and Type | Method and Description |
---|---|
static AnalyticPhantom[] |
AnalyticPhantom.getAnalyticPhantoms() |
Modifier and Type | Class and Description |
---|---|
class |
CrisEDPhantomM062
This class models CRIS's Electron Density Phantom Model 062 .
This phantom enables precise correlation of CT data in hounsfield units to electron density and includes eight different tissue references. Model 062 consists of a small cylindrical disk (Inner) nested within a large spherical disk (Outer). Phantom can be configured to simulate head or abdomen, by positioning tissue equivalent samples at 17 different locations within the scan field. |
Modifier and Type | Class and Description |
---|---|
class |
ForbildPhantom
This class creates forbild phantoms from configuration files
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelProjectionPhantomRenderer.configure(AnalyticPhantom phan,
AbsorptionModel model) |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticPhantomProjectorWorker.configure(AnalyticPhantom phan,
AbsorptionModel model) |
Modifier and Type | Class and Description |
---|---|
class |
BreathingScene |
class |
CombinedBreathingHeartScene |
class |
CoronaryScene |
class |
DynamicSquatScene
Class to simulate very simple knee joint motion in XCat.
|
class |
HeartScene |
class |
SquatScene
Class to simluate very simple knee joint motion in XCat.
|
class |
WholeBodyScene
Simple scene for XCat to display the whole body.
|
class |
XCatScene
Class to model scenes involving Paul Seagar's XCAT.
![]() |
Modifier and Type | Method and Description |
---|---|
static AnalyticPhantom |
UserUtil.queryPhantom(java.lang.String message,
java.lang.String messageTitle)
Queries the user for a Phantom.
|