Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToolBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
ToolBox
Merge requests
!150
Improve boz script with find-proposal
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Improve boz script with find-proposal
boz-script
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Loïc Le Guyader
requested to merge
boz-script
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7f7633df
Show latest version
1 file
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7f7633df
make use of find-proposal
· 7f7633df
Loïc Le Guyader
authored
3 years ago
scripts/boz_parameters_job.sh
+
6
−
2
Options
@@ -18,7 +18,11 @@ module load exfel
module load exfel_anaconda3/1.1
echo
processing run
$RUN
mkdir
../../processed_runs/r
$RUN
papermill
'BOZ analysis part I parameters determination.ipynb'
../../processed_runs/r
$RUN
/output.ipynb
\
PDIR
=
$(
find-proposal
$PROPOSAL
)
RDIR
=
"
$PDIR
/usr/processed_runs/r
$(
printf
'%04d'
$RUN
)
"
mkdir
$RDIR
papermill
'BOZ analysis part I parameters determination.ipynb'
\
$RDIR
/output.ipynb
\
-p
proposal
$PROPOSAL
-p
darkrun
$DARK
-p
run
$RUN
-p
module
$MODULE
\
-p
gain
$GAIN
-p
rois_th
$ROISTH
-p
sat_level
$SATLEVEL
-k
xfel
Loading