Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.06 KB

Jmal JMMC logo

This module contains the JMMC Astronomical Library developed by the JMMC technical team.

License: GPL v3

See JMMC releases See JMMC OpenDev @ github

See CI nightly builds

Documentation

The JMMC Astronomical Library provides lots of math functions (normal distribution, fft, model computation, image processing) and the Star resolver widget.

See the pom.xml file to get all dependencies, including other JMMC OpenDev modules:

To be continued...

Build

This JMMC module uses java / maven to build the jar file, to be integrated into JMMC software.

Requirements:

  • OpenJDK 8+
  • Maven 3.6+

See JMMC Java Build See CI nightly builds