- Dec 28, 2016
-
-
Jan Caron authored
dataset: implemented save/load features in io_dataset.py h5py: copied data from hdf5 files to make sure they exist after file is closed. projector/phasemap/dataset: force dim/dim_uv to be tuples.
-
- Dec 26, 2016
-
-
Jan Caron authored
-
- Dec 24, 2016
-
-
Jan Caron authored
Projectors now have tqdm options to show progress.
-
- Dec 22, 2016
-
-
Jan Caron authored
-
- Dec 20, 2016
-
-
Jan Caron authored
-
- Dec 19, 2016
-
-
Jan Caron authored
-
Jan Caron authored
phasemap: Now supports flips, rotations and shifts with ndimage. Added plot_phase_with_hist to plot histograms (for difference plots). fielddata: FieldData now properly plots contours and masks (new). dataset: set_3d_mask now uses the new mask capability of FieldData. Default is no longer "logical backprojection". io_phasemap: Now includes .tif (although that does not always work). setup.py: Deleted deprecated depencencies. Renamed a few plot commands to plot_... Rollback to RdBu as colormap (back from Spectral).
-
- Dec 08, 2016
-
-
Jan Caron authored
fielddata: slices now include z-component which will be plotted in plot_field. colors: Minor tweaks. Mainly for Rec. 601/709 input. phasemap: Now uses 'Spectral' as a colormap.
-
- Nov 27, 2016
-
-
Jan Caron authored
-
- Nov 19, 2016
-
-
Jan Caron authored
Now uses an improved cubehelix colorwheel for most purposes. Other variants are also provided. Removed hue_mode.
-
- Nov 10, 2016
-
-
Jan Caron authored
-
Jan Caron authored
fielddata: Added plot_quiver_field convenience function. io_phasemap: Added functionality for images separately from HyperSpy. phasemap: Automatically normalise confidence. projector: Quaternion for tilt around x-axis corrected (was falsely around y). reconstruction: Added verbose option (True by default). reconstruction_2d_from_phasemap: Plotting optimised.
-
- Nov 03, 2016
-
-
Jan Caron authored
Renaming of variables in PhaseMapperRDFC.jac_T_dot to make more sense...
-
Jan Caron authored
phasemapper: PhasemapperRDFC: Now the adjoint is calculated correctly (switched slicing order, took conjugate of kernel FFTs, deleted superfluous minus sign). Results are the same, but calculation is now CORRECT! fft: Correction of numpy rfftn_adj. fielddata: Added option for uniform color specification.
-
- Oct 19, 2016
-
-
Jan Caron authored
kernel: u and v are switched and now finally correct. get_elementary_phase is also switched and corrected. phasemapper: added PhaseMapperCharge from Feng Shan. forward_model: now uses y instead of phase_vec/Se_inv and now direct properties. costfunction: corrected some docstrings and documentation comments. fielddata: corrected some missing integer divisions (// instead of /), added plot_streamline().
-
- Sep 06, 2016
-
-
Jan Caron authored
-
- Sep 01, 2016
-
-
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).
-
- Aug 02, 2016
-
-
Jan Caron authored
fielddata: Now takes figsize as argument phasemap: phase_plot now uses imshow (much faster) Removed API (to determine later...)
-
- Jul 26, 2016
-
-
Jan Caron authored
New API module unclutters the namespace (import pyramid.api as pr).
-
- Jul 17, 2016
- Jul 16, 2016
-
-
Jan Caron authored
-
- Jul 15, 2016
- Jul 14, 2016
- Jun 23, 2016
-
-
Jan Caron authored
-
- Jun 14, 2016
-
-
Jan Caron authored
-
- Jun 10, 2016
-
-
Jan Caron authored
-
- Jun 08, 2016
-
-
Jan Caron authored
-
- Apr 21, 2016
-
-
Jan Caron authored
GUIs now import .ui-files directly.
-
- Mar 23, 2016
-
-
Jan Caron authored
-
- Mar 09, 2016
-
-
Jan Caron authored
Refactoring: Replaced MagData with VectorData and added ScalarData class (and common superclass FieldData). magnitude is now called field (which is more appropriate) projector now uses FieldData to process both vector and scalar data (foundation was in place before)
-
- Mar 04, 2016
-
-
Jan Caron authored
fieldconverter: methods to convert M to A to B magdata: a bit more parameters for quiver_plot3d(), added contour_plot3d() phasemapper: pm() extended for different projections (not just simple) kernel: u and v switched (now named after the unit magnetization direction, which makes much more sense)
-