pydseamslib.cyoda.atomInSlice

Contents

pydseamslib.cyoda.atomInSlice#

pydseamslib.cyoda.atomInSlice(x: float, y: float, z: float, coordLow: List[float[3]], coordHigh: List[float[3]]) bool#

If this is 3 then the particle is inside the volume slice

Parameters:
  • x (X co-ordinates of the atom)

  • y (Y co-ordinates of the atom)

  • z (Z co-ordinates of the atom)

  • coordLow (Contains the lower limits of the slice, if a slice is to be created)

  • coordHigh (Contains the upper limits of the slice, if a slice is to be created)