Skip to content

Commit c4a9969

Browse files
committed
Docs: restrip notebook
1 parent bdcba10 commit c4a9969

File tree

1 file changed

+8
-35
lines changed

1 file changed

+8
-35
lines changed

docs/source/notebooks/simulate_and_image.ipynb

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": null,
39-
"metadata": {
40-
"collapsed": true
41-
},
39+
"metadata": {},
4240
"outputs": [],
4341
"source": [
4442
"# from tqdm import tqdm_notebook as Tqdm\n",
@@ -48,9 +46,7 @@
4846
{
4947
"cell_type": "code",
5048
"execution_count": null,
51-
"metadata": {
52-
"collapsed": true
53-
},
49+
"metadata": {},
5450
"outputs": [],
5551
"source": [
5652
"import matplotlib.pyplot as plt\n",
@@ -77,9 +73,7 @@
7773
{
7874
"cell_type": "code",
7975
"execution_count": null,
80-
"metadata": {
81-
"collapsed": true
82-
},
76+
"metadata": {},
8377
"outputs": [],
8478
"source": [
8579
"pointing_centre = SkyCoord(0 * u.deg, -30 * u.deg)\n",
@@ -157,9 +151,7 @@
157151
{
158152
"cell_type": "code",
159153
"execution_count": null,
160-
"metadata": {
161-
"collapsed": true
162-
},
154+
"metadata": {},
163155
"outputs": [],
164156
"source": [
165157
"image_size=1024 * u.pixel\n",
@@ -199,9 +191,7 @@
199191
{
200192
"cell_type": "code",
201193
"execution_count": null,
202-
"metadata": {
203-
"collapsed": true
204-
},
194+
"metadata": {},
205195
"outputs": [],
206196
"source": [
207197
"from fastimgproto.sourcefind.image import SourceFindImage"
@@ -210,9 +200,7 @@
210200
{
211201
"cell_type": "code",
212202
"execution_count": null,
213-
"metadata": {
214-
"collapsed": true
215-
},
203+
"metadata": {},
216204
"outputs": [],
217205
"source": [
218206
"detection_n_sigma=20\n",
@@ -235,9 +223,7 @@
235223
{
236224
"cell_type": "code",
237225
"execution_count": null,
238-
"metadata": {
239-
"collapsed": true
240-
},
226+
"metadata": {},
241227
"outputs": [],
242228
"source": [
243229
"src = sfimage.islands[0]"
@@ -261,22 +247,9 @@
261247
}
262248
],
263249
"metadata": {
264-
"kernelspec": {
265-
"display_name": "Python 3",
266-
"language": "python",
267-
"name": "python3"
268-
},
269250
"language_info": {
270-
"codemirror_mode": {
271-
"name": "ipython",
272-
"version": 3
273-
},
274-
"file_extension": ".py",
275-
"mimetype": "text/x-python",
276251
"name": "python",
277-
"nbconvert_exporter": "python",
278-
"pygments_lexer": "ipython3",
279-
"version": "3.5.2"
252+
"pygments_lexer": "ipython3"
280253
}
281254
},
282255
"nbformat": 4,

0 commit comments

Comments
 (0)