https://github.com/fjebaker/trsf-dev
TRSF development repository
https://github.com/fjebaker/trsf-dev
Last synced: 7 months ago
JSON representation
TRSF development repository
- Host: GitHub
- URL: https://github.com/fjebaker/trsf-dev
- Owner: fjebaker
- License: other
- Created: 2023-10-11T15:31:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T15:35:02.000Z (over 2 years ago)
- Last Synced: 2025-04-05T01:06:59.133Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 42.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TRSF (Topological Radio Source Finder)
[](https://github.com/RhysAlfShaw/TRSF/actions/workflows/pytest.yaml)
[](https://codecov.io/gh/RhysAlfShaw/TRSF)
Currently in development tool for radio astronomers to find sources, specifically identifying components of well resolved sources.
!! CURRENTLY IN DEVELOPMENT !!
Source_props requires some compiled cython to use the faster region expansion method. To do this move into the source_props dir and use the following command.
```bash
python setup.py build_ext --inplace
```
Running in commandline:
```bash
python -m TRSF [Input Path] [cutout size] [sigma] [outputdir] [output file format]
```