### Configuration File for new instances of proteinBox class

# Size of each box (or Sphere)
boxSize=20

# Spaces between each voxel (angstroms)
voxelSpacing=1

# Enable support for float voxels
useFloatVoxels=True

# Numpy data type for box output array. If you need to examine collisions, try uint8 dtype.
dataType=bool

# Write warnings to standard output
useWarnings=True

# Use sphere generation method instead of boxes
useSpheres=True
