Generate XDS.INP: Difference between revisions

Line 957: Line 957:
For Eiger data processing, the <code>h5dump</code> program must be installed. This is part of <code>hdf5-tools</code> (Ubuntu) or <code>hdf5</code> (RHEL).
For Eiger data processing, the <code>h5dump</code> program must be installed. This is part of <code>hdf5-tools</code> (Ubuntu) or <code>hdf5</code> (RHEL).


On Mac OS X, installation of the "Command Line Tools" (from http://developer.apple.com/downloads; requires Apple ID) is required. These are also part of the (larger, but also free) [http://developer.apple.com/tools/xcode Xcode] package. This package comes with a license that has to be accepted by the user when running a Command Line Tool for the first time.
On Mac OS X, installation of the "Command Line Tools" (from http://developer.apple.com/downloads; requires Apple ID) is required. These are also part of the (larger, but also free) [http://developer.apple.com/tools/xcode Xcode] package. This package comes with a license that has to be accepted by the user when running a Command Line Tool (e.g. <code>strings</code> for the first time.


An easy way to check for missing programs is
An easy way to check for missing programs is
Line 967: Line 967:
  sudo apt-get install coreutils binutils gawk sed bc grep python hdf5-tools
  sudo apt-get install coreutils binutils gawk sed bc grep python hdf5-tools


See also [Installation].
See also [[Installation]].


== Limitations ==
== Limitations ==
2,652

edits