Open light-matters opened 6 days ago
Are you already using to_adwin
or is this the function that you're looking for?
No, I think at the moment we use adwin.add
and adwin.output
chained to create the raw ADwin data, and then adwin.initialize_ADwin
to actually load it to ADwin.
Plus we need to filter out Anchor before going into adwin.add
.
Currently, the notebooks still have to manually chain functions together to do necessary conversions.
There should be a super function that collects these together for convenience.