Skip to content

Commit

Permalink
Include restructured test files for Nghia
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicavers committed Nov 6, 2020
1 parent dc93561 commit 101198c
Show file tree
Hide file tree
Showing 17 changed files with 145 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Vo Centering Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/centering/vo_centering.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Convert 360 180 Sinogram Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/corrections/convert_360_180_sinogram.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Distortion Correction Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/corrections/distortion_correction.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Mtf Deconvolution Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/corrections/mtf_deconvolution.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Dezinger Sinogram Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/filters/dezinger_sinogram.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Fresnel Filter Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/filters/fresnel_filter.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Paganin Filter Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/filters/paganin_filter.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Remove Large Rings Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/remove_large_rings.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Remove Unresponsive And Fluctuating Rings Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/remove_unresponsive_and_fluctuating_rings.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Ring Removal Filtering Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/ring_removal_filtering.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Ring Removal Fitting Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/ring_removal_fitting.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Ring Removal Normalization Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/ring_removal_normalization.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Ring Removal Regularization Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/ring_removal_regularization.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Ring Removal Sorting Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/ring_removal_sorting.png"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Ring Removal Waveletfft Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/ring_removal/ring_removal_waveletfft.png"
9 changes: 9 additions & 0 deletions doc/source/documentation/plugins/savers/image_saver_doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

Image Saver Documentation
#################################################################

(Change this) Include your plugin documentation here. Use a restructured text format.

..
This is a comment. Include an image or file by using the following text ".. figure:: ../files_and_images/documentation/plugins/savers/image_saver.png"
2 changes: 1 addition & 1 deletion scripts/plugin_generator/savu_plugin_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def main():
savu_base_path = \
os.path.dirname(os.path.realpath(__file__)).split('scripts')[0]
file_path = module.replace('.', '/')
if args.delete == True:
if args.delete:
remove_plugin_files(file_path, module, savu_base_path)
else:
create_plugin_template(file_path, module, args.quick, savu_base_path)
Expand Down

0 comments on commit 101198c

Please sign in to comment.