manoharan-lab / holopy

Hologram processing and light scattering in python
GNU General Public License v3.0
135 stars 50 forks source link

Timeseries Interface #46

Open barkls opened 8 years ago

barkls commented 8 years ago

We need a standardized interface to analyse timeseries data, rather than have everyone write it themselves.

barkls commented 7 years ago

deleted fitting/fit_series.py file to fit timeseries, since it has been neglected during (and prior to) the transition to xarray. This functionality will probably be restored at some point, but will need to be largely rewritten. Since it's rarely used at the moment anyway, we are not prioritizing for the 3.0 release. Most recent file is available at:

https://github.com/manoharan-lab/holopy/blob/a083103a818d26d370e19bad0f3166b01c700f59/holopy/fitting/fit_series.py

test file:

https://github.com/manoharan-lab/holopy/blob/a083103a818d26d370e19bad0f3166b01c700f59/holopy/fitting/tests/disable_series.py