solve_astrometry_image#

astropop.astrometry.solve_astrometry_image(filename, options=None, command=None, **kwargs)#

Solve astrometry from an image using astrometry.net.

Parameters:
filename: str

Path to the image to solve.

options: dict

Dictionary of solve-field options. See print_options_help for all available options. The most useful are: - center or ra and dec: field center - radius: maximum search radius - scale: pixel scale in arcsec/pixel - tweak-order: SIP order to fit

command: str

Full path of astrometry.net solve-field command.

Returns:
AstrometricSolution

Astrometric solution ot the field.