Closed radonnachie closed 3 years ago
Wrapped the snap_feng_init.py core content in run(), with an if __name__=='__main__': run(argparse), enabling importing the script in higher-level scripts.
snap_feng_init.py
run()
if __name__=='__main__': run(argparse)
Added assertion messages to the select_output_channels() function in ata_snap_fengine.py.
select_output_channels()
ata_snap_fengine.py
Wrapped the
snap_feng_init.py
core content inrun()
, with anif __name__=='__main__': run(argparse)
, enabling importing the script in higher-level scripts.Added assertion messages to the
select_output_channels()
function inata_snap_fengine.py
.