Closed CassandraAuri closed 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?
Perfect, with the sync. It will clean things up.
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.