Package ffx.crystal

Class CNSMapWriter

java.lang.Object
ffx.crystal.CNSMapWriter

public class CNSMapWriter extends Object
The CNSMapWriter class writes an output map that covers the unit cell (not the asymmetric unit). The map is set up for passage into FFTs (the x-axis has +2 offset).
Since:
1.0
Author:
Timothy D. Fenn
See Also:
  • Constructor Details

    • CNSMapWriter

      public CNSMapWriter(int nx, int ny, int nz, Crystal crystal, String filename)
      Constructor for CNSMapWriter.
      Parameters:
      nx - an int.
      ny - an int.
      nz - an int.
      crystal - a Crystal object.
      filename - a String object.
  • Method Details

    • write

      public void write(double[] data)
      write
      Parameters:
      data - an array of double.