sxs-collaboration / sxs

Python code for manipulating data from the SXS collaboration
MIT License
25 stars 18 forks source link

sxs.load('...') fails for ExtraWaveforms.h5 #80

Closed keefemitman closed 3 months ago

keefemitman commented 1 year ago

sxs.load('...') fails for 'ExtraWaveforms', but sxs.rpdmb.load('ExtraWaveforms.h5/rMPsi4_Asymptotic_GeometricUnits_CoM_Mem/Extrapolated_N2.dir') works.

Can we make it so that sxs.load('...') checks to see if there's string content after the '.h5' and if so then it looks in the json file to check the sxs_format for the target waveform and then loads it via however that waveform is suppose to be loaded?

@moble