tomopy/tomopy

View on GitHub

Showing 354 of 354 total issues

Function c_bart has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def c_bart(tomo, center, recon, theta, **kwargs):
Severity: Minor
Found in source/tomopy/util/extern/recon.py - About 35 mins to fix

    Function _remove_large_stripe has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def _remove_large_stripe(tomo, snr, size, drop_ratio, norm):
    Severity: Minor
    Found in source/tomopy/prep/stripe.py - About 35 mins to fix

      Function remove_stripe_based_sorting has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def remove_stripe_based_sorting(tomo,
      Severity: Minor
      Found in source/tomopy/prep/stripe.py - About 35 mins to fix

        Function ufo_dfi has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def ufo_dfi(tomo, center, recon, theta, **kwargs):
        Severity: Minor
        Found in source/tomopy/recon/wrappers.py - About 35 mins to fix

          Function ifft has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def ifft(x, n=None, axis=-1, overwrite_input=False, extra_info=None):
          Severity: Minor
          Found in source/tomopy/util/misc.py - About 35 mins to fix

            Function fft has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def fft(x, n=None, axis=-1, overwrite_input=False, extra_info=None):
            Severity: Minor
            Found in source/tomopy/util/misc.py - About 35 mins to fix

              Function fft2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def fft2(x, s=None, axes=(-2,-1), overwrite_input=False, extra_info=None):
              Severity: Minor
              Found in source/tomopy/util/misc.py - About 35 mins to fix

                Function ifft2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def ifft2(x, s=None, axes=(-2,-1), overwrite_input=False, extra_info=None):
                Severity: Minor
                Found in source/tomopy/util/misc.py - About 35 mins to fix

                  Function c_accel_mlem has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def c_accel_mlem(tomo, center, recon, theta, **kwargs):
                  Severity: Minor
                  Found in source/tomopy/util/extern/accel.py - About 35 mins to fix

                    Function c_art has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def c_art(tomo, center, recon, theta, **kwargs):
                    Severity: Minor
                    Found in source/tomopy/util/extern/recon.py - About 35 mins to fix

                      Function c_ospml_quad has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def c_ospml_quad(tomo, center, recon, theta, **kwargs):
                      Severity: Minor
                      Found in source/tomopy/util/extern/recon.py - About 35 mins to fix

                        Function trim_sinogram has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def trim_sinogram(data, center, x, y, diameter):
                        Severity: Minor
                        Found in source/tomopy/misc/morph.py - About 35 mins to fix

                          Function ifft has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def ifft(x, n=None, axis=-1, overwrite_input=False, extra_info=None):
                          Severity: Minor
                          Found in source/tomopy/util/misc.py - About 35 mins to fix

                            Function c_tikh has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def c_tikh(tomo, center, recon, theta, **kwargs):
                            Severity: Minor
                            Found in source/tomopy/util/extern/recon.py - About 35 mins to fix

                              Function circ_mask has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def circ_mask(arr, axis, ratio=1, val=0.0, ncore=None):
                              Severity: Minor
                              Found in source/tomopy/misc/corr.py - About 35 mins to fix

                                Function _init_recon has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def _init_recon(shape, init_recon, val=1e-6, sharedmem=True, empty=False):
                                Severity: Minor
                                Found in source/tomopy/recon/algorithm.py - About 35 mins to fix

                                  Function c_sirt has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def c_sirt(tomo, center, recon, theta, **kwargs):
                                  Severity: Minor
                                  Found in source/tomopy/util/extern/recon.py - About 35 mins to fix

                                    Function _remove_stripe_fw has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def _remove_stripe_fw(tomo, level, wname, sigma, pad):
                                    Severity: Minor
                                    Found in source/tomopy/prep/stripe.py - About 35 mins to fix

                                      Function _remove_stripe_based_interpolation has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      def _remove_stripe_based_interpolation(tomo, snr, size, drop_ratio, norm):
                                      Severity: Minor
                                      Found in source/tomopy/prep/stripe.py - About 35 mins to fix

                                        Function ufo_fbp has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def ufo_fbp(tomo, center, recon, theta, **kwargs):
                                        Severity: Minor
                                        Found in source/tomopy/recon/wrappers.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language