Skip to content

Commit

Permalink
Add doc to mask variable in get_emission
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinSa committed Aug 16, 2021
1 parent c3e08b4 commit bb5b9e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zodipy/zodi.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ def get_emission(
If True, the emission of each component in the model is returned
separatly in form of an array of shape (`n_comps`, `npix`).
Defaults to False.
mask : float, optional
Angle [deg] between observer and the Sun for which all pixels
are masked at each observation. A mask of 90 degrees can be
selected to simulate an observer that never looks inwards the Sun.
Returns
-------
Expand Down

0 comments on commit bb5b9e7

Please sign in to comment.