Unverified Commit 0761d7e2 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Dawn Target Translation Fix (#5294)

* Fixes dawn target translation for CERES images

* Added Changelog entry
parent d4c42ba0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ release.
- Fixed <i>findfeatures</i> instantiation and use of projection classes to correctly return geometry data from projected images and mosaics. [#4772](https://github.com/DOI-USGS/ISIS3/issues/4772)
- Fixed `cubeit` attribute error to allow attribute specification on the output cube filename [#5234](https://github.com/DOI-USGS/ISIS3/issues/5234)
- Fixed `campt` to handle input band selection attribute correctly [#5234](https://github.com/DOI-USGS/ISIS3/issues/5235)
- Fixed target name translation for any dawn images with target "4 CERES" [#5294](https://github.com/DOI-USGS/ISIS3/pull/5294)

## [8.0.0] - 2023-04-19

+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ Group = TargetName
  InputDefault   = "N/A"
  OutputPosition = (Object, IsisCube, Group, Instrument)
  Translation    = ("VESTA", "4 VESTA")
  Translation    = ("CERES", "1 CERES")
  Translation    = (*, *)
End_Group