Detide¶
This function detide a timeseries using Utide software. Usefull if NaNs are in the timeseries
Parameters¶
- magstr
Name of the column from which to extract the tide
- args: dict
- Dictionnary with the folowing keys:
minimum SNR: int folder out: str
Path to save the output
latitude: float
Examples:¶
>>> df=tf['test1']['dataframe'].TideAnalysis.detide(mag='U',args={'latitude':-36.5})
>>>