Skip to content

TUW-VieVS/VLBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VieVS-VLBI

VLBI module of VieVS

Written by present and former members of the TU Wien VieVS-team

Administrated by Sigrid Böhm ([email protected])

Documentation: https://vievswiki.geo.tuwien.ac.at

License

VieVS-VLBI VLBI module of Vienna VLBI and Satellite Software

Copyright (C) 2019 TU Wien

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Reference

If you publish results obtained with VieVS-VLBI, please give credit to the VieVS-team by citing the current reference:

Johannes Böhm, Sigrid Böhm, Janina Boisits, Anastasiia Girdiuk, Jakob Gruber, Andreas Hellerschmied, Hana Krásná, Daniel Landskron, Matthias Madzak, David Mayer, Jamie McCallum, Lucia McCallum, Matthias Schartner, Kamil Teke, Vienna VLBI and Satellite Software (VieVS) for Geodesy and Astrometry, Publications of the Astronomical Society of the Pacific, Vol. 130(986), 044503, 2018. https://iopscience.iop.org/article/10.1088/1538-3873/aaa22b

Getting started

You need a recent Matlab installation (R2016b or later). VieVS is tested on Windows and Linux. Download or clone the VLBI repository and(!) the COMMON repository and put them to the same directory. If your main directory is called 'VieVS' for example, your folder structure should look like this:

/VieVS/COMMON/
/VieVS/VLBI/

Please be aware that this repository contains more or less only the program code. The data files necessary for processing have to be downloaded from external sources.

Observation data

Earth Orientation parameters

Troposphere delay models, ray-tracing data and non-tidal station loading

  • Mapping functions: VMF1 and VMF3 can be retrieved from https://vmf.geo.tuwien.ac.at/trop_products/VLBI/ . Choose the yearly files and store them in the respective folder (VMF1 or VMF3) in /VLBI/TRP/.
  • Gradients are available from https://vmf.geo.tuwien.ac.at/trop_products/VLBI/GRAD/ . Choose the yearly files and store them in the respective folder in /VLBI/TRP/GRAD.
  • Ray-traced delays are available from https://vmf.geo.tuwien.ac.at/trop_products/VLBI/RAYTR/RADIATE/. The *.radiate files have to be stored in year folders in /VLBI/TRP/RAYTRACING_DATA/yyyy/.
  • Non-tidal station loading: files with information about non-tidal station loading have to be placed into the respective directories in /VLBI/NTSL/. Atmospheric pressure loading has to be stored in /VLBI/NTSL/NTAL/. If you would like to use NTAL from the VMF server, download the yearly files from https://vmf.geo.tuwien.ac.at/APL_products/VLBI/yearly/, rename the yYYYY.apl_r files to vie_yYYYY.ntal_r and store them in /VLBI/NTSL/NTAL/VIE/. Other non-tidal station loading: functions to reformat data on hydrological loading (HYDL) and non-tidal ocean loading (NTOL) from other institutions to yearly files readable by VieVS will be provided in future.

Running the software

Start Matlab, go to VLBI/WORK and type vievs in the command window to start the VieVS graphical user interface.