Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Muon] Temperature and field home display #8024

Closed
Anders-Markvardsen opened this issue May 23, 2013 · 1 comment
Closed

[Muon] Temperature and field home display #8024

Anders-Markvardsen opened this issue May 23, 2013 · 1 comment
Milestone

Comments

@Anders-Markvardsen
Copy link
Member

This ticket is blocks : TRAC7179

In the home panel in 'Run information' at the bottom display also the value recorded in the nexus field and temperature entries, if these are available in the nexus file.

In the nexus file these should be available from

run\sample\temperature

run\sample\magnetic_field

As a first step to complete this ticket check if this information gets loaded up loading muon nexus files. If not have this done, and update the wiki http://www.mantidproject.org/Run#ISIS_Muon_data accordingly.

Then in MuonAnalysis use code like:

const Run& runDetails = matrix_workspace->run();
std::string runNumber = runDetails.getProperty("run_number")->value();
@Anders-Markvardsen
Copy link
Member Author

This issue was originally trac ticket 7178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant