Skip to content

JMMC-OpenDev/oimaging-uws-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OImaging-uws-server JMMC logo

This module contains the OImaging backend developed by the JMMC technical team.

License: GPL v3

See OImaging See JMMC releases See JMMC OpenDev @ github

See CI nightly builds

Issues / Board

See the OImaging Board to see issues & activity.

Documentation

This module contains the source code of the JMMC OImaging UWS server:

  • java UWS server + ImageOI interface
  • Dockerfile to install image reconstruction software including:
    • BSMEM
    • MIRA
    • SPARCO (base on MIRA)
    • WISARD

To be continued...

Build

This JMMC module uses java / maven to build the war file, to build the OImaging UWS server, and Docker to build the complete image including the image reconstruction software.

Requirements:

  • OpenJDK 8+
  • Maven 3.6+
  • Docker

See README

See JMMC Java Build See CI nightly builds