Update postprocessing output data authored by David Vincent's avatar David Vincent
......@@ -230,6 +230,7 @@ Compute the tidal ellipses with the following arguments:
- Name of the file where the counterclockwise tidal ellipses will be written (it has to be a .pos file)
- The period of the Tidal component (in secoonds)
- The scaling factor for the colormap (optional, default is 1)
```
TD.compute_tidal_ellipses("clockwise.pos", "anticlockwise.pos", period, color_max = 0.42)
```
\ No newline at end of file