Troubleshooting SeisComP: Picks Detected but No Events in the Catalog

SeisComP is a powerful software package for seismological data acquisition, processing, and analysis. However, sometimes you might encounter an issue where SeisComP detects picks but no events appear in the catalog. This can be frustrating, but there are several steps you can take to troubleshoot and fix this issue.

1. Verify the SeisComP Configuration

Check global.cfg

The first step is to ensure your global.cfg configuration file is correctly set up. Pay close attention to parameters related to event detection and association. Here are some typical settings to verify:

  • Picker Configuration:
  picker.detecStream = ...
  • Event Detection Settings:
  detector.triggerStations = ...
  detector.minimumTriggerStations = ...
  • Associator Configuration:
  associator.enable = true

Check Module-Specific Configurations

Make sure the configurations for modules like scautopick, scanloc, and scautoloc are correctly set:

scautopick.cfg

scautopick.phaseName = P
scautopick.minThreshold = 3.0

scanloc.cfg

scanloc.triggerSeconds = 10
scanloc.bindSeconds = 30

scautoloc.cfg

scautoloc.associator.minimumPicksPerStation = 3
scautoloc.associator.minimumStationsPerEvent = 4

2. Ensure All Necessary Modules Are Running

Verify that the key SeisComP modules responsible for pick detection, association, and event creation are running. You can do this by starting the modules:

seiscomp start scautopick
seiscomp start scanloc
seiscomp start scautoloc

3. Review Logs for Errors

Examine the log files for each module to identify any errors or warnings that might explain why events are not being created. Log files are typically found in the $SEISCOMP_ROOT/var/log directory.

Example:

less $SEISCOMP_ROOT/var/log/scautopick.log
less $SEISCOMP_ROOT/var/log/scanloc.log
less $SEISCOMP_ROOT/var/log/scautoloc.log

4. Validate Network and Station Configuration

Ensure that all the seismic stations in your network are correctly configured and that their metadata is properly loaded into SeisComP. Use the seiscomp check command to validate the configuration:

seiscomp check

5. Adjust Detection and Association Parameters

You may need to fine-tune the detection and association parameters to better suit your network and seismicity. For example, you might need to lower the thresholds or adjust the minimum number of stations required to form an event.

Example Adjustments:

  • Lowering the minimum number of trigger stations:
  detector.minimumTriggerStations = 3
  • Reducing the picker threshold:
  scautopick.minThreshold = 2.5

6. Manually Review Picks

Use the Scolv tool to manually review picks and check if they are correctly detected and associated. This can help you identify any discrepancies or issues in the automated process.

Launch Scolv:

scolv

7. Database Connection and Permissions

Ensure that SeisComP has the necessary permissions to write events to the database and that the database connection is configured correctly. Verify your database settings in global.cfg:

Example:

database.archive = mysql://user:password@host/database
database.events = mysql://user:password@host/database

Conclusion

By following these troubleshooting steps, you should be able to identify and fix the issue causing SeisComP to detect picks but not create events in the catalog. Proper configuration, module management, and parameter adjustments are key to ensuring that SeisComP operates effectively.


If you continue to experience issues, consider reaching out to SeisComP support or the user community for further assistance.


We hope you found this guide helpful. For more tips and guides on using SeisComP and other seismological tools, stay tuned to our blog. If you have any questions or need further assistance, feel free to reach out to our support team. Happy seismographing!

About QuakeLogic

QuakeLogic located in northern California is a leading provider of advanced seismic monitoring solutions, offering a range of products and services designed to enhance the accuracy and efficiency of seismic data acquisition and analysis. Our innovative technologies and expert support help organizations worldwide to better understand and mitigate the impacts of seismic events.

Contact Information

For more information about our products and services, please visit our website or contact our sale team. We are here to help you with all your seismic monitoring needs.


Thank you for choosing QuakeLogic. We look forward to assisting you with your seismic monitoring projects.

How to Access and View Detected Events in SeisComP

