Skip to content
Snippets Groups Projects
Commit 44463445 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

command ryo for test runs

parent c22075c8
No related branches found
No related tags found
No related merge requests found
......@@ -491,6 +491,7 @@ bool fridaCommand( string cmd )
" ry4 load also chopper histograms\n"
" ry8 load spectra for two directions separately\n"
" ryd load only spectra for two directions\n"
" ryo load only spectra for open state\n"
" rs load series of energy spectra\n"
" rs2 load also spectra for open state\n"
;
......@@ -505,6 +506,8 @@ bool fridaCommand( string cmd )
NRSSM::ReadSpec( 7 );
} else if (cmd == "ryd") {
NRSSM::ReadSpec( 12 );
} else if (cmd == "ryo") {
NRSSM::ReadSpec( 9 );
} else if (cmd == "rs") {
NRSSM::ReadSeries( 0 );
} else if (cmd == "rs2") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment