Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasTersenov committed Apr 23, 2024
1 parent 1b363e4 commit 4d89898
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycs/astro/wl/mass_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ def _normalize(inp):
inp_in *= std_out / std_in

def _step_dct_inpaint(ima, MultiScaleConstraint=False):

alpha = dct2d(ima, norm="ortho")
new_alpha = np.copy(alpha) # Can we do this without copying ?
new_alpha[np.abs(new_alpha) <= lval] = 0
Expand Down Expand Up @@ -938,7 +937,6 @@ def _prepare_data(self, InshearData, msg=None, niter=None, Nsigma=None):
return gamma1, gamma2, nx, ny, eta, Esn, mask, ind, tau, niter, Nsigma

def _get_Wfc(self, PowSpecSignal, nx, ny, Pn, eta):

# calculate the wiener filter coefficients
Px_map = get_ima_spectrum_map(PowSpecSignal, nx, ny)
# info((Px_map + eta))
Expand Down

0 comments on commit 4d89898

Please sign in to comment.