Skip to content

Commit

Permalink
Merge pull request #710 from lsst/u/bsmartradio/doc-fix
Browse files Browse the repository at this point in the history
Fix image indexing doc formatting
  • Loading branch information
bsmartradio authored Sep 28, 2023
2 parents b62437f + 6b7d381 commit dc60f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lsst.afw.image/indexing-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ That's not the case if we make a subimage of our subimage:
>>> sub2b.getBBox(LOCAL)
(minimum=(0, 0), maximum=(2, 1))

As in the previous case, when we make a subimage using a box in `PARENT`coordinates, the PARENT bounding box of the result is that same box.
As in the previous case, when we make a subimage using a box in `PARENT` coordinates, the PARENT bounding box of the result is that same box.
When we make a subimage using a box in `LOCAL` coordinates, that input box is different from both the resulting subimage's `LOCAL` bounding box and its `PARENT` bounding box.

.. note::
Expand Down

0 comments on commit dc60f39

Please sign in to comment.