From 85cebfe155eb9973de7c084ff2a7cf1cf3e83e25 Mon Sep 17 00:00:00 2001 From: Miroslav Broz Date: Sun, 8 Oct 2023 13:33:15 +0200 Subject: [PATCH] if_method docstring. --- phoebe/parameters/dataset.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/phoebe/parameters/dataset.py b/phoebe/parameters/dataset.py index 509b50ad9..4eeb6403e 100644 --- a/phoebe/parameters/dataset.py +++ b/phoebe/parameters/dataset.py @@ -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 @@ -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 @@ -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