logReader

Classes

class logReader.LOGReader

Class used to read and extract data from a .log/.out file which is simply the standard NAMD output.

appendLOG(logFile)

Method to append output data to the already loaded ones. Timestep number is simply continued by adding the last timestep from initial logData if the first one is set to zero.

importLOGFile(logFile)

Imports a new file and store the result in self.logData. If something already exists in self.logData, it will be deleted.