fermi-lat / Fermitools-conda

Conda recipe files for the Fermi Sciencetools software analysis package: Fermitools
https://fermi.gsfc.nasa.gov/ssc/data/analysis/
BSD 3-Clause "New" or "Revised" License
34 stars 17 forks source link

Give the version of the ScienceTools in the products #65

Open jasercion opened 4 years ago

jasercion commented 4 years ago

ported from STGEN-124

It would be useful to know the version name for each product of the ScienceTools, for example in header of any FITs output file, or as a comment in an ASCII file.

This would help for example to reproduce correctly the data at a given state of the development, for test or to know the impact of the ST version on the data

jasercion commented 4 years ago

From Jim's comment:

This seems like a great thing to have st_app::StApp do. The logical place would be in the CREATOR keyword in the Primary HDU, e.g.,

CREATOR = 'gtobssim ScienceTools-09-24-00' / software and version creating file

instead of just

CREATOR = 'gtbin ' / Software and version creating file