Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astra-toolbox/astra-toolbox
/ functions
Functions
1,667 in github.com/astra-toolbox/astra-toolbox
⨍
Functions
1,667
◇
Types & classes
319
↓ 1 callers
Function
astra_mex_log_warn
----------------------------------------------------------------------------------------- astra_mex_log('warn', file, line, message); * * Log a warn
matlab/mex/astra_mex_log_c.cpp:86
↓ 1 callers
Function
astra_mex_matrix_clear
----------------------------------------------------------------------------------------- astra_mex_matrix('clear'); * * Delete all data objects cur
matlab/mex/astra_mex_matrix_c.cpp:72
↓ 1 callers
Function
astra_mex_matrix_create
----------------------------------------------------------------------------------------- id = astra_mex_matrix('create', data); * * Create a new
matlab/mex/astra_mex_matrix_c.cpp:230
↓ 1 callers
Function
astra_mex_matrix_delete
----------------------------------------------------------------------------------------- astra_mex_matrix('delete', id1, id2, ...); * * Delete one
matlab/mex/astra_mex_matrix_c.cpp:53
↓ 1 callers
Function
astra_mex_matrix_get
----------------------------------------------------------------------------------------- data = astra_mex_matrix('get', id); * * Fetch data from th
matlab/mex/astra_mex_matrix_c.cpp:335
↓ 1 callers
Function
astra_mex_matrix_get_size
----------------------------------------------------------------------------------------- geom = astra_mex_matrix('get_size', id); * * Fetch the di
matlab/mex/astra_mex_matrix_c.cpp:307
↓ 1 callers
Function
astra_mex_matrix_info
----------------------------------------------------------------------------------------- astra_mex_matrix('info'); * * Print information about all
matlab/mex/astra_mex_matrix_c.cpp:367
↓ 1 callers
Function
astra_mex_matrix_store
----------------------------------------------------------------------------------------- astra_mex_matrix('store', id, data); * * Store a sparse MA
matlab/mex/astra_mex_matrix_c.cpp:276
↓ 1 callers
Function
astra_mex_plugin_get_help
----------------------------------------------------------------------------------------- astra_mex_plugin('get_help', name); * * Get help about plu
matlab/mex/astra_mex_plugin_c.cpp:143
↓ 1 callers
Function
astra_mex_plugin_get_registered
----------------------------------------------------------------------------------------- astra_mex_plugin('get_registered'); * * Print registered p
matlab/mex/astra_mex_plugin_c.cpp:105
↓ 1 callers
Function
astra_mex_plugin_init
----------------------------------------------------------------------------------------- astra_mex_plugin('init'); * * Initialize plugin support by
matlab/mex/astra_mex_plugin_c.cpp:79
↓ 1 callers
Function
astra_mex_plugin_register
----------------------------------------------------------------------------------------- astra_mex_plugin('register', class_name); * * Register plu
matlab/mex/astra_mex_plugin_c.cpp:123
↓ 1 callers
Function
astra_mex_projector3d_clear
----------------------------------------------------------------------------------------- * astra_mex_projector3d('clear'); */
matlab/mex/astra_mex_projector3d_c.cpp:115
↓ 1 callers
Function
astra_mex_projector3d_create
----------------------------------------------------------------------------------------- * [pid] = astra_mex_projector('create', cfgstruct); */
matlab/mex/astra_mex_projector3d_c.cpp:56
↓ 1 callers
Function
astra_mex_projector3d_destroy
----------------------------------------------------------------------------------------- * astra_mex_projector3d('destroy', pid1, pid2, ...); */
matlab/mex/astra_mex_projector3d_c.cpp:98
↓ 1 callers
Function
astra_mex_projector3d_get_projection_geometry
----------------------------------------------------------------------------------------- * [proj_geom] = astra_mex_projector3d('get_projection_geomet
matlab/mex/astra_mex_projector3d_c.cpp:125
↓ 1 callers
Function
astra_mex_projector3d_get_volume_geometry
----------------------------------------------------------------------------------------- * [recon_geom] = astra_mex_projector3d('get_volume_geometry'
matlab/mex/astra_mex_projector3d_c.cpp:151
↓ 1 callers
Function
astra_mex_projector3d_help
----------------------------------------------------------------------------------------- * astra_mex_projector3d('help'); */
matlab/mex/astra_mex_projector3d_c.cpp:206
↓ 1 callers
Function
astra_mex_projector3d_is_cuda
----------------------------------------------------------------------------------------- result = astra_mex_projector3d('is_cuda', id); * * Return
matlab/mex/astra_mex_projector3d_c.cpp:179
↓ 1 callers
Function
astra_mex_projector_clear
----------------------------------------------------------------------------------------- astra_mex_projector('clear'); * * Delete all projector obj
matlab/mex/astra_mex_projector_c.cpp:124
↓ 1 callers
Function
astra_mex_projector_create
----------------------------------------------------------------------------------------- id = astra_mex_projector('create', cfg); * * Create and co
matlab/mex/astra_mex_projector_c.cpp:60
↓ 1 callers
Function
astra_mex_projector_delete
----------------------------------------------------------------------------------------- astra_mex_projector('delete', id1, id2, ...); * * Delete o
matlab/mex/astra_mex_projector_c.cpp:106
↓ 1 callers
Function
astra_mex_projector_info
----------------------------------------------------------------------------------------- astra_mex_projector('info'); * * Print information about a
matlab/mex/astra_mex_projector_c.cpp:134
↓ 1 callers
Function
astra_mex_projector_is_cuda
----------------------------------------------------------------------------------------- result = astra_mex_projector('is_cuda', id); * * Return is
matlab/mex/astra_mex_projector_c.cpp:367
↓ 1 callers
Function
astra_mex_projector_matrix
----------------------------------------------------------------------------------------- matrix_id = astra_mex_projector('matrix', id); * * Create
matlab/mex/astra_mex_projector_c.cpp:332
↓ 1 callers
Function
astra_mex_projector_projection_geometry
----------------------------------------------------------------------------------------- proj_geom = astra_mex_projector('projection_geometry', id);
matlab/mex/astra_mex_projector_c.cpp:146
↓ 1 callers
Function
astra_mex_projector_volume_geometry
----------------------------------------------------------------------------------------- vol_geom = astra_mex_projector('volume_geometry', id); * *
matlab/mex/astra_mex_projector_c.cpp:175
↓ 1 callers
Function
astra_mex_projector_weights_projection
----------------------------------------------------------------------------------------- weights = astra_mex_projector('weights_projection', id, proj
matlab/mex/astra_mex_projector_c.cpp:261
↓ 1 callers
Function
astra_mex_projector_weights_single_ray
----------------------------------------------------------------------------------------- weights = astra_mex_projector('weights_single_ray', id, proj
matlab/mex/astra_mex_projector_c.cpp:206
↓ 1 callers
Function
astra_mex_set_gpu_index
----------------------------------------------------------------------------------------- set_gpu_index = astra_mex('set_gpu_index'); * * Set activ
matlab/mex/astra_mex_c.cpp:91
↓ 1 callers
Function
astra_mex_use_cuda
----------------------------------------------------------------------------------------- use_cuda = astra_mex('use_cuda'); * * Is CUDA enabled? *
matlab/mex/astra_mex_c.cpp:79
↓ 1 callers
Function
astra_mex_version
----------------------------------------------------------------------------------------- version_number = astra_mex('version'); * * Fetch the vers
matlab/mex/astra_mex_c.cpp:189
↓ 1 callers
Function
astra_to_matlab
matlab/mex/astra_mex_matrix_c.cpp:168
↓ 1 callers
Function
bitrv2
src/Fourier.cpp:906
↓ 1 callers
Function
bitrv208
src/Fourier.cpp:1735
↓ 1 callers
Function
bitrv208neg
src/Fourier.cpp:1758
↓ 1 callers
Function
bitrv216
src/Fourier.cpp:1608
↓ 1 callers
Function
bitrv216neg
src/Fourier.cpp:1665
↓ 1 callers
Function
bitrv2conj
src/Fourier.cpp:1253
↓ 1 callers
Function
cftb040
src/Fourier.cpp:3173
↓ 1 callers
Function
cftb1st
src/Fourier.cpp:2000
↓ 1 callers
Function
cftf040
src/Fourier.cpp:3150
↓ 1 callers
Function
cftf1st
src/Fourier.cpp:1794
↓ 1 callers
Method
checkUnparsed
src/XMLConfig.cpp:247
↓ 1 callers
Function
clog_free
include/astra/clog.h:362
↓ 1 callers
Function
clog_init_path
include/astra/clog.h:318
↓ 1 callers
Function
clog_set_cb
include/astra/clog.h:445
↓ 1 callers
Function
clog_set_fd
include/astra/clog.h:387
↓ 1 callers
Method
computeProjectionRayWeights
---------------------------------------------------------------------------------------- Weights of each detector in a projection angle
src/Projector3D.cpp:116
↓ 1 callers
Function
convertAstraGeometry_dims
src/GeometryUtil3D.cpp:621
↓ 1 callers
Function
convertAstraGeometry_dims
src/GeometryUtil2D.cpp:343
↓ 1 callers
Function
convertAstraGeometry_unscaled_internal
src/GeometryUtil3D.cpp:597
↓ 1 callers
Method
coordXToCol
Convert an X-coordinate to a column index in the volume grid
include/astra/VolumeGeometry2D.h:566
↓ 1 callers
Method
coordYToRow
Convert a Y-coordinate to a row index in the volume grid
include/astra/VolumeGeometry2D.h:579
↓ 1 callers
Method
copyFromGPUMemory
src/CompositeGeometryManager.cpp:155
↓ 1 callers
Function
create
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 callers
Function
create
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 callers
Function
createDataProjector
include/astra/DataProjector.h:169
↓ 1 callers
Function
create_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 callers
Function
cudaAvailable
src/Globals.cpp:38
↓ 1 callers
Function
cudaEnabled
include/astra/Globals.h:175
↓ 1 callers
Function
debug
Log a debug message. :param message: Message to log. :type message: :class:`string`
python/astra/log.py:30
↓ 1 callers
Method
description
inline functions
include/astra/ArtAlgorithm.h:165
↓ 1 callers
Function
disable
Disable all logging.
python/astra/log.py:78
↓ 1 callers
Function
display_mismatch_triple
(data, sinogram, a, b, c)
tests/python/functional/test_line2d.py:369
↓ 1 callers
Method
doBP
src/CompositeGeometryManager.cpp:1027
↓ 1 callers
Method
doFDK
src/CompositeGeometryManager.cpp:1037
↓ 1 callers
Method
doFP
src/CompositeGeometryManager.cpp:1018
↓ 1 callers
Function
enable
Enable logging to screen and file.
python/astra/log.py:66
↓ 1 callers
Method
error
src/Logging.cpp:122
↓ 1 callers
Function
f
(k, v, a, i)
tests/python/functional/test_rec_scaling.py:235
↓ 1 callers
Function
f
(k,v)
tests/python/functional/test_line2d.py:659
↓ 1 callers
Function
f_adj
(k,v)
tests/python/functional/test_line2d.py:661
↓ 1 callers
Function
fixLapackLoading
matlab/mex/astra_mex_plugin_c.cpp:44
↓ 1 callers
Method
flag_failure
src/CompositeGeometryManager.cpp:1288
↓ 1 callers
Function
g
(k, v)
tests/python/functional/test_rec_scaling.py:241
↓ 1 callers
Function
genFilter
src/Filters.cpp:133
↓ 1 callers
Function
generateRampFilter
src/Filters.cpp:41
↓ 1 callers
Function
geom_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 callers
Function
get
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 callers
Function
get
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 callers
Method
getContentInt
src/XMLNode.cpp:139
↓ 1 callers
Method
getContentNumerical
----------------------------------------------------------------------------- Get node content - NUMERICAL
src/XMLNode.cpp:135
↓ 1 callers
Function
getCylConeAxes
src/GeometryUtil3D.cpp:542
↓ 1 callers
Function
getDetectorColCount
include/astra/Data3D.h:78
↓ 1 callers
Method
getDoubleArray
src/XMLConfig.cpp:110
↓ 1 callers
Method
getFloat
src/XMLConfig.cpp:96
↓ 1 callers
Method
getHelp
python/astra/src/PythonPluginAlgorithmFactory.cpp:195
↓ 1 callers
Method
getInfo
include/astra/AstraObjectManager.h:285
↓ 1 callers
Method
getIntArray
src/XMLConfig.cpp:125
↓ 1 callers
Function
getNonSingletonDims
python/astra/src/dlpack.cpp:77
↓ 1 callers
Method
getOptionFloat
src/XMLConfig.cpp:159
↓ 1 callers
Method
getOptionInt
src/XMLConfig.cpp:169
↓ 1 callers
Method
getOptionNumericalArray
----------------------------------------------------------------------------- Get option - NUMERICAL ARRAY
src/XMLNode.cpp:269
↓ 1 callers
Function
getParParameters
Convert a SParProjection back into its set of "standard" circular parallel beam parameters. This is always possible.
src/GeometryUtil2D.cpp:111
↓ 1 callers
Method
getPlugin
python/astra/src/PythonPluginAlgorithmFactory.cpp:145
↓ 1 callers
Method
getProjectedBBoxSingleAngle
src/ProjectionGeometry3D.cpp:197
↓ 1 callers
Function
getRampFilter
src/Filters.cpp:78
↓ 1 callers
Method
getRegisteredMap
python/astra/src/PythonPluginAlgorithmFactory.cpp:168
↓ 1 callers
Method
getRequiredIntArray
src/Config.cpp:203
← previous
next →
401–500 of 1,667, ranked by callers