How to read ASDF files from C++ code? #1832
Answered
by
braingram
BenWibking
asked this question in
Q&A
|
It looks like this library is Python-only, at least for now. Is there a recommended way to read ASDF files from C++ code? |
Answered by
braingram
Sep 15, 2024
Replies: 2 comments 2 replies
|
At the moment the most mature ASDF implementation that I know of for C++ is https://github.com/eschnett/asdf-cxx |
1 reply
Answer selected by
BenWibking
|
@BenWibking Could you briefly describe your use case for a C/C++ library. Are you interfacing with other C/C++ code and if so which one? Ar eyou using data analysis tools in C/C++ and if so which ones? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment the most mature ASDF implementation that I know of for C++ is https://github.com/eschnett/asdf-cxx
Does that look like it will fit your use case? I'm curious to know either way.