Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Package molfile :: Class SeqFile :: Class Reader
[hide private]
[frames] | no frames]

Class Reader

object --+
         |
        SeqFile.Reader

Instance Methods [hide private]
 
__init__(self, path)
Only use a direct read to determine the header for the file Otherwise, use numpy.loadtxt
 
_get_prop(self, prop)
Returns a MUTABLE reference to a property.
 
get_prop(self, prop)
 
frame(self, n)
 
frames(self)
 
at_time_near(self, time)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
_parse_header(line)
Properties [hide private]
  natoms
  nframes

Inherited from object: __class__

Method Details [hide private]

__init__(self, path)
(Constructor)

 

Only use a direct read to determine the header for the file Otherwise, use numpy.loadtxt

Overrides: object.__init__

_get_prop(self, prop)

 

Returns a MUTABLE reference to a property. Used to eliminate a copy when concatenating multiple seq files


Property Details [hide private]

natoms

Get Method:
unreachable.natoms(self)

nframes

Get Method:
unreachable.nframes(self)