added comments to submit_results_clara.sh
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#submit results to clara, must include mxdbclient in python path and run using 39clara python env.
|
||||||
|
#need to provide stream file and run in location with the msg.json at present!
|
||||||
|
#results.py from clara requires a stream file and to specify whether data is on or off (triggered/untriggered, light/dark etc).
|
||||||
db=/sf/cristallina/applications/mx/clara_tools/mxdbclient/src/
|
db=/sf/cristallina/applications/mx/clara_tools/mxdbclient/src/
|
||||||
env PYTHONPATH=$db /sf/cristallina/applications/mx/conda/miniconda/envs/39clara/bin/python /sf/cristallina/applications/mx/clara/src/results.py /sf/cristallina/data/p21981/res/run0153-hewl_cover_blue_roll/run0153_acq0018_20241113_182301/run0153_acq0018_off.stream off
|
env PYTHONPATH=$db /sf/cristallina/applications/mx/conda/miniconda/envs/39clara/bin/python /sf/cristallina/applications/mx/clara/src/results.py /sf/cristallina/data/p21981/res/run0153-hewl_cover_blue_roll/run0153_acq0018_20241113_182301/run0153_acq0018_off.stream off
|
||||||
|
|||||||
Reference in New Issue
Block a user