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

Class SourceSeg

source code

     object --+        
              |        
util_types.Anon --+    
                  |    
        SourceChunk --+
                      |
                     SourceSeg

Describes one segment from the data source.

Instance Methods [hide private]
 
__init__(self, file, signal=0, index=0, offset=0, f=0, l=-1, chunks=None, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from SourceChunk: get_actual_bounds, get_idealization, get_samples

Inherited from util_types.Anon: __getattr__, __repr__, __str__, clone

Inherited from util_types.Anon (private): _find_arg_dicts, _str_indent

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

Instance Variables [hide private]
  chunks
list of SourceChunk
  index
index of segment in file
  offset
sample index offset of source segment in file

Inherited from SourceChunk: baseline_nodes, f, file, filter_Hz, group, idealized, included, l, latency, n, sampling, signal, start

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, file, signal=0, index=0, offset=0, f=0, l=-1, chunks=None, **kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)