Skip to content
Snippets Groups Projects
Commit 33ac9e40 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Scripts moved and linked in documentation

parent 9a8c3df0
No related branches found
No related tags found
1 merge request!171Scripts moved and linked in documentation
...@@ -41,7 +41,14 @@ which will be repeated. XGM data will also be binned similarly to the DSSC ...@@ -41,7 +41,14 @@ which will be repeated. XGM data will also be binned similarly to the DSSC
data. data.
Since this data reduction step can be quite time consuming for large datasets, Since this data reduction step can be quite time consuming for large datasets,
it is recommended to launch the notebook via a SLURM script: it is recommended to launch the notebook via a SLURM script. The script can be
downloaded from :download:`scripts/bin_dssc_module_job.sh` and reads as:
.. literalinclude:: scripts/bin_dssc_module_job.sh
:language: bash
:linenos:
It is launched with the following:
.. code:: bash .. code:: bash
...@@ -101,8 +108,14 @@ non-linearity calculation by taking the JSON file as soon as it appears. ...@@ -101,8 +108,14 @@ non-linearity calculation by taking the JSON file as soon as it appears.
The determination of the non-linearity correction is a lot longer and can take The determination of the non-linearity correction is a lot longer and can take
some 2 to 8 hours depending on the number of pulses in the some 2 to 8 hours depending on the number of pulses in the
train. For this reason it is possible to use a script train. For this reason it is possible to use a script
``scripts/boz_parameters_job.sh`` in the toolbox to launch the first notebook that can be downloaded from :download:`scripts/boz_parameters_job.sh` and
via slurm: reads as:
.. literalinclude:: scripts/boz_parameters_job.sh
:language: bash
:linenos:
It uses the first notebook and is launched via slurm:
``sbatch ./boz_parameters_job.sh 615 614 3`` ``sbatch ./boz_parameters_job.sh 615 614 3``
......
File moved
File moved
File moved
File moved
File moved
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