Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Live integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Koziej Lab
X-ray Diffraction
PDF
Live integration
Commits
c4f9f5ed
Commit
c4f9f5ed
authored
9 months ago
by
Gröne, Tjark Leon Raphael
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
9660f10c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sdd400_maxwell_integrate_with_subdirs.sh
+25
-0
25 additions, 0 deletions
sdd400_maxwell_integrate_with_subdirs.sh
with
25 additions
and
0 deletions
sdd400_maxwell_integrate_with_subdirs.sh
0 → 100644
+
25
−
0
View file @
c4f9f5ed
#!/bin/bash
#SBATCH --partition=allcpu #Partition to work on (select Cluster)
#SBATCH --time=24:00:00 #Maximum time of computation now set at 24 h
#SBATCH --nodes=1 #For multiple nodes you need a script that runs as MPI
#SBATCH --job-name=integration_test #Name of the job to find it in queue or in
#SBATCH --mail-type=END,FAIL #Send an email when finished or failed
#SBATCH --mail-user=lian.belgardt@physnet.uni-hamburg.de #Send to email adress
#use underscores here or you will have problems
NPROCS
=
$(
nproc
)
path_raw_data
=
"/asap3/petra3/gpfs/p21.1/2024/data/11018943/raw/pe/"
#directory to be integrated
fpath_poni
=
"/asap3/petra3/gpfs/p21.1/2024/data/11018943/processed/_People/Tjark/Poni/SDD_400mm.poni"
fpath_mask
=
"/asap3/petra3/gpfs/p21.1/2024/data/11018943/processed/_People/Tjark/Mask/SDD_400mm.edf"
path_integrated_data
=
"/asap3/petra3/gpfs/p21.1/2024/data/11018943/processed/_People/Tjark/postprocessing/SDD400/"
#directory to save integrated data
plarization
=
0.99
number_of_points
=
3000
unit
=
"q_A^-1"
module load maxwell
module load conda/3.11
activate XrayDiff
cd
/asap3/petra3/gpfs/p21.1/2024/data/11018943/processed/_People/Tjark/
python3 maxwell_integrate_with_subdirs.py
$path_raw_data
$path_integrated_data
$fpath_poni
$fpath_mask
$NPROCS
$plarization
$number_of_points
$unit
#Start python script
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment