Git Product home page Git Product logo

focusedblinddecon.jl's Introduction

Build Status codecov

Focused Blind Deconvolution (FBD)

FocusedBlindDecon is a Julia package that implements the following methods.

lsbd! Least-squares blind deconvolution.

fibd! Focused interferometric blind deconvolution.

fpr! Focused phase retrieval.

fbd!=fibd!+fpr! Focused blind deconvolution.

These methods are described in the article below; if you make use of this code, please cite it.

@article{bharadwaj2019focused,
  title={Focused blind deconvolution},
  author={Bharadwaj, Pawan and Demanet, Laurent and Fournier, Aim{\'e}},
  journal={IEEE Transactions on Signal Processing},
  volume={67},
  number={12},
  pages={3168--3180},
  year={2019},
  publisher={IEEE}
}

Installation

At the moment, FocusedBlindDecon depends on two unregistered packages Misfits and Conv. For complete installation, enter these package manager commands in the REPL:

using Pkg
Pkg.add(PackageSpec(name="Misfits",url="https://github.com/pawbz/Misfits.jl.git"))
Pkg.add(PackageSpec(name="Conv",url="https://github.com/pawbz/Conv.jl.git"))
Pkg.add(PackageSpec(name="FocusedBlindDecon",url="https://github.com/pawbz/FocusedBlindDecon.jl.git"))

Documentation & Tutorials

A detailed documentation and some tutorials are available here:

focusedblinddecon.jl's People

Contributors

pawbz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

focusedblinddecon.jl's Issues

This package is hard to install

Installing this package using pkg> add FocusedBlindDecon fails on precompile due to Inversion not being listed in the deps

[ Info: Precompiling FocusedBlindDecon [3b47aaff-9524-5d9d-a292-eeb6a187c032]
ERROR: LoadError: ArgumentError: Package FocusedBlindDecon does not have Inversion in its dependencies:
- If you have FocusedBlindDecon checked out for development and have
  added Inversion as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with FocusedBlindDecon
Stacktrace:

The same applies to the package Signals, LineSearches etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.