Skip to content

Commit

Permalink
Update docs/source/howto/_ad_v_motors.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Fanny Rodolakis <[email protected]>
  • Loading branch information
prjemian and rodolakis authored Jun 14, 2024
1 parent 0a53da0 commit 5d40e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/howto/_ad_v_motors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1419,9 +1419,13 @@
}
],
"source": [
"# Get the dataset from the most recent run\n",
"dataset = cat[uids[-1]].primary.read()\n",
"# Extract the image data\n",
"image_data = dataset[\"simdet_image\"]\n",
"# Print the shape of the image data\n",
"print(f\"{image_data.shape=!r}\")\n",
"# Display the dataset\n",
"dataset"
]
},
Expand Down

0 comments on commit 5d40e0a

Please sign in to comment.