Skip to content

Commit

Permalink
Merge pull request #108 from spacetelescope/readme_spelling
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
jaymedina authored Oct 19, 2023
2 parents 3be3957 + 4f17126 commit 443a9b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Astrocut provides tools for making cutouts from sets of astronomical images with
Three main areas of functionality are included:

- Solving the specific problem of creating image cutouts from sectors of Transiting Exoplanet Survey Satellite (TESS) full-frame images.
- General fits file cutouts incuding from single images and sets of images with the shared WCS/pixel scale.
- General fits file cutouts including from single images and sets of images with the shared WCS/pixel scale.
- Cutout post-processing functionality, including centering cutouts along a path (for moving targets) and combining cutouts.

Documentation is at https://astrocut.readthedocs.io.
Expand Down Expand Up @@ -46,7 +46,7 @@ Installation
$ cd astrocut
$ pip install .
For active developement intall in develop mode
For active development install in develop mode

.. code-block:: bash
Expand Down Expand Up @@ -113,7 +113,7 @@ For making releases manually, follow the `Astropy template release instructions
- Astrocut uses setuptools_scm to manage version numbers.
- Astrocut does have a pyproject.toml file
- If the given twine command doesn't work you likely need ``python -m twine upload dist/*``
- You shouldn't have trigger a readthedocs build manually, it should run on it's own in ~20 min.
- You shouldn't have to trigger a readthedocs build manually, it should run on its own in ~20 min.


Contributing
Expand Down Expand Up @@ -155,7 +155,6 @@ License
This project is Copyright (c) MAST Archive Developers and licensed under
the terms of the BSD 3-Clause 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
which is licensed under the BSD 3-clause license. See the licenses folder for
more information.


0 comments on commit 443a9b9

Please sign in to comment.