Skip to content

Commit a55cd19

Browse files
author
Lawrence
committed
Updated Docs to reflect schema 2.2.1
1 parent 4f68fc8 commit a55cd19

File tree

79 files changed

+2944
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2944
-421
lines changed

doc/+types/+core/AbstractFeatureSeries.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.AbstractFeatureSeries - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="TimeSeries.html">types.core.TimeSeries</a></td>
25+
<td><a href="TimeSeries.html">types.core.TimeSeries</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/AnnotationSeries.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.AnnotationSeries - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="TimeSeries.html">types.core.TimeSeries</a></td>
25+
<td><a href="TimeSeries.html">types.core.TimeSeries</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/AxisMap.html

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4+
5+
<link rel="stylesheet" href="../../helpwin.css">
6+
<title>types.core.AxisMap - MATLAB File Help</title>
7+
</head>
8+
<body>
9+
<!--Single-page help-->
10+
<table border="0" cellspacing="0" width="100%">
11+
<tr class="subheader">
12+
<td class="headertitle">types.core.AxisMap - MATLAB File Help</td>
13+
14+
15+
16+
</tr>
17+
</table>
18+
<div class="title">types.core.AxisMap</div>
19+
<div class="helptext"><pre><!--helptext --> <span class="helptopic">AxisMap</span> Abstract two-dimensional map of responses to stimuli along a single response axis (e.g. eccentricity)</pre></div><!--after help -->
20+
<!--Class-->
21+
<div class="sectiontitle">Class Details</div>
22+
<table class="class-details">
23+
<tr>
24+
<td class="class-detail-label">Superclasses</td>
25+
<td><a href="RetinotopyMap.html">types.core.RetinotopyMap</a>, <a href="matlab:helpwin('types.untyped.DatasetClass')">types.untyped.DatasetClass</a></td>
26+
</tr>
27+
<tr>
28+
<td class="class-detail-label">Sealed</td>
29+
<td>false</td>
30+
</tr>
31+
<tr>
32+
<td class="class-detail-label">Construct on load</td>
33+
<td>false</td>
34+
</tr>
35+
</table>
36+
<!--Constructors-->
37+
<div class="sectiontitle"><a name="constructors"></a>Constructor Summary
38+
</div>
39+
<table class="summary-list">
40+
<tr class="summary-item">
41+
<td class="name">AxisMap</td>
42+
<td class="m-help">Constructor for AxisMap&nbsp;</td>
43+
</tr>
44+
</table>
45+
<!--Properties-->
46+
<div class="sectiontitle"><a name="properties"></a>Property Summary
47+
</div>
48+
<table class="summary-list">
49+
<tr class="summary-item">
50+
<td class="name">data</td>
51+
<td class="m-help">property of type any&nbsp;</td>
52+
</tr>
53+
<tr class="summary-item">
54+
<td class="name">dimension</td>
55+
<td class="m-help">Number of rows and columns in the image. NOTE: row, column representation is equivalent to height, width.&nbsp;</td>
56+
</tr>
57+
<tr class="summary-item">
58+
<td class="name">field_of_view</td>
59+
<td class="m-help">Size of viewing area, in meters.&nbsp;</td>
60+
</tr>
61+
<tr class="summary-item">
62+
<td class="name">unit</td>
63+
<td class="m-help">Unit that axis data is stored in (e.g., degrees).&nbsp;</td>
64+
</tr>
65+
</table>
66+
<!--Methods-->
67+
<div class="sectiontitle"><a name="methods"></a>Method Summary
68+
</div>
69+
<table class="summary-list">
70+
<tr class="summary-item">
71+
<td class="attributes">
72+
&nbsp;
73+
74+
</td>
75+
<td class="name">addlistener</td>
76+
<td class="m-help">Add listener for event.&nbsp;</td>
77+
</tr>
78+
<tr class="summary-item">
79+
<td class="attributes">
80+
&nbsp;
81+
82+
</td>
83+
<td class="name">delete</td>
84+
<td class="m-help">Delete a handle object.&nbsp;</td>
85+
</tr>
86+
<tr class="summary-item">
87+
<td class="attributes">
88+
&nbsp;
89+
90+
</td>
91+
<td class="name">eq</td>
92+
<td class="m-help">== (EQ) Test handle equality.&nbsp;</td>
93+
</tr>
94+
<tr class="summary-item">
95+
<td class="attributes">
96+
&nbsp;
97+
98+
</td>
99+
<td class="name">export</td>
100+
<td class="m-help">find reference properties&nbsp;</td>
101+
</tr>
102+
<tr class="summary-item">
103+
<td class="attributes">
104+
&nbsp;
105+
106+
</td>
107+
<td class="name">findobj</td>
108+
<td class="m-help">Find objects matching specified conditions.&nbsp;</td>
109+
</tr>
110+
<tr class="summary-item">
111+
<td class="attributes">
112+
&nbsp;
113+
114+
</td>
115+
<td class="name">findprop</td>
116+
<td class="m-help">Find property of MATLAB handle object.&nbsp;</td>
117+
</tr>
118+
<tr class="summary-item">
119+
<td class="attributes">
120+
&nbsp;
121+
122+
</td>
123+
<td class="name">ge</td>
124+
<td class="m-help">>= (GE) Greater than or equal relation for handles.&nbsp;</td>
125+
</tr>
126+
<tr class="summary-item">
127+
<td class="attributes">
128+
&nbsp;
129+
130+
</td>
131+
<td class="name">gt</td>
132+
<td class="m-help">> (GT) Greater than relation for handles.&nbsp;</td>
133+
</tr>
134+
<tr class="summary-item">
135+
<td class="attributes">Sealed
136+
&nbsp;
137+
138+
</td>
139+
<td class="name">isvalid</td>
140+
<td class="m-help">Test handle validity.&nbsp;</td>
141+
</tr>
142+
<tr class="summary-item">
143+
<td class="attributes">
144+
&nbsp;
145+
146+
</td>
147+
<td class="name">le</td>
148+
<td class="m-help"><= (LE) Less than or equal relation for handles.&nbsp;</td>
149+
</tr>
150+
<tr class="summary-item">
151+
<td class="attributes">
152+
&nbsp;
153+
154+
</td>
155+
<td class="name">listener</td>
156+
<td class="m-help">Add listener for event without binding the listener to the source object.&nbsp;</td>
157+
</tr>
158+
<tr class="summary-item">
159+
<td class="attributes">
160+
&nbsp;
161+
162+
</td>
163+
<td class="name">loadAll</td>
164+
<td class="m-help">&nbsp;</td>
165+
</tr>
166+
<tr class="summary-item">
167+
<td class="attributes">
168+
&nbsp;
169+
170+
</td>
171+
<td class="name">lt</td>
172+
<td class="m-help">< (LT) Less than relation for handles.&nbsp;</td>
173+
</tr>
174+
<tr class="summary-item">
175+
<td class="attributes">
176+
&nbsp;
177+
178+
</td>
179+
<td class="name">ne</td>
180+
<td class="m-help">~= (NE) Not equal relation for handles.&nbsp;</td>
181+
</tr>
182+
<tr class="summary-item">
183+
<td class="attributes">
184+
&nbsp;
185+
186+
</td>
187+
<td class="name">notify</td>
188+
<td class="m-help">Notify listeners of event.&nbsp;</td>
189+
</tr>
190+
<tr class="summary-item">
191+
<td class="attributes">
192+
&nbsp;
193+
194+
</td>
195+
<td class="name">validate_data</td>
196+
<td class="m-help">&nbsp;</td>
197+
</tr>
198+
<tr class="summary-item">
199+
<td class="attributes">
200+
&nbsp;
201+
202+
</td>
203+
<td class="name">validate_dimension</td>
204+
<td class="m-help">&nbsp;</td>
205+
</tr>
206+
<tr class="summary-item">
207+
<td class="attributes">
208+
&nbsp;
209+
210+
</td>
211+
<td class="name">validate_field_of_view</td>
212+
<td class="m-help">&nbsp;</td>
213+
</tr>
214+
<tr class="summary-item">
215+
<td class="attributes">
216+
&nbsp;
217+
218+
</td>
219+
<td class="name">validate_unit</td>
220+
<td class="m-help">&nbsp;</td>
221+
</tr>
222+
</table>
223+
<!--Events-->
224+
<div class="sectiontitle"><a name="events"></a>Event Summary
225+
</div>
226+
<table class="summary-list"></table>
227+
</body>
228+
</html>

doc/+types/+core/BehavioralEpochs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.BehavioralEpochs - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a></td>
25+
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/BehavioralEvents.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.BehavioralEvents - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a></td>
25+
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/BehavioralTimeSeries.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.BehavioralTimeSeries - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a></td>
25+
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/ClusterWaveforms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.ClusterWaveforms - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a></td>
25+
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/Clustering.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.Clustering - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a></td>
25+
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/CompassDirection.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.CompassDirection - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a></td>
25+
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

doc/+types/+core/CorrectedImageStack.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44

5-
<link rel="stylesheet" href="helpwin.css">
5+
<link rel="stylesheet" href="../../helpwin.css">
66
<title>types.core.CorrectedImageStack - MATLAB File Help</title>
77
</head>
88
<body>
@@ -22,7 +22,7 @@
2222
<table class="class-details">
2323
<tr>
2424
<td class="class-detail-label">Superclasses</td>
25-
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a></td>
25+
<td><a href="NWBDataInterface.html">types.core.NWBDataInterface</a>, <a href="matlab:helpwin('types.untyped.GroupClass')">types.untyped.GroupClass</a></td>
2626
</tr>
2727
<tr>
2828
<td class="class-detail-label">Sealed</td>

0 commit comments

Comments
 (0)