There is a newer version of the record available.

Published April 15, 2024 | Version v1

STEAD subsample 4 CDiffSD

  • 1. ROR icon Sapienza University of Rome
  • 2. ROR icon INGV Osservatorio Nazionale Terremoti

Description


# STEAD Subsample Dataset for CDiffSD Training

## Overview
This dataset is a subsampled version of the STEAD dataset, specifically tailored for training our CDiffSD model (Cold Diffusion for Seismic Denoising). It consists of four CSV files, each saved in a format that requires Python's `pd.read_pickle` method for opening.

## Dataset Files
The dataset includes the following files:

  • df_train: Used for both training and validation phases (with validation train split). Contains earthquake ground truth traces.
  • df_noise_train: Used for both training and validation phases. Contains noise used to contaminate the traces.
  • df_test: Used for the testing phase, structured similarly to df_train.
  • df_noise_test: Used for the testing phase, contains noise data for testing.

Each file is structured to support the training and evaluation of seismic denoising models.

## Data Columns
The dataset files contain columns from the original STEAD dataset, with specific focus on the following columns that are critical for our use:

  • E_channel: East-West channel data
  • N_channel: North-South channel data
  • Z_channel: Vertical channel data
  • s_arrival_sample: Sample index for S-wave arrival
  • p_arrival_sample: Sample index for P-wave arrival
  • trace_name: Identifier for the seismic trace

## Usage
To load these files in a Python environment, use the following approach:

```python
import pandas as pd

# Example of loading the training data
df_train = pd.read_pickle('path/to/df_train.csv')
```

Ensure that the path to the file is correctly specified relative to your Python script.

## Requirements
To use this dataset, ensure you have Python installed along with the Pandas library, which can be installed via pip if not already available:

```bash
pip install pandas
```

Files

df_noise_test.csv

Files (6.5 GB)

Name Size
md5:e16ce6418d389e064e592a2297fae748
485.4 MB Preview Download
md5:bf9c80f3742696cf3c475b9c114e8e1b
2.8 GB Preview Download
md5:5367549354d3206e5e2ba4d6cf3ac863
487.8 MB Preview Download
md5:ae00e9a9101bb8d79d87fd4c8a16da72
2.8 GB Preview Download

Additional details

Related works

Is version of
Dataset: 10.1109/ACCESS.2019.2947848 (DOI)

Dates

Available
2024-04-15