- Jul 28, 2017
-
-
Fengshan Zheng authored
-
- Jul 07, 2017
-
-
Jan Caron authored
Smooth_vortex now can have a homogeneous core with radius larger 1. Hacky solution for PyQt4/5, change later! Changed ignore files.
-
- Mar 14, 2017
-
-
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.
-
- Jul 26, 2016
-
-
Jan Caron authored
New API module unclutters the namespace (import pyramid.api as pr).
-
- Feb 28, 2016
-
-
Jan Caron authored
-
- Jul 21, 2015
-
-
Jan Caron authored
Cleanup and documentation! ramp: New class for polynomial ramps. Instantiated in the ForwardModel. forwardmodel: Now uses new ramp class. phasemapper: Ramp functionality moved to ramp class. reconstruction: Ramp order not used, ramp can be now retrieved from the ramp class after reconstruction. analytic, magcreator: Better and consistent definition of pixel centers and their influence on the phase. testing: Minor corrections for new syntax.
-
- Feb 03, 2015
-
-
Jan Caron authored
docstrings: updated! costfunction: CFAdapterScipyCG obsolete, deleted estimate_lambda() dataset: use_fftw and threads obsolete diagnostics: implemented stuff... much stuff... fft: Docstrings and implementation of threads magcreator: fixed bug in slab (dimension mix-up) phasemap: plot now also returns colorbar reconstruction: PrintIterator and optimize_simple_leastsq obsolete regularisator: Docstrings scripts: minor modifications scripts - reconstruct_random_pixels: now use optimize_linear testcases: analytic, compliance, kernel, magcreator, magdata, projector
-
- Nov 24, 2014
-
-
Jan Caron authored
setup: Changes to setup.py, pyramid.version to fit to numpy and jutil now uses __all__ magic and supports from pyramid import * tests: changes to test_compliance/magcreator/analytic (should now work) collaborations: added several scripts for Patrick reconstruction: added batch file for the reconstruction of several configs test methods: (unfinished) scripts for fftw tests and kernel comparisons paper 1: ch5-4 changed padding values to 0, 1, 3 and 7 plotting: deleted plt.show() lines (have to be done manually now or via Spyder) logging: now named _log instead of LOG (private variable instead of constant) also some logs were disabled, because Pylint says they are slow... reconstruction: now has info argument (pass a list in which cost info is copied) phasemapper: changed sign of constant PHI_0, is now correctly positive (instead the negative z-integration is taken into account which was not done before!) kernel: now uses FFTW, numpy code was changed accordingly and is still available phasemapper: also uses FFTW now, work in progress: FFTW for jac_T_dot
-
- May 15, 2014
-
-
Jan Caron authored
pep8: optimizations phasemapper_core: numcore module for phasemapper scripts: compatibility with new structure reconstruction: new scripts
-
- Apr 16, 2014
-
-
Jan Caron authored
Renames: datacollection --> dataset optimizer --> reconstruction scripts: interactive_setup is now implemented in an extended Spyder startup file. some other scripts are now the rest is NOT adapted, yet, which is the next task at hand furthermore scripts will be sorted and unused ones deleted in the next commit
-
- Feb 10, 2014
-
-
Jan Caron authored
regrid: Added many scripts for regridding by Jörn logging: Introduced logging scripts: Added Scripts for regridding and simulating stuff for cooperations removed: Unused test scripts structure: Many new restructuring aspects already implemented
-
- Dec 03, 2013
-
-
Jan Caron authored
Replaced res with a for the grid spacing (resolution is a reserved word in electron microscopy Work in progress: jacobi matrix for projection
-
- Aug 25, 2013
-
-
Jan Caron authored
pyramid: all docstrings in numpydoc (package installed) format (used by spinx) holoimage: removed error, phase was falsely multiplied by pi/2 magcreator: removed create_mag_dist_comb, renamed functions for disc and vortex magdata: Allows creation of empty MagData objects and easy adding of magnitudes phasemap: Allows units to be set for plots, added 3D plot phasemapper: Electrostatic component implemented projector: Projection now includes thickness profile docs: support for html, latex and pdf (experimental), use "make *" in shell scripts: new structure, deleted some compare_* functions, added test_methods .hpignore: now also ignores *.c and _* files (_build used in docs)
-
- Aug 13, 2013
-
-
Jan Caron authored
holoimage: changed colorwheel (now without axes) magcreator: create_vortex now also allows a 3D-center (2D is extracted) magdata: new methods: get_mask() and scale_down() phasemap: changed plotting defaults (new kwargs) phasemapper: started on electrical contribution
-
- Jul 23, 2013
-
-
Jan Caron authored
holoimage: turned off interpolation test_compliance: added scripts to be tested setup: work in progress
-
- Jul 17, 2013
-
-
Jan Caron authored
numcore: deleted c1, c2, c3, name changes in phase_mag_real analytic: name change beta to phi phasemapper: changes to include numcore test_compliance: also checkes .pyx files now setup: now works properly (hopefully on other systems, too) compare_discs: added script to compare discs
-
- Jul 09, 2013
-
-
Jörn Ungermann authored
-
- Jun 06, 2013
-
-
Jan Caron authored
-
- May 24, 2013
-
-
Jan Caron authored
test_compliance: Added PEP8 TestCase
-
- May 23, 2013
-
-
Jan Caron authored
scripts: changed scripts to work with the new syntax of the package PhaseMag and MagData: added load and save options for NetCDF files MagData: changed 3D-plotting to use mayavi (faster and better looking) test: added more TestCases for various modules phasemapper: added computation method to use mx and my (now standard) compare_method_errors: first draft of script to compare the different errors
-
- May 18, 2013
-
-
Jan Caron authored
Scripts are nearly adapted to the new structure and easier to read. (Except analytic module and scripts get_jacobi and inverse)
-
- May 07, 2013
-
-
Jan Caron authored
-
- Apr 30, 2013
-
-
Jan Caron authored
Removed old scripts (AnalyticSolution and DataLoader) Added several template testcases
-
- Apr 29, 2013
- Apr 26, 2013
-
-
Jan Caron authored
Added a fitting icon
-
Jan Caron authored
PYRAMID: PYthon based Reconstruction Algorith for MagnetIc Distributions Separated Igor files from PYRAMID files moved all files one folder higher
-
Jan Caron authored
analytic: changed analytic solution for discs (still not perfect) magcreator: added logo function phasemap: revised the analytical formulas -> more uniform added new folder for PYRAMID project added testsuite module
-
- Apr 18, 2013
-
-
Jan Caron authored
Holoimaging and phasemap now have separate display functions Display_combine implemented in main.py Changed sqrt(x^2 + y^2) to np.hypot(x,y) magcreator now uses <= instead of < pdb starts on error (implemented in main.py)
-
- Apr 15, 2013
-
-
Jan Caron authored
Now calls cells by their index instead of the real coordinates (first step toward "one-time-call" of the F-function and lookup afterwards)
-
- Apr 12, 2013