Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 6, 2015
1 parent 1e3857f commit 0f367cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/healpix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ input data in the same form as :func:`~reproject.reproject_interp`
second argument, either as a string or as a
:class:`~astropy.coordinates.BaseCoordinateFrame` instance e.g.::

array, footprint = reproject_to_healpix((array, header_in), 'galactic')
array, footprint = reproject_to_healpix((array, target_header), 'galactic')

The array returned is a 1-D array which can be stored in a HEALPIX file using ``healpy.write_map``::

Expand Down

0 comments on commit 0f367cb

Please sign in to comment.