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

GUI for Muon frequency domain analysis #12682

Closed
NickDraper opened this issue May 26, 2015 · 7 comments
Closed

GUI for Muon frequency domain analysis #12682

NickDraper opened this issue May 26, 2015 · 7 comments
Assignees
Labels
Framework Issues and pull requests related to components in the Framework Muon Issues and pull requests related to muons

Comments

@NickDraper
Copy link
Contributor

NickDraper commented May 26, 2015

Purpose to add a muon frequency domain analysis gui, which includes the option to run a MaxEnt fourier analysis.

@NickDraper NickDraper added Framework Issues and pull requests related to components in the Framework Muon Issues and pull requests related to muons GUI labels Jun 3, 2015
@NickDraper NickDraper added this to the Release 3.5 milestone Jun 3, 2015
@raquelalvarezbanos
Copy link
Contributor

This is blocked by:

@raquelalvarezbanos
Copy link
Contributor

A first version of MaxEnt was added. However, before we can start thinking about a GUI for MaxEnt, we have to make sure scientists are happy with the algorithm. I'll write a comment here when we are ready to start working on this.

@NickDraper NickDraper modified the milestones: Release 3.6, Release 3.7 Jan 22, 2016
@NickDraper NickDraper added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Misc: Roadmap labels Mar 8, 2016
@tom-perkins
Copy link

Roadmap estimate: 6-12m. Target: release 3.9

@tom-perkins tom-perkins added this to the Release 3.9 milestone Mar 8, 2016
@tom-perkins tom-perkins removed this from the Release 3.7 milestone Mar 8, 2016
tom-perkins pushed a commit to mantidproject/documents that referenced this issue May 11, 2016
Document written by James Lord about muon frequency domain analysis.
See mantidproject/mantid#15594, mantidproject/mantid#12682
@tom-perkins
Copy link

Meeting 11/5/16: James Lord sent a document about this. Uploaded it to documents repository at https://github.com/mantidproject/documents/blob/master/Design/Muon%20Frequency%20Domain%20analysis.docx

@tom-perkins tom-perkins changed the title GUI for MaxEnt GUI for MaxEnt (muon transverse field analysis) May 12, 2016
@tom-perkins tom-perkins changed the title GUI for MaxEnt (muon transverse field analysis) GUI for MaxEnt (muon frequency domain analysis) May 12, 2016
@NickDraper NickDraper modified the milestones: Release 3.9, Temporary Holding Oct 14, 2016
@tom-perkins tom-perkins modified the milestones: Release 3.9, Temporary Holding Oct 14, 2016
@Anders-Markvardsen Anders-Markvardsen changed the title GUI for MaxEnt (muon frequency domain analysis) GUI for Muon frequency domain analysis Mar 17, 2017
@Anders-Markvardsen
Copy link
Member

Note that the ported Fortran code to python should not be used for this GUI. Instead the more recentlly added MaxEnt algorithm

@Anders-Markvardsen Anders-Markvardsen removed the High Priority An issue or pull request that if not addressed is severe enough to postponse a release. label Mar 17, 2017
@AnthonyLim23
Copy link
Contributor

The MaxEnt algorithm can calculate the fit to time-domain data without an explicit model. This is achieved by altering a frequency domain model, which is then converted it into time domain data, via a FFT (Fast Fourier Transform), and compared to the real data. The algorithm is complete when the chi squared value is below some threshold value.

The MaxEnt algorithm has already been added to Mantid. The next step is to produces a GUI. The GUI should allow the user to modify the parameters in an intuitive manner. The GUI should also produce plots of the time domain data (raw data and the model) and the frequency domain data. The GUI could be a stand alone or part of the muon analysis GUI (or both).

It may be worth adding an option for showing the FFT of the real data.

@NickDraper NickDraper removed this from the Release 3.11 milestone Oct 6, 2017
@AnthonyLim23
Copy link
Contributor

This is done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Muon Issues and pull requests related to muons
Projects
None yet
Development

No branches or pull requests

5 participants