bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

Chi2 display on the main window #110

Open fabienbaron opened 9 years ago

fabienbaron commented 9 years ago

We should have the global chi2 (or maybe one chi2 per data type) displayed on the GUI. This is the number one request from at least 5 different users. Also, users would like this now, not in gui-overhaul. This chi2 should also be computed "live" so that users can change parameters and see the chi2 evolve (provided oifits and models are given)

bkloppenborg commented 9 years ago

We could modify the data display region to include an additional column containing this data. Updates to this value should only be made on minimizer finish or on parameter updated. What do you think?

This feature will be tricky to carry forward into gui overhaul, but I can probably figure it out. On Dec 11, 2014 2:21 PM, "fabienbaron" notifications@github.com wrote:

We should have the global chi2 (or maybe one chi2 per data type) displayed on the GUI. This is the number one request from at least 5 different users. Also, users would like this now, not in gui-overhaul. This chi2 should also be computed "live" so that users can change parameters and see the chi2 evolve (provided oifits and models are given)

— Reply to this email directly or view it on GitHub https://github.com/bkloppenborg/simtoi/issues/110.

fabienbaron commented 9 years ago

Sounds good. Ideally we will want to show all the chi2s (chi2v2, chi2t3amp, chi2t3phi) for each epoch, but we can assume one file = one epoch for the moment.