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

Add time lag calculation to SunPy Map #13

Closed
wtbarnes opened this issue Dec 6, 2018 · 1 comment · Fixed by #61
Closed

Add time lag calculation to SunPy Map #13

wtbarnes opened this issue Dec 6, 2018 · 1 comment · Fixed by #61

Comments

@wtbarnes
Copy link
Member

wtbarnes commented Dec 6, 2018

The timelag method of Viall and Klimchuk (2012) is a useful technique for understanding large-scale cooling patterns across an entire AR. The algorithm can be implemented in pure Numpy provided the derotated and prepped images are arranged into a 3D array (with the 3rd axis being time).

Dask can also be used to parallelize the entire computation over many cores.

If this is appropriate to the scope of this package, I'd be happy to implement it.

@nabobalis nabobalis changed the title Feature request: timelag maps Add time lag calculation to SunPy Map Jan 15, 2019
@wtbarnes
Copy link
Member Author

For anyone interested, you can find an existing Dask (and trivially numpy) implementation of this here.

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

Successfully merging a pull request may close this issue.

2 participants