Skip to content

Commit

Permalink
docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Nov 2, 2014
1 parent 75d7f3d commit a2b57e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image_registration/FITS_tools/match_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ def register_fits(fitsfile1, fitsfile2, errfile=None, return_error=True,
Standard error on the fitted world coordinate offsets
proj_image1, proj_image2 : (ndarray,ndarray) (only if `return_cropped_images` is True)
The images projected into the same coordinates
shifted_image2 : ndarray (if `return_shifted_image` is True)
The second image projected *and shifted* to match image 1.
header : :class:`pyfits.Header` (only if `return_header` is True)
The header the images have been projected to
Expand Down

0 comments on commit a2b57e9

Please sign in to comment.