dkazanc / TomoPhantom

Software to generate 2D/3D/4D analytical phantoms and their Radon transforms (parallel beam) for image processing
https://dkazanc.github.io/TomoPhantom/
Apache License 2.0
116 stars 53 forks source link

Adaptation of TomoP3DModel to MPI #22

Closed dkazanc closed 6 years ago

dkazanc commented 6 years ago

If one needs to build a subset:

TomoP3DModel_sub(ModelNo,DIM,SUB,pathTP) where DIM[3] = [N1,N1,N2] and SUB = 10:20 leading to the N1 x N1 x 10 subset out of N1 x N1 x N2 phantom

dkazanc commented 6 years ago

closed with #26