mshumko / asilib

An open source package providing data access and analysis tools for the world's all-sky imager (ASI) data.
https://aurora-asi-lib.readthedocs.io/
GNU General Public License v3.0
10 stars 4 forks source link

Is there a way to create videos after syncing multiple observatory images and plotting them on a map? #17

Closed ksd3 closed 7 months ago

ksd3 commented 7 months ago

For example, this but everything is time synced.

mshumko commented 7 months ago

Hi @ksd3,

Good timing on the feature request. The image syncing is already implemented in a development branch, and I will keep you updated once I implement the animation code.

mshumko commented 7 months ago

As an update @ksd3, I have a prototype Imagers.animate_map() and Imagers.animate_map_gen() written, but I am still debugging the implementation before I release a new version of the library. The mosaics don't look quite right if there are missing images or the imagers become desynchronized.

You're welcome to try it out by installing asilib from the animate_imagers branch.

mshumko commented 6 months ago

@ksd3, the Imagers.animate_map() is implemented in version 0.23.0 and I've included an example.

ksd3 commented 6 months ago

Thanks, I was waiting for this!