Published July 30, 2025 | Version v1
Software Open

InSeis: A Graphical Interface for Running Seismic Unix Processing Workflows on Windows via the Linux Subsystem

  • 1. ROR icon Universidad Complutense de Madrid
  • 2. ROR icon Universidad Rey Juan Carlos

Description

Short Description:

InSeis is a graphical interface for managing and running Seismic Unix workflows on Windows using the Windows Subsystem for Linux (WSL). It simplifies the creation, editing, and execution of seismic processing workflows, making Seismic Unix accessible on Windows systems.

Check the GitHub repository for detailed information and the latest development release: https://github.com/a-pertuz/inseis

Installation & Running

Install WSL:

  1. Open Command Prompt as Administrator (right-click, select "Run as administrator")
  2. Run the following command: wsl --install
  3. Wait for the installation to complete.
  4. Restart your computer when prompted.
  5. After restart, search for "Ubuntu" in the Start menu and launch it.
  6. Follow the prompts to set up your new Linux environment. You may be asked to create a user account and password.
  7.  Run sudo apt update to ensure all packages are up to date.

Install Seismic Unix:

  1. Open the Ubuntu terminal (search for "Ubuntu" in Windows Start menu)
  2. Copy and paste this entire command:
bash -c "$(wget -qO- https://gist.githubusercontent.com/a-pertuz/2b341bc8af2a37cde820d829f2789d99/raw/install_seismic_unix.sh)"
  1. Press Enter and wait for the installation to complete. It may take several minutes.
  2.  Important: Read and accept the license agreement when prompted.

Install InSeis:

  1. Open Command Prompt and run one of the following commands: pip install InSeis
  2. Or, to install directly from GitHub: pip install git+https://github.com/a-pertuz/InSeis.git

Launch InSeis:

After installation, run inseis in Command Prompt.

 

 

Files

InSeis-1.1.0.zip

Files (2.1 MB)

Name Size Download all
md5:9f7ec391b7131e6e1662ff41929e3fac
2.1 MB Preview Download

Additional details

Software

Repository URL
https://github.com/a-pertuz/InSeis
Programming language
Python
Development Status
Active