-
- Downloads
Jacobi-matrix calculation via new Kernel helper class!
phasemapper: added Kernel helper class with methods to calculate the jacobi matrix or to multiply a vector with the (transposed) jacobi matrix without explicitly calculating the full matrix magcreator: added Shape.ellipsoid numcore: added (experimental) speed-up for jacobi-matrix (not faster) scripts: modified get_jacobi to test the new Kernel class, tests: test_compliance now also searches and creates a list of TODOs
Showing
- pyramid/magcreator.py 30 additions, 0 deletionspyramid/magcreator.py
- pyramid/numcore/phase_mag_real.pyx 47 additions, 0 deletionspyramid/numcore/phase_mag_real.pyx
- pyramid/phasemapper.py 184 additions, 81 deletionspyramid/phasemapper.py
- scripts/compare methods/compare_pixel_fields.py 10 additions, 9 deletionsscripts/compare methods/compare_pixel_fields.py
- scripts/create distributions/create_core_shell_disc.py 1 addition, 1 deletionscripts/create distributions/create_core_shell_disc.py
- scripts/reconstruction/get_jacobi.py 43 additions, 5 deletionsscripts/reconstruction/get_jacobi.py
- scripts/reconstruction/reconstruct_core_shell.py 0 additions, 1 deletionscripts/reconstruction/reconstruct_core_shell.py
- scripts/test_h5py.py 37 additions, 0 deletionsscripts/test_h5py.py
- scripts/test_methods.py 1 addition, 2 deletionsscripts/test_methods.py
- scripts/test_vadim.py 103 additions, 84 deletionsscripts/test_vadim.py
- tests/test_compliance.py 20 additions, 1 deletiontests/test_compliance.py
scripts/test_h5py.py
0 → 100644
Please register or sign in to comment