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

TPU json file formatting #72

Open
klangrjt opened this issue Apr 15, 2024 · 0 comments
Open

TPU json file formatting #72

klangrjt opened this issue Apr 15, 2024 · 0 comments

Comments

@klangrjt
Copy link
Collaborator

klangrjt commented Apr 15, 2024

I ran into an issue with the formatting within the json files while developing a seperate program that parses these files.
When any of the statistics values for a flight line (min/max/mean/stddev) is greater than 9.999, it messes up the formatting for that line.
See the snippit below for an example, there is no whitespace between the min and max values for total_thu.

"flight line stats (min max mean stddev)": {
"103 (6561/6561 points with TPU)": [
"total_thu: 0.51018.635 0.535 0.323",
"total_tvu: 0.166 9.037 0.185 0.299"
]
},
2021_414000e_4128500n.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant