Metadata-Version: 1.2
Name: nionswift-eels-analysis
Version: 0.5.0
Summary: Library and UI for doing EELS analysis with Nion Swift.
Home-page: https://github.com/nion-software/eels-analysis
Author: Nion Software
Author-email: swift@nion.com
License: GPL-3.0-only
Description: Nion Swift EELS Analysis
        ========================
        
        A Nion Swift library for EELS analysis (used in Nion Swift)
        -----------------------------------------------------------
        Nion Swift EELS analysis is comprised of libraries and UI's useful for EELS
        analysis.
        
        .. start-badges
        
        .. list-table::
            :stub-columns: 1
        
            * - tests
              - | |linux|
            * - package
              - |version|
        
        
        .. |linux| image:: https://img.shields.io/travis/nion-software/eels-analysis/master.svg?label=Linux%20build
           :target: https://travis-ci.org/nion-software/eels-analysis
           :alt: Travis CI build status (Linux)
        
        .. |version| image:: https://img.shields.io/pypi/v/nionswift-eels-analysis.svg
           :target: https://pypi.org/project/nionswift-eels-analysis/
           :alt: Latest PyPI version
        
        .. end-badges
        
        More Information
        ----------------
        
        - `Changelog <https://github.com/nion-software/eels-analysis/blob/master/CHANGES.rst>`_
        
        Changelog (nionswift-eels-analysis)
        ===================================
        
        0.5.0 (2020-08-31):
        -------------------
        - Rework background models to allow for plug-in models.
        - Made Align ZLP output the measured shifts in addition to the aligned spectra.
        - Allow graphics to select the ROI for aligning spectra in Align ZLP.
        - Allow 2D images in Align ZLP and interpret y-axis as sequence axis.
        - Reworked Align ZLP to eliminate duplicate code.
        
        0.4.4 (2019-10-24)
        ------------------
        - Changed shift method in ZLP subpixel align to scipy.ndimage.shift with linear interpolation to get rid of artifacts.
        
        0.4.3 (2019-04-29)
        ------------------
        - Added checks to avoid applying live ZLP and thickness to 2D data items.
        - Moved ZLP analysis functions to nion.eels_analysis module for better reuse.
        
        0.4.2 (2019-03-27)
        ------------------
        - Make Align ZLP support sequences AND 1D collections.
        - Added menu items for center-of-mass and gaussian fit for ZLP alignment (both do sub-pixel alignment but much faster than cross-correlation)
        
        0.4.1 (2019-01-07)
        ------------------
        - Improve data type handling (do not auto-promote to float64).
        - Improve menu item layout.
        
        0.4.0 (2018-12-21)
        ------------------
        - Add menu items for live thickness, thickness mapping, align zlp.
        
        0.3.0 (2018-12-12)
        ------------------
        - Nion Swift 0.14 compatibility.
        - Use composite line plot display for display again.
        
        0.2.1 (2018-10-14)
        ------------------
        - Update original background subtraction to not use deprecated composite library item.
        
        0.2.0 (2018-09-28)
        ------------------
        - Add simplified background subtraction.
        - Add live ZLP tracking.
        
        0.1.1 (2018-05-12)
        ------------------
        - Initial version online.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.7
