Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Sep 3, 2024
1 parent 2fa7f0e commit ae4191a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vampires_dpp/pipeline/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ class PolarimetryConfig(BaseModel):
The first radius for IP correction, if set. For "aperture" this is the radius, for "annulus" this is the inner radius.
ip_radius2:
The second radius for IP correction. This is only used if ``ip_method="annulus"``- this is the outer radius.
planetary:
If true, will save the plneatary radial Stokes (Qr, Ur) instead of (Qphi, Uphi).
cyl_stokes:
If 'azimuthal' will calculate (Qphi, Uphi); if 'radial' will calculate (Qr, Ur) in final Stokes products.
"""

method: Literal["triplediff", "doublediff"] = "triplediff"
Expand Down

0 comments on commit ae4191a

Please sign in to comment.