Closed kvinicki closed 1 year ago
My mistake, I just had to set star_threshold=2.5
Thanks for reaching out! So everything is working now?
You may run into a few other problems potentially, and I'd be happy to help with them. This package was initially intended for astronomical imaging systems, but it could certainly be used with other optical systems. You might benefit from a function other than find_stars_and_average
because you already know the positions of all your calibration points. We'd just have to work together to write some utility functions for it.
Finally, if there's anything in your experience of using the package that you think could be explained more clearly, please let me know by opening an issue or discussion. We want to improve the ease of use for others.
Hi,
I'm attempting to fix coma in microscopy images. I took an image of a calibration slide with a grid of points:
The image is originally in tif format. When trying to process it using find_stars_and_average(), I encounter errors.
When providing the image in fits format (after converting from tif):
When providing the image as a numpy array:
However, when I use tests/data/DASH.fits as an input, the function works without any errors.