-
- Downloads
Implementation of the Regularisator class
regularisator: new module to represent different regularisation strategies costfunction: changed to use the new Regularisator classes, changed arguments! dataset: fixed bug that always displayed the own phase maps instead of provided reconstruction: changed to use the new Regularisator classes, changed arguments! scripts/rueffner_file: tried to avoid Memory Error (no success) scripts/zi_an: added holographic contour plots with overlayd magnetization scripts/reconstruction_sparse_cg_test: now uses Regularisator classes and plots phase differences (original - reconstr.)
Showing
- pyramid/costfunction.py 18 additions, 14 deletionspyramid/costfunction.py
- pyramid/dataset.py 4 additions, 3 deletionspyramid/dataset.py
- pyramid/forwardmodel.py 2 additions, 2 deletionspyramid/forwardmodel.py
- pyramid/phasemap.py 3 additions, 3 deletionspyramid/phasemap.py
- pyramid/reconstruction.py 3 additions, 4 deletionspyramid/reconstruction.py
- pyramid/regularisator.py 71 additions, 0 deletionspyramid/regularisator.py
- scripts/collaborations/rueffner_file.py 10 additions, 2 deletionsscripts/collaborations/rueffner_file.py
- scripts/collaborations/zi_an.py 13 additions, 0 deletionsscripts/collaborations/zi_an.py
- scripts/reconstruction/reconstruction_sparse_cg_test.py 18 additions, 20 deletionsscripts/reconstruction/reconstruction_sparse_cg_test.py
- scripts/test methods/compare_pixel_fields.py 29 additions, 29 deletionsscripts/test methods/compare_pixel_fields.py
pyramid/regularisator.py
0 → 100644
Please register or sign in to comment