Skip to content

Commit

Permalink
Small fixes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 7, 2015
1 parent db62146 commit 65b0f50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/footprints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ To demonstrate this, we take the same example as in the :ref:`quickstart` guide,
As before, we now reproject the MSX image to be in the same projection as the 2MASS image, but we do this with two algorithms::

from reproject import reproject_interp, reproject_exact

array_interp, footprint_interp = reproject_interp(hdu2, hdu1.header)
array_exact, footprint_exact = reproject_exact(hdu2, hdu1.header)

Expand Down
2 changes: 1 addition & 1 deletion docs/healpix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ specify the output shape using ``shape_out``) or as a FITS
:class:`~astropy.io.fits.Header` object.

To demonstrate these functions, we can download an example HEALPIX map which
is a posterior distribution map from the `LIGO project
is a posterior probability distribution map from the `LIGO project
<http://www.ligo.org/scientists/first2years/>`_::

from astropy.utils.data import get_pkg_data_filename
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A common use case is that you have two FITS images, and want to reproject one
to the same header as the other. This can easily be done with the *reproject*
package, and we demonstrate this in the following example. We start off by
downloading two example images from `http://data.astropy.org <http://data.astropy.org>`_,
namely 2MASS K-band and MSX band E images of the Galactic center::
namely a 2MASS K-band image and an MSX band E image of the Galactic center::

from astropy.io import fits
from astropy.utils.data import get_pkg_data_filename
Expand Down

0 comments on commit 65b0f50

Please sign in to comment.