Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 465 Bytes

Spica

C library for image processing related to astrophotography. Always far from complete, but I hope it might be useful, at least to me.

Building and installing

This library uses CMake, and can be build and installed as any other CMake project:

$ cmake CMakeList.txt
$ make
# make install

Documentation

You can generate local documentation using Doxygen:

$ doxygen

Examples

You can find some examples in examples directory.