-
- Downloads
A lot of stuff for a lot of things...
reconstruction: jutil.TakeTime is now used here. scalebars: Module which allows nice scalebars to be displayed in all plots. This is the new default and can be turned off. ramp: Now stores everything from the dataset directly to self, instead of keeping a reference to the DataSet (construct without Dataset in future!). projector: tqdm now uses tqdm_notebook if used in IPython Notebook! magcreator: Added functionality for smooth vortices (see de Graef et al.). kernel: Corrected behaviour of slab geometry (u and v were still switched!). dataset: phasemappers now accessable as dictionary or list. The append function now also takes lists (but projectors and phasemappers can in turn not set directly anymore). Se_inv will be updated automatically. diagnostics: Functionality to access total, directional and magnitude error, according to Kemp et al.
Showing
- pyramid/__init__.py 2 additions, 1 deletionpyramid/__init__.py
- pyramid/costfunction.py 0 additions, 1 deletionpyramid/costfunction.py
- pyramid/dataset.py 80 additions, 35 deletionspyramid/dataset.py
- pyramid/diagnostics.py 18 additions, 3 deletionspyramid/diagnostics.py
- pyramid/fielddata.py 49 additions, 37 deletionspyramid/fielddata.py
- pyramid/file_io/io_dataset.py 5 additions, 6 deletionspyramid/file_io/io_dataset.py
- pyramid/forwardmodel.py 3 additions, 5 deletionspyramid/forwardmodel.py
- pyramid/kernel.py 19 additions, 15 deletionspyramid/kernel.py
- pyramid/magcreator/examples.py 51 additions, 16 deletionspyramid/magcreator/examples.py
- pyramid/magcreator/magcreator.py 162 additions, 5 deletionspyramid/magcreator/magcreator.py
- pyramid/phasemap.py 41 additions, 33 deletionspyramid/phasemap.py
- pyramid/projector.py 13 additions, 18 deletionspyramid/projector.py
- pyramid/ramp.py 15 additions, 12 deletionspyramid/ramp.py
- pyramid/reconstruction.py 3 additions, 1 deletionpyramid/reconstruction.py
- pyramid/scalebars.py 85 additions, 0 deletionspyramid/scalebars.py
- pyramid/tests/test_dataset.py 4 additions, 3 deletionspyramid/tests/test_dataset.py
- pyramid/utils/reconstruction_2d_from_phasemap.py 2 additions, 5 deletionspyramid/utils/reconstruction_2d_from_phasemap.py
- pyramid/utils/reconstruction_3d_from_magdata.py 10 additions, 7 deletionspyramid/utils/reconstruction_3d_from_magdata.py
Loading
Please register or sign in to comment