Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • 1.8.4
  • 1.8.3
  • 1.8.2
  • 1.8.1
  • 1.8.0
  • 1.7.14
  • 1.7.13
  • 1.7.12
  • 1.7.11
  • 1.7.10
  • 1.7.9
  • 1.7.8
  • 1.7.7
  • 1.7.6
  • 1.7.5
  • 1.7.4
  • 1.7.3
  • 1.7.2
  • 1.7.1
  • 1.7.0
21 results

vlkb-soda

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    auth
    data-access
    docker
    java-libs
    Makefile
    README.md

    vlkb-soda

    is a web-application to access astronomical data stored in FITS-files. It consists of

    • vlkb-soda web-application and associated vlkbd daemon to access FITS file contents based on VO SODA
    • vlkb command line utility to perform some of the functionalities of the web-applications on command line

    It can be used with vlkb-search to provide complete data discovery and access service:

    • vlkb-search web-application and associated vlkb-obscore command line tool based on VO ObsCore table

    The vlkb-search web-app is available from https://ict.inaf.it/gitlab/ViaLactea/vlkb-search .

    Dockerized version is available from this projects registry git.ia2.inaf.it:5050/vialactea/vlkb-soda.

    Installation

    There are rpm, deb and war packages avaialable for Debian, CentOS and Fedora.

    Install from packages (rpm/deb and war)

    There is a war-package for the cutout web-application

    • vlkb-soda-X.Y.Z.war

    And two packages for linux executables (deb or rpm)

    • vlkbd-X.Y.Z.deb implements the cutout engine and should be installed together with vlkb-cutout-*.war
    • vlkb-X.Y.Z.deb is a optional utility

    Additionally optional vlkb-obscore utility for the vlkb-search web-app:

    • vlkb-obscore-X.Y.Z.deb is a optional tool to create ObsCore table for vlkb-search-*.war

    To download version X.Y, add one of the above package names to

    FIXME   curl -O --header "PRIVATE-TOKEN: <security-token>"  "https://ict.inaf.it/gitlab/api/v4/projects/79/packages/generic/vlkb-datasets/X.Y/<package-name>"