##// END OF EJS Templates
Updates AMDA JSON file to handle spectrograms...
Updates AMDA JSON file to handle spectrograms - Sets "dataType" attribute to "spectrogram" for all products that have the "display_type" attribute set to "spectrogram" - Adds "server" attribute to spectrograms products to indicate that the server to use for these is the Amda test server

File last commit:

r782:b0b8b5ec2893
r942:131dd68d9046
Show More
MockDefs.cpp
7 lines | 286 B | text/x-c | CppLexer
Alexandre Leroux
Handles parametric frequency
r782 #include "MockDefs.h"
const QString COSINUS_FREQUENCY_KEY = QStringLiteral("cosinusFrequency");
const QVariant COSINUS_FREQUENCY_DEFAULT_VALUE = 60.;
const QString COSINUS_TYPE_KEY = QStringLiteral("cosinusType");
const QVariant COSINUS_TYPE_DEFAULT_VALUE = QStringLiteral("scalar");