Mercurial > dive4elements > river
annotate artifacts/doc/conf/artifacts/fixanalysis.xml @ 9653:3b3c7513472e
Importer (s/u-info) extensions: support of multiple channel data series, check for non-overlapping year ranges
author | mschaefer |
---|---|
date | Mon, 23 Mar 2020 15:06:26 +0100 |
parents | eb1a29fe823f |
children |
rev | line source |
---|---|
2651
9e9eb9d97548
Initial transition configuration and artifact/state stubs for fixation
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
9e9eb9d97548
Initial transition configuration and artifact/state stubs for fixation
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
2 <artifact name="fixanalysis"> |
9082 | 3 <states> |
4 <state id="state.fix.river" description="state.fix.river" helpText="help.state.fix.river" state="org.dive4elements.river.artifacts.states.RiverSelect"> | |
5 <data name="river" type="String" /> | |
6 </state> | |
2651
9e9eb9d97548
Initial transition configuration and artifact/state stubs for fixation
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
7 |
9082 | 8 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> |
9 <from state="state.fix.river" /> | |
10 <to state="state.fix.calculation.mode" /> | |
11 </transition> | |
2651
9e9eb9d97548
Initial transition configuration and artifact/state stubs for fixation
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
12 |
9082 | 13 <state id="state.fix.calculation.mode" helpText="help.state.fix.calculation.mode" description="state.fix.calcuation.mode" state="org.dive4elements.river.artifacts.states.fixation.FixationSelect"> |
14 <data name="calculation.mode" type="String" /> | |
15 </state> | |
2651
9e9eb9d97548
Initial transition configuration and artifact/state stubs for fixation
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
16 |
9082 | 17 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> |
18 <from state="state.fix.calculation.mode" /> | |
19 <to state="state.fix.location" /> | |
20 </transition> | |
21 | |
22 <state id="state.fix.location" description="state.fix.location" helpText="help.state.fix.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect"> | |
23 <data name="ld_from" type="Double" /> | |
24 <data name="ld_to" type="Double" /> | |
25 <data name="ld_step" type="Double" /> | |
26 </state> | |
27 | |
28 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
29 <from state="state.fix.location" /> | |
30 <to state="state.fix.period" /> | |
31 </transition> | |
32 | |
33 <state id="state.fix.period" description="state.fix.period" helpText="help.state.fix.period" state="org.dive4elements.river.artifacts.states.fixation.FixationPeriod"> | |
34 <data name="start" type="Long" /> | |
35 <data name="end" type="Long" /> | |
36 </state> | |
37 | |
38 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
39 <from state="state.fix.period" /> | |
40 <to state="state.fix.gaugerange" /> | |
41 </transition> | |
42 | |
43 <state id="state.fix.gaugerange" description="state.fix.gaugerange" helpText="help.state.fix.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange"> | |
44 <data name="q1" type="Integer" /> | |
45 <data name="q2" type="Integer" /> | |
46 </state> | |
47 | |
48 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
49 <from state="state.fix.gaugerange" /> | |
50 <to state="state.fix.eventselect" /> | |
51 </transition> | |
52 | |
53 <state id="state.fix.eventselect" description="state.fix.eventselect" helpText="help.state.fix.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect"> | |
54 <data name="events" type="intarray" /> | |
55 </state> | |
56 | |
57 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
58 <from state="state.fix.eventselect" /> | |
59 <to state="state.fix.analysis.referenceperiod" /> | |
60 <condition data="calculation.mode" value="calculation.analysis" operator="equal" /> | |
61 </transition> | |
62 | |
63 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
64 <from state="state.fix.eventselect" /> | |
65 <to state="state.fix.vollmer.function" /> | |
66 <condition data="calculation.mode" value="calculation.vollmer" operator="equal" /> | |
67 </transition> | |
68 | |
69 <state id="state.fix.analysis.referenceperiod" helpText="help.state.fix.analysis.referenceperiod" description="state.fix.analysis.referenceperiod" state="org.dive4elements.river.artifacts.states.fixation.ReferencePeriod"> | |
70 <data name="ref_start" type="Long" /> | |
71 <data name="ref_end" type="Long" /> | |
72 </state> | |
73 | |
74 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
75 <from state="state.fix.analysis.referenceperiod" /> | |
76 <to state="state.fix.analysis.analysisperiods" /> | |
77 </transition> | |
78 | |
79 <state id="state.fix.analysis.analysisperiods" helpText="help.state.fix.analysis.analysisperiods" description="state.fix.analysis.analysisperiods" state="org.dive4elements.river.artifacts.states.fixation.AnalysisPeriods"> | |
80 <data name="ana_data" type="String" /> | |
81 </state> | |
82 | |
83 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
84 <from state="state.fix.analysis.analysisperiods" /> | |
85 <to state="state.fix.analysis.function" /> | |
86 </transition> | |
87 | |
88 <state id="state.fix.analysis.function" helpText="help.state.fix.analysis.function" description="state.fix.analysis.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect"> | |
89 <data name="function" type="String" /> | |
90 </state> | |
91 | |
92 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
93 <from state="state.fix.analysis.function" /> | |
94 <to state="state.fix.analysis.preprocessing" /> | |
95 </transition> | |
96 | |
97 <state id="state.fix.analysis.preprocessing" helpText="help.state.fix.analysis.preprocessing" description="state.fix.analysis.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect"> | |
98 <data name="preprocessing" type="Boolean" /> | |
99 </state> | |
100 | |
101 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
102 <from state="state.fix.analysis.preprocessing" /> | |
103 <to state="state.fix.analysis.compute" /> | |
104 </transition> | |
105 | |
106 <state id="state.fix.analysis.compute" helpText="help.state.fix.analysis.compute" description="state.fix.analysis.compute" state="org.dive4elements.river.artifacts.states.fixation.FixAnalysisCompute"> | |
9306 | 107 <outputmodes> |
108 <outputmode name="fix_deltawt_export" description="output.fix_deltawt_export" mine-type="text/plain" type="export"> | |
9082 | 109 <facets> |
9306 | 110 <facet name="csv" description="facet.fix_deltawt.csv" /> |
9082 | 111 <facet name="pdf" description="facet.waterlevel_export.pdf" /> |
112 </facets> | |
113 </outputmode> | |
114 <outputmode name="fix_parameters_export" description="output.fix_parameters_export" mime-type="text/plain" type="export"> | |
115 <facets> | |
116 <facet name="fix_parameters" description="facet.fix_parameters.csv" /> | |
117 </facets> | |
118 </outputmode> | |
119 <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export"> | |
120 <facets> | |
121 <facet name="at" description="facet.fix_wq_curve_export.at" /> | |
122 </facets> | |
123 </outputmode> | |
9306 | 124 |
9082 | 125 <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mime-type="image/png" type="chart"> |
126 <facets> | |
127 <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors." /> | |
128 <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors." /> | |
129 <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors." /> | |
130 <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors." /> | |
131 <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation" /> | |
132 <facet name="fix_reference_events_wq" description="Raw event values used in the calculation" /> | |
133 <facet name="fix_wq_curve" description="WQ curve" /> | |
134 <facet name="qsectors" description="qsectors." /> | |
135 <facet name="other.wqkms.q" description="W-Type of data" /> | |
136 <facet name="other.wqkms.w" description="W-Type of data" /> | |
137 <facet name="other.wkms" description="facet.other.wkms" /> | |
138 <facet name="other.wkms.marks" description="facet.other.wkms.makrs" /> | |
139 <facet name="other.wqkms" description="facet.other.wqkms" /> | |
140 <facet name="longitudinal_section.w" description="facet.longitudinal_section.w" /> | |
141 <facet name="other.wq" description="Point-like data like fixations" /> | |
142 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points" /> | |
143 <facet name="discharge_curve.curve" description="facet.discharge_curve.curve" /> | |
144 <facet name="fix_wq_curve.manualpoints" description="Manual points" /> | |
145 <facet name="mainvalues.q" description="mainvalues.q" /> | |
146 <facet name="mainvalues.w" description="mainvalues.w" /> | |
147 </facets> | |
148 </outputmode> | |
149 <outputmode name="fix_deltawt_curve" description="output.fix_deltawt_curve" mime-type="image/png" type="chart"> | |
150 <facets> | |
151 <facet name="fix_sector_average_dwt_0" description="Average values for Ws in Q sectors." /> | |
152 <facet name="fix_sector_average_dwt_1" description="Average values for Ws in Q sectors." /> | |
153 <facet name="fix_sector_average_dwt_2" description="Average values for Ws in Q sectors." /> | |
154 <facet name="fix_sector_average_dwt_3" description="Average values for Ws in Q sectors." /> | |
155 <facet name="fix_analysis_events_dwt" description="Raw event values used in the calculation" /> | |
156 <facet name="fix_reference_events_dwt" description="Raw event values used in the calculation" /> | |
157 <facet name="fix_analysis_periods_dwt" description="Dateranges of analysis periods." /> | |
158 <facet name="fix_deviation_dwt" description="The standard variance" /> | |
159 <facet name="fix_deltawt_curve.manualpoints" description="Manual points" /> | |
160 <facet name="fix_reference_period_dwt" description="Reference period" /> | |
161 </facets> | |
162 </outputmode> | |
163 <outputmode name="fix_longitudinal_section_curve" description="output.fix_longitudinal_section_curve" mime-type="image/png" type="chart"> | |
164 <facets> | |
165 <facet name="fix_sector_average_ls_0" description="Average values for Ws in Q sectors." /> | |
166 <facet name="fix_sector_average_ls_1" description="Average values for Ws in Q sectors." /> | |
167 <facet name="fix_sector_average_ls_2" description="Average values for Ws in Q sectors." /> | |
168 <facet name="fix_sector_average_ls_3" description="Average values for Ws in Q sectors." /> | |
169 <facet name="fix_sector_average_ls_deviation_0" description="Average values for Ws in Q sectors." /> | |
170 <facet name="fix_sector_average_ls_deviation_1" description="Average values for Ws in Q sectors." /> | |
171 <facet name="fix_sector_average_ls_deviation_2" description="Average values for Ws in Q sectors." /> | |
172 <facet name="fix_sector_average_ls_deviation_3" description="Average values for Ws in Q sectors." /> | |
173 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> | |
174 <facet name="fix_deviation_ls" description="The standard variance" /> | |
175 <facet name="fix_analysis_events_ls" description="Average values for Ws in Q sectors." /> | |
176 <facet name="fix_reference_events_ls" description="Average values for Ws in Q sectors." /> | |
177 <facet name="fix_longitudinal_section_curve.manualpoints" description="Manual points" /> | |
178 <facet name="other.wqkms.q" description="W-Type of data" /> | |
179 <facet name="other.wqkms.w" description="W-Type of data" /> | |
180 </facets> | |
181 </outputmode> | |
182 <outputmode name="fix_derivate_curve" description="output.fix_derivate_curve" mime-type="image/png" type="chart"> | |
183 <facets> | |
184 <facet name="fix_derivate_curve" description="Derivate curve" /> | |
185 <facet name="fix_derivate_curve.manualpoints" description="Manual points" /> | |
186 </facets> | |
187 </outputmode> | |
188 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report"> | |
189 <facets> | |
190 <facet name="report" description="facet.fix.report" /> | |
191 </facets> | |
192 </outputmode> | |
193 </outputmodes> | |
194 </state> | |
195 | |
196 <state id="state.fix.vollmer.function" helpText="help.state.fix.vollmer.function" description="state.fix.vollmer.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect"> | |
197 <data name="function" type="String" /> | |
198 </state> | |
199 | |
200 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
201 <from state="state.fix.vollmer.function" /> | |
202 <to state="state.fix.vollmer.preprocessing" /> | |
203 </transition> | |
204 | |
205 <state id="state.fix.vollmer.preprocessing" helpText="help.state.fix.vollmer.preprocessing" description="state.fix.vollmer.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect"> | |
206 <data name="preprocessing" type="Boolean" /> | |
207 </state> | |
208 | |
209 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
210 <from state="state.fix.vollmer.preprocessing" /> | |
211 <to state="state.fix.vollmer.qs" /> | |
212 </transition> | |
213 | |
214 <state id="state.fix.vollmer.qs" description="state.fix.vollmer.qs" helpText="help.state.fix.vollmer.qs" state="org.dive4elements.river.artifacts.states.WQFixing"> | |
215 <data name="wq_isq" type="String" /> | |
216 <data name="wq_values" type="WQTriple" /> | |
217 </state> | |
218 | |
219 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> | |
220 <from state="state.fix.vollmer.qs" /> | |
221 <to state="state.fix.vollmer.compute" /> | |
222 </transition> | |
223 | |
224 <state id="state.fix.vollmer.compute" helpText="help.state.fix.vollmer.compute" description="state.fix.vollmer.compute" state="org.dive4elements.river.artifacts.states.fixation.FixRealizingCompute"> | |
225 <outputmodes> | |
226 <outputmode name="longitudinal_section" description="output.longitudinal_section" mime-type="image/png" type="chart"> | |
227 <facets> | |
228 <facet name="longitudinal_section.w" description="facet.longitudinal_section.w" /> | |
229 <facet name="longitudinal_section.q" description="facet.longitudinal_section.q" /> | |
230 <facet name="w_differences" description="facet.w_differences" /> | |
231 <facet name="other.wkms" description="facet.other.wkms" /> | |
232 <facet name="other.wq" description="WQ-Type of data" /> | |
233 <facet name="other.wqkms" description="facet.other.wqkms" /> | |
234 <facet name="other.wqkms.q" description="W-Type of data" /> | |
235 <facet name="other.wqkms.w" description="W-Type of data" /> | |
236 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points" /> | |
237 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> | |
238 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area" /> | |
239 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte" /> | |
240 </facets> | |
241 </outputmode> | |
242 <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mime-type="image/png" type="chart"> | |
243 <facets> | |
244 <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors." /> | |
245 <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors." /> | |
246 <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors." /> | |
247 <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors." /> | |
248 <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation" /> | |
249 <facet name="fix_wq_curve" description="WQ curve" /> | |
250 <facet name="fix_wq_ls" description="WQ LS curve" /> | |
251 <facet name="qsectors" description="qsectors." /> | |
252 <facet name="fix_events_wqkms" description="WQKMS-Type of data" /> | |
253 <facet name="other.wqkms.q" description="W-Type of data" /> | |
254 <facet name="other.wqkms.w" description="W-Type of data" /> | |
255 <facet name="other.wkms" description="facet.other.wqkms" /> | |
256 <facet name="other.wqkms" description="facet.other.wqkms" /> | |
257 <!--issue1383: facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/ --> | |
258 <facet name="other.wq" description="Point-like data like fixations" /> | |
259 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points" /> | |
260 <facet name="discharge_curve.curve" description="facet.discharge_curve.curve" /> | |
261 <facet name="mainvalues.w" description="facet.fix_wq.mainvalues.w" /> | |
262 <facet name="mainvalues.q" description="facet.fix_wq.mainvalues.q" /> | |
263 </facets> | |
264 </outputmode> | |
265 <outputmode name="cross_section" description="output.cross_section" mime-type="image/png" type="chart"> | |
266 <facets> | |
267 <facet name="cross_section_water_line" description="facet.cross_section_water_line" /> | |
268 <facet name="cross_section" description="facet.cross_section" /> | |
269 <facet name="area" description="an area" /> | |
270 <facet name="cross_section.area" description="an area" /> | |
271 <facet name="cross_section.manualpoints" description="points" /> | |
272 <facet name="cross_section.manualline" description="line" /> | |
273 <facet name="hyk" description="hyks" /> | |
274 </facets> | |
275 </outputmode> | |
276 <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export"> | |
277 <facets> | |
278 <facet name="at" description="facet.fix_wq_curve_export.at" /> | |
279 </facets> | |
280 </outputmode> | |
9645
eb1a29fe823f
parameter export fixAnalysis.AWSPL fix
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9360
diff
changeset
|
281 <outputmode name="fix_parameters_export" description="output.fix_parameters_export" mime-type="text/plain" type="export"> |
eb1a29fe823f
parameter export fixAnalysis.AWSPL fix
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9360
diff
changeset
|
282 <facets> |
eb1a29fe823f
parameter export fixAnalysis.AWSPL fix
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9360
diff
changeset
|
283 <facet name="fix_parameters" description="facet.fix_parameters.csv" /> |
eb1a29fe823f
parameter export fixAnalysis.AWSPL fix
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9360
diff
changeset
|
284 </facets> |
eb1a29fe823f
parameter export fixAnalysis.AWSPL fix
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9360
diff
changeset
|
285 </outputmode> |
eb1a29fe823f
parameter export fixAnalysis.AWSPL fix
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9360
diff
changeset
|
286 |
9082 | 287 <outputmode name="fix_waterlevel_export" description="output.fix_waterlevel_export" mime-type="text/plain" type="export"> |
288 <facets> | |
289 <facet name="csv" description="facet.waterlevel_export.csv" /> | |
290 <facet name="wst" description="facet.waterlevel_export.wst" /> | |
291 <facet name="pdf" description="facet.waterlevel_export.pdf" /> | |
292 </facets> | |
293 </outputmode> | |
294 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report"> | |
295 <facets> | |
296 <facet name="report" description="facet.fix.report" /> | |
297 </facets> | |
298 </outputmode> | |
299 </outputmodes> | |
300 </state> | |
9306 | 301 |
9082 | 302 </states> |
2651
9e9eb9d97548
Initial transition configuration and artifact/state stubs for fixation
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
303 </artifact> |