Skip to content
Snippets Groups Projects
Commit 035c0b26 authored by Brandon Hewer's avatar Brandon Hewer Committed by GitHub
Browse files

Update SaveFITS-v1.rst

parent 1e9cdb7a
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ Usage ...@@ -79,7 +79,7 @@ Usage
print("Could not find the keywords '{}' and '{}' in this FITS file".format(axis1_log, axis2_log)) print("Could not find the keywords '{}' and '{}' in this FITS file".format(axis1_log, axis2_log))
pos_x, pos_y = 22, 33 pos_x, pos_y = 22, 33
print("Pixel value at coordinates ({0},{1}), first image: {2}, second image: {3}". print("Pixel value at coordinates ({0},{1}), first image: {2:.1f}, second image: {3:.1f}".
format(pos_x, pos_y, ws.readY(pos_y)[pos_x], ws_reload.readY(pos_y)[pos_x])) format(pos_x, pos_y, ws.readY(pos_y)[pos_x], ws_reload.readY(pos_y)[pos_x]))
.. testcleanup:: LoadSaveLoadFITS .. testcleanup:: LoadSaveLoadFITS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment