Statistics¶
- Function to extract the tide stats from a time series
i.e HAT,LAT,MHWS,MLWS…
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.tidal_stat(mag='U',args={'latitude':-36.5})
>>>