download_jwst_crds_references¶
- grizli.grismconf.download_jwst_crds_references(instruments=['NIRCAM', 'NIRISS'], filters=['F090W', 'F115W', 'F150W', 'F200W', 'F277W', 'F356W', 'F410M', 'F444W', 'F460M', 'F480M'], grisms=['GRISMR', 'GRISMC', 'GR150R', 'GR150C'], modules=['A', 'B'], context='jwst_1123.pmap', verbose=True)[source]¶
Run
crds_reffiles
with filter and grism combinations to prefetch a bunch of reference files.- Parameters
- instrumentslist
List of instruments to download references for. Default: [“NIRCAM”, “NIRISS”].
- filterslist
List of filters to download references for. E.g., [“F090W”, “F115W”, “F150W”, …].
- grismslist
List of grisms to download references for. Default: [“GRISMR”, “GRISMC”, “GR150R”, “GR150C”].
- moduleslist
List of modules to download references for. Default: [“A”, “B”].
- contextstr
CRDS context.
- verbosebool
Print messages to the terminal.