We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: