Class MTZInfo


public class MTZInfo extends AlgorithmsCommand
The MTZInfo script prints out MTZ reflection file header info.
Usage:
ffxc xray.MTZInfo <filename>
  • Constructor Details

    • MTZInfo

      public MTZInfo()
      MTZInfo constructor.
    • MTZInfo

      public MTZInfo(String[] args)
      MTZInfo constructor that sets the command line arguments.
      Parameters:
      args - Command line arguments.
    • MTZInfo

      public MTZInfo(FFXBinding binding)
      MTZInfo constructor.
      Parameters:
      binding - The Binding to use.
  • Method Details

    • run

      public MTZInfo run()
      Execute the script.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.
    • getPotentials

      public List<Potential> getPotentials()
      Description copied from class: AlgorithmsCommand
      Returns a List of all Potential objects associated with this script.
      Overrides:
      getPotentials in class AlgorithmsCommand
      Returns:
      All Potentials. Sometimes empty, never null.