BoiseStatePlanetary / muldoon

A package for sifting meteorological data to look for and analyze vortex encounters
MIT License
2 stars 2 forks source link

Write muldoon.met_timeseries.TemperatureTimeseries #6

Open decaelus opened 2 years ago

decaelus commented 2 years ago

I need a TemperatureTimeseries class for temperature time-series, similar to what I have for the PressureTimeseries class.

This class should include the ability to fit a Lorentz profile using a Gaussian processes approach since the temperature data (at least for Mars 2020 MEDA ATS) have a lot of wiggle in them.

decaelus commented 2 years ago

Should also probably include an associated collection of the best-fit vortex model parameters - PressureTimeseries.popts and PressureTimeseries.uncs.