Provides sampled and idealized data to the user's specification.
|
|
__init__(self,
qubx)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| __onSetSignals(self,
i,
field_name,
val,
prev,
undoing) |
source code
|
|
|
|
|
|
|
gen_samples(self,
chunks,
main_hold=None,
signal=None,
maxlen=1048576,
get_excluded=False)
Yields a SourceChunk with fields .samples and .sampling for
each in chunks. |
source code
|
|
|
|
get_idealization(self,
chunk,
signal=None,
mark_excluded=False,
get_fragments=False,
get_durations=False)
Returns the dwells in chunk as numpy arrays |
source code
|
|
|
|
get_segmentation(self,
dataview=None,
first_seg=None,
last_seg=None,
left=None,
right=None,
signal=None,
latency=None,
baseline_nodes=True)
Returns a list of SourceSeg corresponding to source, modified by args. |
source code
|
|
|
|
get_segmentation_file(self,
dataview=None,
signal=None,
latency=None,
baseline_nodes=True)
Returns a list of SourceSeg corresponding to the whole file. |
source code
|
|
|
|
get_segmentation_files(self,
views=None,
group=None)
Returns a list of (QubDataView, segm) for
each QubDataView in views (or all open files), where segm =
view.get_segmentation_file(). |
source code
|
|
|
|
| get_segmentation_list(self,
dataview=None,
signal=None,
group=None) |
source code
|
|
|
|
get_segmentation_screen(self,
dataview=None,
signal=None,
latency=None,
baseline_nodes=True)
Returns a list of SourceSeg corresponding to what's onscreen. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|