cpu: only build x86 cpu detection when building...
version: update to 1.0
doxygen: updates for API documentation
examples: fix build for reconstruct 1d.
examples: 1d reconstruct clean up
ops: add unsigned short conversions
reconstruct: improve the reconstruction
examples: Add initial 1D reconstruction examples
process: fix new section width check
ops: fix return type for signed()
reconstruct: fix reconstruction so it converges.
ops: we cant copy sig elements at lowest resolu...
ops: add operation to change sign of data elements
wavelet: add significant wavelet add/subtract
wavelet: copy source elements for new wavelets
wavelet: add api call to add new source element...
data: refactor SMBRR_IMAGE_ to SMBRR_DATA_
convolution: use copy_significant for initial s...
headers: create local ops.h and mask.h to simpl...
doc: update doxyfile
ops: add copy_significant()
doc: clean up api header docs
2D ops: make sure we dont include stride paddin...
ops: no need for 2D ops for some ops. Add fabs(...
mask: rename masks to include 2d suffix
wavelet: Add support for 1D wavelets.
data: refactor 1D and 2D data into the same str...
doc: updates for documentation.
wavelet: Add 2D operations and wavelet type in ...
doc: improve docs and refactor some APIs to bet...
doc: fix doxygen doc building
doc: more documentation updates
image: fix image mask size and use correct rese...
signal: create 1D signal operations and APIs fo...
wavelet: include config.h for SIMD flags
convolution: Add SIMD optimised versions of con...
configure: enable OpenMP by default
image: add support for optmised SIMD operations...
Merge remote-tracking branch 'origin/reconstruct'
object: type: Improve simple object type detect...
image: add API call to get ADU at (x,y)
object: fix object map by having a separate sor...
solve: make sure object cooreds are within image
image: fix image norm calculation
reconstruct: Add image reconstructor.
image: fix image norm calculation
snr: improve SNR calculation
noise: remove squared ccd parameters.
object: calculate SNR in dB and fix background ...
object: make background calculation run in para...
object: fix background and magnitude calculation
noise: allow ksigma clip to run parallel
object: fix calculation of SNR based on wavelet...
object: add support to calculate object SNR and...
noise: add API call to set mean dark frame level
object: add extra rule for object clasification
noise: add api call to set CCD camera properties
object: refactor some terms to make more sense
object: calculate background magnitude
convolution: improve object map by moving code ...
object: Add API call to get object at position ...
object: calculate object sigma pixel count corr...
image: optimise AVX code further by pre broadca...
object: fix build warning when working out PA
Merge remote-tracking branch 'origin/master'
image: fix image subtract
objec: determine object type depending on ADU s...
object: calculate PA based on object bounds
configure: add newline at end of file
m4: Add compiler check for AVX
gitignore: remove m4 directory
configure: remove old code
configure: release version 0.10
autogen: make sure we install any missing m4 files
image: Allow new image to use float * for src data
image: Add call to create a new image as a copy...
image: Fix image region size height copy
image: Add API to get image dimensions
docs: fix spelling for api usage.
image: conversion: Make conversion functions lo...
pkgconfig: fix pkgconfig include path
core: build: Use pkc-config for library versioning
core: build: Fix libtool versioning
image: avx: Add basic AVX support for common im...
convolution: openmp: Add OpenMP support to conv...
noise: openmp: Add OpenMP to k-sigma clipping
gitignore: add gzip and bmp files
examples: objects: Add timing information for e...
build: OpenMP: Add build support for OpenMP
convolution: debug: remove a debug statement.
configure: avx: Add support for AVX intrinsics ...
smbrr: import: Initial import into public repos...