Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 17, 2020
  3. Mar 11, 2020
  4. 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
  5. 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
  6. May 07, 2013
  7. 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
  8. Apr 30, 2013
  9. Apr 29, 2013
Loading