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

Class SourceSeg

source code

object --+        
         |        
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 x.__class__.__doc__ for signature
source code

Inherited from SourceChunk: get_idealization

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

Inherited from 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: f, file, filter_Hz, included, l, latency, n, 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 x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)