class documentation

class ElectronDensityCcp4(DataLoader):

Constructor: ElectronDensityCcp4(filedata)

View In Hierarchy

Class to load electron density in the ccp4 format

Method load Load the numpy data
Instance Variable mtx Undocumented

Inherited from DataLoader:

Method __init__ Undocumented
Instance Variable filedata Undocumented
def load(self):

Load the numpy data

mtx =

Undocumented