Skip to content

DeepScan is a source extraction tool designed to identify very low surface brightness features in large astronomical data.

License

Notifications You must be signed in to change notification settings

danjampro/DeepScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepScan v0.61

A picture

DeepScan is a Python3 package designed to detect low surface brightness features in astronomical data without fragmenting extended structure. The software was originally introduced in Prole et al. (2018).

DeepScan has gone through significant changes since its first release. The most significant development has been the introduction of a de-blending algorithm, designed to overcome limitations encountered by other software.

Please see the examples to see how to use DeepScan.

The software is under continual development and any questions or feedback would be welcomed.

Basic Usage

See ~/Examples/example_basic.py. Basic usage Looks like this:

from deepscan.deepscan import DeepScan

#"data" is your data as a 2D np.array.
result = DeepScan(data) 

Installation:

$pip install deepscan

Contact:

Dan Prole (proled@cardiff.ac.uk)

About

DeepScan is a source extraction tool designed to identify very low surface brightness features in large astronomical data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages