BioSimSpace.Box.generateBoxParameters#

BioSimSpace.Box.generateBoxParameters(box_type, image_distance)[source]#

Generate parameters for the named box type with specified image distance.

Parameters:
  • box_type (str) – The name of the box type. Run BioSimSpace.Box.boxTypes() to get a list of the supported boxes.

  • image_distance (Length) – The image distance.

Returns:

  • box ([Length]) – The box vector magnitudes.

  • angles ([Angle]) – The box vector angles: yz, xz, and xy.