Coder Social home page Coder Social logo

absorption_image_processor's Introduction

absorption_image_processor

Python implementation of absorption image processing via PCA with properly normalized atom region masking.

Much of the programming structure in this code, such as the API and memory management, is inspired by Chris Billington's image_reconstruction repo. However, the data analysis algorithm is very different. Instead it uses the same approach as in the original MATLAB version of this code. The MATLAB repo's README and the docstrings of its functions include a brief explanation of the math behind the approach. A full explanation is provided in Appendix D of my thesis ("Raman Cooling to High Phase Space Density" by Zachary Vendeiro), available online. See the module-level docstring of the absorption_image_processor.py file in this repo for an example showing how to use the code in this Python repo.

The advantage of the code in this repo compared to more typical absorption imaging PCA analysis routines1 is that it properly handles masking the region of the image with atoms. In particular it does so in a way that does not introduce the systematic effects which occur when simply zeroing all of the pixels which may have atoms during the PCA reconstruction. See the documentation in the MATLAB implementation repo for more information.

1: Note that Chris Billington's image_reconstruction does not suffer from this normalization issue and may work as well or better than the code in this repo.

absorption_image_processor's People

Contributors

zakv avatar

Watchers

 avatar

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.