some updates

This commit is contained in:
Beale John Henry
2023-10-10 09:25:55 +02:00
parent ae019084f2
commit 9a71a59e99

View File

@@ -1,25 +1,25 @@
/#!/bin/bash #!/bin/bash
module purge module purge
module load crystfel/0.10.2 module load crystfel/0.10.2
indexamajig -i <path-to-images> \ indexamajig -i <path-to-images> \ # change this
-o <output.steam> \ -o <output.steam> \ # change this
--geometry=<path-to-geom> \ --geometry=<path-to-geom> \ # change this
--pdb=<path-to-cell> \ --pdb=<path-to-cell> \ # change this
--indexing=xgandalf-latt-cell \ --indexing=xgandalf-latt-cell \
--peaks=peakfinder8 \ --peaks=peakfinder8 \
--integration=rings-grad \ --integration=rings-grad \
--tolerance=10.0,10.0,10.0,2,3,2 \ --tolerance=10.0,10.0,10.0,2,3,2 \
--threshold=10 \ --threshold=10 \
--min-snr=5 \ --min-snr=5 \
--int-radius=3,5,1 \ --int-radius=3,5,9 \
-j 36 \ -j 32 \
--no-multi \ --no-multi \
--no-retry \ --no-retry \
--check-peaks \ --check-peaks \
--max-res=3000 \ --max-res=3000 \
--min-pix-count=1 \ --min-pix-count=2 \
--local-bg-radius=4 \ --local-bg-radius=4 \
--min-res=85 --min-res=85