A tool to calculate average position over time for each atom in a 
  set.
    |  | 
        
          | __init__(self,
        fit_asl,
        ref_fit_pos=None,
        *args,
        **kwargs) @type fit_asl: AtomSelection instance
@param fit_asl:
    The atom selection from which to indetify atom indices to be transformed.
 |  |  | 
    |  | 
        
          | doFrameInit(self,
        frame) Initialize data that requires a frame instance for reference.
 |  |  | 
    |  | 
        
          | processFrame(self,
        frame) Collect data for the provided frame.
 |  |  | 
    |  |  | 
    |  | 
        
          | getFrameResults(self) Return results as a numpy array for all values and frames with the 
      first index being across frames.
 |  |  | 
    |  |  | 
    |  | 
        
          | plot(self,
        *args,
        **kwargs) A generic matplotlib 2D plot implementation.
 |  |  | 
  
    | Inherited from analysistool.AnalysisTool:getDataLabels,getResults,plot2D,setSlice,shouldProcessFrame Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |