//============================================================================== /*! \file conf_tab.c \brief Hosts several tables that are used throughout the OBS and maintained by SRON This file contains several tables that are used in the OBS. Since the tables are long it is not convenient to insert them directlyu in the OBS code. These tables are maintained by SRON. See the comments attached to each table for the meaning of the tables. Also the function void init_conf_tables_len (void) is present which simply stores into global variables the length of the tables. */ //==============================================================================