|
mupp 1.1.0
|
Implementation of core data classes for mupp parameter management. More...
#include <iostream>#include <cmath>#include <QFile>#include <QTextStream>#include <QString>#include <QStringList>#include <QInputDialog>#include <QDir>#include <QLineEdit>#include <QMessageBox>#include <QProcess>#include <QProcessEnvironment>#include <QRegularExpression>#include <QtDebug>#include "Pmupp.h"
Go to the source code of this file.
Macros | |
| #define | PMUPP_UNDEF -1 |
| #define | PMUPP_VALUE 0 |
| #define | PMUPP_POSNEGERR 1 |
| #define | PMUPP_POSERR 2 |
| #define | PMUPP_NEGERR 3 |
| #define | PMUPP_RUN 4 |
Implementation of core data classes for mupp parameter management.
This file implements the data structures and handler classes for managing muSR fit parameters in mupp. It provides the functionality to read, parse, and access parameter data from various file formats (db, dat, msr).
Key implementations:
The file parsers handle three main formats:
Definition in file Pmupp.cpp.