Installation: Difference between revisions

→‎XDS package: make clear which commands require to be root
m (put {{SERVERNAME}} instead of wiki.uni-konstanz.de)
(→‎XDS package: make clear which commands require to be root)
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 84: Line 84:
If you are an academic user,
If you are an academic user,


  echo you may have to "sudo su" first, to obtain administrator permissions!
  # obtain administrator permissions:
  cd /usr/local/bin
  cd /usr/local/bin
  curl -L -o - https://xds.mr.mpg.de/XDS-OSX_64.tar.gz | tar xzvf -
  curl -L -o - https://xds.mr.mpg.de/XDS-OSX_64.tar.gz | tar xzvf -
  ln -sf XDS-OSX_64/* .
  ln -sf XDS-OSX_64/* .
# release administrator permissions:
exit


Starting with macOS Catalina, you may also need
Starting with macOS Catalina, you may also need
  xattr -dr XDS-OSX_64/*
  sudo xattr -dr XDS-OSX_64/*
if you get a security error popup (google "xattr com.apple.quarantine catalina").
if you get a security error popup (google "xattr com.apple.quarantine catalina").


Line 104: Line 106:


Change the above <code>curl</code> and <code>ln</code> commands to
Change the above <code>curl</code> and <code>ln</code> commands to
# become root:
sudo su
  curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf -
  curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf -
  ln -sf XDS-Apple_M1/* .
  ln -sf XDS-Apple_M1/* .
# release root permissions:
exit


If you want to process .h5 files written by Eiger detectors, use the [https://{{SERVERNAME}}/pub/mac_bin/durin-plugin-Apple-arm64.so Durin plugin for Apple ARM64 processors] (source code [https://github.com/DiamondLightSource/durin available]) or the [https://{{SERVERNAME}}/pub/mac_bin/dectris-neggia-Apple-arm64.so Dectris-Neggia plugin for Apple ARM64 processors] (source code [https://github.com/dectris/neggia available]). The latter may be faster, but does not work on data collected at Diamond Light Source. The former should in principle work for all HDF5 data.   
If you want to process .h5 files written by Eiger detectors, use the [https://{{SERVERNAME}}/pub/mac_bin/durin-plugin-Apple-arm64.so Durin plugin for Apple ARM64 processors] (source code [https://github.com/DiamondLightSource/durin available]) or the [https://{{SERVERNAME}}/pub/mac_bin/dectris-neggia-Apple-arm64.so Dectris-Neggia plugin for Apple ARM64 processors] (source code [https://github.com/dectris/neggia available]). The latter may be faster, but does not work on data collected at Diamond Light Source. The former should in principle work for all HDF5 data.   
2,652

edits