Unverified Commit a463ce58 authored by Zhang, Chen's avatar Zhang, Chen Committed by GitHub
Browse files

Merge pull request #256 from ornlneutronimaging/autoredux_docs

Add docs for autoredux and clean up other places
parents 70d08d0a 4ac8733e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ imars3d.backend.corrections.denoise module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: arrays, max_workers, bilateral_sigma_color, bilateral_sigma_spatial, median_filter_kernel, method, name
   :exclude-members: arrays, max_workers, bilateral_sigma_color, bilateral_sigma_spatial, median_filter_kernel, method, name, tqdm_class

imars3d.backend.corrections.gamma\_filter module
------------------------------------------------
@@ -34,7 +34,7 @@ imars3d.backend.corrections.intensity\_fluctuation\_correction module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: ct, air_pixels, max_workers, name, sigma
   :exclude-members: ct, air_pixels, max_workers, name, sigma, tqdm_class

imars3d.backend.corrections.ring\_removal module
------------------------------------------------
@@ -43,4 +43,4 @@ imars3d.backend.corrections.ring\_removal module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: arrays, correction_range, kernel_size, max_workers, name, sub_division
   :exclude-members: arrays, correction_range, kernel_size, max_workers, name, sub_division, tqdm_class, sinogram
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ imars3d.backend.dataio.data module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: ct_dir, ct_files, ct_fnmatch, dc_dir, dc_files, dc_fnmatch, max_workers, name, ob_dir, ob_files, ob_fnmatch, tqdm_class, omegas, outputbase, data

imars3d.backend.dataio.phantom module
-------------------------------------
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ imars3d.backend.diagnostics.rotation module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: angles, arrays, atol_deg, in_degrees, max_workers, name, tqdm_class

imars3d.backend.diagnostics.tilt module
---------------------------------------
@@ -24,3 +25,4 @@ imars3d.backend.diagnostics.tilt module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: arrays, max_workers, name, tilt, tqdm_class, cut_off_angle_deg, high_bound, low_bound, rot_angles
+1 −0
Original line number Diff line number Diff line
@@ -16,3 +16,4 @@ imars3d.backend.morph.crop module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: arrays, border_pix, crop_limit, expand_ratio, name, rel_intensity_threshold_air_or_slit, rel_intensity_threshold_fov, rel_intensity_threshold_sample
+1 −0
Original line number Diff line number Diff line
@@ -16,3 +16,4 @@ imars3d.backend.preparation.normalization module
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: arrays, cut_off, darks, flats, max_workers, name
Loading