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>"