https://github.com/russell-archer/safi
Simple Auto-Focus Interface (Archived from Microsoft TFS)
https://github.com/russell-archer/safi
csharp windows
Last synced: 3 months ago
JSON representation
Simple Auto-Focus Interface (Archived from Microsoft TFS)
- Host: GitHub
- URL: https://github.com/russell-archer/safi
- Owner: russell-archer
- Created: 2020-06-13T23:43:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T23:43:36.000Z (about 6 years ago)
- Last Synced: 2025-06-16T06:03:56.147Z (about 1 year ago)
- Topics: csharp, windows
- Language: C#
- Homepage:
- Size: 484 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Safi
Simple Auto-Focus Interface
**Archived Visual Studio 2010 project that was previously held in Team Foundation Server**
SAFI was designed to be a very simple auto-focus app, for use with the non-absolute positioning type of focuser used on the Meade LX200.

As it currently stands, SAFI offers no advantage over the standard FocusMax application. This is pretty much what I anticipated when I started the project. However, I approached the development of SAFI as an experiment and a learning process, and in that respect it has been useful. I offer the source code for SAFI in the same spirit, and it may help to illustrate by example concepts such as:
* Connecting to the MaxIm DL COM interface
* Using MaxIm objects to take images
* Working with ASCOM in C# and .NET
* Working with the ASCOM Focuser interface
* Creating on-the-fly graphical data plots
* Creating WPF clients and using techniques such as multi-threading
* XAML data binding
## Technical Details
* Developed in Microsoft Visual Studio 2010 using C# and the Windows Presentation Foundation (WPF).
## Requirements
* Visual Studio 2010