Custom margin for atmospheric refraction; made exception message clearer
Fixes #391 (closed)
Closes #391 (closed)
Merge request reports
Activity
730 727 if (sp0 == null) { 731 728 // In order for the dump to end nicely 732 729 DumpManager.endNicely(); 733 // Impossible to find the point in the given min line and max line (without atmosphere) 734 throw new RuggedException(RuggedMessages.INVALID_RANGE_FOR_LINES, minLine, maxLine, ""); 730 731 // Impossible to find the sensor pixel in the given range lines (without atmosphere) 732 final String info = "in given range lines (with atmospheric refraction) between lines" + minLine + " and " + maxLine; changed milestone to %3.0
added Bug label
requested review from @luc
assigned to @gprat
mentioned in commit 8e4671be
Please register or sign in to reply