class object
|
Singleton(cls)
This function acts as a decorator to a class defintion. |
|
|
VolumeData
|
LoadPickle(stream=None,
filename=None)
This function retrieves a VolumeData instance from the specified
Python Pickle file. |
|
|
|
SavePickle(volumeData,
stream=None,
filename=None)
This function saves the specified VolumeData object to the specified
file in Python Pickle format. |
|
|
VolumeData
|
_MMVolToVolumeData(mmvol,
handleNonOrthogonalAxes=False)
This function converts the specified mmvol object to a VolumeData
instance. |
|
|
VolumeData
|
LoadVisFile(filename)
This function retrieves a VolumeData object from a Schrodinger .vis
file. |
|
|
|
_VolumeDataToMMVol(volumeData,
mmvol)
This function configures the specified mmvol object to be equivalent
to the specified VolumeData. |
|
|
|
SaveVisFile(volumeData,
filename)
This function saves a VolumeData object to a Schrodinger .vis file. |
|
|
|
SaveCCP4File(volumeData,
filename)
This function saves a VolumeData object to a CCP4 file. |
|
|
VolumeData
|
LoadCNSFile(filename)
This function loads a VolumeData object from a CNS file. |
|
|
|
_X = 0
|
|
_Y = 1
|
|
_Z = 2
|
|
_VX = np.array([1.0, 0.0, 0.0])
|
|
_VY = np.array([0.0, 1.0, 0.0])
|
|
_VZ = np.array([0.0, 0.0, 1.0])
|
|
_MUST_SPECIFY_FILE = "Either stream or filename must be specif...
|
|
_NON_ORTHOGONAL = "Non-orthogonal axes are currently not permi...
|
|
_DEFAULT_NAME = "VolumeData"
|
|
_PYTHON = "PYTHON"
|
|
_mmInitialiser = _MMInitialiser()
|