-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Investigate contrast reserve #129
Comments
This is a really cool concept. I very much like the idea of a dynamic visibility measure and I've been dreaming of calculating SQM based on the camera capture. I'm pretty sure this is possible (there are cell phone apps which do this) and should be reliable since the imaging system is very uniform (unlike cell phones). |
Hi @mrosseel , @brickbots
I would be wonderful if different configurations (telescope / eyepiece combinations) could be saved (and used) in the PiFinder software. |
hi @WimDeMeester great to hear you're planning to work on the contrast reserve! |
Ok, I did find some time this week. https://github.com/DeepskyLog/pydeepskylog Installation is possible using
Updating PiFinder to use this library will be for September (earliest). I will need to think a bit on how to integrate this in the best way into PiFinder and I will probably need some help too :P |
I'm very excited about this concept and implementation @WimDeMeester ! One of the things that has been on the PiFinder todo list for a while is to allow people to configure parameters of their scope and eyepieces. We were planning on using this information for:
Adding contrast reserve and eyepiece suggestion per object are even better uses for this data, so I'll aim to move this configuration feature up the priority list to support your work in September! |
I guess I will also be able to add everything that is needed to include the telescope and eyepieces, but I guess @brickbots and @mrosseel already have some ideas how and where to implement this. |
In deepskylog.be, they implemented a Contrast Reserve.
This takes into account your local SQM, telescope and magnification to calculate how easily visible an object would be.
Here is the PHP implementation:
https://github.com/DeepskyLog/laravel-astronomy-library/blob/edf28c1ff103dc0822a72b7902ba0c00fba8ba89/src/deepskylog/AstronomyLibrary/Targets/Target.php#L1287
The text was updated successfully, but these errors were encountered: