← Go to SigMT Main Page

SigMT Phoenix

SigMT Phoenix User Guide

⚠️ Important Disclaimer

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 Phoenix (Experimental) from the main window.

Phoenix Processing Window

This is the main processing window for Phoenix.

Create Project

First, create a project to store time-series data and calibration files required for processing.

Click File → Create a Project.
Choose a folder where all project-related files will be stored.

A new pop-up window will appear. Fill in the required fields for the project, then click OK.

Project Folder

Go to the project folder. Keep the calibration files (.json) files in the 'calibration_files' folder.
Please make sure that the file name should be the serial number of coil.

Keep time series data in time_series folder. It should be following order.
time_series → Station1 (station name) → 12345_2016-04-29-202957 (recording)
If everything in order, you will the station list in Phoenix window as following.

Processing Explained

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!!