Hello,
I am having a problem solving an image through my c# app using elendil library.
When submitting the image through the web api it is solved.
(M41 open cluster)
https://nova.astrometry.net/user_images/12794853#annotated When calculating scale low/high and submitted through my app I receive "failure solving image"
The image is 450px X 450px and the field is 3 degrees x 3 degrees
Below are the settings I use.
I use tolerance 0.1 in calculating scale high/low
publicly_visible = software.elendil.AstrometryNet.Enum.Visibility.n,
Scale_units = ScaleUnits.arcsecperpix,
scale_type = ScaleType.ul,
scale_lower = scaleLow,
// 21.6 calculated by my app
scale_upper = scaleHigh,
// 26.4 calculated by my app
radius = radius,
// 7.8 calculated by my app
center_ra = Ra,
center_dec = Dec,
As far as I know the numbers are correct. I used various values for tolerance but no result.
Please give me your suggestions if you think that I can change some values.
Thanks
Paul