MCPcopy Create free account

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

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

↓ 1 callersFunctionastra_mex_log_warn
----------------------------------------------------------------------------------------- astra_mex_log('warn', file, line, message); * * Log a warn
matlab/mex/astra_mex_log_c.cpp:86
↓ 1 callersFunctionastra_mex_matrix_clear
----------------------------------------------------------------------------------------- astra_mex_matrix('clear'); * * Delete all data objects cur
matlab/mex/astra_mex_matrix_c.cpp:72
↓ 1 callersFunctionastra_mex_matrix_create
----------------------------------------------------------------------------------------- id = astra_mex_matrix('create', data); * * Create a new
matlab/mex/astra_mex_matrix_c.cpp:230
↓ 1 callersFunctionastra_mex_matrix_delete
----------------------------------------------------------------------------------------- astra_mex_matrix('delete', id1, id2, ...); * * Delete one
matlab/mex/astra_mex_matrix_c.cpp:53
↓ 1 callersFunctionastra_mex_matrix_get
----------------------------------------------------------------------------------------- data = astra_mex_matrix('get', id); * * Fetch data from th
matlab/mex/astra_mex_matrix_c.cpp:335
↓ 1 callersFunctionastra_mex_matrix_get_size
----------------------------------------------------------------------------------------- geom = astra_mex_matrix('get_size', id); * * Fetch the di
matlab/mex/astra_mex_matrix_c.cpp:307
↓ 1 callersFunctionastra_mex_matrix_info
----------------------------------------------------------------------------------------- astra_mex_matrix('info'); * * Print information about all
matlab/mex/astra_mex_matrix_c.cpp:367
↓ 1 callersFunctionastra_mex_matrix_store
----------------------------------------------------------------------------------------- astra_mex_matrix('store', id, data); * * Store a sparse MA
matlab/mex/astra_mex_matrix_c.cpp:276
↓ 1 callersFunctionastra_mex_plugin_get_help
----------------------------------------------------------------------------------------- astra_mex_plugin('get_help', name); * * Get help about plu
matlab/mex/astra_mex_plugin_c.cpp:143
↓ 1 callersFunctionastra_mex_plugin_get_registered
----------------------------------------------------------------------------------------- astra_mex_plugin('get_registered'); * * Print registered p
matlab/mex/astra_mex_plugin_c.cpp:105
↓ 1 callersFunctionastra_mex_plugin_init
----------------------------------------------------------------------------------------- astra_mex_plugin('init'); * * Initialize plugin support by
matlab/mex/astra_mex_plugin_c.cpp:79
↓ 1 callersFunctionastra_mex_plugin_register
----------------------------------------------------------------------------------------- astra_mex_plugin('register', class_name); * * Register plu
matlab/mex/astra_mex_plugin_c.cpp:123
↓ 1 callersFunctionastra_mex_projector3d_clear
----------------------------------------------------------------------------------------- * astra_mex_projector3d('clear'); */
matlab/mex/astra_mex_projector3d_c.cpp:115
↓ 1 callersFunctionastra_mex_projector3d_create
----------------------------------------------------------------------------------------- * [pid] = astra_mex_projector('create', cfgstruct); */
matlab/mex/astra_mex_projector3d_c.cpp:56
↓ 1 callersFunctionastra_mex_projector3d_destroy
----------------------------------------------------------------------------------------- * astra_mex_projector3d('destroy', pid1, pid2, ...); */
matlab/mex/astra_mex_projector3d_c.cpp:98
↓ 1 callersFunctionastra_mex_projector3d_get_projection_geometry
----------------------------------------------------------------------------------------- * [proj_geom] = astra_mex_projector3d('get_projection_geomet
matlab/mex/astra_mex_projector3d_c.cpp:125
↓ 1 callersFunctionastra_mex_projector3d_get_volume_geometry
----------------------------------------------------------------------------------------- * [recon_geom] = astra_mex_projector3d('get_volume_geometry'
matlab/mex/astra_mex_projector3d_c.cpp:151
↓ 1 callersFunctionastra_mex_projector3d_help
----------------------------------------------------------------------------------------- * astra_mex_projector3d('help'); */
matlab/mex/astra_mex_projector3d_c.cpp:206
↓ 1 callersFunctionastra_mex_projector3d_is_cuda
----------------------------------------------------------------------------------------- result = astra_mex_projector3d('is_cuda', id); * * Return
matlab/mex/astra_mex_projector3d_c.cpp:179
↓ 1 callersFunctionastra_mex_projector_clear
----------------------------------------------------------------------------------------- astra_mex_projector('clear'); * * Delete all projector obj
matlab/mex/astra_mex_projector_c.cpp:124
↓ 1 callersFunctionastra_mex_projector_create
----------------------------------------------------------------------------------------- id = astra_mex_projector('create', cfg); * * Create and co
matlab/mex/astra_mex_projector_c.cpp:60
↓ 1 callersFunctionastra_mex_projector_delete
----------------------------------------------------------------------------------------- astra_mex_projector('delete', id1, id2, ...); * * Delete o
matlab/mex/astra_mex_projector_c.cpp:106
↓ 1 callersFunctionastra_mex_projector_info
----------------------------------------------------------------------------------------- astra_mex_projector('info'); * * Print information about a
matlab/mex/astra_mex_projector_c.cpp:134
↓ 1 callersFunctionastra_mex_projector_is_cuda
----------------------------------------------------------------------------------------- result = astra_mex_projector('is_cuda', id); * * Return is
matlab/mex/astra_mex_projector_c.cpp:367
↓ 1 callersFunctionastra_mex_projector_matrix
----------------------------------------------------------------------------------------- matrix_id = astra_mex_projector('matrix', id); * * Create
matlab/mex/astra_mex_projector_c.cpp:332
↓ 1 callersFunctionastra_mex_projector_projection_geometry
----------------------------------------------------------------------------------------- proj_geom = astra_mex_projector('projection_geometry', id);
matlab/mex/astra_mex_projector_c.cpp:146
↓ 1 callersFunctionastra_mex_projector_volume_geometry
----------------------------------------------------------------------------------------- vol_geom = astra_mex_projector('volume_geometry', id); * *
matlab/mex/astra_mex_projector_c.cpp:175
↓ 1 callersFunctionastra_mex_projector_weights_projection
----------------------------------------------------------------------------------------- weights = astra_mex_projector('weights_projection', id, proj
matlab/mex/astra_mex_projector_c.cpp:261
↓ 1 callersFunctionastra_mex_projector_weights_single_ray
----------------------------------------------------------------------------------------- weights = astra_mex_projector('weights_single_ray', id, proj
matlab/mex/astra_mex_projector_c.cpp:206
↓ 1 callersFunctionastra_mex_set_gpu_index
----------------------------------------------------------------------------------------- set_gpu_index = astra_mex('set_gpu_index'); * * Set activ
matlab/mex/astra_mex_c.cpp:91
↓ 1 callersFunctionastra_mex_use_cuda
----------------------------------------------------------------------------------------- use_cuda = astra_mex('use_cuda'); * * Is CUDA enabled? *
matlab/mex/astra_mex_c.cpp:79
↓ 1 callersFunctionastra_mex_version
----------------------------------------------------------------------------------------- version_number = astra_mex('version'); * * Fetch the vers
matlab/mex/astra_mex_c.cpp:189
↓ 1 callersFunctionastra_to_matlab
matlab/mex/astra_mex_matrix_c.cpp:168
↓ 1 callersFunctionbitrv2
src/Fourier.cpp:906
↓ 1 callersFunctionbitrv208
src/Fourier.cpp:1735
↓ 1 callersFunctionbitrv208neg
src/Fourier.cpp:1758
↓ 1 callersFunctionbitrv216
src/Fourier.cpp:1608
↓ 1 callersFunctionbitrv216neg
src/Fourier.cpp:1665
↓ 1 callersFunctionbitrv2conj
src/Fourier.cpp:1253
↓ 1 callersFunctioncftb040
src/Fourier.cpp:3173
↓ 1 callersFunctioncftb1st
src/Fourier.cpp:2000
↓ 1 callersFunctioncftf040
src/Fourier.cpp:3150
↓ 1 callersFunctioncftf1st
src/Fourier.cpp:1794
↓ 1 callersMethodcheckUnparsed
src/XMLConfig.cpp:247
↓ 1 callersFunctionclog_free
include/astra/clog.h:362
↓ 1 callersFunctionclog_init_path
include/astra/clog.h:318
↓ 1 callersFunctionclog_set_cb
include/astra/clog.h:445
↓ 1 callersFunctionclog_set_fd
include/astra/clog.h:387
↓ 1 callersMethodcomputeProjectionRayWeights
---------------------------------------------------------------------------------------- Weights of each detector in a projection angle
src/Projector3D.cpp:116
↓ 1 callersFunctionconvertAstraGeometry_dims
src/GeometryUtil3D.cpp:621
↓ 1 callersFunctionconvertAstraGeometry_dims
src/GeometryUtil2D.cpp:343
↓ 1 callersFunctionconvertAstraGeometry_unscaled_internal
src/GeometryUtil3D.cpp:597
↓ 1 callersMethodcoordXToCol
Convert an X-coordinate to a column index in the volume grid
include/astra/VolumeGeometry2D.h:566
↓ 1 callersMethodcoordYToRow
Convert a Y-coordinate to a row index in the volume grid
include/astra/VolumeGeometry2D.h:579
↓ 1 callersMethodcopyFromGPUMemory
src/CompositeGeometryManager.cpp:155
↓ 1 callersFunctioncreate
Create a 3D object. :param datatype: Data object type, '-vol' or '-sino'. :type datatype: :class:`string` :param geometry: Volume or proj
python/astra/data3d.py:30
↓ 1 callersFunctioncreate
Create a 2D object. :param datatype: Data object type, '-vol' or '-sino'. :type datatype: :class:`string` :param geometry: Volume or proj
python/astra/data2d.py:41
↓ 1 callersFunctioncreateDataProjector
include/astra/DataProjector.h:169
↓ 1 callersFunctioncreate_proj_geom
Create a projection geometry. This method can be called in a number of ways: ``create_proj_geom('parallel', detector_spacing, det_count, angles)``:
python/astra/creators.py:147
↓ 1 callersFunctioncudaAvailable
src/Globals.cpp:38
↓ 1 callersFunctioncudaEnabled
include/astra/Globals.h:175
↓ 1 callersFunctiondebug
Log a debug message. :param message: Message to log. :type message: :class:`string`
python/astra/log.py:30
↓ 1 callersMethoddescription
inline functions
include/astra/ArtAlgorithm.h:165
↓ 1 callersFunctiondisable
Disable all logging.
python/astra/log.py:78
↓ 1 callersFunctiondisplay_mismatch_triple
(data, sinogram, a, b, c)
tests/python/functional/test_line2d.py:369
↓ 1 callersMethoddoBP
src/CompositeGeometryManager.cpp:1027
↓ 1 callersMethoddoFDK
src/CompositeGeometryManager.cpp:1037
↓ 1 callersMethoddoFP
src/CompositeGeometryManager.cpp:1018
↓ 1 callersFunctionenable
Enable logging to screen and file.
python/astra/log.py:66
↓ 1 callersMethoderror
src/Logging.cpp:122
↓ 1 callersFunctionf
(k, v, a, i)
tests/python/functional/test_rec_scaling.py:235
↓ 1 callersFunctionf
(k,v)
tests/python/functional/test_line2d.py:659
↓ 1 callersFunctionf_adj
(k,v)
tests/python/functional/test_line2d.py:661
↓ 1 callersFunctionfixLapackLoading
matlab/mex/astra_mex_plugin_c.cpp:44
↓ 1 callersMethodflag_failure
src/CompositeGeometryManager.cpp:1288
↓ 1 callersFunctiong
(k, v)
tests/python/functional/test_rec_scaling.py:241
↓ 1 callersFunctiongenFilter
src/Filters.cpp:133
↓ 1 callersFunctiongenerateRampFilter
src/Filters.cpp:41
↓ 1 callersFunctiongeom_2vec
Returns a vector-based projection geometry from a basic projection geometry. :param proj_geom: Projection geometry to convert :type proj_geom
python/astra/functions.py:167
↓ 1 callersFunctionget
Get a 3D object. :param i: ID of object to get. Linked GPU arrays are not supported. :type i: :class:`int` :returns: :class:`numpy.ndarra
python/astra/data3d.py:63
↓ 1 callersFunctionget
Get a 2D object. :param i: ID of object to get. :type i: :class:`int` :returns: :class:`numpy.ndarray` -- The object data.
python/astra/data2d.py:101
↓ 1 callersMethodgetContentInt
src/XMLNode.cpp:139
↓ 1 callersMethodgetContentNumerical
----------------------------------------------------------------------------- Get node content - NUMERICAL
src/XMLNode.cpp:135
↓ 1 callersFunctiongetCylConeAxes
src/GeometryUtil3D.cpp:542
↓ 1 callersFunctiongetDetectorColCount
include/astra/Data3D.h:78
↓ 1 callersMethodgetDoubleArray
src/XMLConfig.cpp:110
↓ 1 callersMethodgetFloat
src/XMLConfig.cpp:96
↓ 1 callersMethodgetHelp
python/astra/src/PythonPluginAlgorithmFactory.cpp:195
↓ 1 callersMethodgetInfo
include/astra/AstraObjectManager.h:285
↓ 1 callersMethodgetIntArray
src/XMLConfig.cpp:125
↓ 1 callersFunctiongetNonSingletonDims
python/astra/src/dlpack.cpp:77
↓ 1 callersMethodgetOptionFloat
src/XMLConfig.cpp:159
↓ 1 callersMethodgetOptionInt
src/XMLConfig.cpp:169
↓ 1 callersMethodgetOptionNumericalArray
----------------------------------------------------------------------------- Get option - NUMERICAL ARRAY
src/XMLNode.cpp:269
↓ 1 callersFunctiongetParParameters
Convert a SParProjection back into its set of "standard" circular parallel beam parameters. This is always possible.
src/GeometryUtil2D.cpp:111
↓ 1 callersMethodgetPlugin
python/astra/src/PythonPluginAlgorithmFactory.cpp:145
↓ 1 callersMethodgetProjectedBBoxSingleAngle
src/ProjectionGeometry3D.cpp:197
↓ 1 callersFunctiongetRampFilter
src/Filters.cpp:78
↓ 1 callersMethodgetRegisteredMap
python/astra/src/PythonPluginAlgorithmFactory.cpp:168
↓ 1 callersMethodgetRequiredIntArray
src/Config.cpp:203
← previousnext →401–500 of 1,667, ranked by callers