Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg authored Oct 21, 2024
1 parent 38ba3ae commit 7c5ca89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/linop/xray/_xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _calc_weights(
dx: Pixel side length in x- and y-direction. Units are such
that the detector bins have length 1.0.
nx: Input image shape.
angles: (num_angless,) array of angless in radians. Pixels are
angles: (num_angles,) array of angless in radians. Pixels are
projected onto units vectors pointing in these directions.
(This argument is `vmap`ed.)
y0: Location of the edge of the first detector bin.
Expand Down

0 comments on commit 7c5ca89

Please sign in to comment.