-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
336 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
instrument: 'i07' | ||
visit: | ||
local contact: "Firstname Lastname" | ||
user: 'Firstname Lastname' | ||
user affiliation: 'InstitutionName' | ||
visit id: 'experimentID' | ||
date: 2021-08-06 | ||
setup: | ||
# ====(sample_length, sample_width) in m | ||
# ====...where the "length" direction is parallel to the wavevector of the | ||
# ====incident light for |q|=0. | ||
sample size: (200e-3, 10e-3) | ||
|
||
# ====Beam FWHM in m | ||
beam width: 100e-6 | ||
|
||
#==== /path/to/normalization/file comment this line out if not using dcd normalisation | ||
#=== Outside of diamond, this might look like, for example: | ||
# ====/Users/richardbrearton/Documents/Data/si28707-1/404863.dat | ||
dcd normalisation: /dls/i07/data/2021/si28707-1/404863.dat | ||
|
||
|
||
|
||
#name of q_axis e.g. 'qdcd' - used in interpolator for corrections, defaults to "qdcd_" | ||
# q axis: | ||
|
||
#set whether image is transposed or not, will the swap qz and qxy if transposed. | ||
# transpose: True | ||
|
||
# unclear where this is used by islatu | ||
# pixel max: | ||
|
||
# unclear where this is used by islatu | ||
# hot pixel max: | ||
|
||
#name of theta axis e.g 'dcdtheta' - unclear where this is used by islatu | ||
# theta_axis: | ||
|
||
|
||
crop: | ||
method: crop | ||
# Leave kwargs commented to crop to ROI_1, as specified in GDA. | ||
# Uncomment kwargs to crop to manually set the cropping region. | ||
# kwargs: {'x_start': 1050, 'x_end': 1150, 'y_start': 190, 'y_end': 211} | ||
background: | ||
# The most reliable method that one can use to subtract background is | ||
# roi_subtraction. We strongly recommend that this option is used. | ||
method: roi_subtraction | ||
# Uncomment kwargs to background to manually set the background region. | ||
# kwargs: {'x_start': 1050, 'x_end': 1150, 'y_start': 190, 'y_end': 211} | ||
|
||
#set what columns you want in the output, currently only working option is 3 | ||
# 3 = 'Qz / Aa^-1', 'RQz', 'sigma RQz, standard deviation' | ||
output_columns: 3 | ||
rebin: | ||
# Number of bins to place q-vectors into. These bins are linearly spaced in q | ||
# by default. | ||
n qvectors: 5000 | ||
#alternative definition of rebinning parameters, although does not seem to be fully implemented | ||
# min: | ||
# max: | ||
# step: | ||
# shape: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
#SBATCH --partition cs05r | ||
#SBATCH --nodes=1 | ||
#SBATCH --cpus-per-task=20 | ||
#SBATCH --mem-per-cpu=2000 | ||
#SBATCH --job-name=isaltu | ||
|
||
/dls_sw/apps/islatu/testing/conda_env/bin/python ${save_path} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.