Loading isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.cpp +7 −8 Original line number Diff line number Diff line Loading @@ -104,11 +104,10 @@ namespace Isis { /** * Returns a translated value. The output name is used to find the input * group, keyword, default and tranlations in the translation table. If the * keyword does not exist in the input label and an input * default is available, then this default will be used as the * input value. This input value is then used to search all of * the translations. If a match is found the translated value is * returned. * keyword does not exist in the input label and an input default is available, * then this default will be used as the input value. This input value is * then used to search all of the translations. If a match is found the * translated value is returned. * * @param nName The output name used to identify the input keyword to be * translated. Loading isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ namespace Isis { * PvlToPvlTranslationManager. Fixes #4901. * @history 2018-01-10 Christopher Combs - Changed ProcessDataFilePointer call to reflect * changes made to voy2isis. Fixes #4345, #4421. * @history 2018-04-16 Jeannie Backer - Fixed indentation of history comments. * @todo 2005-02-15 Stuart Sides - add coded example and implementation example * to class documentation, and finish * documentation. Loading isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ namespace Isis { * @history 2017-05-26 Makayla Shepherd - Renamed XmlToPvlTranslationManager. * @history 2018-02-15 Kristin Berry and Summer Stapleton - Updated translate() method to search * for multiple values for InputPosition keyword. Fixes #5332 * @history 2018-04-16 Jeannie Backer - Improved error message for keyword dependencies. */ class XmlToPvlTranslationManager : public LabelTranslationManager { public: Loading isis/src/rosetta/apps/rososiris2isis/rososiris2isis.xml +2 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,8 @@ </change> <change name="Jeannie Backer" date="2018-03-29"> Fixed typo of FilterName from Fe203 to Fe2O3 (letter O, not zero). Improved error messages. Added tests for all filters. Fixes #5369. Improved error messages. Moved hard-coded FilterName comparisons out of code to translation file osirisFilters.trn. Fixes #5369. </change> </history> Loading isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ void translateCoreInfo(FileName &inputLabel, ProcessImport &importer) { QString missionDir = (QString) dataDir["Tgo"]; // Get the translation manager ready missionDir = "."; FileName transFile(missionDir + "/translations/tgoCassis.trn"); XmlToPvlTranslationManager labelXlater(inputLabel, transFile.expanded()); Loading isis/src/rosetta/apps/rososiris2isis/rososiris2isis.cpp +5 −5 File changed.Contains only whitespace changes. Show changes Loading
isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.cpp +7 −8 Original line number Diff line number Diff line Loading @@ -104,11 +104,10 @@ namespace Isis { /** * Returns a translated value. The output name is used to find the input * group, keyword, default and tranlations in the translation table. If the * keyword does not exist in the input label and an input * default is available, then this default will be used as the * input value. This input value is then used to search all of * the translations. If a match is found the translated value is * returned. * keyword does not exist in the input label and an input default is available, * then this default will be used as the input value. This input value is * then used to search all of the translations. If a match is found the * translated value is returned. * * @param nName The output name used to identify the input keyword to be * translated. Loading
isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ namespace Isis { * PvlToPvlTranslationManager. Fixes #4901. * @history 2018-01-10 Christopher Combs - Changed ProcessDataFilePointer call to reflect * changes made to voy2isis. Fixes #4345, #4421. * @history 2018-04-16 Jeannie Backer - Fixed indentation of history comments. * @todo 2005-02-15 Stuart Sides - add coded example and implementation example * to class documentation, and finish * documentation. Loading
isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ namespace Isis { * @history 2017-05-26 Makayla Shepherd - Renamed XmlToPvlTranslationManager. * @history 2018-02-15 Kristin Berry and Summer Stapleton - Updated translate() method to search * for multiple values for InputPosition keyword. Fixes #5332 * @history 2018-04-16 Jeannie Backer - Improved error message for keyword dependencies. */ class XmlToPvlTranslationManager : public LabelTranslationManager { public: Loading
isis/src/rosetta/apps/rososiris2isis/rososiris2isis.xml +2 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,8 @@ </change> <change name="Jeannie Backer" date="2018-03-29"> Fixed typo of FilterName from Fe203 to Fe2O3 (letter O, not zero). Improved error messages. Added tests for all filters. Fixes #5369. Improved error messages. Moved hard-coded FilterName comparisons out of code to translation file osirisFilters.trn. Fixes #5369. </change> </history> Loading
isis/src/tgo/apps/tgocassis2isis/tgocassis2isis.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ void translateCoreInfo(FileName &inputLabel, ProcessImport &importer) { QString missionDir = (QString) dataDir["Tgo"]; // Get the translation manager ready missionDir = "."; FileName transFile(missionDir + "/translations/tgoCassis.trn"); XmlToPvlTranslationManager labelXlater(inputLabel, transFile.expanded()); Loading
isis/src/rosetta/apps/rososiris2isis/rososiris2isis.cpp +5 −5 File changed.Contains only whitespace changes. Show changes