Support for distortion measurements in astronomical imagers.
- Classes to support fitting of bivariate polynomials of arbitrary degree
- Helper functions for crossmatching catalogs
pip install pystortion
Or, clone the repository:
git clone https://github.com/spacetelescope/pystortion
and install pystortion:
cd pystortion
python setup.py install
or
pip install .
This package was developed in a python 3.5 environment.
For crossmatch, please see tests/test_crossmatch.py
pystortion is documented at https://pystortion.readthedocs.io/
If you find this package useful, please consider citing the Zenodo record using the DOI badge above. Please find additional citation instructions in CITATION.
Please open a new issue or new pull request for bugs, feedback, or new features you would like to see. If there is an issue you would like to work on, please leave a comment and we will be happy to assist. New contributions and contributors are very welcome!
Do you have feedback and feature requests? Is there something missing you would like to see? Please open an issue or send an email to the maintainers. This package follows the Spacetelescope Code of Conduct strives to provide a welcoming community to all of our users and contributors.
The following describes the typical work flow for contributing to the pystortion project (adapted from https://github.com/spacetelescope/jwql): 0. Do not commit any sensitive information (e.g. STScI-internal path structures, machine names, user names, passwords, etc.) to this public repository. Git history cannot be erased.
- Create a fork off of the
spacetelescope
pystortion
repository on your personal github space. - Make a local clone of your fork.
- Ensure your personal fork is pointing
upstream
to https://github.com/spacetelescope/pystortion - Open an issue on
spacetelescope
pystortion
that describes the need for and nature of the changes you plan to make. This is not necessary for minor changes and fixes. - Create a branch on that personal fork.
- Make your software changes.
- Push that branch to your personal GitHub repository, i.e. to
origin
. - On the
spacetelescope
pystortion
repository, create a pull request that merges the branch intospacetelescope:master
. - Assign a reviewer from the team for the pull request.
- Iterate with the reviewer over any needed changes until the reviewer accepts and merges your branch.
- Delete your local copy of your branch.
This project is Copyright (c) Johannes Sahlmann STScI/AURA and licensed under
the terms of the Aura license. This package is based upon
the Astropy package template <https://github.com/astropy/package-template>
_
which is licensed under the BSD 3-clause licence. See the licenses folder for
more information.