Skip to content

Commit e6925d5

Browse files
committed
Rename notebook
1 parent a216ad2 commit e6925d5

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

notebooks/Artificial image explorer.ipynb renamed to notebooks/Artificial-image-explorer.ipynb

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": null,
5+
"execution_count": 6,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -20,9 +20,24 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": null,
23+
"execution_count": 7,
2424
"metadata": {},
25-
"outputs": [],
25+
"outputs": [
26+
{
27+
"data": {
28+
"application/vnd.jupyter.widget-view+json": {
29+
"model_id": "0d7e4ea8f6e241099afcd01f427e50a0",
30+
"version_major": 2,
31+
"version_minor": 0
32+
},
33+
"text/plain": [
34+
"interactive(children=(IntSlider(value=1100, continuous_update=False, description='bias_level', max=1200, min=1…"
35+
]
36+
},
37+
"metadata": {},
38+
"output_type": "display_data"
39+
}
40+
],
2641
"source": [
2742
"def complete_image(bias_level=1100, read=10.0, gain=1, dark=0.1, \n",
2843
" exposure=30, hot_pixels=True, sky_counts=200):\n",

0 commit comments

Comments
 (0)