Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esheldon/sxdes

Run the sep code with DES settings
https://github.com/esheldon/sxdes

Last synced: 3 days ago
JSON representation

Run the sep code with DES settings

Awesome Lists containing this project

README

        

# sxdes
Run the sep code with DES Y6 settings.

Examples
---------
```python
import sxdes

# get the catalog and seg map using the convenience function
cat, seg = sxdes.run_sep(image, noise)

# using a mask
cat, seg = sxdes.run_sep(image, noise, mask=mask)
```

Notes
-----
The image must have the background subtracted

TODO
----

Figure out why `fluxerr_auto` is always returned by sep as zero