We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xray.astra
There are some minor omissions in the xray.astra docs:
Missing Returns: sections for _project_coords:
Returns:
_project_coords
scico/scico/linop/xray/astra.py
Lines 64 to 76 in a0e99bd
XRayTransform2D.fbp
Lines 309 to 320 in a0e99bd
Clarification needed on presence of angles and vectors at
angles
vectors
Lines 453 to 454 in a0e99bd
XRayTransform3D.__init__
Typo in line
Line 436 in a0e99bd
Use of "parallel3d_vec" format appears to be incompatible with angles option referred to above:
Line 439 in a0e99bd
It would also be worth adding some discussion of the meaning of "world coordinates" referred to in functions such as project_world_coordinates.
project_world_coordinates
The text was updated successfully, but these errors were encountered:
Michael-T-McCann
No branches or pull requests
There are some minor omissions in the
xray.astra
docs:Missing
Returns:
sections for_project_coords
:scico/scico/linop/xray/astra.py
Lines 64 to 76 in a0e99bd
and for
XRayTransform2D.fbp
:scico/scico/linop/xray/astra.py
Lines 309 to 320 in a0e99bd
Clarification needed on presence of
angles
andvectors
atscico/scico/linop/xray/astra.py
Lines 453 to 454 in a0e99bd
and similar clarification could be provided in docs for
XRayTransform3D.__init__
.Typo in line
scico/scico/linop/xray/astra.py
Line 436 in a0e99bd
Use of "parallel3d_vec" format appears to be incompatible with
angles
option referred to above:scico/scico/linop/xray/astra.py
Line 439 in a0e99bd
It would also be worth adding some discussion of the meaning of "world coordinates" referred to in functions such as
project_world_coordinates
.The text was updated successfully, but these errors were encountered: