Adaptive Binning

This page contains the source code for the algorithm described in Sanders & Fabian, 2001, MNRAS. The code bins images with a varying bin size, depending on what the count-rate is. The implementation of the algorithm is called AdaptiveBin.

News

Adbin

Bugs and improvements

If you have spotted any bugs in the programs, or would like to suggest improvements for later versions, please email me at Jeremy Sanders <jss@ast.cam.ac.uk>. If you wish to be notified about improvements to the program, email me to be added to a list.

If the build fails when trying to find the CFITSIO header files, this may be because your include files for CFITSIO are not installed in your include directory in "cfitsio/fitsio.h", but are installed as "fitsio.h". If this is the case you may need to modify the file FITS/FITSGeneral.h in the distribution. Change the line "#include <cfitsio/fitsio.h>" to "#include <fitsio.h>".

Download


Homepage


Valid XHTML 1.0! This page is maintained by Jeremy Sanders. It was last modified on 2011-09-14. This page is not an official page of the Institute of Astronomy.