sdapy.snerun.snelist.__init__

snelist.__init__(fig=None, ax=None, errors='ignore', updatepar=False, **kwargs)

initialize snelist

Parameters
figmatplotlib.subplot

used for histogram/scatter or other population plots

axmatplotlib.axes

used for histogram/scatter or other population plots

errorsstr

Control raising of exceptions on invalid data for provided dtype.

  • raise : allow exceptions to be raised

  • ignore : suppress exceptions. On error return original object

  • warning : suppress exceptions. On error print it as warning

updateparbool

if update parameter, when reading them

kwargsKeyword Arguments

see https://github.com/saberyoung/HAFFET/blob/master/sdapy/data/default_par.txt, snelist part

Examples

>>> from sdapy import snerun
>>> a = snerun.snelist()
>>> a
<sdapy.snerun.snelist object at 0x7fd6fb805f60>