Ongoing project: Automatic star and planet detection + labelling #2592
Replies: 4 comments 2 replies
-
|
That is very cool! I have considered adding a feature like this to indi-allsky, but nothing beyond just considering the idea. |
Beta Was this translation helpful? Give feedback.
-
|
I had played around with slicing/segment the image and using local astrometry.net to platesolve. Sliced/segment the image so astrometry.net is able to handle the fisheye projection better, and the coordinates more match each image segment. equisolid projection based on calibration is a neat idea. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Very very cool project. Do you envision doing this for every frame or select frames, or intervals? I think for every frame would be problematic for the timelapse, but one, or few at intervals, could be very interesting for the timelapse to highlight sources for the traces, while still having specific single images that show their position at specific times... |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
I'm in the process of developing a script which is able to identify and lable the 50 brightest stars and planets automatically from my allsky camera.
Step 1 is a manual calibration by picking 4-6 stars on one of my allsky pictures using a python script
Step 2 is using equisolid projection based on the values calculated from the manual calibration
Step 3 is the labeling process - at the moment, I'm able to generate this result...
My plan is to do this automatically - upload a picture, script detects date and time by the filename and starts the processing. A bit like astrometry but for indi-allsky ;-)
Beta Was this translation helpful? Give feedback.
All reactions