- Oct 16, 2020
-
-
Jan Caron authored
Added demonstration Jupyter notebooks to the demos folder and to the sphinx documentation (linked via nbsphinx-link). tools: aspect now also works if textwidth is not specified. plot2d: quiver now only warns if len(dim)>ncomp (threw error before). colorvec now works for len(dim)>ncomp as well (no warning needed).
-
- Sep 23, 2020
-
-
Alexander Clausen authored
-
Alexander Clausen authored
* fixed rotate with reshape=True * 2d rotation: fix sign of x component * clip: negative values are no longer cut off for scalars * re-organized tests and fixtures * improve coverage: clip, __getitem__, rotate: scalars, comparisons, ... Co-authored-by:
<d.weber@fz-juelich.de> Co-authored-by:
<j.caron@fz-juelich.de>
-
- Sep 10, 2020
-
-
Alexander Clausen authored
-
- Aug 24, 2020
-
-
Alexander Clausen authored
-
- Jun 26, 2020
-
-
Jan Caron authored
vectors.py: More documentations and more fine control over vector and skyrmion chirality and orientation. Also fixed create_vector_singularity. colors: Added a namespace for colormaps (instead of a dictionary) to ease access to the maps. CMAP_CIRCULAR_DEFAULT is therefore deprecated now! plot2d: significantly simplified the symmetric color map handling with DivergingNorm (which was built for exactly that).
-
- Jun 25, 2020
-
-
Jan Caron authored
vectors.py: More documentations and more fine control over vector and skyrmion chirality and orientation. Also fixed create_vector_singularity. colors: Added a namespace for colormaps (instead of a dictionary) to ease access to the maps. CMAP_CIRCULAR_DEFAULT is therefore deprecated now! plot2d: significantly simplified the symmetric color map handling with DivergingNorm (which was built for exactly that).
-
- Mar 23, 2020
- Mar 20, 2020
-
-
Jan Caron authored
Can be used to specify which axis holds the components. Also usable by load_field function! Useful for backwards compatibilty with Pyramid.
-
Jan Caron authored
3D now always has 3 components, 2D only if theta is specified!
-
Jan Caron authored
Added some more documentations, added io.rst. Converted scale to floats everywhere it is set by default. Removed superfluous enumeration in reader/writer in io_field. Fixed vector default and name saving in ovf.py. Fixed vector default and necessity of dim in tec.py. Fixed erronous dim -> scale assignment in vtk.py. Fixed interp_to_regular_grid not using the multidim. scale correctly.
-
Jan Caron authored
due to origin being lower, not higher as is default in maptlotlib
-
Jan Caron authored
utils: Has quaternion and misc submodules misc has levi_civita and interp_to_regular_grid (used later for io) field: Added HyperSpy support (get/set_signal) added copy/rotate/rot90/set_vector/get_vector methods
-
- Mar 17, 2020
-
-
Jan Caron authored
Also added mayavi to requirements in setup.cfg and environment.yml. Added documentation on how to activate 3D notebook plotting with mayavi. Fixed some bugs in io_field.py. Fixed bug in reader of llg.py.
-
Jan Caron authored
due to origin being lower, not higher as is default in maptlotlib
-
Jan Caron authored
-
Jan Caron authored
-
Jan Caron authored
utils: Has quaternion and misc submodules misc has levi_civita and interp_to_regular_grid (used later for io) field: Added HyperSpy support (get/set_signal) added copy/rotate/rot90/set_vector/get_vector methods
-
- Mar 11, 2020
-
-
Jan Caron authored
-
- Mar 04, 2020
-
-
Jan Caron authored
-
Moved .mplstyle files inside vis. setup.cfg: added options.packages.find removed 3Dplot requirements (for now). setup.py: moved stylesheet installation to vis.tools, now optional. vis.tools: also added a use_style contextmanager that dynamically uses local styles (in package) or styles installed in user config folder. colors/decorators/plot2d: now use the new use_style contextmanager.
-
Jan Caron authored
Moved .mplstyle files inside vis. setup.cfg: added options.packages.find removed 3Dplot requirements (for now). setup.py: moved stylesheet installation to vis.tools, now optional. vis.tools: also added a use_style contextmanager that dynamically uses local styles (in package) or styles installed in user config folder. colors/decorators/plot2d: now use the new use_style contextmanager.
-
- Mar 03, 2020
- May 07, 2013
- May 06, 2013
-
-
Jan Caron authored
-
Jan Caron authored
test: changed the dataloader TestCase pyramex: first experiments with Cython and SCons dataloader: changed the order in which the dimensions are saved, z_len is no longer part of the magnetization (this was the reason why we had to divide by res, which is equal to z_len for calculating coeff) magcreator: shapes are now separate functions, mag_shape is now an argument for one unified create_hom_mag-function phasemap: unification of the phasemap-functions in real space (just the pixel- field is calculated different now)
-
- Apr 30, 2013
-
-
Jan Caron authored
Removed old scripts (AnalyticSolution and DataLoader) Added several template testcases
-
- Apr 29, 2013