bkloppenborg / simtoi

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

quick enable/disable V2, T3AMP, T3PHI #108

Open fabienbaron opened 9 years ago

fabienbaron commented 9 years ago

As in litpro, add three tickmarks that will determine which data type will be taken into account for fitting. E.g. this will allow to compare the fitting of V2-only to V2+T3PHI.

bkloppenborg commented 9 years ago

Good idea. This will require changes to be made to liboi to be able to mask or zero out specific data sets from the chi kernel computation. Lets think about how best we could implement this.

In fact, it would be nice to be able to enable/disable specific points within all data sources... we need to think about an optimal solution to this problem.

fabienbaron commented 9 years ago

Fastest way is to keep the computation exactly the same, but have chi2 = use_v2 * chi2_v2 + use_t3amp * chi2_t3amp + use_t3phi * chi2_t3phi