ctools" tutorial Ulisses Barres de Almeida FAPESP High-Energy IAG/USP CTA Advanced School

Size: px
Start display at page:

Download "ctools" tutorial Ulisses Barres de Almeida FAPESP High-Energy IAG/USP CTA Advanced School"

Transcription

1 ctools" tutorial Ulisses Barres de Almeida FAPESP High-Energy IAG/USP CTA Advanced School

2 ctools" tutorial Ulisses Barres de Almeida DISCLAIMER: I am not a developer! This tutorial is based on other lessons from where I learned CTA analysis tools. Specially by J. Knodelseder & F. Longo FAPESP High-Energy IAG/USP CTA Advanced School

3 This presentation aims to be a short practical introduction to one set of tools being developed for CTA analysis.! ctools" is similar to fermi tools in concept and after this you should be able to go and play with the tools yourself.!! Prerequisites: Rodrigo s fermi tools hands-on sessions + Gernot s ACT analysis introduction

4 What is ctools? ctools is a project in development for CTA. It consists on a set of fermi tools-like executables for step-wise data analysis by end-users.! Accessible from: check the wiki! Contact information: subscribe to ctools@irap.omp.eu

5 What is ctools? Accessible from: check the wiki! Contact information: subscribe to *ctools are based on GammaLib, a toolbox for high-level analysis of gamma-ray data

6 What is provided by GammaLib? High-level analysis functionalities tools i.e., post-reconstruction events operations event I/O IRF implementation data format parameter specifications versatile for multi-mission analysis* and joint multi-instrument data analysis hfp://gammalib.sourceforge.net/!

7 What is provided by GammaLib? Jürgen Knödlseder

8 Introduction ctools is a collection of utilities for operating on CTA event data (photon lists) and IRFs in the FITS format, pretty much like the fools you operated at the hands-on yesterday.! Each routine performs specific tasks such as: binning event selection model fitting! It shares all functionalities and interface capabilities of fermi tools, i.e. FITS files handling ( ftools ), python scripts, IRAF-style parameters files, HEASARC library packages, etc.!

9 in practice background model ctools!develo skymaps instrument response functions spectra simulated (reconstructed) event lists lightcurve

10 Across the borders GeV gammas VHEs X-rays low-e gammas A common set of tools for high-energy photon-counting instruments + HEASARC s cfitsio library

11 The Fermi/LAT example from Rodrigo s hands on yesterday if you are familiar with Fermi tools you can use ctools directly

12 Fermi ctools ctools Equivalence between Fermi and ctools Equivalent modular structure for science data analysis

13 ctools Some definitions. Equivalence between Fermi and ctools Equivalent modular structure for science data analysis

14 Starting with ctools download the code from Get the source files and binary package for ctools and gammalib:

15 Installing ctools (you did not do it for Fermi!) use mac binary package or build from source! $./configure $ make $ make install Configuring gammalib and ctools: $ export GAMMALIB=/usr/local/gamma $ source $GAMMALIB/bin/gammalib-init.sh $ export CTOOLS=/usr/local/gamma $ source $CTOOLS/bin/ctools-init.sh 14 this goes into your /.bashrc script

16 Data structure Event data reconstructed direction; reconstructed energy; time tag [TSART] GTI - good time interval [energy range] IRF counts cube [TSTOP] Galactic longitude. for each time interval

17 Simulating CTA data No real data yet for CTA simulated CTA data is done with the tool ctobssim : as with Fermi tools, you are queried about each parameter [or leave it as default]! $CTOOLS is an alias for the environment variable path The CTA IRFs (effective area, PSF width, etc.) are taken from a performance table at $CTOOLS/share/caldb/cta

18 4 Simulating CTA data An example IRAF parameter file

19 Simulating CTA data No real data yet for CTA simulated CTA data is done with the tool ctobssim : CTA events are simulated based on certain dummy instrument properties (the IRFs), plus a source and background model.

20 Simulating CTA data No real data yet for CTA CTA events are simulated based on certain dummy instrument properties (the IRFs), plus a source and background model. Model cube(s) CTA model data Galactic longitude the data cube The output events.fits file will contain all relevant event data within the specified circular ROI (region of interest). The duration of a run (observation) is 30 min, and typical energy range is from 0.1 to 100 TeV

21 What is a data model? The source model is specified in a XML file Comprising of a spectral (Energy) and a spatial (map) model distribution Containing both source and background.! In the previous example, we have a Crab model (PWL point source) + offset Gaussian background

22 What is a data model? The source model is specified in a XML file In the previous example, we have a Crab model (PWL point source) + offset Gaussian background

23 What is a data model? The source model [PWL] : Prefactor + Index + Scale parameter value = value*scale [min, max] range + free = 1/0 (ph/cm2/s/mev)

24 What is a data model? The background model Spectrum = on axis background counting rate, per energy bin! (ph/s/sr/tev)! RadialModel = describe radial variation of the count rate Gaussian (width ~ deg2)

25 The data model library (J. Knodelseder) Spatial Point source Radial symmetric models Gaussian Disk Shell Elliptical models Gaussian Disk Diffuse models Map Map cubes (energy dependent maps) Isotropic Composite Spectral Power law Broken power law Exponentially cut off power law Super exponentially cut off power law Log parabola Gaussian (line) File function (arbitrary spectrum) Node function (arbitrary fit) Constant Composite Multiplicative (useful for EBL) Temporal Constant Light curve Phase curve And more to come (e.g. Dark Matter Halo)

26 The data model library (J. Knodelseder) Spectral Power law Broken power law Exponentially cut off power law Super exponentially cut off power law Log parabola Gaussian (line) File function (arbitrary spectrum) Node function (arbitrary fit) Constant Composite Multiplicative (useful for EBL)

27 The data model library (J. Knodelseder) Spectral Power law Broken power law Exponentially cut off power law Super exponentially cut off power law Log parabola Gaussian (line) File function (arbitrary spectrum) Node function (arbitrary fit) Constant Composite Multiplicative (useful for EBL) Blazar SED in opt-xrays

28 The data model library (J. Knodelseder) Spectral Power law Broken power law Exponentially cut off power law Super exponentially cut off power law Log parabola Gaussian (line) File function (arbitrary spectrum) Node function (arbitrary fit) Constant Composite Multiplicative (useful for EBL) On you can provide your own function file with (Energy, diff. Flux)

29 The simulated events.fits file To read the events.fits file simply use fv (as you probably did with the fermi data!) or ds9! structure info for the fits: metadata; tabulated events; binary table for GTI.

30 The simulated events.fits file The metadata (or header) Data space Date and time interval covered Reference (zero) time Exposure and livetime Pointing

31 The simulated events.fits file The events table

