Skip to content

Commit e9a601e

Browse files
committed
updated nb
1 parent da4cc9d commit e9a601e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DP1/100_How_to_Use_RSP_Tools/103_Image_access_and_display/103_8_Image_display_with_matplotlib.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,8 @@
951951
"outputs": [],
952952
"source": [
953953
"sel = sources['psfFlux'] / sources['psfFluxErr'] > 300\n",
954-
"sources = sources[sel]"
954+
"sources = sources[sel]\n",
955+
"print(\"Number of sources: \", len(sources))"
955956
]
956957
},
957958
{

0 commit comments

Comments
 (0)