Git Product home page Git Product logo

deep_mccd's Introduction

MCCD PSF Modelling

Project to inject prior optical information to the MCCD data-driven PSF model with a Plug and Play denoising approach.

Multi-CCD Point Spread Function Modelling.


Main contributor:
Email:
Documentation:
Article: Current release:


deep_mccd's People

Contributors

tobias-liaudat avatar

Watchers

 avatar

Forkers

aziz-ayed

deep_mccd's Issues

Improve padding and cropping functions in Learnlets

Right now these functions are hard-coded to work using a (51,51) image inputs, padding it to (64,64) and cropping it back to (51,51). See here.

They sould adapt to different input size. This might need to add as new input parameter the input size of the images which we would use to define the right padding and cropping to the allowed values of the Learnlets (powers of 2).

Problem with the normalisation/scaling on training + prox

The input dataset normalisation is done here.

This is not great, as the pixel value range can be quite high depending on the input energy and distribution of the dataset. It is better to scale the input value. Make sure the input eigenPSFs belong to the [-0.5, 0.5 ] interval.

  • Fix the scaling on the network training.
  • Fix the scaling on the proximal algorithm to replicate the required input of the networks.

Improve Learnlet proximal class

This class can be found here.

  • The prox class should have a different name than the Learnlet model.
  • The input size is hard coded, it should be an input when instantiating the class.
  • The parameters of the Learnlet class is hard coded too. This should not be the case, it should be an input of the proximal operator class as different Learnlet models could be used.

Bug with the wavelet denoising

There is some bug with the classical wavelet denoising.

It can come from the threshold or the new wavelet prox denoising class.

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.