nion-software / nionswift-instrumentation-kit

Base classes for Nion Swift STEM microscope instrumentation
GNU General Public License v3.0
1 stars 12 forks source link

Pass kwargs in acquire_synchronized_begin on to low level. #100

Closed Brow71189 closed 2 years ago

Brow71189 commented 2 years ago

This is needed when the low level camera can take some extra keyword arguments. It also makes the behavior of acquire_synchronized_begin consistent with acquire_sequence_begin which already passes the kwargs on.