MCPcopy Create free account

hub / github.com/astra-toolbox/astra-toolbox / functions

Functions1,667 in github.com/astra-toolbox/astra-toolbox

Methodclone
---------------------------------------------------------------------------------------- Clone
src/ParallelProjectionGeometry2D.cpp:100
Methodclone
---------------------------------------------------------------------------------------- Clone
src/CylConeVecProjectionGeometry3D.cpp:135
Methodclone_node
Clones an xml_node and its hierarchy of child nodes and attributes. Nodes and attributes are allocated from this memory pool. Names and values are not
lib/include/rapidxml/rapidxml.hpp:497
MethodcolIndexToDetectorOffsetX
---------------------------------------------------------------------------------------- detector index -> detector offset X
include/astra/ProjectionGeometry3D.h:488
MethodcomputeProjectionRayWeights
---------------------------------------------------------------------------------------- weights of each detector in a projection angle
src/Projector2D.cpp:117
FunctioncomputeSingleRayWeights
include/astra/CudaProjector3D.h:88
MethodcomputeSingleRayWeights
---------------------------------------------------------------------------------------- Single Ray Weights
src/ParallelBeamBlobKernelProjector2D.cpp:164
MethodcomputeSingleRayWeights
---------------------------------------------------------------------------------------- Single Ray Weights
src/ParallelBeamStripKernelProjector2D.cpp:124
MethodcomputeSingleRayWeights
---------------------------------------------------------------------------------------- Single Ray Weights
src/ParallelBeamLineKernelProjector2D.cpp:122
MethodcomputeSingleRayWeights
---------------------------------------------------------------------------------------- Single Ray Weights
src/ParallelBeamLinearKernelProjector2D.cpp:124
MethodcomputeSingleRayWeights
---------------------------------------------------------------------------------------- Single Ray Weights
src/FanFlatBeamLineKernelProjector2D.cpp:123
MethodcomputeSingleRayWeights
---------------------------------------------------------------------------------------- Single Ray Weights
src/ParallelBeamDistanceDrivenProjector2D.cpp:123
MethodcomputeSingleRayWeights
---------------------------------------------------------------------------------------- Single Ray Weights
src/FanFlatBeamStripKernelProjector2D.cpp:123
FunctionconvertAstraGeometry
src/GeometryUtil2D.cpp:213
MethodcoordXToColF
Convert an X-coordinate to an offset in the volume grid (WindowMinX is converted to 0)
include/astra/VolumeGeometry2D.h:593
MethodcoordYToRowF
Convert a Y-coordinate to an offset in the volume grid (WindowMaxY is converted to 0)
include/astra/VolumeGeometry2D.h:600
MethodcopyFromGPUMemory
src/CompositeGeometryManager.cpp:115
MethodcopyToGPUMemory
src/CompositeGeometryManager.cpp:112
Functioncreate
Create projector object. :param config: Projector options. :type config: :class:`dict` :returns: :class:`int` -- the ID of the constructe
python/astra/projector3d.py:28
Functioncreate
Create matrix object with data. :param data: Data to fill the created object with. :type data: :class:`scipy.sparse.csr_matrix` :retu
python/astra/matrix.py:41
Functioncreate
Create algorithm object. :param config: Algorithm options. :type config: :class:`dict` :returns: :class:`int` -- the ID of the constr
python/astra/algorithm.py:28
Functioncreate
Create projector object. :param config: Projector options. :type config: :class:`dict` :returns: :class:`int` -- the ID of the constructe
python/astra/projector.py:28
FunctioncreateCFloat32ProjectionData3DMemory
src/Data3D.cpp:75
FunctioncreateCFloat32VolumeData3DMemory
src/Data3D.cpp:98
FunctioncreateDataProjector_internal
include/astra/DataProjector.h:158
MethodcreateDocument
----------------------------------------------------------------------------- create an XML document with an empty root node
src/XMLDocument.cpp:77
FunctioncreateEquivMexArray
matlab/mex/mexCopyDataHelpFunctions.h:42
MethodcreateJobBP
src/CompositeGeometryManager.cpp:998
MethodcreateJobFP
src/CompositeGeometryManager.cpp:976
FunctioncreateObject
include/astra/TypeList.h:53
FunctioncreateObject_internal
include/astra/TypeList.h:42
MethodcreateProjectionGeometry2D
src/ParallelProjectionGeometry3D.cpp:169
MethodcreateVolumeGeometry2D
src/VolumeGeometry3D.cpp:281
Functioncreate_backprojection
Create a backprojection of a sinogram (2D). :param data: Sinogram data or ID. :type data: :class:`numpy.ndarray` or :class:`int` :param proj_id: ID o
python/astra/creators.py:320
Functioncreate_backprojection3d_gpu
Create a backprojection of a sinogram (3D) using CUDA. :param data: Sinogram data or ID. :type data: :class:`numpy.ndarray` or :class:`int` :param pr
python/astra/creators.py:361
Functioncreate_projector
Create a 2D or 3D projector. :param proj_type: Projector type, such as ``'line'``, ``'linear'``, ... :type proj_type: :class:`string` :param proj_geo
python/astra/creators.py:576
Functioncreate_reconstruction
Create a reconstruction of a sinogram (2D). :param rec_type: Name of the reconstruction algorithm. :type rec_type: :class:`string` :param proj_id: ID
python/astra/creators.py:487
Functioncreate_sino
Create a forward projection of an image (2D). :param data: Image data or ID. :type data: :class:`numpy.ndarray` or :class:`int` :param pr
python/astra/creators.py:398
Functioncreate_sino3d_gpu
Create a forward projection of an image (3D). :param data: Image data or ID. :type data: :class:`numpy.ndarray` or :class:`int` :param proj_geom: Pro
python/astra/creators.py:447
Functioncreate_vol_geom
Create a volume geometry structure. This method can be called in a number of ways: ``create_vol_geom(N)``: :returns: A 2D volume geometry of size N
python/astra/creators.py:52
Functioncredits
Print credits of the ASTRA Toolbox.
python/astra/astra.py:28
Functioncustom_filter
(proj_geom, request)
tests/python/unit/test_algorithms_2d.py:80
Functioncustom_filter
(proj_geom, request)
tests/python/unit/test_algorithms_3d.py:85
Functiondata2d
MATLAB-like interface to the :mod:`astra.data2d` module For example: ``astra.m.data2d('create',type,geometry,data)`` -- Create a 2D
python/astra/matlab.py:57
Functiondata3d
MATLAB-like interface to the :mod:`astra.data3d` module For example: ``astra.m.data3d('get',i)`` -- Get 3D object data.
python/astra/matlab.py:68
Functiondata_op
Perform data operation on data. :param op: Operation to perform. :param data: Data to perform operation on. :param scalar: Scalar argumen
python/astra/functions.py:60
Functionddct
src/Fourier.cpp:417
Functionddst
src/Fourier.cpp:466
Methoddebug
src/Logging.cpp:74
Functiondelete
Delete a projector object. :param ids: ID or list of ID's to delete. :type ids: :class:`int` or :class:`list`
python/astra/projector3d.py:39
Functiondelete
Delete a matrix object. :param ids: ID or list of ID's to delete. :type ids: :class:`int` or :class:`list`
python/astra/matrix.py:28
Functiondelete
Delete an algorithm object. :param ids: ID or list of ID's to delete. :type ids: :class:`int` or :class:`list`
python/astra/algorithm.py:60
Functiondelete
Delete a 3D object. :param ids: ID or list of ID's to delete. :type ids: :class:`int` or :class:`list`
python/astra/data3d.py:154
Functiondelete
Delete a 2D object. :param ids: ID or list of ID's to delete. :type ids: :class:`int` or :class:`list`
python/astra/data2d.py:32
Functiondelete
Delete an astra object. :param ids: ID or list of ID's to delete. :type ids: :class:`int` or :class:`list`
python/astra/astra.py:72
Functiondelete
Delete a projector object. :param ids: ID or list of ID's to delete. :type ids: :class:`int` or :class:`list`
python/astra/projector.py:39
Functiondescription
get a description of the class * * @return description string */
include/astra/Projector2D.h:171
Methoddescription
python/astra/src/PythonPluginAlgorithm.h:55
Methoddescription
src/Data3D.cpp:34
Methoddescription
src/CudaProjector2D.cpp:109
Methoddescription
src/SparseMatrix.cpp:80
Methoddescription
src/CudaProjector3D.cpp:148
Methoddescription
src/Data2D.cpp:34
Methoddescription
tests/test_AstraObjectManager.cpp:40
Methoddescription
inline functions
include/astra/CglsAlgorithm.h:153
Methoddescription
inline functions
include/astra/FilteredBackProjectionAlgorithm.h:132
Methoddescription
inline functions
include/astra/CudaBackProjectionAlgorithm3D.h:135
Methoddescription
inline functions
include/astra/CudaDartMaskAlgorithm3D.h:102
Methoddescription
inline functions
include/astra/CudaDataOperationAlgorithm.h:108
Methoddescription
inline functions
include/astra/CudaBackProjectionAlgorithm.h:106
Methoddescription
inline functions
include/astra/CudaRoiSelectAlgorithm.h:103
Methoddescription
inline functions
include/astra/SartAlgorithm.h:197
Methoddescription
inline functions
include/astra/CudaSartAlgorithm.h:140
Methoddescription
inline functions
include/astra/CudaCglsAlgorithm3D.h:167
Methoddescription
inline functions
include/astra/SirtAlgorithm.h:196
Methoddescription
inline functions
include/astra/CudaDartMaskAlgorithm.h:106
Methoddescription
inline functions
include/astra/CudaEMAlgorithm.h:103
Methoddescription
inline functions
include/astra/BackProjectionAlgorithm.h:122
Methoddescription
inline functions
include/astra/CudaForwardProjectionAlgorithm.h:147
Methoddescription
inline functions
include/astra/CudaCglsAlgorithm.h:131
Methoddescription
inline functions
include/astra/CudaSirtAlgorithm3D.h:186
Methoddescription
inline functions
include/astra/CudaFilteredBackProjectionAlgorithm.h:81
Methoddescription
inline functions
include/astra/CudaFDKAlgorithm3D.h:151
Methoddescription
inline functions
include/astra/CudaForwardProjectionAlgorithm3D.h:113
Methoddescription
inline functions
include/astra/ForwardProjectionAlgorithm.h:182
Methoddescription
inline functions
include/astra/CudaDartSmoothingAlgorithm.h:105
Methoddescription
inline functions
include/astra/CudaDartSmoothingAlgorithm3D.h:102
Methoddescription
inline functions
include/astra/CudaSirtAlgorithm.h:152
MethoddetectorIndexToRowCol
---------------------------------------------------------------------------------------- detector index -> row index & column index
include/astra/ProjectionGeometry3D.h:512
MethoddetectorOffsetXToColIndexFloat
---------------------------------------------------------------------------------------- detector offset X -> detector column index (float)
include/astra/ProjectionGeometry3D.h:442
MethoddetectorOffsetYToRowIndexFloat
---------------------------------------------------------------------------------------- detector offset Y -> detector row index (float)
include/astra/ProjectionGeometry3D.h:452
Functiondfct
src/Fourier.cpp:515
Functiondfst
src/Fourier.cpp:603
Functiondimensions
Get dimensions of a 3D object. :param i: ID of object. :type i: :class:`int` :returns: :class:`tuple` -- dimensions of object with ID ``i
python/astra/data3d.py:144
Functiondirect_BP
Perform a backprojection. Input projection data and output volume are pre-allocated tensors, such as numpy arrays, or more generally tensors
python/astra/projector3d.py:116
Functiondirect_BP
Perform a backprojection. Input projection data and output volume are pre-allocated tensors, such as numpy arrays, or more generally tensors
python/astra/projector.py:126
Functiondirect_FP
Perform a forward projection. Input volume and output projection data are pre-allocated tensors, such as numpy arrays, or more generally tens
python/astra/projector3d.py:102
Functiondirect_FP
Perform a forward projection. Input volume and output projection data are pre-allocated tensors, such as numpy arrays, or more generally tens
python/astra/projector.py:112
Methoddisable
src/Logging.cpp:68
MethoddisableFile
src/Logging.cpp:63
← previousnext →801–900 of 1,667, ranked by callers