--
You received this message because you are subscribed to the Google Groups "astrometry" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astrometry+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/astrometry/3fcb0ece-aa3d-4e84-8c23-2ec238d082b0n%40googlegroups.com.
Hi Dustin,
I have a question regarding my simulation results.
When I simulate partially cloudy sky conditions (sample attached), I obtain good results from astrometry.net. The solution matches both the simulation ground truth and my algorithm.
However, when I simulate fully cloudy weather (sample attached) and add noise to the star field, the results from astrometry.net degrade significantly. In many cases, I do not obtain a valid solution from the website, and my algorithm also fails to produce any output.
These are the parameters I am currently using:
SOLVE_ARGS = [
"--overwrite",
"--dir", SOLVED_DIR,
"--downsample", "2",
"--scale-units", "degwidth",
"--scale-low", "75",
"--scale-high", "110",
"--config", BACKEND_CFG,
"--crpix-center",
"-v",
"--continue",
"--no-plots",
"--cpulimit", "180",
]
Do you think astrometry.net is fundamentally unable to solve images under heavy or full cloud conditions due to insufficient detectable stars?
If not, are there specific parameters you would recommend adjusting to improve robustness for images like the attached full-cloud example in algrithm and website?
Additionally, I am not certain whether my noise model under fully cloudy conditions is physically realistic. It may introduce excessive high-frequency texture or unrealistic contrast. Could this be contributing to the solver’s failure? If so, do you have recommendations on how to model clouds and noise more realistically for astrometric solving?
Finally, could you point me to documentation or references explaining how astrometry.net performs star detection and how noise and thresholding affect the solving process?
Thank you,
To view this discussion visit https://groups.google.com/d/msgid/astrometry/2f0e288c-699c-485e-9a93-3bad87979f0fn%40googlegroups.com.