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

Added support in trex.py and imager.py for partially rgb images #8

Closed CassandraAuri closed 1 year ago

CassandraAuri commented 1 year ago

I changed trex.py so that it always pulls all the rgb values, then it passes the selected colors wanted in your image in the form of meta['colors]. Then added a new function in imager which tests the colors passed and if a color is not selected, it will fill that matrix with nans instead of the color.

CassandraAuri commented 1 year ago

Pulled to conjunction_rgb instead since its up to date.