Class AverageMTZ


public class AverageMTZ extends AlgorithmsCommand
Use AverageMTZ to provide two MTZ files and an iteration for a cumulative moving average.
Usage:
ffxc xray.AverageMTZ <filename1> <filename2>
  • Constructor Details

    • AverageMTZ

      public AverageMTZ()
      AverageMTZ constructor.
    • AverageMTZ

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

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