Metadata-Version: 2.1
Name: obstools-ipgp
Version: 1.0.8
Summary: Ocean bottom seismometer evaluation/processing routines
Home-page: https://github.com/WayneCrawford/obstools_ipgp
Author: Wayne Crawford
Author-email: crawford@ipgp.fr
Keywords: oceanography,marine,OBS
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# obstools_ipgp

Tools for evalauating and manipulating obs data.

Data must be in SDS format and metadata in StationXML format for all of these tools


## Command-line programs

Type ``{command} -h`` to get a list of parameters and options

### Existing

| Program     | description                                             |
| ----------- | ------------------------------------------------------- |
| plotPSDs    | plot power spectral densities of all stations           |
| obstest     | plot different representations of tests (noise, taps... |

### Future

| Program      | description                                                   |
| ------------ | ------------------------------------------------------------- |
| data_extent  | plot/list the extent of data for all channels????             |
| drift_correl | Use inter-station cross-correlations to calculate clock drift |
| to_SEGY      | Transform data + shotfiles into SEGY                          |


For details, see the [documentation](obstools_ipgp.readthedocs.io)
