field_rgb¶
- grizli.pipeline.auto_script.field_rgb(root='j010514+021532', xsize=8, output_dpi=None, HOME_PATH='./', show_ir=True, pl=1, pf=1, scl=1, scale_ab=None, rgb_scl=[1, 1, 1], ds9=None, force_ir=False, filters=None, add_labels=True, output_format='jpg', rgb_min=-0.01, xyslice=None, pure_sort=False, verbose=True, force_rgb=None, suffix='.field', mask_empty=False, tick_interval=60, timestamp=False, mw_ebv=0, use_background=False, tickparams={'axis': 'both', 'colors': 'w', 'which': 'both'}, fill_black=False, ref_spectrum=None, gzext='', full_dimensions=False, use_imsave=False, invert=False, get_rgb_array=False, get_images=False, norm_kwargs=None)[source]¶
RGB image of the field mosaics
- Parameters
- rootstr
Field rootname
- xsizefloat
Figure size
- output_dpiint
Figure DPI
- HOME_PATHstr
Path to look for mosaic files
- show_irbool
Clip around WFC3/IR
- plfloat
Images are scaled by a factor
PHOTPLAM**pl
- pffloat
Images are scaled by a factor
PHOTFLAM**pf
. Flat f-nu would bepl=2
,pf=1
.- sclfloat
All images are scaled by this factor
- scale_abfloat
- rgb_scl[float, float, float]
Separate scaling for [r,g,b] channels
- ds9
grizli.ds9.DS9
Load arrays in DS9
- force_irbool
- filterslist
Specific list of filters
- add_labelsbool
Add labels to the plot
- verbosebool
Status messaging
- force_rgblist
Filenames of specific [r,g,b] images
- suffixstr
Suffix of the output figure
- norm_kwargsdict
Keyword arguments for
astropy.visualization.simple_norm
, e.g.,{'stretch': 'asinh', 'min_cut': -0.05, 'max_cut': 0.1}