FCS-analysis / PyCorrFit

data analysis and fitting software for fluorescence correlation spectroscopy (FCS)
pycorrfit.craban.de
Other
47 stars 13 forks source link

Export correlation as .csv and normalization #153

Closed paulmueller closed 8 years ago

paulmueller commented 8 years ago

Exported correlation fit is normalized (corr.modeled_plot), while the exported residuals and experimental data are not normalized (corr.correlation_fit instead of corr.correlation_plot).

https://github.com/FCS-analysis/PyCorrFit/blob/master/pycorrfit/openfile.py#L605

This could be related to issue #120.

Todo: Rewrite openfile.ExportCorrelation to accept a Correlation object instead of Page and add a keyword argument for plot or fit - It should be plot by default for the GUI.