Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xmlfix #4134

Merged
merged 7 commits into from
Nov 20, 2020
Merged

Xmlfix #4134

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ update the Unreleased link so that it compares against the latest release tag.
-->

## [Unreleased]
- Added documentation to lronaccal and lrowaccal to describe why there are negative DNs in I/F calibrated images.


- Added documentation to lronaccal and lrowaccal to describe why there are negative DNs in I/F calibrated images. [#3860](https://github.com/USGS-Astrogeology/ISIS3/issues/3860)
- Fixed so required files are reported instead of continuing without them. [#4038](https://github.com/USGS-Astrogeology/ISIS3/issues/4038)
- Update qview MeasureTool to add an option to calculate distances using RA/DEC and update qview to show DEC/RA rather than LAT/LON in lower-right corner [#3371](https://github.com/USGS-Astrogeology/ISIS3/issues/3371)

Expand Down
2 changes: 1 addition & 1 deletion isis/src/lro/apps/lronaccal/lronaccal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</p>

<p>
Negative reported DNs are possible when E < -1 * TrueDN. These are
Negative reported DNs are possible when E &lt; -1 * TrueDN. These are
pixels in a very dark image that happen to have a strongly negative
random noise value.
</p>
Expand Down
2 changes: 1 addition & 1 deletion isis/src/lro/apps/lrowaccal/lrowaccal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</p>

<p>
Negative reported DNs are possible when E < -1 * TrueDN. These are
Negative reported DNs are possible when E &lt; -1 * TrueDN. These are
pixels in a very dark image that happen to have a strongly negative
random noise value.
</p>
Expand Down