Skip to content

Commit a1a56dd

Browse files
committed
Small correction to documentation
1 parent c706684 commit a1a56dd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/PythonicDISORT/subroutines.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,15 @@ def cache_BDRF_Fourier_modes(N, mu0, BDRF_Fourier_modes):
458458
mu0 : float
459459
Cosine of polar angle of the incident beam.
460460
BDRF_Fourier_modes : list of functions
461-
BDRF Fourier modes, each a function with arguments ``mu, -mu_p`` of type array
462-
and which output has the same dimensions as the outer product of the two arrays.
461+
BDRF Fourier modes, each a scalar, or a function with arguments ``mu, -mu_p`` of type array
462+
which output has the same dimensions as the outer product of the two arrays.
463463
464464
Returns
465465
-------
466466
cached_BDRF_Fourier_modes : list of functions
467467
Cached BDRF Fourier modes, each a function with arguments ``mu, -mu_p`` of type array
468-
and which output has the same dimensions as the outer product of the two arrays.
468+
and which output is a scalar (if the Fourier mode was a scalar)
469+
or has the same dimensions as the outer product of the two arrays.
469470
"""
470471
NBDRF = len(BDRF_Fourier_modes)
471472
mu_arr_pos = Gauss_Legendre_quad(N)[0]

0 commit comments

Comments
 (0)