Metadata-Version: 2.2
Name: lcheapo
Version: 2.2
Summary: LCHEAPO data routines
Home-page: https://github.com/WayneCrawford/lcheapo
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.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: obspy>=1.1
Requires-Dist: pyyaml>5.0
Requires-Dist: jsonschema>=2.6
Requires-Dist: jsonref>=0.2
Requires-Dist: progress>=1.5
Requires-Dist: numpy<2.0
Requires-Dist: sdpchainpy>=1.0b2
Requires-Dist: tiskitpy>=0.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# lcheapo

Viewing and modifying LCHEAPO-2000 OBS data

## Overview

### Command-line programs

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

#### Programs that don't modify files

| Program     | description                                           |
| ----------- | ----------------------------------------------------- |
| lcdump      | dump raw information from LCHEAPO files               |
| lcinfo      | return basic information about an LCHEAPO file        |
| lcplot      | plot an LCHEAPO file                                  |
| lc_examples | create a directory with examples of lcplot and lctest |

#### Programs that create or modify files

These programs integrate the [sdpchain](https://github.com/WayneCrawford/sdpchainpy)
module, to document the processing workflow.

| Program     | description                                                                   |
| ----------- | ----------------------------------------------------------------------------- |
| lccut       | extract section of an LCHEAPO file                                            |
| lcfix       | fix common bugs in an LCHEAPO file                                            |
| lcheader    | create an LCHEAPO header + directory                                          |
| lc2ms_py    | converts LCHEAPO file to basic miniSEED files                                 |
| lc2SDS_py   | converts LCHEAPO file to SeisComp Data Structure, with basic drift correction |
