Takes a list of vt sig/sigStruct objects and interpolates them all to a common datetime.datetime grid. The most restrictive range of validtimes and the highest time resolution is used. :params siglist: list of vt sig/sigStruct objects
Linearly detrend a vtsig object.
Parameters: | vtsig – vtsig object |
---|
Convert a datetime.datetime iterable to a numpy array of seconds from start. :param start: datatime.datetime. If None, then start = dtv[0]. :param dtv: datetime.datetime iterable to convert. :returns sec: numpy.array of seconds from dtv[0].
Interpolates signal onto a regular grid. :param vtsig: VT sig/sigStruct object to be interpolated :param start: datetime.datetime to start the new grid.
If not set, vtsig.getValidTimes()[0] is used.
Parameters: |
|
---|
alias of pydarn.proc.signal.sigproc