SWIDB configurations are called from  Setup SWIDB. The database address, database name (always SWIDB), username, and password are set.

Fig. 22  SWIDB configuration window

The SWIDB database has not recorded seismic network codes. Therefore, channel names read from SWIDB do not contain network codes. This can cause misidentification of stations, especially if several networks are used for development. It is possible to define network codes. All stations read in the studies are saved in the SWIDB configuration in the SWIDB.xml file. By default, the network code is empty (position <second>), e.g.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE boost_serialization>
<boost_serialization signature="serialization::archive" version="12">
<parameters class_id="0" tracking_level="0" version="0">
       <standby>0</standby>
       <host>dbveris.igf.edu.pl</host>
       <database>SWIDB</database>
       <user>user1</user>
       <password>####</password>
       <defaultNet>PL</defaultNet>
       <streamsDef class_id="1" tracking_level="0" version="0">
              <count>66</count>
              <item_version>0</item_version>
              <item class_id="2" tracking_level="0" version="0">
                     <first>MANI</first>
                     <second></second>
              </item>
                    ...
                    ...
                    ...
              <item>
                    <first>ZUKW2</first>
                    <second></second>
              </item>
       </streamsDef>
       <confirmOne>1</confirmOne>
       <openFilterWindow>1</openFilterWindow>
       <beginTime>2010</beginTime>
       <endTime>2022</endTime>
       <region>Song Tranh 2</region>
</parameters>
</boost_serialization>

Here you can enter the network code for a specific station, as in the example below:

<item>
      <first>MANI</first>
      <second>PL</second>
</item>

  • No labels