centroids
Build Status
Build Type | Result |
---|---|
Python Linux Builds | |
CXX Lib Linux Builds | |
Documentation Build |
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 withpip
.
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