* Changed check and set range logic/removed duplicate code
* Added history comment and moved function outside of if statement
* Fixed pixel type prapogation and boolean logic
* Addressed PR feedback
* Updated the changelog
@@ -30,6 +30,10 @@ update the Unreleased link so that it compares against the latest release tag.
## [Unreleased]
### Changed
- Isis2raw will now output straight to a 32bit file (no stretch) when stretch is set to None and bittype is set to 32bit. [#3878](https://github.com/USGS-Astrogeology/ISIS3/issues/3878)
### Fixed
- Equalizer now reports the correct equation and values used to perform the adjustment. [#3987](https://github.com/USGS-Astrogeology/ISIS3/issues/3987)