Class CNSMapWriter
java.lang.Object
ffx.xray.parsers.CNSMapWriter
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 Summary
ConstructorsConstructorDescriptionCNSMapWriter(int nx, int ny, int nz, Crystal crystal, String filename) Constructor for CNSMapWriter. -
Method Summary
-
Constructor Details
-
CNSMapWriter
-
-
Method Details
-
write
public void write(double[] data) write- Parameters:
data- an array of double.
-