gammapy / enrico

Enrico helps you with your Fermi data analysis
http://enrico.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
22 stars 26 forks source link

Tool for 2FGL queries and plots #10

Closed cdeil closed 10 years ago

cdeil commented 12 years ago

We should add a command line tool to query the 2FGL and plot lightcurve / spectra with flux points / upper limits / butterflies.

Similar to what TeVCat provides, but publication quality png and pdf plots: http://tevcat.uchicago.edu/LATCat/spectra/lat_0009.html http://tevcat.uchicago.edu/searchLATCat.cgi?mode=2&ra=00%2006%2036%20&dec=+72%2047%2000

davidsanchez commented 11 years ago

I have such python script. I can clean and commit them

cdeil commented 10 years ago

I'd prefer to keep Enrico a simple tool to run Fermi Science tool chains and put such utility functions or classes in Gammapy. (there's already gammapy.datasets.fetch_fermi_catalog, but no lightcurve plotting code yet and I think the SED plotting code that's in gammapy.spectrum is currently broken.

@davidsanchez Does that sound OK to you or would you prefer adding this to Enrico for some reason?

davidsanchez commented 10 years ago

fine with me

cdeil commented 10 years ago

OK, I've moved this feature request here: https://github.com/gammapy/gammapy/issues/203