aboutsummaryrefslogtreecommitdiff
path: root/scripts/create-xscale
blob: b0e8aef16d0cb0f4d643e13622826dcd76b5b380 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo -------------------------------------------------------------
echo
echo In this CrystFEL version, XDS export is now done via get_hkl:
echo get_hkl -i file.hkl -p my.cell -o out.hkl --output-format=xds
echo
echo Alternatively, use the Export Data function of the CrystFEL GUI
echo
echo -------------------------------------------------------------
exit 1