ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
120 stars 77 forks source link

Refactor rgbmap to use a pipeline #1045

Closed ejeschke closed 1 year ago

ejeschke commented 1 year ago

Refactors the ginga.RGBMap.RGBMap object to use a pipeline implementation.

This simplifies the understanding and maintenance of the coloring algorithm (in a similar manner to the way the standard renderer was refactored to use a pipeline).

Backward compatibility with the previous RGBMap class is largely preserved.