Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BLAShttp://netlib.org/blas/The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations.
(OpenBLAS is also available... see above)


Code Block
languagebash
module load blas



Tomographic Data Processing and Image Reconstruction

tomopyhttps://tomopy.readthedocs.io/

Tomographic reconstruction creates three-dimensional views of an object by combining two-dimensional images taken from multiple directions, for example, this is how a CAT (computer-aided tomography) scanner generates 3D views of the heart or brain.


Code Block
languagebash
bash
module load miniconda
conda activate tomopy
source /usr/local/miniconda3/envs/tomopy/bin/complete_tomopy.sh



Cluster HowTos: