Skip to content
Snippets Groups Projects
  1. Mar 20, 2020
    • Jan Caron's avatar
      Added utils subpackage and much more! · 549254a6
      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
      549254a6
  2. Mar 17, 2020
    • Jan Caron's avatar
      Added mayavi support! · f2470378
      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.
      f2470378
    • Jan Caron's avatar
      Added utils subpackage and much more! · 8f784a5d
      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
      8f784a5d
  3. Mar 11, 2020
  4. Mar 03, 2020
    • Jan Caron's avatar
      Cleanup! · 4b9d4ba7
      Jan Caron authored
      Deleted print statements, superfluous log, TODOs, added a few comments.
      4b9d4ba7
    • Jan Caron's avatar
      First major EMPyRe commit! · c3a2db61
      Jan Caron authored
      Added the fields submodule with field, shapes and vectors!
      Added the vis module (not viz) with colors, decorators, plot2d, tools.
      Added version.
      Minor changes in pyramid.
      c3a2db61
  5. Dec 13, 2019
  6. Nov 04, 2019
    • Jan Caron's avatar
      Setup and many smaller things! · 000db917
      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!
      000db917
  7. Oct 24, 2019
    • Jan Caron's avatar
      Major changes before Refactoring / Reimagination!file_io/io_vectordata: ... · c6f4cdc6
      Jan Caron authored
      Major changes before Refactoring / Reimagination!file_io/io_vectordata:    ovf-files now can specify the segment that should be read    (if several exist)    vtk-files: fixed an error switching up dim/origin/spacing    major rewrite of _interp_to_regular_grid, now sets up Delauney    triangulation only once (reusable for different magnetisation    components), grid spacing is now mandatory and a conversion factor    is introduced, which can be used to convert units in the vtk file    to nm. Deleted much unused stuff.magcreator/examples:    Added Bloch and Neel type skyrmion support, based on...magcreator/magcreator:    Added create_mag_dist_skyrmion function, which can add Bloch and    Neel type Skyrmions with two different mathematical descriptions    for the domain wall. Fully supports 3D orientation.utils/lorentz:    Added a section to check the phase plate, currently commented out!    Maybe useful in the future or for a full forward model.colors:    Ignored (unavoidable) flake errors (Axes3D "Unused Import")fieldconverter:    Fixed error (wrongly used abs instead of sqrt), now works!    Streamlined convert_A_to_B.fielddata:    field property is now abstract and implemented in subclasses.    angles parameter commented out (delete in the future).    Reenabled axis.set_facecolor(bgcolor) in plot_field (now works!).phasemap:    Made the switch to cmocean.cm.balance colormap (switched colors!)plottools:    Changed figsize default (better fits for newer matplotlib).    New scalebar implementation (black bar now, can have stroke).    Streamlined add_cbar function.    hideaxes now works again (old version used deprecated code)..gitignore:    More general definitions of ignored files.environment.yml:    Updated environmet.
      c6f4cdc6
  8. Nov 29, 2018
  9. Nov 27, 2018
  10. Oct 25, 2018
    • Jan Caron's avatar
      Lots of small stuff again... · ba9a54d1
      Jan Caron authored
      dataset: plot_mask now takes kwargs.
      fielddata: pad now allows mode changes.
      phasemap: fixed bug that did not properly scale vmin and vmax with unit.
      io_vectordata: added support for .vtk, .tec files and new interpolation.
      ba9a54d1
  11. Dec 08, 2017
  12. Nov 16, 2017
  13. Nov 08, 2017
  14. Oct 19, 2017
  15. Jul 28, 2017
  16. Jul 27, 2017
  17. Jul 24, 2017
  18. Jul 21, 2017
  19. Jul 19, 2017
  20. Jul 18, 2017
  21. Jul 16, 2017
    • Jan Caron's avatar
      Small changes to deployment files. · 618b728d
      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.
      618b728d
Loading