Skip to content

Commit cd14c9f

Browse files
flake8 updates and hopefully no git mishap
1 parent c00248b commit cd14c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DP1/100_How_to_Use_RSP_Tools/104_Butler_data_access/104_5_Image_subsets_with_the_butler.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
"source": [
299299
"#### 2.3.1. Use edge corners to define box\n",
300300
"\n",
301-
"Now, define a bounding box for the subset `subset_box` specified above using the `Box2I` function. Use the values returned by these methods to define the subset bounding box in pixel coordinates for a subset with edge size 1000 pixels.\n",
301+
"Now, define a bounding box called `subset_box` using the `Box2I` function. First, use the values returned by the methods `beginX`, `beginY`, and `getDimensions` to define the bounding box in pixel coordinates for an image subset with edge size 1000 pixels, before calling `Box2I` in the second cell.\n",
302302
"\n",
303303
"Note that `Box2I` takes as its first input the lower left corner coordinates of the box, not the center coordinates."
304304
]

0 commit comments

Comments
 (0)