Skip to content

Commit

Permalink
if_method docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavbroz committed Oct 8, 2023
1 parent e9d4bdb commit 85cebfe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phoebe/parameters/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,9 @@ def vis(syn=False, as_ps=True, **kwargs):
Only applicable if `syn` is False.
* `compute_times` (array/quantity, optional): times at which to compute the model.
Only applicable if `syn` is False.
* `if_method` (string, optional, default='integrate'):
which method to use for computing interferometric visibilities.
If 'simple', eclipse effects will not be computed.
* `ld_mode` (string, optional, default='interp'): mode to use for handling
limb-darkening. Note that 'interp' is not available for all values
of `atm` (availability can be checked by calling
Expand Down Expand Up @@ -891,6 +894,9 @@ def clo(syn=False, as_ps=True, is_clo=True, **kwargs):
Only applicable if `syn` is False.
* `compute_times` (array/quantity, optional): times at which to compute the model.
Only applicable if `syn` is False.
* `if_method` (string, optional, default='integrate'):
which method to use for computing interferometric visibilities.
If 'simple', eclipse effects will not be computed.
* `ld_mode` (string, optional, default='interp'): mode to use for handling
limb-darkening. Note that 'interp' is not available for all values
of `atm` (availability can be checked by calling
Expand Down Expand Up @@ -977,6 +983,9 @@ def t3(syn=False, as_ps=True, **kwargs):
Only applicable if `syn` is False.
* `compute_times` (array/quantity, optional): times at which to compute the model.
Only applicable if `syn` is False.
* `if_method` (string, optional, default='integrate'):
which method to use for computing interferometric visibilities.
If 'simple', eclipse effects will not be computed.
* `ld_mode` (string, optional, default='interp'): mode to use for handling
limb-darkening. Note that 'interp' is not available for all values
of `atm` (availability can be checked by calling
Expand Down

0 comments on commit 85cebfe

Please sign in to comment.