@@ -18,7 +18,7 @@ Astrocut provides tools for making cutouts from sets of astronomical images with
1818Three main areas of functionality are included:
1919
2020- Solving the specific problem of creating image cutouts from sectors of Transiting Exoplanet Survey Satellite (TESS) full-frame images.
21- - General fits file cutouts incuding from single images and sets of images with the shared WCS/pixel scale.
21+ - General fits file cutouts including from single images and sets of images with the shared WCS/pixel scale.
2222- Cutout post-processing functionality, including centering cutouts along a path (for moving targets) and combining cutouts.
2323
2424Documentation is at https://astrocut.readthedocs.io.
@@ -46,7 +46,7 @@ Installation
4646 $ cd astrocut
4747 $ pip install .
4848
49- For active developement intall in develop mode
49+ For active development install in develop mode
5050
5151.. code-block :: bash
5252
@@ -113,7 +113,7 @@ For making releases manually, follow the `Astropy template release instructions
113113- Astrocut uses setuptools_scm to manage version numbers.
114114- Astrocut does have a pyproject.toml file
115115- If the given twine command doesn't work you likely need ``python -m twine upload dist/* ``
116- - You shouldn't have trigger a readthedocs build manually, it should run on it's own in ~20 min.
116+ - You shouldn't have to trigger a readthedocs build manually, it should run on its own in ~20 min.
117117
118118
119119Contributing
@@ -155,7 +155,6 @@ License
155155This project is Copyright (c) MAST Archive Developers and licensed under
156156the terms of the BSD 3-Clause license. This package is based upon
157157the `Astropy package template <https://github.com/astropy/package-template >`_
158- which is licensed under the BSD 3-clause licence . See the licenses folder for
158+ which is licensed under the BSD 3-clause license . See the licenses folder for
159159more information.
160160
161-
0 commit comments