Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/esheldon/sxdes
- Owner: esheldon
- License: other
- Created: 2019-04-22T13:21:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T13:14:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T20:19:22.149Z (19 days ago)
- Language: Python
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 subtractedTODO
----Figure out why `fluxerr_auto` is always returned by sep as zero