compute_special_opacity#

exo_skryer.opacity_special.compute_special_opacity(state: Dict[str, Array], opac: Dict[str, Array], params: Dict[str, Array]) Array[source]#

Compute the summed special-opacity contribution.

This is the top-level entry point for special opacity sources. It returns a single array with shape (nlay, nwl) in cm² g⁻¹ that can be added to the total opacity in the forward model.

Parameters:
statedict[str, ndarray]

Forward-model state dictionary.

paramsdict[str, ndarray]

Parameter dictionary (currently unused).

Returns:
kappa_specialndarray, shape (nlay, nwl)

Total special mass opacity in cm² g⁻¹.

See also

compute_hminus_bf_opacity

H⁻ bound-free continuum term

compute_hminus_ff_opacity

H⁻ free-free continuum term