SeisComP is a widely used software package for seismological data acquisition, processing, and analysis. One of its core features is the detection and cataloging of seismic events. In this guide, we will walk you through the steps to access and view detected events in SeisComP, and explain where the event catalog is stored.

Viewing Detected Events in SeisComP

Using the SeisComP GUI (Scolv)

The Scolv tool in SeisComP is a graphical user interface designed for reviewing and manually locating seismic events. Here’s how you can use it:

  1. Launch Scolv:
  • Open a terminal and type scolv to start the application.
  • Alternatively, you can launch it from the SeisComP graphical interface if available.
  1. Browse Events:
  • Once Scolv is open, you can browse through the list of detected events.
  • Click on an event to view detailed information such as magnitude, location, and origin time.

Using the Command Line Interface

SeisComP provides powerful command-line tools for querying and managing events. Here’s an example of how to list events using the command line:

Open Terminal:

  • Open a terminal window.

Run Query:

  • Use the seiscomp command to list events. For example:
    bash seiscomp exec scevtls -d mysql://user:password@host/database
  • Replace the database connection string with your actual SeisComP database connection details.

Using the SeisComP Web Interface

If your SeisComP setup includes the web interface, you can access it via a web browser to view detected events:

Open Browser:

  • Open your preferred web browser.

Navigate to SeisComP Web Interface:

  • Enter the URL of your SeisComP web interface.
  • Browse to the event list page where you can filter and view events.

Understanding the Event Catalog Location

The event catalog in SeisComP is typically stored in a database. The type and location of this database depend on your SeisComP configuration:

Database Configuration

SeisComP supports various database backends such as MySQL and PostgreSQL. The connection details are specified in the SeisComP configuration files, usually found in /etc/seiscomp3 or a similar directory.

Configuration File (global.cfg)

To find the database settings, open the global.cfg configuration file. Look for entries like these:

database.archive = mysql://user:password@host/database
database.events = mysql://user:password@host/database

These entries specify the connection details for the event catalog database.

Database Tables

Event information is stored in various tables within the database, including Event, Origin, Magnitude, and more.

Steps to Access the Event Catalog

Ensure SeisComP is Running

First, ensure that SeisComP services are running. You can start them using the following command:

seiscomp start

Accessing Scolv

To access Scolv, open a terminal and type:

scolv

Using the Command Line

To list events using the command line, run:

seiscomp exec scevtls -d mysql://user:password@host/database

Web Interface

Open your web browser and navigate to the SeisComP web interface URL, if configured.

Conclusion

By following these steps, you can easily view the events detected by SeisComP and understand where the event catalog is stored. Whether you prefer using the graphical interface, command line, or web interface, SeisComP provides flexible options to manage and review seismic event data.

Stay tuned for more tips and guides on using SeisComP and other seismological tools!


We hope you found this guide helpful. If you have any questions or need further assistance, feel free to reach out to our support team. Happy seismographing!

About QuakeLogic

QuakeLogic located in northern California is a leading provider of advanced seismic monitoring solutions, offering a range of products and services designed to enhance the accuracy and efficiency of seismic data acquisition and analysis. Our innovative technologies and expert support help organizations worldwide to better understand and mitigate the impacts of seismic events.

Contact Information

For more information about our products and services, please visit our website or contact our sale team. We are here to help you with all your seismic monitoring needs.


Thank you for choosing QuakeLogic. We look forward to assisting you with your seismic monitoring projects.

Cheat Sheet: Comprehensive California S-Corp Requirements

1. Formation Requirements

  • File Articles of Incorporation:
  • Form: Articles of Incorporation (Form ARTS-GS)
  • Deadline: Upon creation
  • Fee: $100
  • Website: California Secretary of State
  • Appoint a Registered Agent:
  • Deadline: Upon creation
  • Initial Statement of Information:
  • Form: Statement of Information (Form SI-200)
  • Deadline: Within 90 days of formation
  • Fee: $25
  • Website: California Secretary of State

