nabu.reconstruction.sinogram_cuda
source module nabu.reconstruction.sinogram_cuda
Classes
-
CudaSinoBuilder — Initialize a CudaSinoBuilder instance. Please see the documentation of nabu.reconstruction.sinogram.Builder and nabu.cuda.processing.CudaProcessing.
source class CudaSinoBuilder(sinos_shape=None, radios_shape=None, rot_center=None, halftomo=False, angles=None, cuda_options=None)
Bases : SinoBuilder
Initialize a CudaSinoBuilder instance. Please see the documentation of nabu.reconstruction.sinogram.Builder and nabu.cuda.processing.CudaProcessing.
Attributes
-
output_shape — Get the output sinograms shape.
source class CudaSinoMult(sino_shape, rot_center, **cuda_options)
source method CudaSinoMult.prepare_sino(sino)
source class CudaSinoNormalization(kind='chebyshev', sinos_shape=None, radios_shape=None, normalization_array=None, cuda_options=None)
Bases : SinoNormalization