Peter Kraus

Results 47 comments of Peter Kraus

If you come accross any `agilent-ch` files that cannot be read by `yadg`, please make an issue in that repo. I only had examples of one version of the `.ch`...

Thanks for your contribution. Looks good in principle. Please let me know once the PR is ready for review.

Closed as this PR is dead. See #182.

Hi @lg391, any chance you could share an mpr file (and ideally also a mpt file generated from it) which causes such crashes?

Yes, this file looks strange. It seems to be a GCPL file, not EIS. When I open it with EC-Lab v11.52, I cannot export it to `mpt` - only the...

OK, this is an EC-Lab 11.46 file which has a format we previously didn't know about. I'll rename the PR and merge in due course. It's unrelated to EC-Lab 11.60....

@lg391 Could you please share a `mpr` file that doesn't work with `yadg-5.1.2`? I got my hands on some `mpr` files generated using EC-Lab 11.60 and `yadg-5.1.2` can parse them...

Closing due to inactivity. Please open a new issue if you find anything that doesn't work.

Hi Carla, It's not planned. But I don't see any reason why that couldn't be implemented. The interface for all `extractors` in `yadg` is handled in this module: https://github.com/dgbowl/yadg/blob/main/src/yadg/extractors/__init__.py If...

Implemented for `eclab.mpr` and `eclab.mpt` in #208, on the to-do list are: - [ ] adjust every other Extractor to expect positional `source` argument instead of a required `fn` or...