tomopy/tomopy

View on GitHub

Showing 176 of 354 total issues

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

def _remove_all_stripe(tomo, snr, la_size, sm_size, dim):
Severity: Minor
Found in source/tomopy/prep/stripe.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 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_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_project2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

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

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

            def c_mlem(tomo, center, recon, theta, **kwargs):
            Severity: Minor
            Found in source/tomopy/util/extern/recon.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 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 gaussian_filter has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def gaussian_filter(arr, sigma=3, order=0, axis=0, ncore=None):
                  Severity: Minor
                  Found in source/tomopy/misc/corr.py - About 35 mins to fix

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

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

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

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

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

                        def _rs_fit(sinogram, order, win2d, matsign, pad):
                        Severity: Minor
                        Found in source/tomopy/prep/stripe.py - About 35 mins to fix

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

                          def c_accel_sirt(tomo, center, recon, theta, **kwargs):
                          Severity: Minor
                          Found in source/tomopy/util/extern/accel.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 c_ospml_hybrid has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def c_ospml_hybrid(tomo, center, recon, theta, **kwargs):
                              Severity: Minor
                              Found in source/tomopy/util/extern/recon.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 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 c_tv has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

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

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

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

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

                                        def rec_slice(h5fname, nsino, rot_center, args, blocked_views):
                                        Severity: Minor
                                        Found in benchmarking/rec.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language