Unverified Commit c877120b authored by Kaitlyn Lee's avatar Kaitlyn Lee Committed by GitHub
Browse files

Updated values (#4219)

parent 99e15933
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ update the Unreleased link so that it compares against the latest release tag.
- Fixed lrowaccal so required SPICE files are reported instead of continuing without them. [#4038](https://github.com/USGS-Astrogeology/ISIS3/issues/4038)
- Fixed not being able to enable USECOORDLIST argument in mappt. [#4150](https://github.com/USGS-Astrogeology/ISIS3/issues/4150)
- Fixed history entry not being added to a cube when running spiceinit with web=true. [4040](https://github.com/USGS-Astrogeology/ISIS3/issues/4040)
- Updated wavelength and bandbin values in translation files for the TGO CaSSIS BandBin group. [4147](https://github.com/USGS-Astrogeology/ISIS3/issues/4147)

## [4.3.0] - 2020-10-02

### Changed
+10 −8
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@
#
# history:
#   2018-06-13 Kristin Berry - Original Version. 
#   2020-12-22 Kaitlyn Lee - Updated Center and Width translations to match
                             TgoCassisBandBin.trn.

Group = FilterName
  Auto
@@ -54,10 +56,10 @@ Group = Center
  InputKey       = img:filter_name
  OutputName     = Center
  OutputPosition = (Object, IsisCube, Group, BandBin)
  Translation    = (675, PAN)
  Translation    = (485, BLU)
  Translation    = (840, RED)
  Translation    = (985, NIR)
  Translation    = (677.4, PAN)
  Translation    = (497.4, BLU)
  Translation    = (835.4, RED)
  Translation    = (940.2, NIR)

End_Group

@@ -67,10 +69,10 @@ Group = Width
  InputKey       = img:filter_name
  OutputName     = Width
  OutputPosition = (Object, IsisCube, Group, BandBin)
  Translation    = (250, PAN)
  Translation    = (165, BLU)
  Translation    = (100, RED)
  Translation    = (220, NIR)
  Translation    = (231.5, PAN)
  Translation    = (134.3, BLU)
  Translation    = (98.0, RED)
  Translation    = (120.6, NIR)

End_Group