← Go to SigMT Main Page

SigMT Metronix

SigMT Metronix User Guide

Install Anaconda

I recommend installing Anaconda for using SigMT. Download Anaconda here.

Install SigMT

Option 1: Install from pip

Open Anaconda Prompt and run:

        > pip install sigmt
      

Option 2: Install from GitHub

Open Anaconda Prompt, create a new environment, and clone the repository:

        > conda create --name sigmt
        > conda activate sigmt
        > git clone https://github.com/ajithabhks/sigmt.git
        > cd sigmt
        > pip install -e .
      

Opening SigMT

Open Anaconda Prompt.
If Option 1 (Install from pip) is used for installation. Type:
        > sigmt
      

Open Anaconda Prompt.
If Option 2 (Install from GitHub) is used for installation. Type:
        > conda activate sigmt
        > sigmt
      

SigMT Main Window

Choose Metronix from the main window.

Metronix Processing Window

This is the main processing window for Metronix.

Create a Project

Click File → Create Project
Choose a folder for the project.
Then the below pop window appears.
Enter your project details. There are two processing modes. 'MT + Tipper' and 'MT Only'
Provide the notch filter frequency for the study area. Default is 50 Hz.
Click 'Ok'.

Project Folder

Go to the project folder. You will see following folders. Copy your station data into the time_series folder.
For example: Please make sure that the station folder contains only measurement (meas) folders.

Open a Project

File → Open a Project
If there is an already existing SigMT project, you can open it using 'Open a Project' option.

Edit Project Setup

File → Open a Project
Use Edit → Edit Project Setup to modify the project setup.

Processing Explained



Choose the site and/or remote site to process.
(ONLY IF) If SigMT shows a popup as below, click 'Set Remote Measurement Manually' button.
This happens if local site and remote site measurements are not simultaneously started and stopped.
If local site and remote site measurements are simultaneously started and stopped, the names of measurements will be same and program identified them autonomously.



If you know the exact remote measurements, select the measurements as following and click 'OK'.

Save EDI

Click on 'Save as EDI' button to save EDI files. Save it in 'edi' folder in project folder or wherever you like. Keep it a folder with site name (in below example: KL33A). In SigMT, the idea is to create seperate EDI files for each sampling frequency. For example: 2048 Hz, 512 Hz, etc. Then later joins it using the 'EDI Merger'.

EDI Merger

Click 'Open EDI merger' to open EDI merger.
Click on 'Select EDI Files' and go to the folder where EDIs are stored.
Select the EDI files that need to be merged and click 'Open'. Click on 'Plot Data' to manually delete bad data points and duplicate data points.
IMPORTANT: PLEASE SURE THAT THERE EXIST NO TWO DATA POINTS FOR SAME FREQUENCY
The plot will appear as below. Data points will have different colors based on the sampling frequency. USE ONE LEFT CLICK to delete a point.
USE ONE RIGHT CLICK to undo once (only once!!).
After cleaning, it may look like: Keep the window plot open and click 'Save as EDI' to save final merged EDI'. You can use site name for the final EDI. DONE!!