Skip to content

Commit

Permalink
changelog release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miili committed Apr 27, 2020
1 parent 74da590 commit 92e1e27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ All notable changes to Kite will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [1.4.0] 27. April 2020

### Added
- Import of SNAP products
Expand Down
1 change: 0 additions & 1 deletion src/covariance.py
Expand Up @@ -773,7 +773,6 @@ def _powerspecNoise(self, data=None, norm='1d', ndeg=512, nk=512):
# noise = squareMatrix(noise)
shift = num.fft.fftshift

noise -= noise.mean()
spectrum = shift(num.fft.fft2(noise, axes=(0, 1), norm=None))
power_spec = (num.abs(spectrum)/spectrum.size)**2

Expand Down

0 comments on commit 92e1e27

Please sign in to comment.