Skip to content
Snippets Groups Projects
Commit 966d4ce2 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

Merge branch 'backpropagate/epix100' into 'master'

add epix100 which would be the default name in future

See merge request detectors/pycalibration!267
parents efa15224 47a35c05
No related branches found
No related tags found
1 merge request!267add epix100 which would be the default name in future
...@@ -172,6 +172,22 @@ notebooks = { ...@@ -172,6 +172,22 @@ notebooks = {
"cluster cores": 4}, "cluster cores": 4},
}, },
}, },
"EPIX100": {
"DARK": {
"notebook": "notebooks/ePix/Characterize_Darks_ePix_NBC.ipynb",
"concurrency": {"parameter": None,
"default concurrency": None,
"cluster cores": 4},
},
"CORRECT": {
"notebook": "notebooks/ePix/Correction_ePix_NBC.ipynb",
"concurrency": {"parameter": "sequences",
"default concurrency": [-1],
"use function": "balance_sequences",
"cluster cores": 4},
},
},
"EPIX10K": { "EPIX10K": {
"DARK": { "DARK": {
"notebook": "notebooks/ePix/Characterize_Darks_ePix10K_NBC.ipynb", "notebook": "notebooks/ePix/Characterize_Darks_ePix10K_NBC.ipynb",
......
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