Package qubx_mac :: Module rates :: Class MacData
[hide private]
[frames] | no frames]

Class MacData

source code

          object --+    
                   |    
qubx.GTK.Requestable --+
                       |
                      MacData

Tracks data source, prepares data and stimulus as needed for LL, opt. Data is [max_mac_ll.Data], each item decorated with additional fields:

Instance Methods [hide private]
 
__init__(self, datasrc, datapane, stimulus)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__onChangeSamples(self, *args) source code
 
__onChangeFileList(self, *args) source code
 
__onSetFileList(self, i, field_name, val, prev, undoing) source code
 
__onChangeStimulus(self, *args) source code
 
get(self, receiver)
Prepares data and stimulus on main thread, passes on via receiver(max_mac_ll.Data, ...).
source code

Inherited from qubx.GTK.Requestable: invalidate, request

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

Instance Variables [hide private]
  resample
True if data should be resampled by delta next time
  resample_std
the "delta" of resample-by-delta
  use_group
a Group index in the Data table, to fit multi files, or None to use the Data Source
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, datasrc, datapane, stimulus)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • datasrc - QubX.DataSource
  • datapane - QubX.Data
  • stimulus - QubX.Modeling.Stimulus
Overrides: object.__init__

get(self, receiver)

source code 

Prepares data and stimulus on main thread, passes on via receiver(max_mac_ll.Data, ...).

Overrides: qubx.GTK.Requestable.get