Skip to content

JulienPeloton/BlobFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlobFinder Build Status

Package to find point sources in sky maps. The signal-to-noise ratio of sources is optimized with respect to the background using a matched filter, following the work of ACT 1007.5256.

ScreenShot

Installation

A setup.py is provided for the installation. Just run:

python setup.py install

Make sure you have correct permissions (otherwise just add --user). You can also directly use the code by updating manually your PYTHONPATH. Just add in your bashrc:

BlobFinderPATH=/path/to/the/package
export PYTHONPATH=$PYTHONPATH:$BlobFinderPATH

Example

The package contains an example using basic functionalities:

python test/test.py -setup_instrument setup_instrument.ini --plot

TODO list

  • Add polarisation
  • Add curve-sky (input)

License

GNU License (see the LICENSE file for details) covers all files in the BlobFinder repository unless stated otherwise. Some routines have been taken from this repo.

About

Find point sources in sky maps using matched filtering.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages