custom_stokes_symbol_mapping#
- astropy.coordinates.custom_stokes_symbol_mapping(mapping, replace=False)[source]#
Add a custom set of mappings from values to Stokes symbols.
- Parameters:
- mappings
A list of dictionaries with custom mappings between values (integers) and
StokesSymbolclasses.- replace
Replace all mappings with this one.