Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite crefl rayleigh algorithms with cython #52

Open
djhoese opened this issue Oct 18, 2018 · 0 comments
Open

Rewrite crefl rayleigh algorithms with cython #52

djhoese opened this issue Oct 18, 2018 · 0 comments

Comments

@djhoese
Copy link
Member

djhoese commented Oct 18, 2018

After #51 the crefl algorithms should be rewritten in cython for the best performance. Currently they use numpy/dask arrays, but these are wasteful with intermediate/temporary arrays. Doing things by pixel should theoretically perform better and reduce the memory usage.

@ralphk11 and @wroberts4 have the most experience with these algorithms probably. @mraspaud also wrote the original viirs/modis crefl python code that is in satpy although @ralphk11 had one in the past too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant