Skip to content
logo
ETSpy 1.0.1 documentation
etspy.base.RecStack.forward_project
Initializing search
    ETSpy
    ETSpy
    • Home
    • Development
    • Example Usage
      • General Information
      • Signals
        • CTomoStack
        • CRecStack
          • Constructors
          • Methods
            • Mforward_project
              • Parameters
                • ptilts
                • pcuda
            • Mplot_slices
        • CCommonStack
        • CTomoShifts
        • CTomoTilts
        • MismatchedTiltError
      • File I/O
      • Alignment Methods
      • Reconstruction
      • Data Simulation
      • Example Datasets
      • Utilities
    • Parameters
      • ptilts
      • pcuda
    etspy.base.RecStack.forward_project(tilts: TomoTilts | ndarray | None, cuda: bool | None = None) → TomoStack[source]

    Forward project the RecStack signal.

    Parameters:¶
    tilts: TomoTilts | ndarray | None¶

    Tilt angles in degrees to use for the projection ndarray

    cuda: bool | None = None¶

    Whether or not to use CUDA-accelerated reconstruction algorithms. If None (the default), the decision to use CUDA will be left to astra.astra.use_cuda().

    Back to top
    Previous etspy.base.RecStack.__init__
    Next etspy.base.RecStack.plot_slices
    © Copyright .
    Created using Sphinx 8.0.2. and Sphinx-Immaterial