solve_astrometry_framedata#

astropop.astrometry.solve_astrometry_framedata(frame, options=None, command=None, **kwargs)#

Solve astrometry from a FrameData.

Parameters:
frame: `~astropop.framedata.FrameData`

Image to be solved.

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.