Loading isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -750,7 +750,7 @@ namespace Isis { } else { QString msg = "Unknown label type in [" + p_labelFile + "]. It is possible the label file " "does not describe an image."; + "does not describe an image product (IMAGE, CUBE, or SPECTRALCUBE)."; throw IException(IException::Io, msg, _FILEINFO_); } Loading isis/src/base/objs/ProcessImportPds/ProcessImportPds.h +9 −9 Original line number Diff line number Diff line Loading @@ -221,8 +221,8 @@ namespace Isis { * using the default data area. Fixes #4738. * @history 2017-06-26 Summer Stapleton - Added functions to identify and report changes to * the default projection offsets and multipliers. Fixes #4887. * @history 2017-12-28 Summer Stapleton - Updated error message for unknown label type in * ProcessLabel(). Fixes #4883. * @history 2017-12-20 Summer Stapleton - Modified error message in * ProcessImportPds::ProcessLabel() to be more discriptive. Fixes #4883. * */ class ProcessImportPds : public ProcessImport { Loading Loading
isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -750,7 +750,7 @@ namespace Isis { } else { QString msg = "Unknown label type in [" + p_labelFile + "]. It is possible the label file " "does not describe an image."; + "does not describe an image product (IMAGE, CUBE, or SPECTRALCUBE)."; throw IException(IException::Io, msg, _FILEINFO_); } Loading
isis/src/base/objs/ProcessImportPds/ProcessImportPds.h +9 −9 Original line number Diff line number Diff line Loading @@ -221,8 +221,8 @@ namespace Isis { * using the default data area. Fixes #4738. * @history 2017-06-26 Summer Stapleton - Added functions to identify and report changes to * the default projection offsets and multipliers. Fixes #4887. * @history 2017-12-28 Summer Stapleton - Updated error message for unknown label type in * ProcessLabel(). Fixes #4883. * @history 2017-12-20 Summer Stapleton - Modified error message in * ProcessImportPds::ProcessLabel() to be more discriptive. Fixes #4883. * */ class ProcessImportPds : public ProcessImport { Loading