Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a7d1343

Browse files
committed
Fix error in mask transparency notes.
1 parent 0080f45 commit a7d1343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Image_Display_and_Manipulation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"afw_display = afwDisplay.Display(frame=fig)\n",
386386
"# set the image stretch algorithm and range\n",
387387
"afw_display.scale('asinh', 'zscale')\n",
388-
"# set the transparency of the mask plane (1 = opaque)\n",
388+
"# set the transparency of the mask plane (0%=opaque, 100%=transparent)\n",
389389
"afw_display.setMaskTransparency(80)\n",
390390
"# set the color for a single plane in the mask\n",
391391
"afw_display.setMaskPlaneColor('DETECTED', 'blue')\n",

0 commit comments

Comments
 (0)