Skip to content

Iris is a zero-dependency, pure Go library for interoperating with ASCOM Alpaca exposure data structures and the FITS astronomical image format.

License

Notifications You must be signed in to change notification settings

observerly/iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@observerly:iris


GitHub go.mod Go version (branch & subdirectory of monorepo) PkgGoDev Go Report Card IRIS Actions Status

Iris is observerly's zero-dependency, multi-thread, thread-safe pure Go library for interoperating with ASCOM Alpaca API exposure data structures and the FITS astronomical image format, providing a repeatable pipeline for astrophotographic image processing.

Iris automatically normalizes, composaites, aligns and stacks your FITS images. The in-memory architecture with randomized batching is designed to touch each file exactly once and requires no temporary files, scaling to use all available CPU cores efficiently.


Installation

Make sure you have Go installed. Version '1.17.x', or higher is required, and has been tested against.

Simply initialize your project by creating a folder and then running go mod init github.com/your/repo inside the repository.

Then install Iris with the go get command:

go get -u github.com/observerly/iris

About

Iris is a zero-dependency, pure Go library for interoperating with ASCOM Alpaca exposure data structures and the FITS astronomical image format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages