- craftutils.observation.epoch.ImagingEpoch.frame_class.galfit(output_dir: ~typing.Optional[str] = None, output_prefix: ~typing.Optional[str] = None, frame_lower: int = 30, frame_upper: int = 100, ext: int = 0, model_guesses: ~typing.Optional[~typing.Union[dict, ~typing.List[dict]]] = None, psf_path: ~typing.Optional[str] = None, use_frb_galfit: bool = False, feedme_kwargs: dict = {}, position_tolerance: ~astropy.units.quantity.Quantity = <Quantity 2. arcsec>, reject_r_eff_factor: ~typing.Optional[float] = None, pivot_component: int = 2)
- Parameters¶
- coords
- output_dir
- frame_lower
- frame_upper
- ext
- model_guesses
dict, with: object_type: str position: Either “position” can be provided as a SkyCoord object, or x & y as pixel coordinates.
- use_frb_galfit
Use the FRB repo frb.galaxies.galfit module. Single-sersic only; if multiple models are provided only one will be used.
- Returns¶