Skip to content
Snippets Groups Projects
  1. Oct 16, 2020
    • Jan Caron's avatar
      Added demos · d2acb82b
      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).
      d2acb82b
  2. Sep 23, 2020
  3. Sep 10, 2020
  4. Aug 24, 2020
  5. Jun 26, 2020
    • Jan Caron's avatar
      Some Fixes and QoL Updates: · a3f120bc
      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).
      a3f120bc
  6. Jun 25, 2020
    • Jan Caron's avatar
      Some Fixes and QoL Updates: · efadefd2
      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).
      efadefd2
  7. Mar 23, 2020
  8. Mar 20, 2020
    • Jan Caron's avatar
      Added comp_pos argument to from_signal method · 0cabb8c5
      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.
      0cabb8c5
    • Jan Caron's avatar
      Changed default behaviouf of create_vector_homog · 81ce0fe6
      Jan Caron authored
      3D now always has 3 components, 2D only if theta is specified!
      81ce0fe6
    • Jan Caron's avatar
      Bug-Fixes in IO · 7091c5dd
      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.
      7091c5dd
    • Jan Caron's avatar
      Short docu that y-axis is flipped for image plots · d57869b5
      Jan Caron authored
      due to origin being lower, not higher as is default in maptlotlib
      d57869b5
    • 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
  9. Mar 17, 2020
  10. Mar 11, 2020
  11. Mar 04, 2020
    • Jan Caron's avatar
      Fixed Field.clip() · 5add0064
      Jan Caron authored
      5add0064
    • Jan Caron's avatar
      Fix for matplotlib installation. · 825d30f8
      Jan Caron authored and Jan Caron's avatar Jan Caron committed
      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.
      825d30f8
    • Jan Caron's avatar
      Fix for matplotlib installation. · cd607039
      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.
      cd607039
  12. 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
  13. May 07, 2013
  14. May 06, 2013
    • Jan Caron's avatar
    • Jan Caron's avatar
      scripts: Splitted the main in several smaller scripts · 78d70d7c
      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)
      78d70d7c
  15. Apr 30, 2013
  16. Apr 29, 2013
Loading