Metadata-Version: 2.4
Name: bigfeta
Version: 1.1.4
Summary: global alignment of features between images
Author: Dan Kapner, Russel Torres
Maintainer: Russel Torres
License: BSD 2-Clause License
        
        Copyright (c) 2022, Allen Institute
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Repository, https://github.com/AllenInstitute/BigFeta.git
Requires-Python: <3.12,>3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: render-python>=2.2.1
Requires-Dist: marshmallow<3.0
Requires-Dist: argschema<2.0
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pymongo==3.11.1
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: mpl_scatter_density
Requires-Dist: descartes
Requires-Dist: shapely
Requires-Dist: pathos
Provides-Extra: test
Requires-Dist: coverage>=4.1; extra == "test"
Requires-Dist: mock>=2.0.0; extra == "test"
Requires-Dist: pep8>=1.7.0; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov>=2.2.1; extra == "test"
Requires-Dist: pytest-pep8>=1.0.6; extra == "test"
Requires-Dist: pytest-xdist>=1.14; extra == "test"
Requires-Dist: flake8>=3.0.4; extra == "test"
Requires-Dist: pylint>=1.5.4; extra == "test"
Requires-Dist: jinja2; extra == "test"
Provides-Extra: pypi-build
Requires-Dist: build; extra == "pypi-build"
Requires-Dist: twine; extra == "pypi-build"
Dynamic: license-file

.. image:: https://travis-ci.org/AllenInstitute/bigfeta.svg?branch=master
   :target: https://travis-ci.org/AllenInstitute/bigfeta
   :alt: Build Status
.. image:: https://codecov.io/gh/AllenInstitute/bigfeta/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/AllenInstitute/bigfeta
.. image:: https://readthedocs.org/projects/bigfeta/badge/?version=latest
  :target: https://bigfeta.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

BigFeta
#################

Global linear-least squares solution of transforms for alignment of features.

Level of support
################
We are planning on occasional updating this tool with no fixed schedule. Community involvement is encouraged through both issues and pull requests.

Documentation
#############
https://bigfeta.readthedocs.io/en/latest/index.html

Acknowledgement of Government Sponsorship
#########################################

Supported by the Intelligence Advanced Research Projects Activity (IARPA) via Department of Interior / Interior Business Center (DoI/IBC) contract number D16PC00004. The U.S. Government is authorized to reproduce and distribute reprints for Governmental purposes notwithstanding any copyright annotation thereon. Disclaimer: The views and conclusions contained herein are those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of IARPA, DoI/IBC, or the U.S. Government.


