Filters (pyeem.preprocessing.filters)

The preprocessing.filters package provides…

pyeem.preprocessing.filters Package

Functions

crop(eem_df, crop_dims)

Crops an excitation-emission matrix to user-selectable dimensions.

discrete_excitations(eem_df, …)

[summary]

fill_missing_values(eem_df, fill)

Fills NA/NAN values within an excitation-emission matrix with a user-selectable value.

gaussian_smoothing(eem_df, sigma, truncate)

Performs gaussian smooothing on the excitation-emission matrix from the input sigma and truncation sigma.