solve_astrometry_hdu#
- astropop.astrometry.solve_astrometry_hdu(hdu, options=None, command=None, **kwargs)#
Solve astrometry from a
ImageHDUusing astrometry.net.- Parameters:
- hdu: `astropy.fits.ImageHDU`
FITS hdu containing 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.