Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Nov 05, 2019
  3. 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
  4. 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
  5. Sep 20, 2017
    • Jan Caron's avatar
      Few new features, many new TODOs! · f32e01b0
      Jan Caron authored
      costfunction: chisq_m/a now track their results (better way?)
      diagnostics: added LCurve class (not finished), comments for SVD
      fielddata: properly ordered properties, added plot_field for ScalarField
      phasemap: fixed bug for symmetric=False, cmap=None (no proper default!)
      f32e01b0
  6. Jul 07, 2017
  7. Mar 14, 2017
    • Jan Caron's avatar
      Shifted docs and set all line separators to LF. · 9b866e22
      Jan Caron authored
      docs: moved up one level.
      plottools: added some default label sizes.
      version: added to VCS and added a TODO (switch to Git)
      fielddata: added rot90 for ScalarData, lot of small changes.
      9b866e22
  8. Jan 22, 2017
    • Jan Caron's avatar
      Improvement for scalebars and addition of quiverkeys! · c79173c7
      Jan Caron authored
      diagnostics: now takes magdata as input instead of a vector.
                   Plotting routines for diagnostics added.
      fielddata: Added quiverkey if b_0 is provided.
      phasemap: If appropriate unit is provided, will be labeled as "Gain Map".
      scalebar: Cleaned up and clipping added.
      c79173c7
  9. Jan 09, 2017
    • Jan Caron's avatar
      A lot of stuff for a lot of things... · cb12bddb
      Jan Caron authored
      reconstruction: jutil.TakeTime is now used here.
      scalebars: Module which allows nice scalebars to be displayed in all plots.
                 This is the new default and can be turned off.
      ramp: Now stores everything from the dataset directly to self, instead of
            keeping a reference to the DataSet (construct without Dataset in future!).
      projector: tqdm now uses tqdm_notebook if used in IPython Notebook!
      magcreator: Added functionality for smooth vortices (see de Graef et al.).
      kernel: Corrected behaviour of slab geometry (u and v were still switched!).
      dataset: phasemappers now accessable as dictionary or list. The append function
               now also takes lists (but projectors and phasemappers can in turn not
               set directly anymore). Se_inv will be updated automatically.
      diagnostics: Functionality to access total, directional and magnitude error,
                   according to Kemp et al.
      cb12bddb
  10. Sep 01, 2016
    • Jan Caron's avatar
      Revamp of the colormaps (now called colors), plotting names and use of imshow. · 0eca449d
      Jan Caron authored
      Addition of plot_field for FieldData as alternative to quiver plots.
      PhaseMap phase plot now has an option to cut outliers (e.g. difference plots).
      IO of PhaseMaps now can handle different file extensions in one loading.
      Phasemap creator GUI now uses IO loading.
      Replaced flatten with ravel (memory efficiency).
      Renamed non constant variables to lower case (not UPPER CASE anymore).
      0eca449d
  11. Jul 26, 2016
  12. Jul 17, 2016
Loading