How can I center full-disc solar images, from a python script?
What I'm trying to do (big picture): Process a year's worth of (mostly) daily white light images of the sun, to use in creating a timelapse animation.
I'd love if there was a command line interface to PIPP, because the center and crop functionality it offers is otherwise exactly what I want. (I know PIPP can process multiple images at once, but I want to script the whole process so adding a new day's image to the animation requires as few manual steps as possible.)
I've tried centering based on average brightness, but the results aren't good enough.
I've dabbled with detecting circles with the opencv/cv2 Hough Transform, but haven't managed to tune the parameters to get the results I want yet. Before I spend more time on that path -- is there something else I should try?
Thanks,
Kristie