added muSR data run header information dump to musrgui

This commit is contained in:
nemu
2012-05-25 14:40:41 +00:00
parent 5a2e407433
commit daea7545a6
8 changed files with 279 additions and 2 deletions

View File

@ -2225,6 +2225,8 @@ void PTextEdit::musrDump()
{
// select a muSR data filename
QString fileName = QFileDialog::getOpenFileName(this, tr("Select muSR Data File"), "./", tr("muSR Data Files (*.root *.bin *.msr *.nxs)"));
if (fileName.isEmpty())
return;
QVector<QString> cmd;
QString str = fAdmin->getExecPath() + "/dump_header";