From aea44851c014046090212935a0dc75d782177db2 Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Mon, 6 May 2024 16:06:14 +0300 Subject: [PATCH] README:adds a list of extra VLKB-features over standard SODA --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9b07b..95b6a40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ ## vlkb-soda -is a web-application to access astronomical data stored in FITS-files. It consists of +is a web-application to access astronomical data stored in FITS-files. +It implements SODA IVOA recommendation v1.0 (https://ivoa.net/documents/SODA/20170517/index.html). +Additionally to SODAv1 it also provides VLKB-specific functions: + +- the filtering paramters (POS, BAND) can be given in GALACTIC and VELO-LSRK-km/s coordinates systems +- supports non-WCS cuts by pixels grid +- inserts additional metadata (RESTFREQ, CUNIT) if not present in FITS-headers +- can create and hold a cut-file server-side for later download, and +- provides count of undefined values in the cut-file + + +The service 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 -- GitLab