Skip to content
Snippets Groups Projects
Commit b59fd6fc authored by Camilla Galloni's avatar Camilla Galloni
Browse files

Add command line for scripts using gempy on BE

parent b21bb11a
No related branches found
No related tags found
1 merge request!1Add command line for scripts using gempy on BE
Pipeline #2938933 passed
......@@ -6,6 +6,14 @@ linked below, you will find various expert level documentation to set up
and configure the CTP7, as well as various hints to debug and resolve
various issues.
## Launching a pyhton script with `gempy` on the AMC
To launch a script that needs to access the registers through gempy, that is installed on the BE, one can use the command line in this way:
``` bash
ssh gempro@gem-shelfXX-amcYY "bash -l -c 'python -'" < <path-to-my-python-script>
```
## In-depth CTP7 overview
The CTP7 runs a special 32-bit version of linux located on a 32GB flash
......
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