Skip to content

Commit

Permalink
Fixes mro test failures in appdata branch (#3778)
Browse files Browse the repository at this point in the history
* Fix missed ProcessImportPds base references and update CMakelists to move translation files from the ISIS3/isis/src/missionName/translations level

* merge cmakelists

* Remove unneeded references to DataDirectory, fix paths where needed, and add rolo translation files to this repo

* Fixes failing mro tests and remove unused label file in chan1

* Update MroHirisePdsRdrEqui.pft

* Update MroHirisePdsRdrEquiJP2.pft

* Update MroHirisePdsRdrPolarJP2.pft

* Update MroHirisePdsRdrPolar.pft

* Update MroHirisePdsRdrPolar.pft
  • Loading branch information
krlberry authored Mar 20, 2020
1 parent 62e5413 commit 41384e0
Show file tree
Hide file tree
Showing 12 changed files with 851 additions and 248 deletions.
239 changes: 0 additions & 239 deletions isis/src/chandrayaan1/apps/chan1m32isis/labels.pvl

This file was deleted.

4 changes: 2 additions & 2 deletions isis/src/mro/apps/hideal2pds/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ void IsisMain() {
// Read in the proper keyword types (Real, Enum, String, Integer, etc) for
// each PvlKeyword so that the PDS labels have proper format
PvlFormat *formatter = pdsLabel.format();
formatter->add("$mro/templates/labels/hiriseIdealPds.typ");
formatter->add("$ISISROOT/appdata/translations/MroHiriseIdealPds.typ");

// Format ordering of keywords/objects/groups/comments in the PDS labels
pdsLabel.setFormatTemplate("$mro/templates/labels/hiriseIdealPds.pft");
pdsLabel.setFormatTemplate("$ISISROOT/appdata/translations/MroHiriseIdealPds.pft");

// image line/byte offsets are calculated and values are updated in the labels
// now that all translations/additions/modifications to the labels have been
Expand Down
Loading

0 comments on commit 41384e0

Please sign in to comment.