Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d85a35a9 authored by augustin_s's avatar augustin_s :snake:
Browse files

updated channels; use DetectorConfig

parent 90e33ba5
No related branches found
No related tags found
No related merge requests found
from slic.core.acquisition import DetectorConfig
detectors = [
"JF15T08V01"
]
#detectors = [
# "JF15T08V01"
#]
detectors = DetectorConfig()
detectors.add("JF15T08V01", save_dap_results=True)
......@@ -64,22 +66,26 @@ channels_events = [
#]
channels_cam_gige = [
# "SATES21-CAMS154-GIGE1:FPICTURE"
# "SATES21-CAMS154-GIGE3:FPICTURE"
# "SATES21-CAMS154-GIGE2:FPICTURE"
# "SATES21-CAMS154-GIGE4:FPICTURE"
# "SLAAT01-LCAM-C603:FPICTURE"
]
channels_cam_pco = [
"SATES21-CAMS154-M1:FPICTURE",
"SATES24-CAMS161-M1:FPICTURE",
# "SATES21-CAMS-PATT1:FPICTURE",
# "SATES21-CAMS154-M1:FPICTURE",
# "SATES24-CAMS161-M1:FPICTURE",
"SATES21-CAMS-PATT1:FPICTURE",
# "SARFE10-PSSS059:FPICTURE",
]
names_cam_pco = [
"SATES21-CAMS154-M1",
"SATES24-CAMS161-M1",
# "SATES21-CAMS-PATT1",
# "SATES21-CAMS154-M1",
# "SATES24-CAMS161-M1",
"SATES21-CAMS-PATT1",
# "SARFE10-PSSS059",
]
suffices_proc = [
"processing_parameters",
......
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