| alignComponents | Equalize NP across components of a parsed record. |
| archiveRawOwner | Compress raw.owner/ to 'raw.owner.tar.gz' and delete the directory. |
| AT2TS | Convert acceleration time series into AT/VT/DT bundles |
| auditDistances | Audit distances in the master table - sanity v1. |
| auditParsers | Audit parsers: dry-run 'parseRecord' on every record of an owner. |
| auditSite | Audit site / station information in the master table - sanity v1. |
| buildMaster | Build the master record table. |
| buildRawFileTable | Build the per-owner RawFileTable CSV (provider file inventory, post-archive safe). |
| buildRawIntensityTable | Build the canonical RawIntensityTable for one or more owners (WIDE). |
| buildRawRecordTable | Build the canonical RawRecordTable for one or more owners. |
| DT2TS | Convert displacement time series into AT/VT/DT bundles |
| extractRecord | Extract one record to raw/<KIND>.<RecordID>.csv + <KIND>.<RecordID>.json. |
| getIntensity | Compute intensity measures from a long time-series table. |
| getRawIntensities | Compute KIND-derivable intensities for one raw record. |
| IML2IMW | Convert long intensity tables to wide form. |
| mapComponents | Map provider components to canonical processed components. |
| normalizeTS | Normalize a long time-series table to unit amplitude per channel. |
| parseRecord | Parse one record (event x station x owner) into a LONG time-series table. |
| PSL2PSW | Convert long response spectra to wide form. |
| PSW2PSL | Convert wide response spectra to long form. |
| readAC | Read a 3D-COL acceleration record (ACA, ACB, LIS). |
| readAT | Read acceleration records via 'readTS()' with 'kind = "AT"'. |
| readAT2 | Read a PEER NGA-West2 AT2 acceleration record. |
| readDT | Read displacement records via 'readTS()' with 'kind = "DT"'. |
| readISEE | Read a Micromate ISEE blasting record. |
| readTR | Read a TRA/TRZ/TRB/TRC acceleration record (GSC and SGC families). |
| readTS | Read parsed time-series records into the shape 'AT2TS()' / 'VT2TS()' / 'DT2TS()' expect. |
| readTwoCol | Read a 2-column whitespace-delimited ASCII record. |
| readV2 | Read a CESMD V2 acceleration record (multi-channel V2 or single-channel V2c). |
| readV2A | Read a NWZ V2A acceleration record (3D-BLOCK, 1 file = 3 components). |
| readVT | Read velocity records via 'readTS()' with 'kind = "VT"'. |
| rotateComponents | Rotate horizontal components to principal axes. |
| selectRecords | Select records from the master, keyed at the record level. |
| TS2IMF | Decompose one time series into intrinsic mode functions. |
| TSL2IM | Compute intensity measures from a canonical long time-series table. |
| TSL2PS | Convert canonical long time series to response spectra. |
| TSL2TSW | Convert canonical long time-series tables to wide form. |
| TSW2TSL | Convert wide time-series tables to canonical long form. |
| VT2TS | Convert velocity time series into AT/VT/DT bundles |
| writeSelection | Write a selection (subset of master) to selection/<name>.csv / '.json'. |