32 The simulated events.fits file The events table + GTIs

33 The simulated log file There is also a log file sim detector area duration of sim # sim source events current UTC time

34 The simulated log file There is also a log file # bkg events # events detected

35 s work? How does the analysis work? to extract spatial and spectral a-ray sources Instrument Response Functions CTA data live in a 4 dimensional world Reconstructed arrival direction (2d) Reconstructed energy (1d) Time (1d) nts and spectral parameters Model cube(s) For a given time interval, events can be binned in a 3 dimensional data space? Instrument Re Galactic longitude tions or better. 17 on/off fitting, aperture photometry, 18?

36 se ns functions InstrumentInstrument Re ons Instrument Response Functions Response fu Instrument Response functions Instrument Response functions Instrument Resp Only South 20 zenith angle available so far 50 hr baseline IRF used to simulated 1dc.pre Only Southdispersion 20 zenithinformation angle available soso farfar! Only South 20 zenith Energy ignored Only South 20 zen Only South 20 zenith angle availabl (will be used for final simulations) 50 baseline IRF used to simulated 1dc.pre 50 hr baseline IRF used sohr far evailable I = gamma-ray intensity at Earth as function of true properties t, ra, (E,50 hrdec) baseline IRF u Energy dispersion information ignored so far! 50 hr baseline IRF used to simulated Energy dispersion info r! e = gamma-ray ulated 1dc.pre (will be (expected) used for event final simulations) rate as function of reconstructed properties (E, t, for ra', final dec ) si (will bedispersion used Energy Energy dispersion information ignore ignored so response far! to parameters R = instrument p, be where a arefor specific telescope (will be parameters used for fin (will used final simulations) ons)

37 se ns functions InstrumentInstrument Re ons Instrument Response Functions Response fu Instrument Response functions Instrument Response functions Instrument Resp Response!FuncAons! Only South 20 zenith angle available so far 50 hr baseline IRF used to simulated 1dc.pre Only Southdispersion 20 zenithinformation angle available soso farfar! Only South 20 zenith Energy ignored Only South 20 zen Only South 20 zenith angle availabl (will be used for final simulations) 50 baseline IRF used to simulated 1dc.pre 50 hr baseline IRF used sohr far evailable IRF hr baseline IRF Energy dispersion information ignored so far! hr baseline used to simulated Energy dispersion infou 1dc.pre (will be used for final simulations) (will bedispersion used for final si Energy r! ulated ignored so far! ons) Energy dispersion information ignore (willsimulations) be used for fin (will be used for final

38 se ns functions InstrumentInstrument Re ons Instrument Response Functions Response fu Response!FuncAons! Instrument Response functions Instrument Resp Instrument Response functions Only South 20 zenith angle available so far 50 hr baseline IRF used to simulated 1dc.pre Only Southdispersion 20 zenithinformation angle available soso farfar! Only South 20 zenith Energy ignored Only South 20 zen Only South 20 zenith angle availabl (will be used for final simulations) 50 baseline IRF used to simulated 1dc.pre 50 hr baseline IRF used sohr far evailable IRF hr baseline IRF Energy dispersion information ignored so far! hr baseline used to simulated Energy dispersion infou 1dc.pre (will be used for final simulations) (will bedispersion used for final si Energy r! ulated ignored so far! ons) N, S, 50 hrs, 5 hrs Energy dispersion information ignore (willsimulations) be used for fin (will be used for final

39 Instrument Response Functions EFFECTIVE AREA PSF

40 Instrument Response Functions PSF E

41 Instrument Response Functions BACKGROUND TEMPLATE shown is counts versus position for two different energy ranges. [E1,E2] [E3,E4]

42 Instrument Response Functions ENERGY RECONSTRUCTION with a lot of dispersion From which you derive Erec/Et:

43 How to for a few tools ctbin : binning CTA data A data cube with RA, DEC and E. multiple maps for different energy ranges

44 How to for a few tools ctbin : binning CTA data A data cube with RA, DEC and E. multiple maps for different energy ranges

45 How to for a few tools ctlike : fitting CTA data L o g - l i k e l i h o o d model-fitting over binned data

46 How to for a few tools ctlike : fitting CTA data L o g - l i k e l i h o o d model-fitting over binned data ctselect : the first step to work directly on the events file un-binned analysis can also be performed and is more powerful first define the ROI (circular acceptance cone) plus time and energy span then run ctlike

47 How to for a few tools ctlike : TS calculation TS = 2 x (log L - log Lnull) or sqrt(ts) ~ sigma(gauss) ctlike : use tscalc = 1

48 How to for a few tools ctbutterfly : for spectra estimation - a complex procedure plot using e.g. python from your butterfly.txt

49 Combining observations : maps cttsmap : to produce a test statistics map (TS map) TS = 2 x (log L - log Lnull)

50 Script tools : SEDs csspec : produces a broad-band spectrum by running ctlike over several energy bins

51 Script tools : light-curves cslightcrv :

52 Script tools : SEDs Inspecting the fit residuals csresmap : to inspect the residuals of the fitted skymaps Inspecting the fit residuals Inspecting the fit residuals 19 19

53 Script tools : SEDs Inspecting the fit residuals csresmap : to inspect the residuals of the fitted skymaps Inspecting the fit residuals Inspecting the fit residuals clearly a residual is remaining 19 19

54 Diffuse emission model! odel 20

55 Script tools : SEDs Inspecting the fit residuals csresmap : to inspect the residuals of the fitted skymaps Inspecting the fit residuals Inspecting again the fit residuals with diffuse model 19

56 Script tools : SEDs csspec : produces a broad-band spectrum by running ctlike over several energy bins plus :

57 VO tools : Important! play with other tools like CDS s Aladin, etc 32

58 If you have a simulated sky already csobselect : selected from simulated observations all pointing with 0.1deg of GC, for example ctselect : selected from these only events between 100 GeV and 100 Tev, e.g.

59 If you have a simulated sky already ctskymap : create a sky map from your selected event files Jürgen Knödlseder

60 If you have a simulated sky already ctskymap : or a background subtracted skymap Jürgen Knödlseder

61 If you have a simulated sky already ctskymap : or a background subtracted skymap Jürgen Knödlseder cssrdetect : detecting source candidates within sky map selected events! > detection threshold?

62 26 If you have a simulated sky already ctskymap : the significance of a source Will be given in terms of a TS (see below!)

Fermi LAT data analysis

Fermi LAT data analysis Fermi LAT data analysis PSR J0633+1746 4 VER J0648+152 0 50 100 150 200 Fermi Gamma-ray Space Telescope Large Area Telescope (LAT) ~20 MeV to >300 GeV FOV: 2.4 sr Credit: NASA E/PO, Sonoma State University,

More information

FSSC Science Tools Data Selection and Exploration. Julie McEnery July 8,

FSSC Science Tools Data Selection and Exploration. Julie McEnery July 8, FSSC Science Tools Data Selection and Exploration Julie McEnery July 8, 2010 1 Science Analysis Tools Overview of capabilities Maximum likelihood tool spatial-spectral analysis of region (source detection,

More information

LAT Automated Science Processing for Gamma-Ray Bursts

LAT Automated Science Processing for Gamma-Ray Bursts SLAC-PUB-12715 LAT Automated Science Processing for Gamma-Ray Bursts James Chiang GLAST Science Support Center SLAC, 2575 Sand Hill Rd, Menlo Park CA 9425 Abstract. The LAT Instrument Science Operations

More information

A Catalog Pipeline for Sources in the CTA Galactic Plane Survey

A Catalog Pipeline for Sources in the CTA Galactic Plane Survey A Catalog Pipeline for Sources in the CTA Galactic Plane Survey Treasures hidden in high energy catalogues Toulouse, Josh Cardenzana for the CTA Consortium with help from: Jürgen Knödlseder, Luigi Tibaldo

More information

Prospects for Observations of Very Extended and Diffuse Sources with VERITAS. Josh Cardenzana

Prospects for Observations of Very Extended and Diffuse Sources with VERITAS. Josh Cardenzana Prospects for Observations of Very Extended and Diffuse Sources with VERITAS Josh Cardenzana New era of synergy ~0.5 at 1GeV to 10 GeV) Fermi ~0.15 at 150GeV to 1 TeV) VERITAS ~0.5 at 1TeV

More information

AGILE AGN Working Group S.Mereghetti - on behalf of the AGILE Team

AGILE AGN Working Group S.Mereghetti - on behalf of the AGILE Team AGILE Scientific Program and S. Mereghetti on behalf of the AGILE team Data Rights AGILE Science Management Plan High level document issued in February 2004 Defines: Scientific Management of the mission

More information

Indirect Dark Matter Searches in the Milky Way Center with the LAT on board Fermi

Indirect Dark Matter Searches in the Milky Way Center with the LAT on board Fermi Indirect Dark Matter Searches in the Milky Way Center with the LAT on board Fermi B. Cañadas, A. Morselli and V. Vitale on behalf of the Fermi LAT Collaboration Outline Gamma rays from Dark Matter Dark

More information

A Novel Maximum Likelihood Method For VERITAS Analysis

A Novel Maximum Likelihood Method For VERITAS Analysis A Novel Maximum Likelihood Method For VERITAS Analysis Tom Brantseg for the VERITAS collaboration August, 2017 Outline 1 Motivation 2 3D MLM overview 3 Preliminary Results 4 Current and Future Work Motivation

More information

Bright gamma-ray sources observed by DArk Matter Particle Explorer

Bright gamma-ray sources observed by DArk Matter Particle Explorer Bright gamma-ray sources observed by DArk Matter Particle Explorer a, Kai-Kai Duan ab, Zhao-Qiang Shen ab, Zun-Lei Xu a, and Simone Garrappa c on behalf of the DAMPE collaboration a Key Laboratory of Dark

More information

Searching for dark matter annihilation lines with HESS II. Knut Dundas Morå for the HESS collaboration

Searching for dark matter annihilation lines with HESS II. Knut Dundas Morå for the HESS collaboration Searching for dark matter annihilation lines with HESS II Knut Dundas Morå for the HESS collaboration Outline Indirect Dark Matter detection Dark Matter signatures Dark Matter distributions Fermi Line

More information

PoS(ICRC2017)765. Towards a 3D analysis in Cherenkov γ-ray astronomy

PoS(ICRC2017)765. Towards a 3D analysis in Cherenkov γ-ray astronomy Towards a 3D analysis in Cherenkov γ-ray astronomy Jouvin L. 1, Deil C. 2, Donath A. 2, Kerszberg D. 3, Khelifi B. 1, Lemière A. 1, Terrier R. 1,. E-mail: lea.jouvin@apc.in2p3.fr 1 APC (UMR 7164, CNRS,

More information

Fermi Source Analyses and Identifying VERITAS Candidates

Fermi Source Analyses and Identifying VERITAS Candidates Fermi Source Analyses and Identifying VERITAS Candidates 1 1 1. University of California, Berkeley 2 Overview Introduction VERITAS Fermi Analysis Likelihood Doppler Factor Estimation Motivations Blazars

More information

PROSPECTS FOR CTA OBSERVATIONS OF GAMMA-RAY EMISSION FROM GRAVITATIONAL WAVES AND GAMMA- RAY BURSTS

PROSPECTS FOR CTA OBSERVATIONS OF GAMMA-RAY EMISSION FROM GRAVITATIONAL WAVES AND GAMMA- RAY BURSTS PROSPECTS FOR CTA OBSERVATIONS OF GAMMA-RAY EMISSION FROM GRAVITATIONAL WAVES AND GAMMA- RAY BURSTS Sierra Watkins Barnard College New York, NY Columbia University, Nevis Laboratories REU August 4, 2017

More information

Analysis of extended sources with the EPIC cameras

Analysis of extended sources with the EPIC cameras Analysis of extended sources with the EPIC cameras 7 th ESAC SAS Workshop June 19 22, 2007 Science Operations Centre 1 Status Analysis of extended sources is complex, challenging and time-consuming There

More information

Calibration of the AGILE Gamma Ray Imaging Detector

Calibration of the AGILE Gamma Ray Imaging Detector Calibration of the AGILE Gamma Ray Imaging Detector Andrew Chen on behalf of the AGILE Team April 11, 2011 AGILE Astrorivelatore Gamma ad Immagini LEggero Italian Space Agency (ASI) small mission Participation

More information

arxiv: v1 [astro-ph.im] 8 Jun 2018

arxiv: v1 [astro-ph.im] 8 Jun 2018 Astronomy & Astrophysics manuscript no. vovk_skyprism c ESO 18 June 11, 18 A spatial likelihood analysis for MAGIC telescope data From instrument response modelling to spectral extraction Ie. Vovk 1, M.

More information

Detecting New Sources of High-Energy Gamma Rays

Detecting New Sources of High-Energy Gamma Rays Detecting New Sources of High-Energy Gamma Rays Jennifer M. Sierchio 1,2, Rene A. Ong 2, and Stephen J. Fegan 2 1 Department of Astronomy, Steward Observatory, University of Arizona, Tucson, AZ 85721 USA

More information

A New Method for Characterizing Unresolved Point Sources: applications to Fermi Gamma-Ray Data

A New Method for Characterizing Unresolved Point Sources: applications to Fermi Gamma-Ray Data A New Method for Characterizing Unresolved Point Sources: applications to Fermi Gamma-Ray Data Ben Safdi Massachusetts Institute of Technology 2015 B.S., S. Lee, M. Lisanti, and B.S., S. Lee, M. Lisanti,

More information

A. Chen (INAF-IASF Milano) On behalf of the Fermi collaboration

A. Chen (INAF-IASF Milano) On behalf of the Fermi collaboration A. Chen (INAF-IASF Milano) On behalf of the Fermi collaboration Astro-Siesta, May 13 th 2010 Why is it important? Contains information about the evolution of matter in the universe: star formation history,

More information

VERITAS Performance Gernot Maier

VERITAS Performance Gernot Maier VERITAS Performance Gernot Maier Alliance for Astroparticle Physics What scientific impact will VERITAS have in the next 3-5 years? Galactic long-term plan Performance Operations LTP & Performance May

More information

Supernova Remnants as Cosmic Ray Accelerants. By Jamie Overbeek Advised by Prof. J. Finley

Supernova Remnants as Cosmic Ray Accelerants. By Jamie Overbeek Advised by Prof. J. Finley Supernova Remnants as Cosmic Ray Accelerants By Jamie Overbeek Advised by Prof. J. Finley Cosmic Rays Discovered by Victor Hess in 1911 during a balloon flight through Austria He used an electroscope to

More information

VERITAS detection of VHE emission from the optically bright quasar OJ 287

VERITAS detection of VHE emission from the optically bright quasar OJ 287 VERITAS detection of VHE emission from the optically bright quasar OJ 287 S. Zola & NASA/JPL S. O Brien For The VERITAS Collaboration Outline 1. OJ 287 2. Historical Observations and Monitoring Programs

More information

The Galactic diffuse gamma ray emission in the energy range 30 TeV 3 PeV

The Galactic diffuse gamma ray emission in the energy range 30 TeV 3 PeV The Galactic diffuse gamma ray emission in the energy range 30 TeV 3 PeV Mount Rainier by Will Christiansen Silvia Vernetto & Paolo Lipari 35th ICRC 12-20 July 2017 - Busan - South Korea Gamma ray astronomy

More information

Time-domain astronomy with the Fermi Gamma-ray Burst Monitor

Time-domain astronomy with the Fermi Gamma-ray Burst Monitor Time-domain astronomy with the Fermi Gamma-ray Burst Monitor C. Michelle Hui (NASA/MSFC) on behalf of the Fermi GBM team TeVPA, Aug 11 2017 GBM: FOV >8sr Whole sky every ~90min Fermi Gamma-ray Space Telescope

More information

VERITAS detection of VHE emission from the optically bright quasar OJ 287

VERITAS detection of VHE emission from the optically bright quasar OJ 287 VERITAS detection of VHE emission from the optically bright quasar OJ 287 for the VERITAS Collaboration University College Dublin E-mail: stephan.o-brien@ucdconnect.ie We report on the VERITAS detection

More information

Fermi Bubble Analysis with Low Energy

Fermi Bubble Analysis with Low Energy Fermi Bubble Analysis with Low Energy Cascades IC86 Point Source Call 2016-02-22 Lisa Unger Uppsala University FB analysis wiki page 1 Reminder Reviewer: internal: Mike Richman external: Spencer Klein

More information

The H.E.S.S. Standard Analysis Technique

The H.E.S.S. Standard Analysis Technique The H.E.S.S. Standard Analysis Technique Wystan Benbow for the H.E.S.S. Collaboration Max Planck Institut für Kernphysik Postfach 103980 D-69029 Heidelberg, Germany The High Energy Stereoscopic System

More information

arxiv: v1 [astro-ph.he] 18 Dec 2017

arxiv: v1 [astro-ph.he] 18 Dec 2017 A New Gamma-Ray Source in the Vicinity of the Galactic Supernova Remnant G306.3 0.9 arxiv:1712.06415v1 [astro-ph.he] 18 Dec 2017 TUBITAK Space Technologies Research Institute, Ankara, Turkey E-mail: tulun.ergin@tubitak.gov.tr

More information

Galactic Novae Simulations with the Cherenkov Telescope Array

Galactic Novae Simulations with the Cherenkov Telescope Array Galactic Novae Simulations with the Cherenkov Telescope Array Colin Adams University of Wisconsin - Madison Columbia University, 2017 Nevis Labs REU Abstract Context. The recent discovery of classical

More information

Observing TeV Gamma Rays from the Jet Interaction Regions of SS 433 with HAWC

Observing TeV Gamma Rays from the Jet Interaction Regions of SS 433 with HAWC Observing TeV Gamma Rays from the Jet Interaction Regions of SS 433 with HAWC Chang Dong Rho University of Rochester TeVPA 2018 Berlin, Germany 08/28/2018 Overview 2 Microquasars as sources of TeV gamma

More information

Cherenkov Telescope Array ELINA LINDFORS, TUORLA OBSERVATORY ON BEHALF OF CTA CONSORTIUM, TAUP

Cherenkov Telescope Array ELINA LINDFORS, TUORLA OBSERVATORY ON BEHALF OF CTA CONSORTIUM, TAUP Cherenkov Telescope Array A SENSITIVE PROBE OF EXTREME UNIVERSE ELINA LINDFORS, TUORLA OBSERVATORY ON BEHALF OF CTA CONSORTIUM, TAUP 2015 1 The CTA Observatory SST ( 4m) LST ( 23m) MST ( 12m) South North

More information

Observability of gamma-ray spectral feature from Kaluza-Klein dark matter

Observability of gamma-ray spectral feature from Kaluza-Klein dark matter Observability of gamma-ray spectral feature from Kaluza-Klein dark matter Satoshi Tsuchida 1 and Masaki Mori 2,a) 1 Department of Physics, Osaka City University, Osaka 558-8585, Japan 2 Department of Physical

More information

The VERITAS Survey of the Cygnus Region of the Galaxy

The VERITAS Survey of the Cygnus Region of the Galaxy The VERITAS Survey of the Cygnus Region of the Galaxy for the VERITAS collaboration University of California, Los Angeles E-mail: apopkow@ucla.edu The Cygnus region is a very active region of our Galaxy

More information

Galactic Novae Simulations for the Cherenkov Telescope Array

Galactic Novae Simulations for the Cherenkov Telescope Array Galactic Novae Simulations for the Cherenkov Telescope Array REU Final Presentation August 4, 2017 Colin Adams Primary Mentors: Brian Humensky, Deivid Ribeiro Outline Introduction Why and how do we study

More information

THE PATH TOWARDS THE CHERENKOV TELESCOPE ARRAY OBSERVATORY. Patrizia Caraveo

THE PATH TOWARDS THE CHERENKOV TELESCOPE ARRAY OBSERVATORY. Patrizia Caraveo THE PATH TOWARDS THE CHERENKOV TELESCOPE ARRAY OBSERVATORY Patrizia Caraveo 5 y integration of the gamma-ray sky Optical +TeV The TeV sky > 40, Active Galactic Nuclei (Blazars) AGN TeV by electrons (strong

More information

Detecting Gamma-Ray Bursts in the DC1 Data

Detecting Gamma-Ray Bursts in the DC1 Data Detecting Gamma-Ray Bursts in the DC Data David Band (GSSC) DC Closeout Goal Develop a LAT burst trigger for use on the spacecraft and on the ground. Ground-based trigger may be end of Level pipeline or

More information

Nikolay Topchiev for the GAMMA-400 Collaboration High-energy gamma-ray studying with GAMMA-400

Nikolay Topchiev for the GAMMA-400 Collaboration High-energy gamma-ray studying with GAMMA-400 Nikolay Topchiev for the GAMMA-400 Collaboration High-energy gamma-ray studying with GAMMA-400 July 12-20, 2017, ICRC2017, Busan, Korea High-energy gamma-ray studying Distribution of 3033 discrete sources

More information

EBL Studies with the Fermi Gamma-ray Space Telescope

EBL Studies with the Fermi Gamma-ray Space Telescope EBL Studies with the Fermi Gamma-ray Space Telescope Luis C. Reyes KICP The Extragalactic Background Light (EBL) What is it? Accumulation of all energy releases in the form of electromagnetic radiation.

More information

CLUMPY: A public code for γ-ray and ν signals from dark matter structures.

CLUMPY: A public code for γ-ray and ν signals from dark matter structures. CLUMPY: A public code for γ-ray and ν signals from dark matter structures. Moritz Hütten, DESY Zeuthen for the CLUMPY developers: Vincent Bonnivard, Moritz Hütten, Emmanuel Nezri, Aldée Charbonnier, Céline

More information

OVERVIEW OF A 3C279 s FLARE and SIMULATION OF AGNs

OVERVIEW OF A 3C279 s FLARE and SIMULATION OF AGNs Gamma-ray Large Area Space Telescope OVERVIEW OF A 3C279 s FLARE and SIMULATION OF AGNs Alessandro Buzzatti Università degli Studi di Torino / SLAC Alessandro Buzzatti 1 Outline Overview of 3C279 flare

More information

The VelaX pulsar wind nebula in the TeV regime. Bernhard Glück for the H.E.S.S. Collaboration July 8th, 2009, Boston

The VelaX pulsar wind nebula in the TeV regime. Bernhard Glück for the H.E.S.S. Collaboration July 8th, 2009, Boston The VelaX pulsar wind nebula in the TeV regime Bernhard Glück for the H.E.S.S. Collaboration July 8th, 2009, Boston Outline The H.E.S.S. Experiment Results for PWN VelaX from observation 2004 to 2006 Follow

More information

Fermi: Highlights of GeV Gamma-ray Astronomy

Fermi: Highlights of GeV Gamma-ray Astronomy Fermi: Highlights of GeV Gamma-ray Astronomy Dave Thompson NASA GSFC On behalf of the Fermi Gamma-ray Space Telescope Large Area Telescope Collaboration Neutrino Oscillation Workshop Otranto, Lecce, Italy

More information

Exploring Data. Keck LRIS spectra. Handbook of CCD Astronomy by Steve Howell Chap. 4, parts of 6

Exploring Data. Keck LRIS spectra. Handbook of CCD Astronomy by Steve Howell Chap. 4, parts of 6 Exploring Data Keck LRIS spectra Handbook of CCD Astronomy by Steve Howell Chap. 4, parts of 6 FITS: Flexible Image Transport System Digital file format used to store astronomical images, data, and catalogs.

More information

Pulsar Wind Nebulae as seen by Fermi-Large Area Telescope

Pulsar Wind Nebulae as seen by Fermi-Large Area Telescope Pulsar Wind Nebulae as seen by Fermi-Large Area Telescope Marie-Hélène Grondin Centre d'etudes Nucléaires de Bordeaux- Gradignan SNR/PWN Workshop Montpellier, 2010 June 1 th M.-H. Grondin, SNR/PWN Wokshop,

More information

Gamma-ray Astrophysics with VERITAS: Exploring the violent Universe

Gamma-ray Astrophysics with VERITAS: Exploring the violent Universe Gamma-ray Astrophysics with VERITAS: Exploring the violent Universe K. Ragan McGill University Soup & Science 11-Jan-2008 Soup & Science Jan. '08 1 How do we know about the Universe? Historically, all

More information

Cosmic Ray Electrons and GC Observations with H.E.S.S.

Cosmic Ray Electrons and GC Observations with H.E.S.S. Cosmic Ray Electrons and GC Observations with H.E.S.S. Christopher van Eldik (for the H.E.S.S. Collaboration) MPI für Kernphysik, Heidelberg, Germany TeVPA '09, SLAC, July 2009 The Centre of the Milky

More information

Recent Observations of Supernova Remnants

Recent Observations of Supernova Remnants 1 Recent Observations of Supernova Remnants with VERITAS Tülün Ergin (U. of Massachusetts Amherst, MA) on behalf of the VERITAS Collaboration (http://veritas.sao.arizona.edu) 2 Contents Supernova Remnants

More information

Status and Future of the HESS experiment

Status and Future of the HESS experiment Status and Future of the HESS experiment Martin Tluczykont for the HESS Collaboration LLR Ecole Polytechnique Joint Symposium on GeV-TeV Astrophysics in the GLAST Era Stanford, September 2004 HESS Phase

More information

1. GAMMA-RAY BURSTS & 2. FAST RADIO BURSTS

1. GAMMA-RAY BURSTS & 2. FAST RADIO BURSTS 1. GAMMA-RAY BURSTS & 2. FAST RADIO BURSTS WITH TAM, Pak Hin (Sun Yat-sen University/ICRR) GAMMA-RAY BURST OBSERVATIONS WITH CTA LESSONS LEARNT FROM FERMI/LAT TAM, Pak Hin (Sun Yat-sen University/ICRR,

More information

The DISP analysis method for point-like or extended γ source searches/studies with the MAGIC Telescope

The DISP analysis method for point-like or extended γ source searches/studies with the MAGIC Telescope 9th International Cosmic Ray Conference Pune (5), 11 16 The DISP analysis method for point-like or extended γ source searches/studies with the MAGIC Telescope E. Domingo-Santamaría a, J. Flix a, V. Scalzotto

More information

The Sun and the Solar System in Gamma Rays

The Sun and the Solar System in Gamma Rays The Sun and the Solar System in Gamma Rays R. Desiante1 on behalf of the Fermi-LAT collaboration SciNeGHE 2016 1 INFN Torino Outline Introduction The Fermi Gamma-Ray Space Telescope The active Sun as seen

More information

Mattia Di Mauro Eric Charles, Matthew Wood

Mattia Di Mauro Eric Charles, Matthew Wood Characterizing the population of pulsars in the Galactic bulge with the Fermi Large Area Telescope ArXiv:1705.00009 Submitted to ApJ Mattia Di Mauro Eric Charles, Matthew Wood On behalf of the Fermi-LAT

More information

Status and prospects

Status and prospects Status and prospects Gtgrb was developed starting from Nukri s scripts Johann made a package to be used within ipython framework Many scripts collected in a common framework GRB, LAT (Detector), GRB (Detector)

More information

IC59+40 Point Source Analysis. Mike Baker, Juan A Aguilar, Jon Dumm, Chad Finley, Naoko Kurahashi, Teresa Montaruli. 12 May 2011

IC59+40 Point Source Analysis. Mike Baker, Juan A Aguilar, Jon Dumm, Chad Finley, Naoko Kurahashi, Teresa Montaruli. 12 May 2011 IC59+40 Point Source Analysis Mike Baker, Juan A Aguilar, Jon Dumm, Chad Finley, Naoko Kurahashi, Teresa Montaruli 12 May 2011 http://wiki.icecube.wisc.edu/index.php/ic59+40_point_source_analysis Goals

More information

ASTRONOMY 460: PROJECT INTRO - GALACTIC ROTATION CURVE

ASTRONOMY 460: PROJECT INTRO - GALACTIC ROTATION CURVE ASTRONOMY 460: PROJECT INTRO - GALACTIC ROTATION CURVE Snežana Stanimirović, October 6, 2014 1. Introduction This project has two goals: we want to measure the Milky Way (or Galactic) rotation curve by

More information

Fully Bayesian Analysis of Low-Count Astronomical Images

Fully Bayesian Analysis of Low-Count Astronomical Images Fully Bayesian Analysis of Low-Count Astronomical Images 1 Alanna Connors 2 1 Department of Statistics University of California, Irvine 2 Eurika Scientific Thanks to James Chiang, Adam Roy, and The California

More information

Recent highlights from VERITAS

Recent highlights from VERITAS Recent highlights from VERITAS K. Ragan McGill University RICAP 2011, Rome, 26-May-2011 K. Ragan VERITAS RICAP '11 1 Outline Very high-energy (VHE) gamma-ray astrophysics Ground-based observations with

More information

Constraints and Signals from the Diffuse Gamma Ray and X-ray Backgrounds

Constraints and Signals from the Diffuse Gamma Ray and X-ray Backgrounds Constraints and Signals from the Diffuse Gamma Ray and X-ray Backgrounds Kevork Abazajian University of California, Irvine!! KICP High-Energy Messengers Workshop June 10, 2014 The Diffuse Gamma Ray Background

More information

Measurement of CR anisotropies with the AMS detector on the ISS

Measurement of CR anisotropies with the AMS detector on the ISS Measurement of CR anisotropies with the AMS detector on the ISS J. Casaus ( CIEMAT Spain ) on behalf of the AMS Collaboration Origin of excess of positrons Positron fraction shows an excess above 10 GeV

More information

The Characterization of the Gamma-Ray Excess from the Central Milky Way

The Characterization of the Gamma-Ray Excess from the Central Milky Way The Characterization of the Gamma-Ray Excess from the Central Milky Way Tim Linden along with: Tansu Daylan, Doug Finkbeiner, Dan Hooper, Stephen Portillo, Tracy Slatyer, Ilias Cholis 1402.6703 1407.5583

More information

Fermi-LAT and WMAP observations of the SNR Puppis A

Fermi-LAT and WMAP observations of the SNR Puppis A Fermi-LAT and WMAP observations of the SNR Puppis A Marie-Hélène Grondin & Marianne Lemoine-Goumard Hewitt, J., Grondin, MH, et al. 2012, ApJ, accepted (arxiv:1210.4474) MODE-SNR-PWN workshop - November

More information

Discovery of TeV Gamma-ray Emission Towards Supernova Remnant SNR G Last Updated Tuesday, 30 July :01

Discovery of TeV Gamma-ray Emission Towards Supernova Remnant SNR G Last Updated Tuesday, 30 July :01 Background-subtracted gamma-ray count map of SNR G78.2+2.1 showing the VERITAS detection (VER2019+407). For details, see Figure 1 below. Reference: E. Aliu et al. (The VERITAS Collaboration), Astrophysical

More information

Justin Vandenbroucke (KIPAC, Stanford / SLAC) for the Fermi LAT collaboration

Justin Vandenbroucke (KIPAC, Stanford / SLAC) for the Fermi LAT collaboration Measurement of the cosmic ray positron spectrum with the Fermi LAT using the Earth s magnetic field Justin Vandenbroucke (KIPAC, Stanford / SLAC) for the Fermi LAT collaboration International Cosmic Ray

More information

H.E.S.S. Unidentified Gamma-ray Sources in a Pulsar Wind Nebula Scenario And HESS J

H.E.S.S. Unidentified Gamma-ray Sources in a Pulsar Wind Nebula Scenario And HESS J H.E.S.S. Unidentified Gamma-ray Sources in a Pulsar Wind Nebula Scenario And HESS J1303-631 Matthew Dalton Humboldt University at Berlin For the H.E.S.S. Collaboration TeV Particle Astrophysics, Paris.

More information

A Search for Point Sources of High Energy Neutrinos with AMANDA-B10

A Search for Point Sources of High Energy Neutrinos with AMANDA-B10 A Search for Point Sources of High Energy Neutrinos with AMANDA-B10 Scott Young, for the AMANDA collaboration UC-Irvine PhD Thesis: http://area51.berkeley.edu/manuscripts Goals! Perform an all-sky search

More information

The Characterization of the Gamma-Ray Excess from the Central Milky Way

The Characterization of the Gamma-Ray Excess from the Central Milky Way The Characterization of the Gamma-Ray Excess from the Central Milky Way Tim Linden along with: Tansu Daylan, Doug Finkbeiner, Dan Hooper, Stephen Portillo, Tracy Slatyer, Ilias Cholis 1402.6703 1407.5583

More information

Tentative observation of a gamma-ray line at the Fermi Large Area Telescope

Tentative observation of a gamma-ray line at the Fermi Large Area Telescope Tentative observation of a gamma-ray line at the Fermi Large Area Telescope arxiv:1203.1312 with T. Bringmann, X. Huang, A. Ibarra, S. Vogl (accepted for JCAP), arxiv:1204.2797 (accepted for JCAP) Christoph

More information

Search for Point-like. Neutrino Telescope

Search for Point-like. Neutrino Telescope Search for Point-like Sources with the ANTARES Neutrino Telescope Francisco Salesa Greus IFIC (CSIC Universitat de València, Spain) On behalf of the ANTARES collaboration Outline Neutrino astronomy. The

More information

How bright can the brightest neutrino source be?

How bright can the brightest neutrino source be? TeV Particle Astrophysics Columbus, OH August, 2017 How bright can the brightest neutrino source be? Shin ichiro Ando University of Amsterdam Ando, Feyereisen, Fornasa, Phys. Rev. D 95, 3003 (2017) Lessons

More information

Mattia Di Mauro. Fermi-LAT point source population studies and origin of the Fermi-LAT gamma-ray background. Trieste, May, 3, 2016

Mattia Di Mauro. Fermi-LAT point source population studies and origin of the Fermi-LAT gamma-ray background. Trieste, May, 3, 2016 Fermi-LAT point source population studies and origin of the Fermi-LAT gamma-ray background Mattia Di Mauro On behalf of the Fermi- LAT Collaboration 1 Trieste, May, 3, 2016 THE ISOTROPIC GAMMA RAY BACKGROUND

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: Gamma-ray Large Area Space Telescope GLAST Large Area Telescope: Project Overview Robert P. Johnson Santa Cruz Institute for Particle Physics Physics Department University of California at Santa Cruz LAT

More information

Ground Based Gamma Ray Astronomy with Cherenkov Telescopes. HAGAR Team

Ground Based Gamma Ray Astronomy with Cherenkov Telescopes. HAGAR Team Ground Based Gamma Ray Astronomy with Cherenkov Telescopes HAGAR Team DHEP Annual Meeting, 7-8 April, 2016 Projects : HAGAR Telescope System Development of G-APD based imaging camera Calibration device

More information

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Lecture #6 Goal: VO Workflows Science Usage Nicholas Walton AstroGrid Project Scientist Institute of Astronomy, The University

More information

Constraints on cosmic-ray origin from gamma-ray observations of supernova remnants

Constraints on cosmic-ray origin from gamma-ray observations of supernova remnants Constraints on cosmic-ray origin from gamma-ray observations of supernova remnants Marianne Lemoine-Goumard (CENBG, Université Bordeaux, CNRS-IN2P3, France) On behalf of the Fermi-LAT and HESS Collaborations

More information

Galactic diffuse gamma-rays

Galactic diffuse gamma-rays Galactic diffuse gamma-rays Masaki Mori Department of Physics, College of Science & Engineering, Ritsumeikan University 1 July 31, 2009, Dept. Astronomy, Kyoto University GeV gamma-ray sky by EGRET Compton

More information

The Galaxy Viewed at Very Short Time-Scales with the Berkeley Visible Image Tube (BVIT)

The Galaxy Viewed at Very Short Time-Scales with the Berkeley Visible Image Tube (BVIT) The Galaxy Viewed at Very Short Time-Scales with the Berkeley Visible Image Tube (BVIT) Barry Y. Welsh, O.H.W. Siegmund, J. McPhate, D. Rogers & J.V. Vallerga Space Sciences Laboratory University of California,

More information

Basic Structure of the High-energy Observations. Preparation of the Data for the Analysis. Methods to Examine the Periodic Signal

Basic Structure of the High-energy Observations. Preparation of the Data for the Analysis. Methods to Examine the Periodic Signal Timing Analysis of the Fermi Observations Basic Structure of the High-energy Observations Preparation of the Data for the Analysis Methods to Examine the Periodic Signal The related commands to perform

More information

What do we know after 6 years of Integral?

What do we know after 6 years of Integral? hard X-ray and soft -ray Galactic diffuse emission What do we know after 6 years of Integral? & a very short status on the future of the mission R. Terrier APC Diffuse emission 6 years ago ~10 MeV < E,

More information

Cross-Correlation of Cosmic Shear and Extragalactic Gamma-ray Background

Cross-Correlation of Cosmic Shear and Extragalactic Gamma-ray Background Cross-Correlation of Cosmic Shear and Extragalactic Gamma-ray Background Masato Shirasaki (Univ. of Tokyo) with Shunsaku Horiuchi (UCI), Naoki Yoshida (Univ. of Tokyo, IPMU) Extragalactic Gamma-Ray Background

More information

Discovery of a New Gamma-Ray Binary: 1FGL J

Discovery of a New Gamma-Ray Binary: 1FGL J Discovery of a New Gamma-Ray Binary: 1FGL J1018.6-5856 Robin Corbet (UMBC/NASA GSFC) on behalf of the Fermi-LAT collaboration, & M.J. Coe, P.G. Edwards, M.D. Filipovic, J.L. Payne, J. Stevens, M.A.P. Torres

More information

Fermi Large Area Telescope:

Fermi Large Area Telescope: Fermi Large Area Telescope: Early Results on Pulsars Kent Wood Naval Research Lab kent.wood@nrl.navy.mil for the Fermi LAT Collaboration Tokyo Institute of Technology 7 March 2009 K. Wood (NRL) 1/30 Fermi

More information

The TV3 ground calibrations of the WFC3 NIR grisms

The TV3 ground calibrations of the WFC3 NIR grisms The TV3 ground calibrations of the WFC3 NIR grisms H. Kuntschner, H. Bushouse, J. R. Walsh, M. Kümmel July 10, 2008 ABSTRACT Based on thermal vacuum tests (TV3; March/April 2008), the performance of the

More information

A New TeV Source in the Vicinity of Cygnus OB2

A New TeV Source in the Vicinity of Cygnus OB2 The Universe Viewed in Gamma-Rays 1 A New TeV Source in the Vicinity of Cygnus OB2 Gavin ROWELL and Dieter HORNS (for the HEGRA Collaboration) Max Planck Institut für Kernphysik, Heidelberg, Germany Abstract

More information

Galactic sources in GeV/TeV Astronomy and the new HESS Results

Galactic sources in GeV/TeV Astronomy and the new HESS Results Galactic sources in GeV/TeV Astronomy and the new HESS Results Martin Tluczykont for the HESS Collaboration LLR Ecole Polytechnique Joint Symposium on GeV-TeV Astrophysics in the GLAST Era Stanford, September

More information

Data Reduction - Optical / NIR Imaging. Chian-Chou Chen Ph319

Data Reduction - Optical / NIR Imaging. Chian-Chou Chen Ph319 Data Reduction - Optical / NIR Imaging Chian-Chou Chen (T.C.) @ Ph319 Images at different wavelengths... Images at different wavelengths... However, the raw data are always not as pretty Why? The total

More information

Gamma-ray observations of millisecond pulsars with the Fermi LAT. Lucas Guillemot, MPIfR Bonn. NS2012 in Bonn 27/02/12.

Gamma-ray observations of millisecond pulsars with the Fermi LAT. Lucas Guillemot, MPIfR Bonn. NS2012 in Bonn 27/02/12. Gamma-ray observations of millisecond pulsars with the Fermi LAT Lucas Guillemot, MPIfR Bonn guillemo@mpifr-bonn.mpg.de NS2012 in Bonn 27/02/12 The Fermi Gamma-ray Space Telescope Fermi = Large Area Telescope

More information

SEARCH FOR AXION- LIKE PARTICLE SIGNATURES IN GAMMA-RAY DATA

SEARCH FOR AXION- LIKE PARTICLE SIGNATURES IN GAMMA-RAY DATA SEARCH FOR AXION- LIKE PARTICLE SIGNATURES IN GAMMA-RAY DATA MANUEL MEYER, JAN CONRAD, MIGUEL SANCHEZ-CONDE DECEMBER 11, 2015 GAMMA RAYS AND DARK MATTER 2015 OBERGURGL, AUSTRIA MANUEL.MEYER@FYSIK.SU.SE

More information

Using the Fermi-LAT to Search for Indirect Signals from Dark Matter Annihilation

Using the Fermi-LAT to Search for Indirect Signals from Dark Matter Annihilation Using the Fermi-LAT to Search for Indirect Signals from Dark Matter Annihilation Tim Linden UC - Santa Cruz Representing the Fermi-LAT Collaboration with acknowledgements to: Brandon Anderson, Elliott

More information

Expected and unexpected gamma-ray emission from GRBs in light of AGILE and Fermi. Marco Tavani (INAF & University of Rome Tor Vergata)

Expected and unexpected gamma-ray emission from GRBs in light of AGILE and Fermi. Marco Tavani (INAF & University of Rome Tor Vergata) Expected and unexpected gamma-ray emission from GRBs in light of AGILE and Fermi Marco Tavani (INAF & University of Rome Tor Vergata) The EGRET heritage; Outline Description of the AGILE detectors for

More information

Science Analysis Tools Design

Science Analysis Tools Design Science Analysis Tools Design Robert Schaefer Software Lead, GSSC July, 2003 GLAST Science Support Center LAT Ground Software Workshop Design Talk Outline Definition of SAE and system requirements Use

More information

Status of the MAGIC telescopes

Status of the MAGIC telescopes SNOWPAC 2010 Status of the MAGIC telescopes Pierre Colin for the MAGIC collaboration Max-Planck-Institut für physik (Munich) Status of the MAGIC telescopes MAGIC-1 MAGIC-2 Outline: Recent results of the

More information

arxiv: v1 [astro-ph.he] 16 Jan 2018

arxiv: v1 [astro-ph.he] 16 Jan 2018 Unidentified Fermi LAT Transients Near The Galactic Plane Dirk Pandel arxiv:11.v1 [astro-ph.he] 1 Jan 1 Department of Physics, Grand Valley State University, Allendale, MI 91, USA Abstract. The Fermi LAT

More information

Searches for astrophysical sources of neutrinos using cascade events in IceCube

Searches for astrophysical sources of neutrinos using cascade events in IceCube Searches for astrophysical sources of neutrinos using cascade events in IceCube Mike Richman TeVPA 2017 August 8, 2017 Source Searches with IceCube Cascades TeVPA 17 Mike Richman (Drexel University) 1

More information

Calibration of ACS Prism Slitless Spectroscopy Modes

Calibration of ACS Prism Slitless Spectroscopy Modes The 2005 HST Calibration Workshop Space Telescope Science Institute, 2005 A. M. Koekemoer, P. Goudfrooij, and L. L. Dressel, eds. Calibration of ACS Prism Slitless Spectroscopy Modes S. S. Larsen, M. Kümmel

More information

Performance and Sensitivity of H.E.S.S.

Performance and Sensitivity of H.E.S.S. Performance and Sensitivity of H.E.S.S. Christopher van Eldik Max-Planck-Institut für Kernphysik Heidelberg 2006 Philippe Plailly. www.eurelios.com PSF & FoV Cut Efficiencies Energy Estimation Flux Sensitivity

More information

Multi-instrument, multiwavelength. energy sources with the Virtual Observatory

Multi-instrument, multiwavelength. energy sources with the Virtual Observatory Multi-instrument, multiwavelength study of high energy sources with the Virtual Observatory Caroline Bot 1,2, François Bonnarel 1,2, René Goosmann 2 and Françoise Genova 1,2 1: Centre de Données astronomiques

More information

LightWork Memo 18: Galactic Spectra Data Overview 1

LightWork Memo 18: Galactic Spectra Data Overview 1 LightWork Memo 18: Galactic Spectra Data Overview 1 Subject: Galactic Spectra Data Overview Memo: 18, revision 1 From: Glen Langston, Evan Smith and Sophie Knudsen Date: 2017 August 18 Summary: Examples

More information

SPATIAL UNIFORMITY OF THE GALACTIC GAMMA-RAY EXCESS. Manoj Kaplinghat, UC Irvine

SPATIAL UNIFORMITY OF THE GALACTIC GAMMA-RAY EXCESS. Manoj Kaplinghat, UC Irvine SPATIAL UNIFORMITY OF THE GALACTIC GAMMA-RAY EXCESS Manoj Kaplinghat, UC Irvine Bas Observed Extended Counts Source Model THE GALACTIC CENTER EXCESS 0.69 0.95 GeV 0.95 1.29 GeV 1.29 1.76 GeV 1.76 2.40

More information

SNRs, PWNe, and gamma-ray binaries: the ASTRI/CTA mini-array view

SNRs, PWNe, and gamma-ray binaries: the ASTRI/CTA mini-array view 9th ASTRI Collaboration Meeting Universidade de São Paulo Instituto de Astronomia, Geofisica e Ciencias Atmosferica SNRs, PWNe, and gamma-ray binaries: the ASTRI/CTA mini-array view A. Giuliani INAF /

More information

Constraining Galactic dark matter in the Fermi-LAT sky with photon counts statistics

Constraining Galactic dark matter in the Fermi-LAT sky with photon counts statistics Constraining Galactic dark matter in the Fermi-LAT sky with photon counts statistics Moriond Cosmology 2018 Silvia Manconi (University of Turin & INFN) March 20, 2018 In collaboration with: Hannes Zechlin,

More information