Hi all,
I wrote a simple Python script that analyzes CSV data exported from NINA and filters bad subs according to certain parameters. It allows discarding subs by HFR, median value, RMS, eccentricity and number of stars. This allows me to discard subs because of clouds, bad tracking, bad dome sync (less common), etc.
I know there are beautiful tools for this purpose. This is just my own implementation of the workflow I follow.
I was tired of spending so many time deleting subs from the Blink process in PI so I decided to filter them before. Now, after filtering the subs by using the script, the Blink part is very fast, as I usually keep all the remaining subs.
I built it to my needs, but it's free software under GPLv3
You can find it here: https://github.com/birelian/subs-analyzer
CS,
Guiem.
I wrote a simple Python script that analyzes CSV data exported from NINA and filters bad subs according to certain parameters. It allows discarding subs by HFR, median value, RMS, eccentricity and number of stars. This allows me to discard subs because of clouds, bad tracking, bad dome sync (less common), etc.
I know there are beautiful tools for this purpose. This is just my own implementation of the workflow I follow.
I was tired of spending so many time deleting subs from the Blink process in PI so I decided to filter them before. Now, after filtering the subs by using the script, the Blink part is very fast, as I usually keep all the remaining subs.
I built it to my needs, but it's free software under GPLv3
You can find it here: https://github.com/birelian/subs-analyzer
CS,
Guiem.