2. Annual Requirements

  • Annual Statement of Information:
  • Form: Statement of Information (Form SI-200)
  • Deadline: Annually by the end of the anniversary month of incorporation
  • Fee: $25
  • Website: California Secretary of State
  • Franchise Tax:
  • Form: California Form 100S
  • Deadline: March 15th (for calendar year filers)
  • Minimum Tax: $800 annually
  • Website: California Franchise Tax Board
  • California S-Corp Tax Return:
  • Form: Form 100S (California S Corporation Franchise or Income Tax Return)
  • Deadline: March 15th (for calendar year filers)
  • Fee: Based on net income
  • Website: California Franchise Tax Board

3. Quarterly and Bi-Annual Requirements

  • Estimated Tax Payments:
  • Form: Form 100-ES
  • Deadline: April 15th, June 15th, September 15th, December 15th
  • Fee: Based on estimated tax
  • Website: California Franchise Tax Board

4. Federal Requirements

  • S Corporation Election:
  • Form: IRS Form 2553
  • Deadline: No more than 2 months and 15 days after the beginning of the tax year the election is to take effect
  • Website: IRS Form 2553
  • Federal Tax Return:
  • Form: IRS Form 1120S
  • Deadline: March 15th (for calendar year filers)
  • Fee: Based on net income
  • Website: IRS Form 1120S
  • Shareholder K-1s:
  • Form: IRS Schedule K-1 (Form 1120S)
  • Deadline: March 15th (to shareholders)
  • Website: IRS Schedule K-1 (Form 1120S)

5. Employment Requirements

  • California Employment Development Department (EDD):
  • Form: DE 1 (Registration Form for Commercial Employers)
  • Deadline: Within 15 days of employing first worker
  • Website: California EDD
  • Ongoing Reporting: DE 9 and DE 9C quarterly
  • Website: California EDD Quarterly Reporting

6. Sales and Use Tax Requirements

7. Government Contracting Requirements

  • SAM Registration:
  • Form: System for Award Management (SAM)
  • Renewal: Annually
  • Deadline: Based on the initial registration date
  • Fee: Free
  • Website: SAM Registration
  • California e-Procure Registration:
  • Form: Cal eProcure
  • Renewal: Annually
  • Deadline: Based on the initial registration date
  • Fee: Free
  • Website: California e-Procure

Comprehensive Schedule

RequirementFormFrequencyDeadlineFeeWebsite
Articles of IncorporationARTS-GSOnceUpon creation$100Link
Initial Statement of InformationSI-200OnceWithin 90 days of formation$25Link
Annual Statement of InformationSI-200AnnuallyEnd of anniversary month$25Link
Franchise TaxForm 100SAnnuallyMarch 15thMinimum $800Link
California S-Corp Tax ReturnForm 100SAnnuallyMarch 15thBased on net incomeLink
Estimated Tax PaymentsForm 100-ESQuarterlyApril 15th, June 15th, September 15th, December 15thBased on estimated taxLink
S Corporation ElectionIRS Form 2553OnceNo more than 2 months and 15 days after the beginning of the tax yearLink
Federal Tax ReturnIRS Form 1120SAnnuallyMarch 15thBased on net incomeLink
Shareholder K-1sIRS Schedule K-1 (1120S)AnnuallyMarch 15thLink
California EDD RegistrationDE 1OnceWithin 15 days of employing first workerLink
California EDD Quarterly ReportsDE 9 and DE 9CQuarterlyLast day of the month following the end of the quarterLink
California Sales Tax PermitCDTFA-400-SPOnceBefore commencing businessLink
California Sales Tax FilingsOnline (CDTFA)Quarterly or AnnuallyBased on revenue and CDTFA scheduleLink
SAM RegistrationSAMAnnuallyBased on initial registration dateFreeLink
California e-Procure RegistrationCal eProcureAnnuallyBased on initial registration dateFreeLink

Notes:

  • Ensure to check for any changes in forms or deadlines as they can be updated by the respective authorities.
  • Additional local permits and licenses might be required based on the specific business activities and location.

This information is brought to you by QuakeLogic. For sales contact us at sales@quakelogic.net