blob: 4f10f88facace4d262925fc9695c4b3257858565 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
echo -------------------------------------------------------------
echo
echo In this CrystFEL version, MTZ export is now done via get_hkl:
echo get_hkl -i file.hkl -p my.cell -o out.mtz --output-format=mtz
echo
echo Alternatively, use the Export Data function of the CrystFEL GUI
echo
echo -------------------------------------------------------------
exit 1
|