Rohde-Schwarz / RsWaveform

Load, manipulate and save R&S waveform files
http://rswaveform.readthedocs.io/
MIT License
4 stars 1 forks source link

load_meta() does not provide samples #10

Closed mauruns closed 4 months ago

mauruns commented 6 months ago

I have a use case where I only need meta data of a wv file and no samples, as the data file is processed separately. Currently, though, load_meta() does not return the number of samples stored in the header file.

mauruns commented 5 months ago

I opened Pull Request #11 that should fix this.

casabre commented 4 months ago

Seems to be fixed with #11. Closing issue