Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 657 Bytes

observation-manager

Observation Manager helps you to manage your astronomical observations

Fork from Observation Manager https://sourceforge.net/projects/observation/

The source code has been checkout from CVS and imported into git

Installation

Build from source.

  • Install fits library in your maven repository following instructions at observation-manager/non-mvn-dependencies/fits/README.md

  • Build project

    cd observation-manager
    mvn install 
    

Enjoy!