fetch_config_files¶
- grizli.utils.fetch_config_files(get_acs=False, get_sky=True, get_stars=True, get_epsf=True, get_jwst=False, get_wfc3=True, **kwargs)[source]¶
Config files needed for Grizli
- Parameters
- get_acsbool, optional
Whether to fetch ACS configuration files. Default is False.
- get_skybool, optional
Whether to fetch grism sky files. Default is True.
- get_starsbool, optional
Whether to fetch stellar template files. Default is True.
- get_epsfbool, optional
Whether to fetch extended PSF files. Default is True.
- get_jwstbool, optional
Whether to fetch JWST configuration files. Default is False.
- get_wfc3bool, optional
Whether to fetch WFC3 configuration files. Default is True.