Skip to content

Routines for performing single photon counting and centroiding of CCD data

Notifications You must be signed in to change notification settings

NSLS-II/centroids

Repository files navigation

centroids

Build Status

Build Type Result
Python Linux Builds Build Status
CXX Lib Linux Builds Build Status
Documentation Build Build Status

Introduction

Routines for performing single photon counting and centroiding of CCD data

Documentation

The documentation can be found online.

Changes

v0.2.0rc2

  • Exposed Pixel Lookup Table to python interface
  • Added weights for 1D and 2D Fits

v0.2.0rc1

Release candidate for v0.2.

  • Changed MANIFEST.in to allow for building with pip.

v0.1.11

  • Fixed bug in standard error for 2D fits calculations. Incorrect number of data points was used.
  • Added range option to fitting parameters for sigma and position
  • Modified CI to report tests and coverage
  • Improved unit tests to cover parameter range selection
  • Added debug output to unit tests
  • Updated docs