Skip to content

Commit ccc65a7

Browse files
update readme + docs notebook
1 parent 3c3d489 commit ccc65a7

File tree

4 files changed

+33
-54
lines changed

4 files changed

+33
-54
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,4 @@ marimo/_lsp/
207207
__marimo__/
208208

209209
docs/notebooks/results
210+
_version.py

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# find_asteroids
1+
# find_asteroids
2+
3+
Find moving objects in detection catalogs.
4+
5+
Usage ([docs/notebooks/search.ipynb](https://github.com/stevenstetzler/find_asteroids/tree/main/docs/notebooks/search.ipynb))
6+
7+
Installation via PyPI:
8+
```bash
9+
$ python -m pip install find-asteroids
10+
```
11+
12+
References:
13+
- Stetzler, S. et al. (2025) An Efficient Shift-and-Stack Algorithm Applied to Detection Catalogs

docs/notebooks/search.ipynb

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

src/find_asteroids/_version.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)