Package | Description |
---|---|
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.physics.absorption |
Contains classes to model different absorption models.
|
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 |
MonochromaticAbsorptionModel
Creates a absorption model for monochromatic projections
|
class |
PolychromaticAbsorptionModel
Polychromatic Absorption Model with dynamic spectrum support.
|