aboutsummaryrefslogtreecommitdiff
path: root/scripts/detector-shift
blob: 083188f6818c28dd295e6bcb4674639d104ec410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

echo -------------------------------------------------------------
echo
echo In this CrystFEL version, all detector geometry refinement is
echo done using the new program align_detector.
echo
echo To update the detector center based on the indexing results,
echo add --mille to the indexamajig arguments, then run the following:
echo
echo align_detector -i old.geom -o new.geom --level=0 mille-data-*.bin
echo
echo -------------------------------------------------------------
exit 1