Skip to content
Snippets Groups Projects
Commit a6e964ad authored by Jiri Kral's avatar Jiri Kral Committed by Jens Georg
Browse files

no init_scripts

parent a4b63729
No related branches found
Tags 03.03.03
No related merge requests found
##mako
#!/usr/bin/python3
import subprocess
import os.path
import os
args = [
"./dsbam_init.py",
"--slot", "${BAM_DEVNO}",
"--dmap-file", os.path.abspath(os.path.join(os.getcwd(), "BAM.dmap")),
"--bam-device", "BAM_DEVICE",
"--sdm-device", "TMCB_RAW"
]
if __name__ == "__main__":
subprocess.run(args, cwd="calibration")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment