-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installed desidatamodel drops data/column_descriptions.csv #197
Comments
Sorry, which installed version has this issue? |
I can see where the problem is, but we just use |
I needed to post-facto add units and column descriptions to kibo/zcatalog/v1/*.fits files using So I functionally have what I needed for today, but in the future it would be nice for desidatamodel installations to also include that data file and not require users of it to run out of a git clone. e.g. in the future desi_zcatalog itself might grab that file as part of augmenting units and column descriptions, and ideally that would use a tagged desidatamodel at the time. |
OK, thanks. |
desidatamodel/py/desidatamodel/data/column_descriptions.csv is useful with desiutil/bin/annotate_fits to update the headers of pre-existing files. This works from git clones, but installed versions of desidatamodel drop this file. Update setup.cfg to also install this data file so that we can use it out of tagged versions, either directly or via
importlib.resources
.The text was updated successfully, but these errors were encountered: