McStasMcXtrace / iFit

a simple library to analyze data (with McCode and Phonons/DFT hooks). :warning: this project has been moved to https://gitlab.com/soleil-data-treatment/soleil-software-projects/remote-desktop
http://ifit.mccode.org
Other
5 stars 5 forks source link

iFunc: create a linkdata method #183

Open farhi opened 5 years ago

farhi commented 5 years ago

Create a linkdata method:

when no fig/handle, a new plot figure is created, as well as a uitable for parameters. The model should have a new Handle(s) property. The handle can also be a uitable, to link with a Parameter Window, which must then store a handle to the original model.

The plot will be updated when:

The uitable can be modified, and then the model follows. This then triggers refresh of any links plot. The model can be modified and then the uitable and plot follow.

The plot update must be executed only after a given time when the object has not been modified in between (to avoid many parameter updates which would all trigger a new plot/feval).

should remove links.

farhi commented 5 years ago

This depends on #184 to allow 'soft' links