BASTAcode / BASTA

BASTA: The BAyesian STellar Algorithm
https://basta.readthedocs.io/
MIT License
21 stars 3 forks source link

Intpol optimise #29

Closed MLWinther closed 1 year ago

MLWinther commented 1 year ago

Implemented new one-step combined interpolation method and purged the old (across-along and along-across). Added new and more efficient frequency interpolation method, removed old. Added sophisticated choice of base along a track, given the resolution of enveloping/original track, mimicing the distribution instead of equidistant spacing in the base parameter. Implemented and cleaned the "Extend" option, to keep old tracks when interpolating across. It is added under the "gridresolution" controls. Added a "retrace" option to interpolation, which saves a record for each model of which models were used as sources in the interpolation, and the corresponding weights of these. It is added under the "method" controls. Added WIP tratment of mixed-mode models when fitting epsilon differences.