Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment