diff --git a/doc/Dask DSSC module binning.ipynb b/doc/Dask DSSC module binning.ipynb index 7b3b0940032a567ed4a94d8110682e763c1808dc..c7f20a0457ec8c58e4006fbb0d92c1cff4ec5649 100644 --- a/doc/Dask DSSC module binning.ipynb +++ b/doc/Dask DSSC module binning.ipynb @@ -126,12 +126,6 @@ "metadata": {}, "outputs": [], "source": [ - "proposalNB = int(proposalNB)\n", - "dark_runNB = int(dark_runNB)\n", - "runNB = int(runNB)\n", - "module_group = int(module_group)\n", - "bin_width = float(bin_width)\n", - "\n", "moduleNB = list(range(module_group*4, (module_group+1)*4))" ] }, diff --git a/doc/howtos.rst b/doc/howtos.rst index 961f7c7a2a97ea13c7eb4a6d9e14f74c610b430c..5ce280acfa51e2fa0e230cf5f3a9aa0006a61753 100644 --- a/doc/howtos.rst +++ b/doc/howtos.rst @@ -52,13 +52,14 @@ It is launched with the following: .. code:: bash - sbatch ./bin_dssc_module_job.sh 180 179 0 - sbatch ./bin_dssc_module_job.sh 180 179 1 - sbatch ./bin_dssc_module_job.sh 180 179 2 - sbatch ./bin_dssc_module_job.sh 180 179 3 - -where 180 is the dark run number, 179 is the run nummber and 0, 1, 2 and 3 are -the 4 module group, each job processing a set of 4 DSSC module. + sbatch ./bin_dssc_module_job.sh -p 2719 -d 180 -r 179 -m 0 -x delay -b 0.1 + sbatch ./bin_dssc_module_job.sh -p 2719 -d 180 -r 179 -m 1 -x delay -b 0.1 + sbatch ./bin_dssc_module_job.sh -p 2719 -d 180 -r 179 -m 2 -x delay -b 0.1 + sbatch ./bin_dssc_module_job.sh -p 2719 -d 180 -r 179 -m 3 -x delay -b 0.1 + +where 2719 is the proposal number, 180 is the dark run number, 179 is the run +nummber and 0, 1, 2 and 3 are the 4 module group, each job processing a set of +4 DSSC module, delay is the bin axis and 0.1 is the bin width. The result will be 16 \*.h5 files, one per module, saved in the folder specified in the script, a copy of which can be found in the *scripts* folder in the