SeaPy Superposed epoch analysis object
Initialize object with data, times, epochs, window (half-width) and delta (optional). ‘times’ and epochs should be in some useful format Includes method to perform superposed epoch analysis of input data series
Parameters: | data : array_like
times : array_like
epochs : array_like
window : datetime.timedelta
delta : datetime.timedelta
|
---|
Notes
Output can be nicely plotted with plot(), or for multiple objects use the multisea() function
sea(**kwargs) | Method called to perform superposed epoch analysis on data in object. |
plot([xquan, yquan, xunits, yunits, ...]) | Method called to create basic plot of superposed epoch analysis. |
Method called to perform superposed epoch analysis on data in object.
Uses object attributes obj.data, obj.times, obj.epochs, obj.delta, obj.window, all of which must be available on instantiation.
Other Parameters: | |
---|---|
storedata : boolean
quartiles : list
ci : float
mad : float
ci_quan : string
|
Notes
A basic plot can be raised with plot()
Method called to create basic plot of superposed epoch analysis.
Parameters: | Uses object attributes created by the obj.sea() method. : |
---|---|
Other Parameters: | |
xquan : str
yquan : str
xunits : str
yunits : str
epochline : boolean
usrlimy : list
transparent : boolean
color : str
|
Notes
If both quan and units are supplied, axis label will read ‘Quantity Entered By User [Units]’