The results read by Panoply and ToolSUI-5.5.2 are quite different #1081
Answered
by
rschmunk
kmood
asked this question in
Questions and Answers
Answered by
rschmunk
Sep 15, 2022
Replies: 2 comments 7 replies
|
Panoply is using the Note that -16380 * 0.030525 + 500 = 0.0005, which if shown with %0.1f formatting is 0.0. |
6 replies
Answer selected by
kmood
This comment was marked as duplicate.
This comment was marked as duplicate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Panoply is using the
scale_factorandadd_offsetattributes to unpack the data before it shows you the values. It appears to me that toolsUI is showing you the packed data.Note that -16380 * 0.030525 + 500 = 0.0005, which if shown with %0.1f formatting is 0.0.