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

Sgp4 scanner statistics #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

agrawalabhishek
Copy link
Member

Compute mean, median, maximum and minimum error magnitude, interquartile range for the error magnitudes from sgp4_scanner_results table

// Path to SQLite database containing scan data.
"database" : "",

// Set orbit type (ex: SSO, GTO, GEO)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add full stop at end of line.

@ennehekma
Copy link
Member

ennehekma commented May 2, 2016

Looks good, ran it on my laptop and executes smoothly. Just the tabspacing, the fullstop in the emtpy json file, the dashedline before the script time, and its good to go.

end_time = time.time( )

# Print elapsed time
print "Script time: " + str("{:,g}".format(end_time - start_time)) + "s"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add some dashed line before printing the Script time: because now it is not clear where the data you output to the terminal ends.

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

Successfully merging this pull request may close these issues.

3 participants