Newer
Older
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2019 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source,
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
// SPDX - License - Identifier: GPL - 3.0 +
#pragma once
#include "../../../ISISReflectometry/GUI/Common/Decoder.h"
#include "../ReflMockObjects.h"
#include "CoderCommonTester.h"
#include "MantidPythonInterface/core/WrapPython.h"
#include "MantidQtWidgets/Common/QtJSONUtils.h"
#include <cxxtest/TestSuite.h>
#include <QMap>
#include <QString>
#include <QVariant>
namespace {
const static QString BATCH_JSON_STRING{
"{"
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
" \"eventView\": {"
" \"customButton\": false,"
" \"customEdit\": \"\","
" \"disabledSlicingButton\": false,"
" \"logValueButton\": false,"
" \"logValueEdit\": \"\","
" \"logValueTypeEdit\": \"\","
" \"uniformButton\": false,"
" \"uniformEdit\": 1,"
" \"uniformEvenButton\": true,"
" \"uniformEvenEdit\": 2"
" },"
" \"experimentView\": {"
" \"analysisModeComboBox\": 1,"
" \"debugCheckbox\": true,"
" \"endOverlapEdit\": 13,"
" \"floodCorComboBox\": 1,"
" \"floodWorkspaceWsSelector\": 0,"
" \"includePartialBinsCheckBox\": true,"
" \"perAngleDefaults\": {"
" \"columnsNum\": 9,"
" \"rows\": ["
" ["
" \"0.5\","
" \"13463\","
" \"13464\","
" \"4\","
" \"0.01\","
" \"0.1\","
" \"0.02\","
" \"\","
" \"4\""
" ]"
" ],"
" \"rowsNum\": 1"
" },"
" \"polCorrCheckBox\": false,"
" \"reductionTypeComboBox\": 2,"
" \"startOverlapEdit\": 8,"
" \"stitchEdit\": \"Params=0.015\","
" \"summationTypeComboBox\": 1,"
" \"transScaleRHSCheckBox\": false,"
" \"transStitchParamsEdit\": \"0.03\""
" },"
" \"instrumentView\": {"
" \"I0MonitorIndex\": 1,"
" \"correctDetectorsCheckBox\": true,"
" \"detectorCorrectionTypeComboBox\": 1,"
" \"intMonCheckBox\": true,"
" \"lamMaxEdit\": 16,"
" \"lamMinEdit\": 2.5,"
" \"monBgMaxEdit\": 19,"
" \"monBgMinEdit\": 14,"
" \"monIntMaxEdit\": 11,"
" \"monIntMinEdit\": 3"
" },"
" \"runsView\": {"
" \"comboSearchInstrument\": 0,"
" \"runsTable\": {"
" \"filterBox\": \"\","
" \"projectSave\": false,"
" \"runsTableModel\": ["
" {"
" \"itemState\": 0,"
" \"name\": \"Si/D2O S2 \","
" \"postprocessedWorkspaceName\": \"\","
" \"rows\": ["
" {"
" \"itemState\": 0,"
" \"qRange\": {"
" \"max\": 0.06,"
" \"maxPresent\": true,"
" \"min\": 0.01,"
" \"minPresent\": true,"
" \"step\": 0.04,"
" \"stepPresent\": true"
" },"
" \"qRangeOutput\": {"
" \"maxPresent\": false,"
" \"minPresent\": false,"
" \"stepPresent\": false"
" },"
" \"reductionOptions\": {"
" },"
" \"reductionWorkspaces\": {"
" \"iVsLambda\": \"\","
" \"iVsQ\": \"\","
" \"iVsQBinned\": \"\","
" \"inputRunNumbers\": ["
" \"13460\""
" ],"
" \"transPair\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" },"
" \"runNumbers\": ["
" \"13460\""
" ],"
" \"scaleFactorPresent\": false,"
" \"theta\": 0.5,"
" \"transRunNums\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" },"
" {"
" \"itemState\": 0,"
" \"qRange\": {"
" \"max\": 0.3,"
" \"maxPresent\": true,"
" \"min\": 0.035,"
" \"minPresent\": true,"
" \"step\": 0.04,"
" \"stepPresent\": true"
" },"
" \"qRangeOutput\": {"
" \"maxPresent\": false,"
" \"minPresent\": false,"
" \"stepPresent\": false"
" },"
" \"reductionOptions\": {"
" },"
" \"reductionWorkspaces\": {"
" \"iVsLambda\": \"\","
" \"iVsQ\": \"\","
" \"iVsQBinned\": \"\","
" \"inputRunNumbers\": ["
" \"13462\""
" ],"
" \"transPair\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" },"
" \"runNumbers\": ["
" \"13462\""
" ],"
" \"scaleFactorPresent\": false,"
" \"theta\": 2.3,"
" \"transRunNums\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" }"
" ]"
" },"
" {"
" \"itemState\": 0,"
" \"name\": \"Si MAB 500mg/L NaOAc D2O \","
" \"postprocessedWorkspaceName\": \"\","
" \"rows\": ["
" {"
" \"itemState\": 0,"
" \"qRange\": {"
" \"max\": 0.06,"
" \"maxPresent\": true,"
" \"min\": 0.01,"
" \"minPresent\": true,"
" \"step\": 0.04,"
" \"stepPresent\": true"
" },"
" \"qRangeOutput\": {"
" \"maxPresent\": false,"
" \"minPresent\": false,"
" \"stepPresent\": false"
" },"
" \"reductionOptions\": {"
" },"
" \"reductionWorkspaces\": {"
" \"iVsLambda\": \"\","
" \"iVsQ\": \"\","
" \"iVsQBinned\": \"\","
" \"inputRunNumbers\": ["
" \"13469\""
" ],"
" \"transPair\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" },"
" \"runNumbers\": ["
" \"13469\""
" ],"
" \"scaleFactorPresent\": false,"
" \"theta\": 0.7,"
" \"transRunNums\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" },"
" {"
" \"itemState\": 0,"
" \"qRange\": {"
" \"max\": 0.3,"
" \"maxPresent\": true,"
" \"min\": 0.035,"
" \"minPresent\": true,"
" \"step\": 0.04,"
" \"stepPresent\": true"
" },"
" \"qRangeOutput\": {"
" \"maxPresent\": false,"
" \"minPresent\": false,"
" \"stepPresent\": false"
" },"
" \"reductionOptions\": {"
" },"
" \"reductionWorkspaces\": {"
" \"iVsLambda\": \"\","
" \"iVsQ\": \"\","
" \"iVsQBinned\": \"\","
" \"inputRunNumbers\": ["
" \"13470\""
" ],"
" \"transPair\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" },"
" \"runNumbers\": ["
" \"13470\""
" ],"
" \"scaleFactorPresent\": false,"
" \"theta\": 2.3,"
" \"transRunNums\": {"
" \"firstTransRuns\": ["
" \"13463\""
" ],"
" \"secondTransRuns\": ["
" \"13464\""
" ]"
" }"
" }"
" ]"
" }"
" ]"
" },"
" \"textSearch\": \"1120015\""
" },"
" \"saveView\": {"
" \"commaRadioButton\": false,"
" \"fileFormatComboBox\": 1,"
" \"filterEdit\": \"IvsQ\","
" \"prefixEdit\": \"\","
" \"qResolutionCheckBox\": true,"
" \"regexCheckBox\": true,"
" \"savePathEdit\": \"\","
" \"saveReductionResultsCheckBox\": false,"
" \"spaceRadioButton\": true,"
" \"tabRadioButton\": false,"
" \"titleCheckBox\": true"
" }"
"}"};
const static QString EMPTY_BATCH_JSON_STRING{
"{"
" \"eventView\": {"
" \"customButton\": false,"
" \"customEdit\": \"\","
" \"disabledSlicingButton\": true,"
" \"logValueButton\": false,"
" \"logValueEdit\": \"\","
" \"logValueTypeEdit\": \"\","
" \"uniformButton\": false,"
" \"uniformEdit\": 1,"
" \"uniformEvenButton\": false,"
" \"uniformEvenEdit\": 1"
" },"
" \"experimentView\": {"
" \"analysisModeComboBox\": 0,"
" \"debugCheckbox\": false,"
" \"endOverlapEdit\": 12,"
" \"floodCorComboBox\": 0,"
" \"floodWorkspaceWsSelector\": 0,"
" \"includePartialBinsCheckBox\": false,"
" \"perAngleDefaults\": {"
" \"columnsNum\": 9,"
" \"rows\": ["
" ["
" \"\","
" \"\","
" \"\","
" \"\","
" \"\","
" \"\","
" \"\","
" \"\","
" \"\""
" ]"
" ],"
" \"rowsNum\": 1"
" },"
" \"polCorrCheckBox\": false,"
" \"reductionTypeComboBox\": 0,"
" \"startOverlapEdit\": 10,"
" \"stitchEdit\": \"\","
" \"summationTypeComboBox\": 0,"
" \"transScaleRHSCheckBox\": true,"
" \"transStitchParamsEdit\": \"\""
" },"
" \"instrumentView\": {"
" \"I0MonitorIndex\": 2,"
" \"correctDetectorsCheckBox\": true,"
" \"detectorCorrectionTypeComboBox\": 0,"
" \"intMonCheckBox\": true,"
" \"lamMaxEdit\": 17,"
" \"lamMinEdit\": 1.5,"
" \"monBgMaxEdit\": 18,"
" \"monBgMinEdit\": 17,"
" \"monIntMaxEdit\": 10,"
" \"monIntMinEdit\": 4"
" },"
" \"runsView\": {"
" \"comboSearchInstrument\": 0,"
" \"runsTable\": {"
" \"filterBox\": \"\","
" \"projectSave\": false,"
" \"runsTableModel\": ["
" {"
" \"itemState\": 0,"
" \"name\": \"HiddenGroupName1\","
" \"postprocessedWorkspaceName\": \"\","
" \"rows\": ["
" {"
" }"
" ]"
" }"
" ]"
" },"
" \"textSearch\": \"\""
" },"
" \"saveView\": {"
" \"commaRadioButton\": true,"
" \"fileFormatComboBox\": 0,"
" \"filterEdit\": \"\","
" \"prefixEdit\": \"\","
" \"qResolutionCheckBox\": false,"
" \"regexCheckBox\": false,"
" \"savePathEdit\": \"\","
" \"saveReductionResultsCheckBox\": false,"
" \"spaceRadioButton\": false,"
" \"tabRadioButton\": false,"
" \"titleCheckBox\": false"
" }"
"}"};
const static QString MAINWINDOW_JSON_STRING{
QString("{\"batches\": [") + BATCH_JSON_STRING + QString(", ") +
EMPTY_BATCH_JSON_STRING + QString("], ") +
QString("\"tag\": \"ISIS Reflectometry\"}")};
} // namespace
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
/**
* QApplication
*
* Uses setUpWorld/tearDownWorld to initialize & finalize
* QApplication object
*/
class QApplicationHolder : CxxTest::GlobalFixture {
public:
bool setUpWorld() override {
m_app = new QApplication(m_argc, m_argv);
qRegisterMetaType<std::string>("StdString");
qRegisterMetaType<Mantid::API::Workspace_sptr>("Workspace");
return true;
}
bool tearDownWorld() override {
delete m_app;
return true;
}
int m_argc = 1;
GNU_DIAG_OFF("pedantic")
char *m_argv[1] = {"DecoderTest"};
GNU_DIAG_ON("pedantic")
QApplication *m_app;
};
static QApplicationHolder MAIN_QAPPLICATION;
namespace MantidQt {
namespace CustomInterfaces {
class DecoderTest : public CxxTest::TestSuite {
public:
static DecoderTest *createSuite() { return new DecoderTest(); }
static void destroySuite(DecoderTest *suite) { delete suite; }
DecoderTest() {
PyRun_SimpleString("import mantid.api as api\n"
"api.FrameworkManager.Instance()");
}
CoderCommonTester tester;
Decoder decoder;
auto map = MantidQt::API::loadJSONFromString(MAINWINDOW_JSON_STRING);
auto widget = decoder.decode(map, "");
tester.testMainWindowView(dynamic_cast<QtMainWindowView *>(widget), map);
}
void test_decodeEmptyBatch() {
CoderCommonTester tester;
auto map = MantidQt::API::loadJSONFromString(EMPTY_BATCH_JSON_STRING);
QtMainWindowView mwv;
mwv.initLayout();
auto gui = dynamic_cast<QtBatchView *>(mwv.batches()[0]);
Decoder decoder;
decoder.decodeBatch(&mwv, 0, map);
tester.testBatch(gui, &mwv, map);
}
void test_decodePopulatedBatch() {
CoderCommonTester tester;
auto map = MantidQt::API::loadJSONFromString(BATCH_JSON_STRING);
QtMainWindowView mwv;
mwv.initLayout();
auto gui = dynamic_cast<QtBatchView *>(mwv.batches()[0]);
Decoder decoder;
decoder.decodeBatch(&mwv, 0, map);
tester.testBatch(gui, &mwv, map);
}
void test_decodeBatchWhenInstrumentChanged() {
auto map = MantidQt::API::loadJSONFromString(BATCH_JSON_STRING);
auto gui = dynamic_cast<QtBatchView *>(mwv.batches()[0]);
// Set the initial instrument to something different to the one we are
// decoding
gui->runs()->setSearchInstrument("POLREF");
decoder.decodeBatch(&mwv, 0, map);
tester.testBatch(gui, &mwv, map);
} // namespace CustomInterfaces
} // namespace MantidQt