Package schrodinger :: Package application :: Package desmond :: Package packages :: Module analysis :: Class RMSF
[hide private]
[frames] | no frames]

Class RMSF

      object --+            
               |            
GeomAnalyzerBase --+        
                   |        
    _MaestroAnalysis --+    
                       |    
                PosAlign --+
                           |
                          RMSF
Known Subclasses:

Root Mean Square Fluctation from reference positions (averaged position over the trajectory) for each atom, with optional alignment fitting.

Instance Methods [hide private]
 
_postcalc(self, calc, *_)
length N numpy.ndarray
reduce(self, pos_t, *_, **__)
Temporal average of the RMSF over the trajectory

Inherited from PosAlign: __init__

Inherited from _MaestroAnalysis (private): _getCentered, _precalc

Inherited from GeomAnalyzerBase: __call__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_postcalc(self, calc, *_)

 
Overrides: GeomAnalyzerBase._postcalc
(inherited documentation)

reduce(self, pos_t, *_, **__)

 

Temporal average of the RMSF over the trajectory

Parameters:
  • pos_t (List of Nx3 numpy.ndarray where N is the number of atoms. The length of the list is the number of frames.)
Returns: length N numpy.ndarray