- craftutils.observation.image.solve_field(image_files: ~typing.Union[str, list], base_filename: str = 'astrometry', overwrite: bool = True, tweak: bool = True, search_radius: ~astropy.units.quantity.Quantity = <Quantity 1. deg>, centre: ~typing.Optional[~astropy.coordinates.sky_coordinate.SkyCoord] = None, guess_scale: bool = True, time_limit: ~typing.Optional[~astropy.units.quantity.Quantity] = None, verify: bool = True, odds_to_tune_up: float = 1000.0, odds_to_solve: float = 100000.0, am_flags: ~typing.Optional[list] = None, am_params: ~typing.Optional[dict] = None, **kwargs)
Returns True if successful (by checking whether the corrected file is generated); False if not. :param image_files: :param base_filename: :param overwrite: :param flags: :param params: :return: