Package qubx :: Module data_gpatch :: Class QubData_GPatch
[hide private]
[frames] | no frames]

Class QubData_GPatch

source code

        object --+    
                 |    
data_types.QubData --+
                     |
                    QubData_GPatch

One open GPATCH dat file.

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

Inherited from data_types.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]
  segbufs_of_signal
array[signal_ix][seg_ix] of numpy.array (float32)
  sweeps
array[seg_ix] of GPatchWSweep or GPatchMSweep

Inherited from data_types.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)