Commit ae81cade authored by Simon Conseil's avatar Simon Conseil
Browse files

Fix doc build

Since we increased the precision required in WCS.isEqual, the comparison
below was failing because adjust_coordinates shift the crpix.
parent e1b2ed1f
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -166,9 +166,6 @@ pixels can be adjusted to account for relative pointing errors:
  # Resample the HST image onto the coordinate grid of the MUSE image
  # Resample the HST image onto the coordinate grid of the MUSE image
  In [3]: ima2hst = imahst.align_with_image(ima)
  In [3]: ima2hst = imahst.align_with_image(ima)


  # Adjust the relative pointing of the MUSE image.
  In [4]: ima2hst = ima2hst.adjust_coordinates(ima)

  In [5]: plt.figure()
  In [5]: plt.figure()


  @savefig Image5.png width=3.5in
  @savefig Image5.png width=3.5in