gammapy / gamma-cat

An open data collection and source catalog for gamma-ray astronomy
https://gamma-cat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
15 stars 17 forks source link

Public archive of high-level products from MAGIC papers #246

Open stefanomarchesi88 opened 1 year ago

stefanomarchesi88 commented 1 year ago

Hi @bkhelifi @GernotMaier everyone,

I am Stefano Marchesi, a UniBO/CTA/INAF researcher and a recent MAGIC associate. I've recently started working with @micheledoro and Elisa Prandini on generating high level data (e.g., light curves, spectral energy distributions) in ecsv format for MAGIC published extragalactic papers, covering both the MAGIC information and the multi-wavelength data, when possible.

As a reference, I include here some files we originated from a recent MAGIC collaboration paper on the blazar 1RS 0647+250 (Long-term multi-wavelength study of 1ES 0647+250; https://ui.adsabs.harvard.edu/abs/2023A%26A...670A..49M/abstract).

1) A yaml file that summarizes the paper and reports the list of files made available in ecsv format. magic_2023a_yaml.txt

2) Two light curves (the MAGIC one and the OVRO 15 GHz band one) in ecsv format. magic_2023a_fig1a_lc_ecsv.txt magic_2023a_fig1h_lc_ecsv.txt

3) The multi-wavelength SED for the first of the four MAGIC epochs studied in this paper, in ecsv format. magic_2023a_fig3a_SED_ecsv.txt

We would like to take the opportunity to ask your opinion about the kind of information stored on files, if those are enough for you. We also note that we can easily convert these files in a gamma-cat format, if you deem this useful.

GernotMaier commented 1 year ago

Hello Stefano,

good to hear on this topic. Lot's of information in these files and this is good!

Some random comments / questions:

stefanomarchesi88 commented 1 year ago

Hi Gernot,

thanks a lot for the comments! Here are the answers:

Thanks a lot again for your comments, please let us know if you have any follow-up question or suggestion.

GernotMaier commented 1 year ago

Yes, I was referring to what is in the "PADS" field - didn't see this, all good!

micheledoro commented 1 year ago

Hi @GernotMaier thanks a lot for the comments! And thanks @stefanomarchesi88 for the replies.

The tag for the version of the file was thought because a) considering this file format is easily readable, it is possible it’s not downloaded from git but in other means (mail) b) considering that after publication some revisions could be made. In my mind these are still valid motives.

I am not sure I got the suggestion for the naming of the sources. What procedure did you use?

MD

GernotMaier commented 1 year ago

We use the git versioning for any changes, considering the different tools provided by git for sufficient to trace changes.

For the naming of the sources we use fields called common_name (how the field generally knows the source, but even this is sometimes not unique), veritas_name (which pushed us naming really all VERITAS detections, we had not been consistent with that), and other_names, which allows for readability to add a list of other names of the sources. For non-detection, the veritas_name is obviously not filled. As gamma_cat, in the data files (seds, lightcurves, ...) we only use the numerical source_id.

micheledoro commented 1 year ago

Hi @gernot, thanks. Ok then I propose both things

Thanks!

stefanomarchesi88 commented 1 year ago

Hi @micheledoro and @GernotMaier,

perfect, I'll update the file following your suggestions.