-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from tomography/docs
versioning and docs fix
- Loading branch information
Showing
19 changed files
with
347 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,17 @@ | |
:members: | ||
:show-inheritance: | ||
:undoc-members: | ||
:synopsis: Defines objects related to collection and organization of probe data. | ||
|
||
.. rubric:: **Functions:** | ||
|
||
.. autosummary:: | ||
|
||
Beam | ||
Probe | ||
sinogram | ||
angleogram | ||
raster_scan | ||
angle_scan | ||
|
||
.. moduleauthor:: Doga Gursoy <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,16 @@ | |
:members: | ||
:show-inheritance: | ||
:undoc-members: | ||
:synopsis: Defines methods for reconstructing data from the :mod:`.acquisition` module. | ||
|
||
.. rubric:: **Functions:** | ||
|
||
.. autosummary:: | ||
|
||
reconstruct | ||
art | ||
sirt | ||
mlem | ||
stream | ||
|
||
.. moduleauthor:: Doga Gursoy <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,12 @@ | |
:members: | ||
:show-inheritance: | ||
:undoc-members: | ||
:synopsis: Defines an object for spatial organizing materials properties. | ||
|
||
.. rubric:: **Functions:** | ||
|
||
.. autosummary:: | ||
|
||
Feature | ||
|
||
.. moduleauthor:: Daniel J Ching <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,22 @@ | |
.. automodule:: xdesign.geometry | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:undoc-members: | ||
:synopsis: Defines geometric objects for the purpose of supporting :class:`.Feature` definition and calculating intersections for the :mod:`.acquisition` module. | ||
|
||
.. rubric:: **Functions:** | ||
.. rubric:: **Classes:** | ||
|
||
.. autosummary:: | ||
|
||
Entity | ||
Point | ||
Superellipse | ||
Ellipse | ||
Circle | ||
Line | ||
Triangle | ||
Rectangle | ||
Square | ||
Polygon | ||
Mesh | ||
|
||
.. moduleauthor:: Doga Gursoy <[email protected]> | ||
.. moduleauthor:: Daniel J Ching <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,12 @@ | |
:members: | ||
:show-inheritance: | ||
:undoc-members: | ||
:synopsis: Defines objects which auto-generate a parameterized :class:`.Phantom`. | ||
|
||
.. rubric:: **Functions:** | ||
|
||
.. autosummary:: | ||
|
||
Material | ||
HyperbolicConcentric | ||
DynamicRange | ||
|
@@ -24,6 +25,5 @@ | |
SoftBiomaterial | ||
Electronics | ||
FiberComposite | ||
|
||
|
||
|
||
.. moduleauthor:: Daniel J Ching <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,21 @@ | |
:members: | ||
:show-inheritance: | ||
:undoc-members: | ||
:synopsis: Objects and methods for computing the quality of reconstructions. | ||
|
||
.. rubric:: **Functions:** | ||
|
||
.. autosummary:: | ||
|
||
ImageQuality | ||
probability_mask | ||
compute_quality | ||
compute_PCC | ||
compute_likeness | ||
compute_background_ttest | ||
compute_mtf | ||
compute_mtf_siemens | ||
compute_nps | ||
compute_neq | ||
compute_mtf_siemens | ||
|
||
.. moduleauthor:: Daniel J Ching <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,12 @@ | |
:members: | ||
:show-inheritance: | ||
:undoc-members: | ||
:synopsis: Defines an object for organizing :class:`.Feature`. | ||
|
||
.. rubric:: **Functions:** | ||
|
||
.. autosummary:: | ||
|
||
Phantom | ||
|
||
.. moduleauthor:: Daniel J Ching <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
:mod:`xdesign.plot` | ||
=================== | ||
==================== | ||
|
||
.. automodule:: xdesign.plot | ||
:members: | ||
:show-inheritance: | ||
:undoc-members: | ||
:synopsis: Contains functions for visualizing :class:`.Phantom` and :class:`.ImageQuality` metrics. | ||
|
||
.. rubric:: **Functions:** | ||
|
||
.. autosummary:: | ||
|
||
|
||
sidebyside | ||
discrete_phantom | ||
plot_phantom | ||
plot_feature | ||
plot_mesh | ||
plot_polygon | ||
plot_curve | ||
discrete_phantom | ||
sidebyside | ||
multiroll | ||
plot_metrics | ||
plot_mtf | ||
plot_nps | ||
plot_neq | ||
plot_histograms | ||
|
||
|
||
|
||
.. moduleauthor:: Daniel J Ching <[email protected]> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ References | |
|
||
.. bibliography:: bibtex/refs.bib | ||
:style: plain | ||
:all: | ||
:cited: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.