File tree Expand file tree Collapse file tree 1 file changed +8
-35
lines changed Expand file tree Collapse file tree 1 file changed +8
-35
lines changed Original file line number Diff line number Diff line change 36
36
{
37
37
"cell_type" : " code" ,
38
38
"execution_count" : null ,
39
- "metadata" : {
40
- "collapsed" : true
41
- },
39
+ "metadata" : {},
42
40
"outputs" : [],
43
41
"source" : [
44
42
" # from tqdm import tqdm_notebook as Tqdm\n " ,
48
46
{
49
47
"cell_type" : " code" ,
50
48
"execution_count" : null ,
51
- "metadata" : {
52
- "collapsed" : true
53
- },
49
+ "metadata" : {},
54
50
"outputs" : [],
55
51
"source" : [
56
52
" import matplotlib.pyplot as plt\n " ,
77
73
{
78
74
"cell_type" : " code" ,
79
75
"execution_count" : null ,
80
- "metadata" : {
81
- "collapsed" : true
82
- },
76
+ "metadata" : {},
83
77
"outputs" : [],
84
78
"source" : [
85
79
" pointing_centre = SkyCoord(0 * u.deg, -30 * u.deg)\n " ,
157
151
{
158
152
"cell_type" : " code" ,
159
153
"execution_count" : null ,
160
- "metadata" : {
161
- "collapsed" : true
162
- },
154
+ "metadata" : {},
163
155
"outputs" : [],
164
156
"source" : [
165
157
" image_size=1024 * u.pixel\n " ,
199
191
{
200
192
"cell_type" : " code" ,
201
193
"execution_count" : null ,
202
- "metadata" : {
203
- "collapsed" : true
204
- },
194
+ "metadata" : {},
205
195
"outputs" : [],
206
196
"source" : [
207
197
" from fastimgproto.sourcefind.image import SourceFindImage"
210
200
{
211
201
"cell_type" : " code" ,
212
202
"execution_count" : null ,
213
- "metadata" : {
214
- "collapsed" : true
215
- },
203
+ "metadata" : {},
216
204
"outputs" : [],
217
205
"source" : [
218
206
" detection_n_sigma=20\n " ,
235
223
{
236
224
"cell_type" : " code" ,
237
225
"execution_count" : null ,
238
- "metadata" : {
239
- "collapsed" : true
240
- },
226
+ "metadata" : {},
241
227
"outputs" : [],
242
228
"source" : [
243
229
" src = sfimage.islands[0]"
261
247
}
262
248
],
263
249
"metadata" : {
264
- "kernelspec" : {
265
- "display_name" : " Python 3" ,
266
- "language" : " python" ,
267
- "name" : " python3"
268
- },
269
250
"language_info" : {
270
- "codemirror_mode" : {
271
- "name" : " ipython" ,
272
- "version" : 3
273
- },
274
- "file_extension" : " .py" ,
275
- "mimetype" : " text/x-python" ,
276
251
"name" : " python" ,
277
- "nbconvert_exporter" : " python" ,
278
- "pygments_lexer" : " ipython3" ,
279
- "version" : " 3.5.2"
252
+ "pygments_lexer" : " ipython3"
280
253
}
281
254
},
282
255
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments