From 0761d7e2e6f42df1a433d75e9606f7e95533c8cf Mon Sep 17 00:00:00 2001 From: acpaquette Date: Wed, 20 Sep 2023 14:03:45 -0700 Subject: [PATCH] Dawn Target Translation Fix (#5294) * Fixes dawn target translation for CERES images * Added Changelog entry --- CHANGELOG.md | 1 + isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6954571097..71e3cb372f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ release. - Fixed findfeatures 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 diff --git a/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn b/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn index ef10e8e3d1..575f4bfa42 100644 --- a/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn +++ b/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn @@ -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 -- GitLab