pydseamslib.cyoda.printIceType

Contents

pydseamslib.cyoda.printIceType#

pydseamslib.cyoda.printIceType(yCloud: pydseamslib.cyoda.PointCloudDouble, path: str, firstFrame: int, isSlice: bool, outputFileName: str) int#

Prints out the iceType for a particular frame onto the terminal. Prints out the molSys::atom_state_type per-particle ice type, for a particular frame, to a file.

Parameters:
  • yCloud (The output molSys::PointCloud for the current frame)

  • path (Path to the output directory to which ice types are written out to)

  • firstFrame (First frame to be analyzed)

  • isSlice (Determines whether there is a slice or not)

  • outputFileName (File name of the output file, to which the per-particle ice types will be written out. The default file name is "superChill.txt")