qubx :: data_types :: QubData_Bin :: Class QubData_Bin
[hide private]
[frames] | no frames]

Class QubData_Bin

source code

object --+    
         |    
   QubData --+
             |
            QubData_Bin

One open raw binary data file.

Instance Methods [hide private]
 
__init__(self, path, progressf)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from QubData: accept_computed, dispose, get_overlays, get_save_tables, get_segmentation, get_segmentation_file, get_segmentation_indexed, get_segmentation_list, get_stimulus, get_stimulus_at, get_stimulus_idl, pre_close, read_session, saveAs, save_session, set_analog, set_sampling, update_idl

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

Instance Variables [hide private]
  scaling
float_val = int_val / scaling

Inherited from QubData: OnChangeBaselineNodes, OnChangeField, OnChangeFits, OnChangeIdealization, OnChangeOverlaySource, OnChangeOverlays, OnChangePath, OnChangeSamples, OnChangeSampling, OnSaving, analog, baseline, constants, exclusion, fits, ideal, list, lists, notes, overlays, path, qsf, sampling, seg, segmentation, segments, signals, stimuli, trials

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, path, progressf)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)