2,684
edits
m (→The script: rev 1.06) |
m (→The script: set LC_ALL) |
||
Line 123: | Line 123: | ||
# revision 1.04 . Zhipu Luo 13/08/2021 extract ORGX,ORGY for electron diffraction from SMV header if the wavelength value starts with 0.0 | # revision 1.04 . Zhipu Luo 13/08/2021 extract ORGX,ORGY for electron diffraction from SMV header if the wavelength value starts with 0.0 | ||
# revision 1.05 . KD specialcase extraction of number of images for BNL detectors E-32-0101 and E-18-0104 | # revision 1.05 . KD specialcase extraction of number of images for BNL detectors E-32-0101 and E-18-0104 | ||
# revision 1.06 . KD fix URLs in | # revision 1.06 . KD fix URLs in output. Comment availability of Apple processor dectris-neggia-Apple-arm64.so . Set LC_ALL=C . | ||
REVISION="1.06 (15-OCT-2021)" | REVISION="1.06 (15-OCT-2021)" | ||
Line 148: | Line 148: | ||
exit | exit | ||
fi | fi | ||
# make sure the locale does not interfere with e.g. awk calculations: | |||
LC_ALL="C";export LC_ALL | |||
# | # | ||
# defaults: | # defaults: |