fermi lat data analysis
play

Fermi LAT data analysis PSR J0633+1746 VER J0648+152 4 0 50 100 - PowerPoint PPT Presentation

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


  1. Fermi LAT data analysis PSR J0633+1746 VER J0648+152 4 0 50 100 150 200

  2. Fermi Gamma-ray Space Telescope • Large Area Telescope (LAT) ✦ ~20 MeV to >300 GeV Credit: NASA E/PO, Sonoma State University, Aurore Simonnet ✦ FOV: 2.4 sr • Gamma-ray Burst Monitor (GBM) ✦ ~10 keV to ~25 MeV ✦ FOV: >8 sr

  3. Fermi Science Support Center (FSSC) • http://fermi.gsfc.nasa.gov/ssc/

  4. The Cicerone • “Cicerone means ‘a person who conducts sightseers; guide’” • http://fermi.gsfc.nasa.gov/ssc/data/analysis/ documentation/Cicerone/

  5. Analysis Threads • http://fermi.gsfc.nasa.gov/ssc/data/analysis/ scitools/

  6. LAT Data Extraction

  7. LAT Data Extraction target source circular region start and end times } centered at the of observation target source default: 100 MeV - 300 GeV The region of interest (ROI) selection later on should be no bigger than this. Plan ahead or you have to download the data again!

  8. Data Selection • gtselect - defines data sub-selection criteria: region of interest (ROI), energy range, time range ... • gtmktime - selection of good-time intervals (GTIs)

  9. Data Selection - gtselect zenith cone buffer region “INDEF” allows the parameters { ROI to be read from the header Time range keywords Energy range Max. zenith angle (Associated with the previous Pass6 IRFs) Event class (hidden!)

  10. Data Selection - gtmktime • Good-time intervals - time intervals in which the data is good “Yes”: excludes time intervals where the buffer region intersects with the ROI

  11. Data Exploration - gtbin • gtbin - bin selected event list into image specify that you are making a counts map { dimensions of the counts map

  12. Data Exploration - gtbin PSR J0633+1746 VER J0648+152 4 0 50 100 150 200

  13. HEASARC Web Tools http://heasarc.nasa.gov/docs/tools.html Coordinate converter

  14. HEASARC Web Tools Time converter

  15. Likelihood Analysis

  16. Likelihood Analysis Q : Given an input model (a set of parameters), what is the probability of obtaining/reproducing the observed data from the model? The probability is termed the ... Likelihood L Our model: describes the gamma-ray sources in the sky (spatially + spectrally)

  17. Likelihood Analysis Suppose the data is binned according to their positions in the sky and their energies. The number of counts in each bin is characterized by the Poisson distribution. The probability of detecting n i photons in the i -th bin is given by: where m i is the number of predicted photons by the model in that bin. The likelihood function L is defined as the product of the probabilities: To get the model which best describes the data, we wish to maximize L . In other words, we wish to find out the set of model parameters such that L is maximized.

  18. Unbinned Likelihood Analysis Good for small data sets (short observation time) Re-writing L ... is the total number of predicted photons. If we let the size of each bin to be infinitesimally small, then n i will be 0 or 1. The unbinned likelihood To make life simpler, we deal with the logarithm:

  19. Likelihood Analysis The Test Statistic (TS) is defined as (“likelihood-ratio test”): where L max,0 = the maximum likelihood value for a model without an additional source (the ‘null hypothesis’) L max,1 = the maximum likelihood value for a model with the additional source at a specified location Wilk’s Theorem : If the number of photons is sufficiently large, the TS for the null hypothesis is distributed like a χ 2 ν distribution, where ν is the difference in the number of parameters between the models with and without the additional source. Detection significance

  20. Likelihood Analysis - The Source Model “describes the gamma-ray sources in the sky (spatially + spectrally)” Source Model : position in the sky spectral model • point sources e.g. simple power law, power law with exponential cutoff • galactic diffuse and isotropic all-sky (extra- galactic) emission • other sources (diffuse “templates”) In ordinary analysis, we treat as .

  21. Likelihood Analysis - The Instrumental Response Functions (IRFs) The model is folded with the instrumental response functions (IRFs) to obtain the number of predicted counts in the measured quantity space: Effective area Energy dispersion PSF http://www.slac.stanford.edu/exp/glast/groups/canda/lat_Performance.htm http://arxiv.org/abs/1206.1896

  22. Likelihood Analysis The log-likelihood becomes: where The likelihood will be evaluated many times during model fitting. To save CPU time, an “exposure map (cube)” is computed in advance (integral of total response over ROI data -space): which is independent of the source model.

  23. Likelihood Analysis - gtltcube & gtexpmap Exposure map: total exposure for a given position in the sky producing counts in the ROI Pre-requisite: the time that a given position in the sky is observed at a given inclination angle (this is called the “livetime”) has to be known This “livetime (exposure) cube” quantity is pre-computed by the tool gtltcube . specifies the grid of the “livetime cube” the livetime cube is used as an input to compute the exposure map specifies the grid of the exposure map

  24. Spectral Models • Simple power law • Power law with exponential cutoff e.g. pulsars • Log-parabola e.g. blazars The LAT 2-year Point Source Catalog is based on these models.

  25. Building the Model - make2FGLxml.py ... ... Example use: • from make2FGLxml import * • mymodel = srcList('gll_psc_v07.fit', 'eventfile.fits', 'myLATxmlmodel.xml') match the names! • mymodel.makeModel('gal_2yearp7v6_v0.fits', 'gal_2yearp7v6_v0', 'iso_p7v6source.txt', 'iso_p7v6source', ‘Templates’) $FERMI_DIR/refdata/fermi/galdiffuse/gal_2yearp7v6_v0.fits $FERMI_DIR/refdata/fermi/galdiffuse/isotropic_iem_v02_P6_V11_DIFFUSE.txt

  26. Building the Model - the XML file [ (2) spatial part [ (1) spectral part

  27. Building the Model - the XML file Galactic diffuse and isotropic all-sky emission

  28. Likelihood Analysis - gtdiffrsp Point-source: S is a delta-function, the integral is relatively easy Diffuse source: the integral is computational-intensive “In the likelihood calculations, it is assumed that the spatial and spectral parts of a source model factor in such a way that the integral over spatial distribution of a source can be performed independently of the spectral part...” Input source model, to determine: (1) whether pre-computed diffuse responses are present (2) whether an extended source is present in the model IRFs to use

  29. Likelihood Analysis - gtlike { keep your results! (for reference and for further iterations) we are performing unbinned likelihood analysis optimizer used for fitting, in general: (1) DRMNFB (2) NEWMINUIT store the screen output into a file! “[command] >& [file]”

  30. Likelihood Analysis - gtlike ... ...

  31. Likelihood Analysis - gttsmap { dimensions of the output TS map

  32. Likelihood Analysis - gttsmap Goal: to find sources that are barely detectable. Model the strong, known, well- identified sources -> look for point sources that are not present in the model Moving a putative point source through a grid of locations in the sky and maximizing -log(likelihood). 40000 60000 80000 100000 120000

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend