Skip to content
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

gh-213: better stringification of keys in FITS #214

Merged
merged 2 commits into from
Nov 23, 2024
Merged

gh-213: better stringification of keys in FITS #214

merged 2 commits into from
Nov 23, 2024

Conversation

ntessore
Copy link
Contributor

Dictionary keys ("X", "Y", 1, 3) are now written to FITS in the more readable form X-Y-1-3. Nested keys are flattened. Literal - are escaped: X-Y-1-\-1 corresponds to ("X", "Y", 1, -1).

Closes: #213

@ntessore ntessore merged commit 779246d into main Nov 23, 2024
8 checks passed
@ntessore ntessore deleted the gh-213 branch November 23, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

better stringification of dictionary keys
1 participant