diff --git a/README.md b/README.md index 8e9b07b6a4a4d9b4382f0c116095741ba1edfb5f..95b6a404aee46f2bfa60f5e4d542e25a83553f52 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