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

Compute the "station scores" by dividing the ranks in 5 intervals, each interval gets a star #6

Open
8 of 9 tasks
Delberin-Ali opened this issue Oct 14, 2022 · 0 comments

Comments

@Delberin-Ali
Copy link
Collaborator

Delberin-Ali commented Oct 14, 2022

System mit Sternen implementieren z.B:
1 = schlechte Station
5 = gute Station

Input => date Interval
Output => Stationen mit Sternen *

These values should be able to use:

  • SNR & STD(see fits tables) => if SNR is large & STD is small => good (check if vice versa is good)

  • Calculate the SNR & STD.

  • Create a Function to convert the Values to Stars.

  • Create a function that takes the start_time & end_time as a parameter and returns a list of stations with the rating system.

  • Making the rating system more efficient.

  • Split Observations Time in DB => start time & end time.

  • Specify the amount of included instruments in the rating function.

  • Add the STD to the ranking system.

  • Change the format of the start time & end time in DB.

  • Correct the ephemeris times and the entire DB.

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