Skip to content

Commit 1f2be75

Browse files
author
product1
committed
updates
1 parent 9929d6c commit 1f2be75

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

README.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
Incorporated Research Institutions for Seismology (IRIS)
2-
Data Management Center (DMC)
3-
Data Products Team
4-
Noise Toolkit (NTK)
1+
Incorporated Research Institutions for Seismology (IRIS)\
2+
Data Management Center (DMC)\
3+
Data Products Team\
4+
Noise Toolkit (NTK)\
55

66
2020-02-24
77
V.2020.055
88

99
------------------------------------------------------------------------------------------------------------------------
1010

11-
DESCRIPTION:
11+
**NOTES:**
12+
13+
This repository is the new home for the Noise Toolkit on seiscode (https://seiscode.iris.washington.edu/projects/iris-dmc-noise-toolkit):
14+
15+
- IRIS_NTK_PSD_scripts_0.9.5.tar.gz
16+
- IRIS_NTK_ME_scripts_0.6.0.tar.gz
17+
- IRIS_NTK_POLAR_scripts_0.6.5.tar.gz
18+
19+
20+
**DESCRIPTION:**
1221

1322
The IRIS DMC Noise Toolkit data product is a collection of three open-source bundles that provide relatively simple
1423
Python/ObsPy code bundles to:
@@ -19,7 +28,7 @@ Python/ObsPy code bundles to:
1928

2029
**PDF/PSD bundle**
2130

22-
The PDF/PSD bundle provides three highly configurable scripts to calculate waveform spectra in Python/ObsPyP. Although this package takes advantage of FDSN Web service client for ObsPy to retrieve necessary waveform data, but it also allows users to process waveform data from their local files. This package provides PSD file collections similar to popular PQLX package (McNamara and Boaz, 2005) and therefore it is compatible with existing user programs (see the Wiki page). The scripts included in this bundle are:
31+
The PDF/PSD bundle provides three highly configurable Python scripts to calculate waveform spectra in Python/ObsPyP. Although this package takes advantage of FDSN Web service client for ObsPy to retrieve necessary waveform data, but it also allows users to process waveform data from their local files. This package provides PSD file collections similar to popular PQLX package (McNamara and Boaz, 2005) and therefore it is compatible with existing user programs (see the Wiki page). The scripts included in this bundle are:
2332

2433
- ntk_computePSD.py - a Python script to request waveforms and response data for given station(s) using the ObsPy FDSN client OR to read user's waveform data files (in SAC, MSEED, CSS, etc. format), compute PSDs and populate a file-based PSD database
2534
- ntk_extractPsdHour.py - a Python script to extract PSDs for a given channel and bounding parameters from the PSD database. The output is similar to PQLX's exPSDhour script
@@ -57,11 +66,17 @@ This bundle is composed of three Python scripts:
5766
- ntk_extractPolarHour.py – a Python script to extract polarization parameters for the given channels and bounding parameters
5867
- ntk_binPolarDay.py – a Python script to bin polarization attributes to daily files for a given channel tag and bounding parameters
5968

60-
FILES:
61-
62-
PSD.CHANGES
63-
- a text file containing the history of changes to the PDF/PSD bundle
64-
ME.CHANGES
65-
- a text file containing the history of changes to the ME bundle
66-
POLAR.CHANGES
67-
- a text file containing the history of changes to the POLAR bundle
69+
**CHANGES:**
70+
71+
PSD.CHANGES - history of changes to the PDF/PSD bundle
72+
ME.CHANGES - history of changes to the ME bundle
73+
POLAR.CHANGES - history of changes to the POLAR bundle
74+
75+
**MORE INFORMATION:**
76+
77+
See the Wiki pages at https://github.com/iris-edu/noise-toolkit/wiki
78+
79+
COMMENTS/QUESTIONS:
80+
81+
Please contact manoch@iris.washington.edu
82+

0 commit comments

Comments
 (0)