setigen icon indicating copy to clipboard operation
setigen copied to clipboard

Error occurs in 06_starting_from_existing_raw_files.ipynb

Open khouston22 opened this issue 1 year ago • 0 comments

In jupyter file 06_starting_from_existing_raw_files.ipynb, in the block calling stg.voltage.RawVoltageBackend.from_data(), that method appears to require a "digitizer" argument. This is the error message:

TypeError: RawVoltageBackend.from_data() missing 1 required positional argument: 'digitizer'

Is it just a matter of adding additional argument "digitizer=digitizer"? Is this then ignored in rvb.record() with the argument "digitize=False"?

khouston22 avatar Nov 29 '23 00:11 khouston22