From cab3a53a2e8ea7b77ee32ea7737212d4cfc74fab Mon Sep 17 00:00:00 2001 From: Matt Hall Date: Thu, 15 Aug 2024 12:05:16 +0200 Subject: [PATCH] Add petrel option --- app/templates/polarity.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/polarity.html b/app/templates/polarity.html index 811f4cb..6af375f 100644 --- a/app/templates/polarity.html +++ b/app/templates/polarity.html @@ -89,6 +89,8 @@

Polarity

+ + @@ -126,7 +128,7 @@

Use the API

  • freq — the frequency of the wavelet used — lo, med, hi, or vhi. Spellings 'low' and 'high' are allowed.
  • phase — the phase of the wavelet used — integer, degrees, default 0.
  • style — variable density synthetic or simple ramp — syn or ramp.
  • -
  • cmap — only matplotlib colourmaps are allowed, see matplotlib help. E.g. RdBu, RdGy, seismic, gray or seismic. You can reverse any colourmap by appending _r, e.g. gray_r.
  • +
  • cmap — with the exception of the custom petrel colourmap, only matplotlib colourmaps are allowed, see matplotlib help. E.g. RdBu, RdGy, seismic, gray or seismic. You can reverse any colourmap by appending _r, e.g. gray_r.