Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Gaussians are using r instead of r**2 #40

Open
inati opened this issue Dec 15, 2018 · 0 comments
Open

Gaussians are using r instead of r**2 #40

inati opened this issue Dec 15, 2018 · 0 comments
Labels

Comments

@inati
Copy link
Collaborator

inati commented Dec 15, 2018

The Gaussians are incorrectly computed in the filters module. They should be using G(r) = exp(-0.5r**2) instead exp(-0.5r) as is currently implemented. This is a big bug.

@inati inati added the bug label Dec 15, 2018
inati added a commit that referenced this issue Dec 17, 2018
Implement Band Pass filters.  Addresses #39.
Fix gaussians. Addresses  #40.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant