Support for distortion measurements in astronomical imagers.
- Classes to support fitting of bivariate polynomials of arbitrary degree
- Helper functions for crossmatching catalogs
Please see tests/test_crossmatch.py
pystortion is documented at https://pystortion.readthedocs.io/
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
spacetelescopepystortionrepository on your personal github space. - Make a local clone of your fork.
- Ensure your personal fork is pointing
upstreamto https://github.com/spacetelescope/pystortion - Open an issue on
spacetelescopepystortionthat 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
spacetelescopepystortionrepository, 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 package was developed in a python 3.5 environment.
Clone the repository:
git clone https://github.com/spacetelescope/pystortion
Install pystortion:
cd pystortion
python setup.py install or
pip install .
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.