module documentation

Module to load different data fromats from file and convert into a numpy matrix

Class DataLoader Abstract class to load data from file and convert to a numpy matrix
Class ElectronDensityCcp4 Class to load electron density in the ccp4 format
Class NumpyFile Class to load a file of numerical data from numpy serislisation format
Class NumpyNow Class to create a numpy matrix inline. The format of the uploaded data is (note the commas are the delim,sapce is for visuals) [[[1,2,3], [4, 5, 6]],