fermiPy / fermipy

Fermi-LAT Python Analysis Framework
http://fermipy.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
51 stars 53 forks source link

Query on analysing sources not in 4FGL catalog #549

Open sushmitaagarwal opened 1 year ago

sushmitaagarwal commented 1 year ago

Data Analysis Question

I want to look for high-energy gamma-ray photons from a source that is not in the 4FGL catalog. As the source is not in the catalog, I cannot provide a target name, but I do have its RA and DEC coordinates.

My goal is to generate TS (Test Statistic) maps for this source and determine if there is a significant gamma-ray emission. However, Fermipy requires a source name to free parameters and perform the likelihood analysis, which poses a challenge for sources not in the catalog.

However, if I don't have a name in the 4FGL catalog, I cannot free the parameters since I need a source name for that. I would like to know if there is a possible workaround to analyze sources not listed in the 4FGL catalog using Fermipy.

Kindly let me know if it is possible using fermipy. Any insights or solutions would be greatly appreciated.

lylol commented 12 months ago

Hi @sushmitaagarwal, I guess the add_source function maybe of use. Link: https://fermipy.readthedocs.io/en/latest/model.html.

omodei commented 5 months ago

Yes, @lylol is correct,. @sushmitaagarwal can this issue be closed?

sushmitaagarwal commented 5 months ago

Yes @omodei. Thanks for help @lylol.