-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
873 lines (840 loc) · 46.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- <meta name="description" content=""> -->
<!-- <meta name="author" content=""> -->
<!-- <link rel="icon" href="../../favicon.ico"> -->
<title>Python for gamma-ray astronomy 2015</title>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> -->
<!-- See http://bootswatch.com/ for available themes ... you just have to change to e.g. "paper" or "flatly" or ... -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/paper/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="static/style.css">
</head>
<!-- http://getbootstrap.com/javascript/#via-data-attributes-2 -->
<body data-spy="scroll" data-target="#navbar">
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">PyGamma15</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#about">About</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Schedule <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#schedule-overview">Overview</a></li>
<li role="separator" class="divider"></li>
<li><a href="#schedule-monday">Monday</a></li>
<li><a href="#schedule-tuesday">Tuesday</a></li>
<li><a href="#schedule-wednesday">Wednesday</a></li>
<li><a href="#schedule-thursday">Thursday</a></li>
<li><a href="#schedule-friday">Friday</a></li>
<li role="separator" class="divider"></li>
<li><a href="#schedule-tutorials">Tutorials</a></li>
</ul>
</li>
<li><a href="#join">Join</a></li>
<li><a href="#prepare">Prepare</a></li>
<li><a href="#participants">Participants</a></li>
<li><a href="#twitter">#pygamma15</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/gammapy/PyGamma15">Github</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<section id="top">
<div class="jumbotron">
<h1>Python for gamma-ray astronomy</h1>
<p>A workshop at MPIK Heidelberg, November 16 - 20, 2015</p>
</div>
</section>
<section id="about">
<h1>About</h1>
<p>
We are holding a week-long (November 16 - 20, 2015) workshop on open-source <a href="https://www.python.org/">Python</a> codes for gamma-ray astronomy at <a href=http://www.mpi-hd.mpg.de/mpi/en/start/>MPIK Heidelberg</a>.
</p>
<p>
Python has become the most popular programming language in astronomy (see <a href="http://labs.adsabs.harvard.edu/adsabsadsabs/abs/2015arXiv150703989M/">"Software Use in Astronomy: an Informal Survey"</a>).
This is also the case in gamma-ray astronomy,
where most open-source analysis codes are Python-based or
written in C/C++ but have a Python interface.
</p>
<p>
Open-source Python tools can serve as the glue that brings together data from various gamma-ray telescopes (e.g.
<a href="http://fermi.gsfc.nasa.gov/">Fermi</a>,
<a href="http://www.mpi-hd.mpg.de/hfm/HESS/">H.E.S.S.</a>,
<a href="http://veritas.sao.arizona.edu/">VERITAS</a>,
<a href="https://magic.mpp.mpg.de/">MAGIC</a>,
<a href="http://www.hawc-observatory.org/">HAWC</a>,
<a href="http://www.cta-observatory.org">CTA</a>,
<a href="https://en.wikipedia.org/wiki/INTEGRAL">INTEGRAL</a>
) as well as astrophysical modeling codes.
</p>
<p>
The goals of this workshop are:
<ul>
<li>to share information about existing open-source Python packages relevant for gamma-ray astronomy</li>
<li>to improve their capabilities and interoperability</li>
<li>to provide training in using and contributing to these packages.</li>
</ul>
</p>
<p>
The focus will be mostly on high-level science tools and methods (gamma-ray source spectrum and morphology analysis and modeling), but there will be a group of people working on lower-level analysis (data calibration, event reconstruction) as well.
</p>
<p>
Note that this workshop is not a Python 'boot camp' or 'school'. We expect participants to have already used Python for at least some of their projects, even if only at a beginner level, and to have an interest to contribute to open-source projects.
</p>
</section>
<section id="schedule-overview">
<h1>Schedule</h1>
<h2>Overview</h2>
<ul>
<li>
The workshop will start with a series of plenary overview talks on Monday.<br>
At the end of the day we'll have a discussion on the goals for the workshop and beyond.<br>
</li>
<li>
There will be parallel tutorial and unconference sessions on Tuesday, Wednesday, and Thursday.
</li>
<li>
On Friday we'll have plenary lightning talks and a workshop summary session in the morning.<br>
There will be open-end unconference sessions in the afternoon for those that have time to stay for the whole day.
</li>
</ul>
<h5>What is an unconference session?</h5>
<p>
We expect participants at this workshop to have very diverse skills (Python coding and data analysis/modeling experience)
and interests (e.g. gamma-ray source SED modeling or Cherenkov telescope event reconstruction or ...).
Making everyone sit in the same tutorials would not be effective, and coding sessions only work in small groups anyways.
Therefore, you can decide yourself if you want to attend tutorials, or if you prefer to organise or participate in an "unconference session" (e.g. discussion, planning, coding).
In order to facilitate this we will provide a board during the
whole conference where everyone can propose "unconference
sessions" or put his/her name down for an already planned session. We will assign desks/rooms.
At the end of each day each group will give a few-minute summary.
</p>
</section>
<section id="schedule-monday">
<h2>Monday</h2>
<p>
On Monday we'll have a series of introductory presentations to give everyone an overview, and a discussion section at the end of the day.
</p>
<p>
Note that for several of the presentations, we have scheduled follow-up tutorials that are more in-depth and hands-on later during the week.
<p>
Room: Otto-Hahn
</p>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Start</th>
<th>Duration</th>
<th>Presenter</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:15</td>
<td>15</td>
<td>Jim Hinton</td>
<td>Welcome</td>
</tr>
<tr>
<td>9:30</td>
<td>15 + 5</td>
<td>Peter Eger</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/intro-workshop">Workshop orientation</a></td>
</tr>
<tr>
<td>9:50</td>
<td>40</td>
<td>All</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/intro-flash">Flash introductions</a></td>
</tr>
<tr>
<td>10:30</td>
<td>30</td>
<td colspan="2">Coffee</td>
</tr>
<tr>
<td colspan="4">
<strong>Methods session</strong>, chaired by Francois Brun
</td>
</tr>
<tr>
<td>11:00</td>
<td>25 + 5</td>
<td>Michael Schmelling</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/analysis-stats">Statistics for gamma-ray astronomy</a></td>
</tr>
<tr>
<td>11:30</td>
<td>20 + 5</td>
<td>Regis Terrier</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/analysis-classical">Classical Cherenkov telescope data analysis</a></td>
</tr>
<tr>
<td>11:55</td>
<td>15 + 5</td>
<td>Peter Eger</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/analysis-cube">3D cube Cherenkov telescope data analysis</a></td>
</tr>
<tr>
<td>12:15</td>
<td>15 + 5</td>
<td>Lea Jouvin</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/analysis-bias">Bias in spectral likelihood estimators and observation grouping</a></td>
</tr>
<tr>
<td>12:35</td>
<td>80</td>
<td colspan="2">Lunch</td>
</tr>
<tr>
<td colspan="4">
<strong>Instruments session</strong>, chaired by Luigi Tibaldo
</td>
</tr>
<tr>
<td>14:00</td>
<td>15 + 5</td>
<td>Jeremy Perkins</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/fermi1">Fermi-LAT data and science tools</a></td>
</tr>
<tr>
<td>14:20</td>
<td>15 + 5</td>
<td>Matthew Wood</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/fermi2">Fermi-LAT pass 8, event classes, FermiPy</a></td>
</tr>
<tr>
<td>14:40</td>
<td>15 + 5</td>
<td>Johannes King</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/hess">H.E.S.S. data analysis with open-source tools</a></td>
</tr>
<tr>
<td>15:00</td>
<td>15 + 5</td>
<td>Nathan Kelley-Hoskins</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/veritas">VERITAS data analyses - Progress with Gammalib / ctools</a></td>
</tr>
<tr>
<td>15:20</td>
<td>15 + 5</td>
<td>Catherine Boisson</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/cta">CTA DATA overview</a></td>
</tr>
<tr>
<td>15:40</td>
<td>20</td>
<td colspan="2">Coffee</td>
</tr>
<tr>
<td colspan="4">
<strong>Codes session<strong>, chaired by Lea Jouvin
</td>
</tr>
<tr>
<td>16:00</td>
<td>15 + 5</td>
<td>Christoph Deil</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/python">Open source development and Python for gamma-ray astronomy</a></td>
</tr>
<tr>
<td>16:20</td>
<td>15 + 5</td>
<td>Karl Kosack</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/ctapipe">Exploring large-scale data processing in Python with CTA</a></td>
</tr>
<tr>
<td>16:40</td>
<td>20 + 5</td>
<td>Axel Donath</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/gammapy">Astropy, Sherpa, Gammapy</a></td>
</tr>
<tr>
<td>17:05</td>
<td>15 + 5</td>
<td>Luigi Tibaldo</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/threeml">Multi-mission maximum likelihood analysis with 3ML</a></td>
</tr>
<tr>
<td>17:25</td>
<td>15 + 5</td>
<td>Victor Zabalza</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/naima">SED modeling with Naima</a></td>
</tr>
<tr>
<td>17:45</td>
<td>15 + 5</td>
<td>Joachim Hahn</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/gamera">Astrophysical modeling with Gamera</a></td>
</tr>
<tr>
<td>18:05</td>
<td>10</td>
<td colspan="2">Break</td>
</tr>
<tr>
<td colspan="4">
<strong>Discussion session</strong>, chaired by Christoph Deil
</td>
</tr>
<tr>
<td>18:15</td>
<td>60</td>
<td>all</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/minutes/plenary-monday.md">Discussion on goals for the workshop and beyond</a></td>
</tr>
</tbody>
</table>
</section>
<section id="schedule-tuesday">
<h2>Tuesday</h2>
<p>
This schedule only lists tutorials, which take place in the central seminar room (CSR).
<br> In parallel the Otto-Hahn and other rooms can be used for unconference sessions.
</p>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Time</th>
<th>Room</th>
<th>Presenter</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:15</td>
<td>CSR</td>
<td>Axel Donath</td>
<td><a href="https://github.com/gammapy/fhee">Python tutorial FHEE (part 1)</a></td>
</tr>
<tr>
<td>10:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>11:00</td>
<td>CSR</td>
<td>Christoph Deil</td>
<td><a href="https://github.com/gammapy/fhee">Python tutorial FHEE (part 2)</a></td>
</tr>
<tr>
<td>12:30</td>
<td colspan="3">Lunch</td>
</tr>
<tr>
<td>14:00</td>
<td>CSR</td>
<td>Michael Schmelling</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/analysis-stats">Statistics for gamma-ray astronomy</a></td>
</tr>
<tr>
<td>15:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>16:00</td>
<td>CSR</td>
<td>Daniel Pumpe</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/d3po">D3PO algorithm and IFT package</a></td>
</tr>
<tr>
<td>17:30</td>
<td colspan="3"><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/minutes/plenary-tuesday.md">Daily summary session</a> (all, chair: Victor Zabalza</td>
</tr>
<tr>
<td>18:00</td>
<td colspan="3">Open-end unconference sessions. Pizza at ~ 7 pm.</td>
</tr>
</tbody>
</table>
</section>
<section id="schedule-wednesday">
<h2>Wednesday</h2>
<p>
This schedule only lists tutorials, which take place in the central seminar room (CSR).
<br> In parallel the Otto-Hahn and other rooms can be used for unconference sessions.
</p>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Time</th>
<th>Room</th>
<th>Presenter</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:15</td>
<td>CSR</td>
<td>Matthew Wood, Jeremy Perkins</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/fermi">Fermi-LAT data analysis</a></td>
</tr>
<tr>
<td>10:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>11:00</td>
<td>Multimedia room</td>
<td>Luigi Tibaldo</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/threeml">How to analyze multi-mission data using 3ML</a></td>
</tr>
<tr>
<td>12:30</td>
<td colspan="3">Lunch</td>
</tr>
<tr>
<td>14:00</td>
<td>CSR</td>
<td>Karl Kosack</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/ctapipe">CTA Python pipeline</a></td>
</tr>
<tr>
<td>15:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>16:00</td>
<td>CSR</td>
<td>Johannes King</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/gammapy">Getting started with Gammapy</a></td>
</tr>
<tr>
<td>17:30</td>
<td colspan="3"><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/minutes/plenary-wednesday.md">Daily summary session</a> (all, chair: tbd)</td>
</tr>
<tr>
<td>18:00</td>
<td colspan="3">End of official program. Meet at 8 pm at Bismarckplatz to go to dinner.</td>
</tr>
</tbody>
</table>
</section>
<section id="schedule-thursday">
<h2>Thursday</h2>
<p>
This schedule only lists tutorials, which take place in the central seminar room (CSR).
<br> In parallel there will be discussion and coding sprint sesssions in the other rooms.
</p>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Time</th>
<th>Room</th>
<th>Presenter</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:15</td>
<td>CSR</td>
<td>Joachim Hahn</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/gamera">Astrophysical modeling with Gamera</a></td>
</tr>
<tr>
<td>10:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>11:00</td>
<td>CSR</td>
<td>Victor Zabalza</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/naima">SED modeling with Naima</a></td>
</tr>
<tr>
<td>12:30</td>
<td colspan="3">Lunch</td>
</tr>
<tr>
<td>14:00</td>
<td colspan="3">Unconference sessions</td>
</tr>
<tr>
<td>15:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>16:00</td>
<td colspan="3">Unconference sessions</td>
</tr>
<tr>
<td>17:30</td>
<td colspan="3"><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/minutes/plenary-thursday.md">Daily summary session</a> (all, chair: tbd)</td>
</tr>
<tr>
<td>18:00</td>
<td colspan="3">End of official program. Meet at 8 pm at Bismarckplatz to go to dinner.</td>
</tr>
</tbody>
</table>
</section>
<section id="schedule-friday">
<h2>Friday</h2>
<p>
On Friday morning we'll have a lightning talk and workshop summary session. You are welcome to stay and participate in unconference sessions in the afternoon.
</p>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Time</th>
<th>Room</th>
<th>Chair</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:15</td>
<td>CSR</td>
<td><a href="https://github.com/tibaldo">Luigi Tibaldo</a></td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/talks/lightning">Lightning talks</a></td>
</tr>
<tr>
<td>10:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>11:00</td>
<td>CSR</td>
<td><a href="https://github.com/cdeil">Christoph Deil</a></td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/minutes/plenary-friday.md">Workshop summary session</a></td>
</tr>
<tr>
<td>12:30</td>
<td colspan="3">Lunch</td>
</tr>
<tr>
<td>14:00</td>
<td colspan="3">Unconference sessions</td>
</tr>
<tr>
<td>15:30</td>
<td colspan="3">Coffee</td>
</tr>
<tr>
<td>16:00</td>
<td colspan="3">Unconference sessions</td>
</tr>
<tr>
<td>18:00</td>
<td colspan="3">Open end? Go for drinks / dinner or movie together?</td>
</tr>
</tbody>
</table>
<section id="schedule-tutorials">
<h2>Tutorials</h2>
<p>
Here's a summary table of the tutorials we have currently planned (subject to change a bit based on feedback from participants):
</p>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Presenter</th>
<th>Time</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>Axel Donath</td>
<td>Tuesday, 9:15 - 10:30</td>
<td><a href="https://github.com/gammapy/fhee">Python tutorial FHEE (part 1)</a></td>
</tr>
<tr>
<td>Christoph Deil</td>
<td>Tuesday, 11:00 - 12:30</td>
<td><a href="https://github.com/gammapy/fhee">Python tutorial FHEE (part 2)</a></td>
</tr>
<tr>
<td>Michael Schmelling</td>
<td>Tuesday, 14:00 - 15:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/analysis-stats">Statistics for gamma-ray astronomy</a></td>
</tr>
<tr>
<td>Daniel Pumpe</td>
<td>Tuesday, 16:00 - 17:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/d3po">D3PO algorithm and IFT package</a></td>
</tr>
<tr>
<td>Matthew Wood, Jeremy Perkins</td>
<td>Wednesday, 9:15 - 10:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/fermi">Fermi-LAT data analysis</a></td>
</tr>
<tr>
<td>Luigi Tibaldo</td>
<td>Wednesday, 11:00 - 12:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/threeml">How to analyze multi-mission data using 3ML</a></td>
</tr>
<tr>
<td>Karl Kosack</td>
<td>Wednesday, 14:00 - 15:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/ctapipe">CTA Python pipeline</a></td>
</tr>
<tr>
<td>Johannes King</td>
<td>Wednesday, 16:00 - 17:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/gammapy">Getting started with Gammapy</a></td>
</tr>
<tr>
<td>Joachim Hahn</td>
<td>Thursday, 9:15 - 10:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/gamera">Astrophysical modeling with Gamera</a></td>
</tr>
<tr>
<td>Victor Zabalza</td>
<td>Thursday, 11:00 - 12:30</td>
<td><a href="https://github.com/gammapy/PyGamma15/tree/gh-pages/tutorials/naima">SED modeling with Naima</a></td>
</tr>
</tbody>
</table>
<!-- <p>
Discussion / coding / analysis sessions:
<ol>
<li>Discussion: Establishing common data formats for better tool inter-operability</li>
<li>Discussion/coding: 3D cube analysis in Gammapy</li>
<li>Discussion/coding: Region-based analysis in Gammapy</li>
<li>Discussion/coding: Simulating the gamma-ray sky -- Towards a CTA science challenge?</li>
<li>Discussion/coding: How to group observations for speed and to avoid spectral bias? (similar IRFs)</li>
<li>Discussion/analysis: Try to get the first combined Fermi/IACT/HAWC analysis going?</li>
<li> ... these are just some first ideas ... proposals welcome!</li>
</ol>
</p> -->
</section>
<section id="join">
<h1>Join</h1>
<h2 id="join-register">Register</h2>
<p>
Anyone is welcome to join the workshop. There is no registration fee.
<br> Unforunately, we cannot refund travel or accommodation expenses.
</p>
<p>
To register, please fill out the following Google form: <a target="_blank" href="https://docs.google.com/forms/d/1wcF0ri2qzXPtVTxU23FyWyaAtK0pwuAJ2Opypeg5aWY/viewform">Register for PyGamma15</a>.
<br>If you're new to Python or git/Github, please spend some time before the workshop and <a href="#prepare">Prepare</a>.
</p>
<p>
If you have any questions, please send an email to <a href="mailto:[email protected]">Christoph Deil</a>.
</p>
<h2 id="join-logistics">Logistics</h2>
<p>
The workshop starts on Monday morning, so you should travel to Heidelberg on Sunday, November 15. On Friday, the official program ends at noon (12.30 am), so you can take a train or flight home on Friday afternoon. We will still have free coding sprint
sessions on Friday afternoon and go for drinks and a movie Friday evening, for those that can stay in Heidelberg until Saturday.
</p>
<p>
The MPIK institute where the workshop takes place is located on a small hill outside of Heidelberg.
The route from MPIK to Bismarckplatz (the central place in Heidelberg) is shown <a href="https://www.google.de/maps/dir/Max-Planck-Institut+f.+Kernphysik,+Saupfercheckweg+1,+69117+Heidelberg/Bismarckplatz,+Heidelberg/@49.3961386,8.6922499,14z/data=!4m13!4m12!1m5!1m1!1s0x4797c05ed0bff2df:0x278a1dd9700fcbf7!2m2!1d8.70952!2d49.38803!1m5!1m1!1s0x4797c11c1d38e6d1:0xb1a54ec7f1402be7!2m2!1d8.6931145!2d49.4096085">here</a>.
</p>
<p>
The trip with bus number 39 from bus stop "Bismarckplatz" to "MPI Kernphysik" takes 15 minutes.
In the morning, you can take the bus that leaves
Bismarckplatz at 8.43 am and arrives at MPIK at 8.57 am
(14 minutes), to be in time for the first session which
starts 9:15 am. In case you take the bus at another time,
note that only buses directed to Königsthul stop at
"MPI Kernphysik". However, you can also take bus 39 in the
direction of EMBL or Rohrbach-Süd and get off at
"Bierhelderhof", then walk uphill less than five minutes
to reach the institute.
See <a href="https://www.rnv-online.de/english.html">bus schedule information</a>.
</p>
<p>
The image below shows a map of MPIK, including the bus
stop and entrance gate (building 01), the guest house
(buildings 05 and 06), the approximate location of the
workshop rooms in building 12, and the direction to the
EMBL canteen where we will go for lunch.
</p>
<p><table border=0 align='center'>
<tr>
<td align='center'><img src="static/MPIK_map.png" alt='map' height="300px"></td>
</tr>
</table>
</p>
<p>
<b>
Upon your first arrival please stop at the
entrance gate (building 01) and ask for a visitor pass for
the whole week.
</b>
</p>
<p>
There is the option to stay at the guest house at MPIK (35 euro per night).
The number of available rooms there is quite limited and in case you want to stay there, please
contact <a href="mailto:[email protected]">Peter Eger</a> as soon as possible.
In case you want to stay downtown we suggest to look for hotels close to Bismarckplatz.
Although, Heidelberg is quite small, so if you don't mind walking a bit you can also stay in other areas
such as Bergheim, Weststadt, or even on the other side of the Neckar in Neuenheim.
Please contact <a href="mailto:[email protected]">Peter Eger</a> if you if you have any questions concerning accomodation.
</p>
</section>
<section id="prepare">
<h1 id="prepare">Prepare</h1>
<p>
If you're new to Python or haven't contributed to open-source project with git/GitHub, please spend some time to learn it before the workshop.
The tutorials at this workshop will not be at the absolute beginner level (but not very advanced either).
</p>
<p>
If you're unsure if this workshop is appropriate for you, here's a list of things we expect most participants to fulfill:
<ul>
<li>
A laptop with a working scientific Python setup (we
recommend you to
install <a href="https://www.continuum.io/downloads">Anaconda</a>,
packages from Linux package managers are often very old).
</li>
<li>
A <a href="https://github.com/">Github</a> account - it's
free. Ideally, you should have successfully run git commit, branch, push, pull, maybe even merge or rebase.
</li>
<li>
Some experience with writing Python functions and
classes. You should know what a Python module and
package is. The IPython terminal/notebook should be
familiar.
</li>
<li>
You should have done some X-ray or gamma-ray data analysis, ideally using a Python script.
</li>
<li>
The tutorials will all list their "requirements for participation" separately.
E.g. if you want to participate in the Fermi-LAT data
analysis tutorial, you need to have the ScienceTools
and FermiPy installed, but this is not needed for the rest of the workshop.
</li>
</ul>
</p>
<p>
There are many great resources freely available online that you can use to prepare for the workshop:
<br>
<ul>
<li>
If you don't have a scientific Python stack installed on your computer, try it out online at <a href="https://try.jupyter.org/">https://try.jupyter.org/</a> (this uses the <a href="https://jupyter.org/">Jupyter</a> notbook, formerly
known as the
<a href="http://ipython.org/">IPython</a> notebook) and then to install it on your machine, we recommend <a href="http://continuum.io/downloads">Anaconda</a> as a free, cross-platform (Linux, Mac, Windows) scientific Python distribution.
</li>
<li>
The <a href="https://git-scm.com/">git</a> version control system and code development on <a href="https://github.com/">Github</a>.
The <a href="https://help.github.com/categories/bootcamp/">Github bootcamp help page</a> contains links to
excellent tutorials and resources.
</li>
<li>
The <a href="http://www.scipy-lectures.org/">Scipy Lecture Notes</a> are a good tutorial to learn about
<a href="http://www.numpy.org/">Numpy</a>,
<a href="http://docs.scipy.org/doc/scipy-0.16.0/reference/">Scipy</a> and <a href="http://matplotlib.org/">Matplotlib</a> and scientific Python.
</li>
<li>
The <a href="http://python4astronomers.github.io/">Practical Python for Astronomers</a> tutorials are a good resource to learn about <a href="http://www.astropy.org/">Astropy</a> and specifically the <a href="http://python4astronomers.github.io/fitting/fitting.html">Fitting and Modeling 1-D and 2-D Data</a> tutorial to get started with <a href="http://cxc.harvard.edu/sherpa/">Sherpa</a>.
</li>
<li>
Since Python is very popular overall, and specifically in Astronomy, there's of course a ton of other free tutorials, books and resources available online, e.g. the <a href="http://www.astropython.org/">Python for Astronomers web site</a> or the <a href="http://www.astropy.org/astropy-tutorials/">Astropy tutorials</a>.
</li>
<li>
If you are completely new to Python, and have time, you can of course read a Python programming book (there's some free books listed <a href="http://www.fullstackpython.com/best-python-resources.html">here</a>). But it turns out
that for effective scientific computing and data analysis, this isn't really needed, and some basic knowledge on functions, classes and modules can get you a long way!
</li>
</ul>
</section>
<section id="participants">
<h1>Participants</h1>
List of registered participants (sorted by first name)
<p>
<ol>
<li><a href="https://github.com/marinellovic">Antonio Marinelli</a> (University of Pisa, Italy)</li>
<li><a href="https://github.com/adonath">Axel Donath</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/cboisson">Catherine Boisson</a> (Observatoire Paris/Meudon, France)</li>
<li><a href="https://github.com/cdeil">Christoph Deil</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/dpumpe">Daniel Pumpe</a> (MPIA, München, Germany)</li>
<li><a href="https://github.com/ellisowen">Ellis Owen</a> (UCL-MSSL, Dorking, England)</li>
<!-- <li>Fabio Acero (CEA, Paris, France)</li> -->
<li><a href="https://github.com/frnbrun">Francois Brun</a> (CEA, Paris, France)</li>
<!-- <li><a href="https://github.com/giuseppe82">Giuseppe Di Bernardo</a> (MPIA, München, Germany)</li> -->
<li><a href="https://github.com/jacquemier">Jean Jacquemier</a> (LAPP, Annecy, France)</li>
<li><a href="https://github.com/kialio">Jeremy Perkins</a> (GSFC, Greenbelt, MD, USA)</li>
<li><a href="https://github.com/JoachimHahn/">Joachim Hahn</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/kingj90">Johannes King</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/jjlk">Julien Lefaucheur</a> (Observatoire Paris/Meudon, France)</li>
<li><a href="https://github.com/jdevin">Justine Devin</a> (LUPM, Montpellier, France)</li>
<li><a href="https://github.com/kosack">Karl Kosack</a> (CEA, Paris, France)</li>
<!-- <li><a href="https://github.com/lmohrmann">Lars Mohrmann</a> (ECAP, Erlangen, Germany)</li> -->
<li><a href="https://github.com/JouvinLea">Lea Jouvin</a> (APC, Paris, France)</li>
<li><a href="https://github.com/ldivenere">Leonardo Di Venere</a> (INFN, Bari, Italy)</li>
<li><a href="https://github.com/tibaldo">Luigi Tibaldo</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/massimocapasso">Massimo Capasso</a> (IAAT, Tübingen, Germany)</li>
<li><a href="https://github.com/woodmd">Matthew Wood</a> (SLAC, Stanford, USA)</li>
<li><a href="https://github.com/nkelhos">Nathan Kelley-Hoskins</a> (DESY, Zeuthen, Germany)</li>
<li><a href="https://github.com/peger089">Peter Eger</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/devine73"></a>Pierre Aubert (LAPP, Annecy, France)</li>
<li><a href="https://github.com/registerrier">Régis Terrier</a> (APC, Paris, France)</li>
<li><a href="https://github.com/manganos">Salvatore Mangano</a> (CIEMAT, Madrid, Spain)</li>
<li><a href="https://github.com/zblz">Victor Zabalza</a> (Leicester, UK)</li>
<li><a href="https://github.com/vikasj78">Vikas Joshi</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/vmarandon">Vincent Marandon</a> (MPIK, Heidelberg, Germany)</li>
<li><a href="https://github.com/XiaonaSun">Xiaona Sun</a> (MPIK, Heidelberg, Germany)</li>
</ol>
</p>
</section>
<section id="twitter">
<h1>#pygamma15 on Twitter</h1>
<p>
<ol>
<a class="twitter-timeline" href="https://twitter.com/hashtag/pygamma15" data-widget-id="666209476366745600">#pygamma15 Tweets</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</ol></p>
</section>
<section id="sponsors">
<h1>Sponsors</h1>
<p>This workshop is kindly sponsored by:</p>
<p><table border=0 align='center'>
<tr>
<td align='center'><img src="static/GitHub_Logo.png" alt='github logo' height="100px"></td>
<td align='center'><img src="static/Octocat.jpg" alt='octocat' height="100px"></td>
</tr>
</table>
</p>
</section>
</div>
<footer class="footer">
<div class="container">
<hr>
<p class="text-muted">
Organisers:
<a href="https://github.com/cdeil">Christoph Deil</a>,
<a href="https://github.com/peger089">Peter Eger</a>,
<a href="https://github.com/adonath">Axel Donath</a>,
<a href="https://github.com/kingj90">Johannes King</a>,
<a href="https://github.com/tibaldo">Luigi Tibaldo</a>.
<br>
This webpage and all workshop content is in the <a href="https://github.com/gammapy/PyGamma15">PyGamma15</a> repo on Github.
<br>
<a href="#top">Back to top</a>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha256-Sk3nkD6mLTMOF0EOpNtsIry+s1CsaqQC1rVLTAy+0yc= sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
</body>
</html>