Difference between revisions of "Galactic latitude and Source Cuts"

From magneticfields
Jump to: navigation, search
(Created page with "== Galactic latitude selections == Once good Fermi data in the desired energy range is selected, we proceed to narrow our focus on photons with galactic latitude b above 50de...")
 
(Removing regions around Fermi sources)
Line 9: Line 9:
 
We use the [http://fermi.gsfc.nasa.gov/ssc/data/access/lat/1FHL/ First Fermi-LAT Catalog of Sources above 10 GeV (1FHL)]. (Note that this is '''not''' the 1st-year Fermi catalogue, and it is actually more recent than the 2nd-year Point Source catalogue. See the link for a description).
 
We use the [http://fermi.gsfc.nasa.gov/ssc/data/access/lat/1FHL/ First Fermi-LAT Catalog of Sources above 10 GeV (1FHL)]. (Note that this is '''not''' the 1st-year Fermi catalogue, and it is actually more recent than the 2nd-year Point Source catalogue. See the link for a description).
  
The following Python script does the job:
+
The following Python script takes the data within the polar caps selected above and discards any photon therein that falls within a circular region of radius 1.5deg centered at the position of any source listed in the 1FHL catalogue. [[Media:nosource.py]]
[[Media:nosource.py]]
+

Revision as of 15:51, 19 May 2014

Galactic latitude selections

Once good Fermi data in the desired energy range is selected, we proceed to narrow our focus on photons with galactic latitude b above 50deg or below -50deg. The following Python script accomplishes this goal: Media:bcut.py


Removing regions around Fermi sources

We use the First Fermi-LAT Catalog of Sources above 10 GeV (1FHL). (Note that this is not the 1st-year Fermi catalogue, and it is actually more recent than the 2nd-year Point Source catalogue. See the link for a description).

The following Python script takes the data within the polar caps selected above and discards any photon therein that falls within a circular region of radius 1.5deg centered at the position of any source listed in the 1FHL catalogue. Media:nosource.py