vukics / Wigner_Time

Timeline creation and management for open-loop control in AMO experiments and beyond.
Boost Software License 1.0
0 stars 0 forks source link

higher-level function needed in adwin.py #32

Open light-matters opened 6 days ago

light-matters commented 6 days ago

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.

light-matters commented 6 days ago

Are you already using to_adwin or is this the function that you're looking for?

vukics commented 3 days ago

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.