Metadata-Version: 2.1
Name: python-graspfile
Version: 0.4.1
Summary: A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and CHAMP software using numpy etc.
Home-page: https://github.com/PaulKGrimes/python-graspfile
Author: Paul Grimes
Author-email: pgrimes@cfa.harvard.edu
License: MIT
Project-URL: Documentation, https://python-graspfile.readthedocs.io/
Project-URL: Changelog, https://python-graspfile.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/PaulKGrimes/python-graspfile/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
License-File: LICENSE
License-File: AUTHORS.rst

========
Overview
========



A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and CHAMP software using
numpy etc.

* Free software: MIT license

Installation
============

::

    pip install python-graspfile

You can also install the latest release candidate version with::

    pip install --index-url https://test.pypi.org/simple/ python-graspfile

You can install the latest in-development version with::

    pip install https://github.com/Smithsonian/python-graspfile/archive/master.zip


Documentation
=============


https://python-graspfile.readthedocs.io/


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.3.5 (2020-10-01)
------------------

* Add functions for calculating reflectance and transmission - useful for correcting for lack of AR coatings in
  GRASP PO calculations of lens and dielectrics.

0.3.4 (2020-10-01)
------------------

* Add scaling of fields and grids by factors

0.3.3 (2020-09-30)
------------------

* Bug fixes to plot

0.3.2 (2020-09-30)
------------------

* Add useful functions and functionality for plotting and combining different grids and fields in `plot` submodule.

0.3.1 (2020-09-21)
------------------

* Adds a method for summing fields within a grid object (e.g. to make an incoherent sum over frequencies)
  and a function for adding grid (e.g. to add one analysis output to another).

0.3.0 (2020-06-21)
------------------

* Introduce analysis submodule

0.2.0 (2020-04-28)
------------------

* Change ownership of repo to Smithsonian GitHub team
* Incorporate `.tor` file parsing

0.1.3 (2020-03-10)
------------------

* Packaging changes to allow automated pushes to PyPI and TestPyPI

0.1.2 (2020-03-10)
------------------

* More bug fixes to work with older GRASP 10.0 cut files

0.1.1 (2020-03-18)
------------------

* Initial bug fixes to work with older GRASP 10.0 cut files

0.1.0 (2020-03-18)
------------------

* Initial attempts to work with older GRASP 10.0 files

0.0.1 (2020-02-04)
------------------

* Initial creation from PaulKGrimes/GraspFile and PaulKGrimes/CHAMPEdxFile repos


