Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/yaml_generator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ Accompanying the noiseless seed image, Mirage will also produce a segmentation m

::

minimum_signal = 0.08
minimum_signal_units = 'MJy/sr'
segmap_flux_limit = 0.08
segmap_flux_limit_units = 'MJy/sr'

The allowed units for the threshold value are: ADU/sec, e/sec, MJy/sr, erg/cm2/A, erg/cm2/Hz
Note that these are case insensitive.
Expand Down Expand Up @@ -494,7 +494,7 @@ Set ``parameter_defaults`` equal to the dictionary of parameter values to use.
cosmic_rays=crs, background=background, roll_angle=pav3,
dates=dates, datatype='raw', dateobs_for_background=False,
reffile_defaults='crds', reffile_overrides=reffile_overrides,
segmap_flux_limit=minmum_signal, segmap_flux_limit_units=minimum_signal_units,
segmap_flux_limit=segmap_flux_limit, segmap_flux_limit_units=segmap_flux_limit_units,
add_ghosts=ghosts, convolve_ghosts_with_psf=convolve_ghosts
)
yam.use_linearized_darks = True
Expand Down