DataSets
Overview
Represents selections of data in one or more files.

Returned by QUB.getChosenData and QUB.getChosenIdealization.

Data
none
Children
Example
DataSets
{
	DataSet
	{
		Segment =134	287
		{
			amp =-0.00563935	1.02029
			sd =0.102412	0.141354
			DwellCount =15
			(	Firsts	Lasts	Classes	Durations
				134	136	1	3
				137	139	0	3
				140	145	1	6
				146	151	0	6
				152	165	1	14
				166	174	0	9
				175	192	1	18
				193	208	0	16
				209	213	1	5
				214	217	0	4
				218	246	1	29
				247	252	0	6
				253	264	1	12
				265	284	0	20
				285	287	1	3 )
			start =134
		}
		STRING FileName =C:\Shared\samples\short pulse.qdf
		sampling =1
		Scaling =100
		ADChannelCount =2
		ActiveChannel =0
		Channels
		{
			Channel
			{
				STRING Name =Current
				STRING Units =pA
				Scaling =1
			}
			Channel
			{
				STRING Name =Ligand
				STRING Units =mM
				Scaling =1
			}
		}
		ExpCond
		{
			DeadTime =0.05
			{
				Cond_Value =0.05
			}
			Ligand =1
			{
				Cond_Value =0
				ChannelIndex =1
			}
			Voltage =1
			{
				Cond_Value =1
			}
		}
	}
	STRING DataDescription ="Selection list 1"
}

DataSet
Overview
represents selections of data from a single file
Data
none
Children
Segment
Overview
Data
QTR_TYPE_INT: 2 x 1
(first, last) point indices
Children
amp
Overview
for idealized data; avg amplitude of each class
Data
QTR_TYPE_DOUBLE: ClassCount x 1
sd
Overview
for idealized data; std.dev. of avg amp of each class
Data
QTR_TYPE_DOUBLE: ClassCount x 1
DwellCount
Overview
for idealized data; number of events this segment
Data
QTR_TYPE_INT: 1 x 1
Firsts
Overview
for idealized data; index of first point in each event
Data
QTR_TYPE_INT: DwellCount x 1
Lasts
Overview
for idealized data; index of last point in each event
Data
QTR_TYPE_INT: DwellCount x 1
Classes
Overview
for idealized data; conductance class of each event
Data
QTR_TYPE_INT: DwellCount x 1
Durations
Overview
for idealized data; length of each event, in milliseconds
Data
QTR_TYPE_FLOAT: DwellCount x 1
start
Overview
start time of this segment relative to start of recording, in milliseconds
Data
QTR_TYPE_DOUBLE: 1 x 1
FileName
Overview
the full path of the source data file
Data
QTR_TYPE_STRING
sampling
Overview
interval between samples, in milliseconds
Data
QTR_TYPE_DOUBLE: 1 x 1
ActiveChannel
Overview
the selected A/D channel ("A/D Ch" at top-left)
Data
QTR_TYPE_INT: 1 x 1
DataDescription
Overview
e.g. "200 - 1499" or "selection list 1" or "file" or "file list"
Data
QTR_TYPE_STRING: