AAVSO / VStar

VStar is a visualisation and analysis tool for variable star data brought to you by AAVSO
https://www.aavso.org/vstar
GNU Affero General Public License v3.0
10 stars 3 forks source link

Model interpolation between observations #257

Closed dbenn closed 2 years ago

dbenn commented 2 years ago

One way to approach this is to have linear interpolation between model data points. This can be done in the same way as is done now for periodogram plots. At one point this was in place for all models but there were problems getting this working in phase plots, in particular for both previous and standard phase plots.

Another is to increase the resolution of model output by additional applications of the model function between observations. Residuals could not meaningfully be created from these extra data points however.

dbenn commented 2 years ago

Hmm. I think we actually may have this covered by @mpyat2's VeLa model observation source plugin.

mpyat2 commented 2 years ago

plus extrapolation

dbenn commented 2 years ago

Indeed. Closing this.