- Nov 04, 2019
-
-
Jan Caron authored
conf.py: uncommented path finding for sphinx to find docs folder. index.rst: Added modules.rst as an overview. make.bat, Makefile, pyramid.rst: Deleted! utils: put many functions in convenience.py environment.py: Added stuff for documentation README.md: deleted badges (directly on GitLab now!) setup.py: Further streamline!
-
Jan Caron authored
put most options into setup.cfg
-
- Dec 05, 2018
-
-
Jan Caron authored
-
- Nov 08, 2017
-
-
Jan Caron authored
-
- Jul 28, 2017
-
-
Fengshan Zheng authored
-
- Jul 21, 2017
- Jul 19, 2017
-
-
Jan Caron authored
Installing EVERYTHING with pip was not a smart idea...
-
- Jul 18, 2017
-
-
Jan Caron authored
-
- Jul 16, 2017
-
-
Jan Caron authored
Added environment.yml and requirement.txt. GitLab should now produce html coverage artifacts. io_vectordata: now warns if grid spacing is not equal in all directions.
-
- Jul 12, 2017
-
-
Jan Caron authored
And deleted/ignored pyramid.egg-info
-
- Mar 15, 2017
- Dec 19, 2016
-
-
Jan Caron authored
phasemap: Now supports flips, rotations and shifts with ndimage. Added plot_phase_with_hist to plot histograms (for difference plots). fielddata: FieldData now properly plots contours and masks (new). dataset: set_3d_mask now uses the new mask capability of FieldData. Default is no longer "logical backprojection". io_phasemap: Now includes .tif (although that does not always work). setup.py: Deleted deprecated depencencies. Renamed a few plot commands to plot_... Rollback to RdBu as colormap (back from Spectral).
-
- Nov 03, 2016
-
-
Jan Caron authored
Renaming of variables in PhaseMapperRDFC.jac_T_dot to make more sense...
-
- Jul 17, 2016
-
-
Jan Caron authored
-
- Jul 15, 2016
-
-
Jan Caron authored
-
- Jul 14, 2016
-
-
Jan Caron authored
-
- Jun 23, 2016
-
-
Jan Caron authored
-
- Apr 21, 2016
-
-
Jan Caron authored
GUIs now import .ui-files directly.
-
- Feb 28, 2016
-
-
Jan Caron authored
-
- Feb 22, 2016
-
-
Jan Caron authored
Added .idea folder with PyCharms settings. Changed icon.ico (now round). PhaseMap and MagData: Now use h5py to load/save data (via HyperSpy). Deprecated loading routines (x3d) are gone now! tests: All tests now reflect this change. scripts: Streamlined some scripts. Many are now in separate project: Script-Vault
-
- Oct 02, 2015
-
-
Jan Caron authored
colormap: Added TransparentColormap. magdata: Added get_magslice method, to_emd and from_emd. phasemap: Added to_emd and from_emd. gui: New GUI "PhaseMap Creator". tests: Moved from ./tests to ./pyramid/tests. Not a package anymore!
-
- Jun 02, 2015
-
-
Jan Caron authored
Phase maps now also have a mask and a confidence matrix. Began new script structure (temporary folders created). Cleanup, logging and documentation done. config: NTHREADS is now set here. dataset: Method for creating 3D masks added. phasemap: Mask and confidence matrix added. Padding and cropping supported. forwardmodel: Stubs for multiprocessing added (next TODO!). kernel: Added support for perturbed reference wave. magdata: Padding and cropping supported. projector: New property 'sparsity' introduced. regularisator: Stub for ComboRegularisator added (next TODO!). tests: Changed accordingly.
-
- Dec 09, 2014
-
-
Jan Caron authored
kernel, phasemapper: now use the new pyramid.fft module. MagData, PhaseMap: now use np.float32 instead of np.float64 MagData: new quiver_plot3d with just matplotlib (buggy and still WOP). logging: deleted several logging.debug prompts for speed up. util: deleted module!
-
- Nov 24, 2014
-
-
Jan Caron authored
setup: Changes to setup.py, pyramid.version to fit to numpy and jutil now uses __all__ magic and supports from pyramid import * tests: changes to test_compliance/magcreator/analytic (should now work) collaborations: added several scripts for Patrick reconstruction: added batch file for the reconstruction of several configs test methods: (unfinished) scripts for fftw tests and kernel comparisons paper 1: ch5-4 changed padding values to 0, 1, 3 and 7 plotting: deleted plt.show() lines (have to be done manually now or via Spyder) logging: now named _log instead of LOG (private variable instead of constant) also some logs were disabled, because Pylint says they are slow... reconstruction: now has info argument (pass a list in which cost info is copied) phasemapper: changed sign of constant PHI_0, is now correctly positive (instead the negative z-integration is taken into account which was not done before!) kernel: now uses FFTW, numpy code was changed accordingly and is still available phasemapper: also uses FFTW now, work in progress: FFTW for jac_T_dot
-
- Apr 17, 2014
-
-
Jan Caron authored
package: some minor corrections (mainly import statements), some old functions were revived (e.g. in MagData) scripts: adaption to the new structure and sorting (more work is to do here...) _version: __version__ string is now imported from this file phasemapper_core.pyx: added to separate the corresponding numcore_functions from kernel_core.pyx
-
- Feb 10, 2014
-
-
Jan Caron authored
regrid: Added many scripts for regridding by Jörn logging: Introduced logging scripts: Added Scripts for regridding and simulating stuff for cooperations removed: Unused test scripts structure: Many new restructuring aspects already implemented
-
- Aug 13, 2013
-
-
Jan Caron authored
holoimage: changed colorwheel (now without axes) magcreator: create_vortex now also allows a 3D-center (2D is extracted) magdata: new methods: get_mask() and scale_down() phasemap: changed plotting defaults (new kwargs) phasemapper: started on electrical contribution
-
- Jul 25, 2013
- Jul 24, 2013
-
-
Jan Caron authored
-
- Jul 23, 2013
-
-
Jan Caron authored
holoimage: turned off interpolation test_compliance: added scripts to be tested setup: work in progress
-
- Jul 17, 2013
-
-
Jan Caron authored
numcore: deleted c1, c2, c3, name changes in phase_mag_real analytic: name change beta to phi phasemapper: changes to include numcore test_compliance: also checkes .pyx files now setup: now works properly (hopefully on other systems, too) compare_discs: added script to compare discs
-
- Jul 09, 2013
-
-
Jörn Ungermann authored
-
- Jun 20, 2013
-
-
Jörn Ungermann authored
-
- May 13, 2013
-
-
Jan Caron authored
Changed setup.py Implemented assertion to check if jacobi matrix is the same
-
- May 07, 2013
-
-
Jan Caron authored
-