Using LAT's New Pass 8 Data
The FSSC is now serving Pass 8 LAT data for analysis. The new version of LAT data provides a number of improvements over the reprocessed Pass 7 data, and is considered the best dataset for all types of LAT analysis. As of the release date (June 24, 2015) reprocessed Pass 7 data is no longer being served. However, existing Pass 7 reprocessed data has been archived and is available from the FSSC's FTP server.
Pass 8 provides a full reprocessing of the entire mission dataset, including improved event reconstruction, a wider energy range, better energy measurements, and significantly increased effective area. In addition, the events have been evaluated for their measurement quality in both position and energy. This allows the user to select a subset of the events if appropriate to improve analysis results. To support the use of these data selections, there have been some structural changes to the Fermitools.
Here we discuss the changes to the data and tools, and how they affect your analysis.
Pass 8 Bottom Line
- Recommended event class for source analysis is "P8 Source" class (evclass=128).
- Add evtype parameter to your gtselect call (convtype parameter is deprecated). Recommended event type for source analysis is "FRONT+BACK" (evtype=3).
- Recommended zenith angle cut to eliminate Earth limb events ("zmax") is 90 degrees for events at 100 MeV and above.
- Recommended source list for analysis is the LAT Source Catalog. A python script is available at the User-Contributed Tools page that creates XML model files using the catalog FITS file.
Changes to Data files
New Data Set
- New pattern recognition in the tracker reconstruction that does not depend on the calorimeter information and is less sensitive to the track confusion induced by backsplash from the calorimeter. This improvement is significantly more effective for events at high energy and large off-axis angles.
- Identification of clustering in the calorimeter improves the separation of charge deposition for multiple-particle events.
- Better energy reconstruction, with improved handling of energy leakage and crystal saturation
- Improved algorithm for associating tracks with ACD tiles for charged particle rejection.
Event classes expanded
- TRANSIENT010 - Background levels at 1x the IGRB rate (from Pass 6 analysis)
- TRANSIENT020 - Background levels at 2x the IGRB rate (from Pass 6 analysis)
- TRANSIENT015S - Background levels at 1.5x the Pass 6 IGRB rate, with reduced pileup effects.
Event types added
- PSF event type: using an event-level quantity indicating the quality of the reconstructed direction, the data is divided into quartiles, from the lowest quality quartile (PSF0) to the best quality quartile (PSF3)
- EDISP event type: same as PSF except that the event-level quantity used to partition the data indicates the quality of the energy reconstruction.
- FRONT/BACK
- PSF0/PSF1/PSF2/PSF3
- EDISP0/EDISP1/EDISP2/EDISP3
No diffuse responses in standard data files
In previous data releases, the diffuse response columns in the events files have been populated with pre-calculated diffuse responses for the most commonly used event classes. The Pass 8 data have been released without filling these response columns, to make the data set more rapidly available to the public. As a result, any unbinned analysis that uses diffuse components will require that you run gtdiffrsp as part of the analysis chain.
Be aware that running gtdiffrsp is a computationally-intensive process. This will take a significant amount of time to complete. However, the FSSC is providing filtered weekly files with diffuse response columns that may be suitable for some types of analyses.
New weekly files
- wget -m -P . -nH --cut-dirs=4 -np -e robots=off http://fermi.gsfc.nasa.gov/FTP/fermi/data/lat/weekly/extended/
- wget -m -P . -nH --cut-dirs=4 -np -e robots=off http://fermi.gsfc.nasa.gov/FTP/fermi/data/lat/weekly/photon/
- wget -m -P . -nH --cut-dirs=4 -np -e robots=off http://fermi.gsfc.nasa.gov/FTP/fermi/data/lat/weekly/spacecraft/
- Pass 7 Reprocessed: http://heasarc.gsfc.nasa.gov/FTP/fermi/data/lat/weekly/p7v6d/
- Pass 7 Updated: http://heasarc.gsfc.nasa.gov/FTP/fermi/data/lat/weekly/p7v6b/
- Pass 7 Original: http://heasarc.gsfc.nasa.gov/FTP/fermi/data/lat/weekly/p7v6/
No new data (acquired since June 24, 2015) will be processed using Pass 7 reconstruction and classification methods.
Changes to Fermitools and Analysis Methods
Fermitools
A new version of the Fermitools has been released and is available for download. You will need these tools to be able to properly analyze Pass 8 data.
Changes to the evclass parameter
prompt> gtselect evclass=128 evtype=3
A list of the bitfield values available for the gtselect command is available in the Cicerone.
Addition of the evtype parameter
prompt> gtselect evclass=128 evtype=3
A list of the bitfield values available for the gtselect command is available in the Cicerone.
Three other tools now also require the use of the evtype parameter:
- gtdiffrsp - The parameter is only needed if gtselect has not been run prior to running this tool.
- gtexpcube2 - The parameter is only needed when generating an all-sky exposure map (where no cmap file is specified).
- gtobssim - The parameter specifies what event types should be simulated. Possible values are "none" for FRONT+BACK, "PSF" for PSF0+PSF1+PSF2+PSF3, or "EDISP" for EDISP0+EDISP1+EDISP2+EDISP3. It is not possible to simulate a single event type.
Reduction in backward compatibility
- Pass 6 analysis is completely unsupported.
- Automatic resolution of IRFs (setting irfs=CALDB) is not supported for Pass 7 analysis. When analyzing Pass 7 data, the IRF name must be given explicitly when running a tool that accepts the "irfs" parameter (for example, set irfs=P7REP_SOURCE_V15 when analyzing source-class data).
- Pass 7 analysis using FRONT-only or BACK-only events is not supported, as the mechanism for selecting these types has changed. Pass 7 analysis using all events has not been affected.
Disabling of energy dispersion
- Turn on energy dispersion handling - like.logLike.set_edisp_flag(True)
- Check if edisp handling is turned on - print like.logLike.use_edisp()
- Turn off energy dispersion handling - like.logLike.set_edisp_flag(False)
<source name="gll_iem_v06" type="DiffuseSource"> <spectrum type="ConstantValue" apply_edisp="false"> <parameter free="1" max="10.0" min="0.0" name="Value" scale="1.0" value= "1.0"/> </spectrum> <spatialModel file="$(FERMI_DIR)/refdata/fermi/diffuseModels/gll_iem_v06.fit" type="MapCubeFunction"> <parameter free="0" max="1000.0" min="0.001" name="Normalization" scale= "1.0" value="1.0"/> </spatialModel> </source>
<source name="GalacticDiffuse_v06"> <spectrum escale="MeV" apply_edisp="false"> <SpectrumClass name="MapCube" params="6.6267,$(FERMI_DIR)/refdata/fermi/diffuseModels/gll_iem_v06.fit"/> <use_spectrum frame="galaxy"/> </spectrum> </source>
Removing Earth limb emission
- gtselect: Set zmax to 90 degrees
- gtmktime: Set roicut=no
- gtltcube: Add zmax=90 as a command line option
Changes to Analysis Products
Rescaled Galactic diffuse model
The LAT team has provided a version of the Pass 7 reprocessed Galactic Diffuse model that has been scaled to account for differences in energy dispersion between Pass 7 reprocessed data and Pass 8 data. As always, this model is designed to be used for point source analysis, and is not appropriate for the investigation of medium or large scale diffuse structures within the LAT data. A description of the unscaled Galactic diffuse model is available here. The rescaled model is included in the current release of the Fermitools.
Optimization of other analysis products
As is done for every data release, the LAT team has optimized the Instrument Response Functions (IRFs) and has revised the isotropic diffuse model to accurately reflect the performance of Pass 8 data. The recommended IRFs for Pass 8 data analysis are P8R3_V2, and these have been released with the new version of the Fermitools. The updated isotropic models are also included in the new tools. In addition, you can download the new files from the LAT Background Models web page.