This file contains history of changes of definitions of local parameters since 2003.07.23 ! ! === Added 2003.08.02 ! ! --- DBH_DEFAULT -- database handler code. ! DBH_DEFAULT = DBH__MK3 ! ! === Added 2003.12.23 ! ! --- IMACH -- some parameter related to the antient VLBI catalogue program. ! --- 21582 for little endian machines and 20052 for big endian ! --- machines ! IMACH = 20052 ! ! === Changed meaning of IXS__DEF 2004.12.14 ! ! ---- IXS__DEF -- Default type of XS-device for DiaGI: ! ---- 1 -- huge screen 1600x1200 pixels, 395x280mm ! ---- 2 -- big screen 1280x1024 pixels, 330x215mm ! ---- 3 -- small screen: 1024x768 pixels, 290x180mm. ! ---- Environment variable DIAGI_SCREEN overrides this parameter. ! ! === Added 2005.11.02 ! ! --- David Gordon implemented support of the different flavour of ! --- DE ephemerides for little endian architecture. ! --- So different epehermdides files with different record lenths are ! --- needed for little endian and big endian arthitectures. ! --- Value 7184 is needed for big endian architecture, value 8144 is needed ! --- for little endian architecture ! IRECL = 7184 IRECL = 8144 ! ! === Added 2006.03.14 ! ! --- JPL 405 ephemerides file. Needed for Calc10 ! JPL_405 = '/vlbi/solve/apriori_files/DE405_le.jpl' ! ! --- Either file with antenna tilt or None ! A_TILTS = 'None'