C++/CUDA package for parallelized simulation of image formation in Scanning Transmission Electron Microscopy (STEM) using the PRISM and multislice algorithms
We should change the default behaviour from alphaBeamMax = 24 mrad to something like ~ alphaBeamMax = min(probeSemiAngle + x, int(probeSemiAngle * 1.y))
We should change the default behaviour from
alphaBeamMax = 24 mrad
to something like ~alphaBeamMax = min(probeSemiAngle + x, int(probeSemiAngle * 1.y))