Skip to content

Commit

Permalink
Merge RC to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Feb 9, 2025
2 parents 3f013cb + 98f6fdf commit d02bc9f
Show file tree
Hide file tree
Showing 107 changed files with 142,091 additions and 1,080 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ coverage.xml
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
Expand Down Expand Up @@ -139,6 +138,7 @@ kicad/PiFinder/PiFinder-backups
.obsidian
*.ps?
config.json
astro_data/hip_main.dat

# 3d printing business
*.3mf
Expand Down
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "python/PiFinder/tetra3"]
path = python/PiFinder/tetra3
url = https://github.com/esa/tetra3.git
branch = no_big_files
url = https://github.com/smroid/cedar-solve
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ A plate solving telescope finder based around a Raspberry PI, imx296 camera, and

For an overview of what the PiFinder™ is and how it came to be visit the official project website at [PiFinder.io](https://www.pifinder.io/build-yours)

The PiFinder™ uses the [Ceder Detect](https://github.com/smroid/cedar-detect) and
[Cedar Solve](https://github.com/smroid/cedar-solve) libraries with express permission.
Thank you to [smroid] for all your support of the PiFinder project!

![Banner](./docs/source/images/PiFinder_v3_banner.png)
The PiFinder™ is my attempt to improve my time at my telescope. I don't get nearly enough of it and I want to enjoy it as much as possible. So after years of observing with paper charts and, later, a Nexus DSC here is what I felt I was missing:
* **Reliable telescope positioning:** The Nexus DSC is great, but my scope just isn't built for solid encoder integration. The slop in the way I have to couple the encoders means poor pointing accuracy.
Expand Down Expand Up @@ -45,4 +49,3 @@ If you'd like to learn more about how it works, and potentially build your own,
## Discord
Join the [PiFinder™ Discord server](https://discord.gg/Nk5fHcAtWD) for support with your build, usage questions, and suggestions for improvement.

<a href='https://ko-fi.com/brickbots' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />
Binary file modified astro_data/pifinder_objects.db
Binary file not shown.
Binary file modified bin/cedar-detect-server-aarch64
Binary file not shown.
Binary file modified bin/cedar-detect-server-arm64
Binary file not shown.
Binary file modified case/v2/pi_mount.stl
Binary file not shown.
Loading

0 comments on commit d02bc9f

Please sign in to comment.