simulation_modules
- reconstruction_module
create_reconstruction_settings()
DelayAndSumAdapter
reconstruct_delay_and_sum_pytorch()
DelayMultiplyAndSumAdapter
reconstruct_delay_multiply_and_sum_pytorch()
ReconstructionAdapterBase
ReconstructionTestAdapter
apply_b_mode()
bandpass_filter_with_settings()
butter_bandpass_filtering()
butter_bandpass_filtering_with_settings()
compute_delay_and_sum_values()
compute_image_dimensions()
get_apodization_factor()
preparing_reconstruction_and_obtaining_reconstruction_settings()
reconstruction_mode_transformation()
tukey_bandpass_filtering()
tukey_bandpass_filtering_with_settings()
tukey_window_function()
SignedDelayMultiplyAndSumAdapter
reconstruct_signed_delay_multiply_and_sum_pytorch()
TimeReversalAdapter
- volume_creation_module
- class SimulationModuleBase(global_settings: Settings)[source]
Bases:
PipelineElementBase
Defines a simulation module that is a step in the simulation pipeline. Each simulation module can only be one of Volume Creation, Light Propagation Modeling, Acoustic Wave Propagation Modeling, Image Reconstruction.
- Parameters:
global_settings (Settings) – The SIMPA settings dictionary