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 #9

Closed CassandraAuri closed 1 year ago

CassandraAuri commented 1 year ago

Changed trex.py to get all three rgb images, however, it then passes the selected colors via meta['colors] to imager.py. Then in imager.py there is a new function which tests to see if there is only a partial rgb image selected by the user, and if so, it replaces the color(s) which the user doesnt want with nan values.

mshumko commented 1 year ago

Hi @CassandraAuri, this PR shows many extra changes between your main and the conjunctions_rgb branches which makes the comparison difficult. This was due to asilib's main branch being ahead of the conjunctions_rgb branch.

I synched the conjunctions_rgb branch to main now, so can you update (or resubmit) this PR to show the changes that you strictly made?

CassandraAuri commented 1 year ago

Perfect, with the sync. It will clean things up.