-
Notifications
You must be signed in to change notification settings - Fork 18
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
Enhancement: Consider adding support to load data from RIT/Maya/etc. data #64
Comments
I think this would be entirely appropriate. Since First, we would need to get their catalog data into a compatible format — at least some subset of the metadata included in our Second, we would need Third, we would need logic in So, not too much work, but not trivial. |
Pinging @akhadse who has expressed interest in working on this. Ideally the caching mechanism should work for others' waveforms, not just for SXS waveforms. I have not looked in detail at how the caching works, so I don't know how difficult that is! Since others do not provide Re: logic to figure out which load function to call: Given the current |
Thank you. I am working on the initial steps and will keep you updated. |
I'd like to point out that @prayush, @md-arif-shaikh, and @adivijaykumar have done the legwork and written prayush/nr-catalog-tools. @moble any opinions on if you'd still like this included in |
Yeah, the context is that I had some old code to integrate RIT / GT data into gw data analysis frameworks since the time we were working on this analysis of gw150914, but it had gotten quite outdated. So, when we recently wanted to look at those catalogs again, @md-arif-shaikh and @adivijaykumar wrote a fresh set of utilities to work with all catalogs. Then we thought it would be good idea to write/maintain a unified interface for all 3 catalogs, and be done once and for all! It wasn't immediately obvious to me if the There is a basic POC here now. It, for eg., calls into |
That looks great, Prayush! I'm happy to see any improvement in the situation — whether it lives in IMO, this sort of capability would fit very nicely into Obviously, as you guys are the ones who've done all the work, I'll defer to your judgment about where it would best fit, but I'd certainly be happy to help it fit into this package. For example, it would be easy to add methods like (On a related note, I've long had a stub for a |
For example, if somebody calls
then based on the string before the colon, look in the RIT catalog instead of the SXS catalog. Is this an appropriate interface? Should this be within the
sxs
package, even though it is others' data? Or should it instead be in a different package? Ping @moble request for comment.The text was updated successfully, but these errors were encountered: