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-fieldoptions. Seeprint_options_helpfor 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 - index-dir: path to index files- command: str
Full path of astrometry.net
solve-fieldcommand.
- Returns:
AstrometricSolutionAstrometric solution ot the field.