Skip to content

Commit

Permalink
Update Kbmod_Reference.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Sep 18, 2023
1 parent 3fda722 commit 54f80b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Kbmod_Reference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"source": [
"print(f\"Width = {im.get_width()}\")\n",
"print(f\"Height = {im.get_height()}\")\n",
"print(f\"Pixels Per Image = {im.get_ppi()}\")\n",
"print(f\"Pixels Per Image = {im.get_npixels()}\")\n",
"print(f\"Time = {im.get_obstime()}\")"
]
},
Expand Down Expand Up @@ -461,7 +461,7 @@
"# where the stack contains images of different sizes.\n",
"print(f\"Width = {stack.get_width()}\")\n",
"print(f\"Height = {stack.get_height()}\")\n",
"print(f\"Pixels Per Image = {stack.get_ppi()}\")\n",
"print(f\"Pixels Per Image = {stack.get_npixels()}\")\n",
"\n",
"# Retrieve a list of layered_images back from the stack.\n",
"stack.get_images()\n",
Expand Down

0 comments on commit 54f80b8

Please sign in to comment.