Skip to content

Commit

Permalink
fic docstrings in acceptance.py module
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarv committed Nov 7, 2024
1 parent 8a0cd72 commit 009b0b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyat/at/acceptance/acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def get_1d_acceptance(
Returns:
boundary: (len(refpts),2) array: 1D acceptance
tracked: (n,) array: Coordinates of tracked particles
survived: (n,) array: Coordinates of surviving particles
tracked: (n,) array: Coordinates of tracked particles
In case of multiple ``tracked`` and ``survived`` are lists of arrays,
with one array per ref. point.
Expand Down Expand Up @@ -315,8 +315,8 @@ def get_horizontal_acceptance(
Returns:
boundary: (len(refpts),2) array: 1D acceptance
tracked: (n,) array: Coordinates of tracked particles
survived: (n,) array: Coordinates of surviving particles
tracked: (n,) array: Coordinates of tracked particles
In case of multiple ``tracked`` and ``survived`` are lists of arrays,
with one array per ref. point.
Expand Down Expand Up @@ -379,8 +379,8 @@ def get_vertical_acceptance(
Returns:
boundary: (len(refpts),2) array: 1D acceptance
tracked: (n,) array: Coordinates of tracked particles
survived: (n,) array: Coordinates of surviving particles
tracked: (n,) array: Coordinates of tracked particles
In case of multiple ``tracked`` and ``survived`` are lists of arrays,
with one array per ref. point.
Expand Down Expand Up @@ -443,8 +443,8 @@ def get_momentum_acceptance(
Returns:
boundary: (len(refpts),2) array: 1D acceptance
tracked: (n,) array: Coordinates of tracked particles
survived: (n,) array: Coordinates of surviving particles
tracked: (n,) array: Coordinates of tracked particles
In case of multiple ``tracked`` and ``survived`` are lists of arrays,
with one array per ref. point.
Expand Down

0 comments on commit 009b0b3

Please sign in to comment.