fix `get_array`, add wrappers to some of `extra_data` basic functions
While addressing #25 (closed), I tried to make get_array
a function that can be seen as a wrapper for DataCollection.get_array
but using the ToolBox mnemonics, and for which one can also select a subset. It can be a quick way of loading 1 mnemonic at a time without using load
.
I also added open_run
as a wrapper to extra_data.open_run()
and find_run_path
, for convenience. This cleans a bit the beginning of load
.
Edited by Laurent Mercadier
Merge request reports
Activity
Filter activity
Tested this branch with the scripts provided on #24 (closed) and the binning now completes.
LGTM.
mentioned in issue #24 (closed)
added 1 commit
- d524c97e - Updated docstring examples in some DSSC functions
mentioned in commit afeee965
mentioned in issue #25 (closed)
Please register or sign in to reply