Skip to content
Snippets Groups Projects

Custom margin for atmospheric refraction; made exception message clearer

Merged Guylaine Prat requested to merge 391-atmosRefractionInverseLoc into develop

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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;
  • Guylaine Prat changed milestone to %3.0

    changed milestone to %3.0

  • added Bug label

  • Guylaine Prat requested review from @luc

    requested review from @luc

  • assigned to @gprat

  • merged

  • Luc Maisonobe mentioned in commit 8e4671be

    mentioned in commit 8e4671be

  • Please register or sign in to reply
    Loading