REVIEW 4 major objections 5 minor 1 cited by
Real-time processing of distributed acoustic sensing data for earthquake monitoring operations
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Real-time DAS data can be folded into an operating earthquake monitoring system by treating selected fiber channels as standard seismic stations and feeding machine-learning phase picks into the existing AQMS pipeline.
desk verdict A real, well-engineered DAS-to-AQMS integration that deserves review, but its operational benefit is asserted more than demonstrated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying object is a translation-and-buffer pipeline: a StreamReader template that unpacks vendor DAS packets (demonstrated with an OptaSense interrogator), a RingBuffer that accumulates samples into 1-second Earthworm wavering rings and separately into a 70-second working window, and an asynchronous PhaseNet-DAS inference loop that sends picks to an Earthworm pick ring through the PyEarthWorm interface. SEED metadata definitions such as CI.DRS02..HS1 let existing AQMS tools treat a DAS channel as a standard station, and PhaseNet-DAS, a deep neural network trained on DAS data for P/S arrival-time picking, is the component that exploits dense spatial sampling. The sparsity choice of selecting channels every ~5 km keeps the DAS input commensurate with conventional station density, while the full 5,000-channel stream is still used for picking.
What would settle it
Compare every PhaseNet-DAS pick streamed into AQMS during a fixed one-month window against a reference catalog for events within 120 km of the Ridgecrest array; if the live pick stream misses a large share of catalog events at local magnitude 2 and above, or produces false associations that the associator cannot reject, the operational-accuracy assumption is refuted.
Extended reading notes
Core claim
The central claim is that an operational earthquake monitoring system such as AQMS can ingest real-time DAS data with no change to its internal logic, provided a translation layer buffers DAS samples into standard 1-second traces and only a sparse subset of well-coupled channels (roughly 5 km spacing) is forwarded. On top of that, the full DAS array can be exploited by running PhaseNet-DAS continuously on a rolling 70-second buffer over all streamed channels; picks from the selected channels are filtered to remove duplicates within 1 second and sent to an Earthworm pick ring for phase association. The paper reports this has been running since August 2024 on the Ridgecrest array, with 18 selected channels feeding AQMS and 8 already used in network monitoring operations. For events recorded between May and July 2023, pick signal-to-noise ratios increase with magnitude, and for the M5.2 Lamont sequence the real-time picks agree with nearby network detections while STA/LTA thresholding on the same DAS data misses many aftershocks and adds traffic-related mispicks. The system therefore claims to make DAS a practical supplement to conventional stations, not just a research instrument.
Load-bearing premise
The pre-trained PhaseNet-DAS model, applied to Ridgecrest data without fine-tuning, is accurate enough for real-time operational picking; the paper shows only qualitative examples and does not quantify detection rates, false positives, or pick latency against a reference catalog.
Editorial extensions
If this is right
- Regional networks using AQMS can add DAS channels without rewriting associators or archive tools, since selected channels enter as standard SEED traces in Earthworm rings.
- The demonstrated telemetry reliability (over 99.989% since August 2024) suggests dark-fiber arrays can support continuous operational data feeds, not just campaign experiments.
- Real-time PhaseNet-DAS picks on the full array detect small aftershocks that STA/LTA thresholding on the same DAS data misses, pointing to better catalog completeness at low magnitudes.
- Because picking runs asynchronously on a rolling buffer, the design can absorb faster or slower inference models and larger channel counts by adjusting buffer length and worker concurrency.
- Archiving the DAS strain-rate waveforms lets analysts review and manually pick events in the same Jiggle interface used for conventional stations.
Reading between the lines
- A natural extension the paper leaves implicit is feeding the dense picks from all 5,000 channels into a phase-association step rather than only the 18 selected channels, which could substantially improve event location and detection completeness.
- The authors do not report end-to-end alert latency; if packet latency (~0.6 s) and picking time (~1 s) hold, the design sits near the threshold for earthquake early warning, but a quantified alert-latency budget would be needed to test that.
- If the DAS amplitude calibration questions referenced in the paper are resolved, the same pick ring could carry strain-rate amplitudes, enabling real-time magnitude estimation directly from fiber-optic data without adding a new waveform path.
- The framework's modularity implies it could be transferred to submarine cables or urban telecom networks, but transferability depends on the pre-trained PhaseNet-DAS generalizing to those installations, which is not established here.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a modular Python software framework for integrating distributed acoustic sensing (DAS) data into the ANSS Quake Monitoring Software (AQMS) used by the Southern California Seismic Network. The system streams packets from a Ridgecrest, California DAS array into 1-second Earthworm wave rings, applies the PhaseNet-DAS machine-learning picker to a rolling 70-second buffer, and injects traveltime picks from 18 selected DAS channels into an Earthworm pick ring for ingestion by the AQMS associator. The demonstration claims continuous streaming since August 2024 with telemetry reliability exceeding 99.989% and detection of more than 400 aftershocks of the M5.2 Lamont sequence. The paper also provides implementation details, command-line usage examples, and a discussion of future amplitude-based capabilities.
Significance. If the claimed performance holds, this is a valuable engineering contribution: it is one of the first documented, open-source pipelines for passing DAS-derived picks into an operational seismic network's AQMS workflow. The paper's strengths include a detailed architecture description, use of standard SEED metadata, reproducible command examples, an accessible code repository, and a real-data deployment on an 80-km effective-length array. The central operational claim, however, rests on validation that is currently qualitative and partly performed on a different channel set from the one actually integrated into AQMS, so the quantitative impact on monitoring operations is not yet established.
major comments (4)
- [Real-time processing and earthquake sequence example] The statement that the real-time PhaseNet-DAS workflow 'generated more than 400 aftershocks' of the M5.2 Lamont sequence is not quantitatively validated. No reference-catalog comparison, detection-rate, precision/recall, or false-positive statistics are reported, and the assertion that the picks are 'in good agreement with the detections from nearby SCSN stations' is qualitative. Because this count is the principal evidence of operational value, it must be supported by a defined metric and a direct comparison against the SCSN/USGS catalog.
- [Real-time processing and earthquake sequence example] The AQMS integration is demonstrated with picks from only 18 selected channels, yet the 400+ aftershock example (Figure 5b) uses PhaseNet-DAS picks from all 5,000 streamed channels. The number of aftershocks detectable from the 18-channel subset—the configuration actually inserted into the AQMS pick ring—is not reported, and no AQMS-generated event list is presented. The central claim that this framework enables DAS to contribute to operational monitoring therefore applies to a configuration that is not the one quantitatively demonstrated.
- [Real-time processing and earthquake sequence example] The M1.0 example in Figure 3b contains misclassified P arrivals, and the text states that no phase-association step is included in the software. Since these picks are streamed directly to the Earthworm pick ring and hence to the AQMS associator, the paper should either quantify the expected false-pick rate for small events or add a preprocessing phase-association filter (as suggested via the cited Zhu et al. 2022 work) before claiming operational suitability.
- [Real-time DAS data streaming and processing] The 'real-time' claim lacks an end-to-end latency measure. The reported 0.6-second packet latency and approximately 1 second per picking task do not bound the delay between an earthquake's occurrence and the insertion of picks into the AQMS pick ring, because the 70-second rolling buffer introduces a window-dependent delay. Please report end-to-end detection-to-ingestion latency, for example by comparing pick timestamps with catalog origin times for the Lamont sequence.
minor comments (5)
- [Code description and Usage examples] The term 'wavering' is used repeatedly (e.g., 'inserted into an Earthworm wavering' and the '-wring' option) and appears to be a typo for 'wave ring' or the Earthworm ring name; please correct and define the intended Earthworm module.
- [Usage examples] In the command-line examples, the description for --strnRt reads 'Compute realt-time strain rate from strain'; fix the typo and explain what the flag computes.
- [Real-time processing and earthquake sequence example] Figure 4 is based on events from May-July 2023, before the continuous streaming operation that began August 2024; clarify that this SNR analysis used archived data and is not part of the real-time pipeline.
- [Data streaming and selected channel metadata] The text says 'The instrument transmits individual data packets at 100 Hz' after stating that the ping rate is 1 kHz and data are stored at 100 Hz; it would be clearer to distinguish the packet transmission rate from the decimated sample rate.
- [Real-time DAS data streaming and processing] The 5-km channel-spacing rule is described as chosen to be 'comparable with SCSN regions with dense station coverage'; a citation or quantitative justification for this value would help readers assess the trade-off between coverage and redundancy.
Circularity Check
No significant circularity: the software-integration claim rests on an implemented pipeline and measured telemetry, not on a fitted parameter or a self-referential derivation.
full rationale
The paper's central claim is that a modular software framework can ingest real-time DAS data into AQMS by mapping selected channels to SEED identifiers and Earthworm ring buffers, and by feeding PhaseNet-DAS traveltime picks into a pick ring. This is an engineering integration claim, not a derived scientific prediction. PhaseNet-DAS (W. Zhu et al., 2023) is used as an external, pre-trained component; the paper does not fit any of its parameters to the Ridgecrest data, nor does it derive the model's behavior from its own assumptions. The demonstrated outputs—telemetry reliability exceeding 99.989%, sub-second packet latency, and the count of more than 400 aftershock detections—are empirical results of running the system, not quantities that reduce to the paper's definitions. The paper explicitly discloses the limitations of the picks (misclassified P arrivals in the M1.0 event and the absence of a phase-association step), which are validation concerns rather than circularity. Self-citations such as Zhu et al. (2023) for the picking model and Biondi et al. (2023) for channel geolocation are used as tool/method references with independent published support, and they are not invoked to force the paper's conclusions. No step in the derivation chain is self-definitional, no fitted input is renamed a prediction, and no uniqueness argument is imported from the authors' prior work. The central integration claim is therefore self-contained with respect to the evidence presented, even though its operational value would be strengthened by quantitative detection-rate and pick-quality benchmarks against a reference catalog.
Assumptions & free parameters
free parameters (3)
- Operational channel spacing =
5 km
- Picking buffer length =
70 seconds
- Pick deduplication window =
1 second
assumptions (2)
- domain assumption DAS instrument response is flat within the seismic frequency band, so raw phase can be converted directly to strain rate.
- domain assumption PhaseNet-DAS generalizes to the Ridgecrest array without retraining.
Cite this review
Pith. "Pith review of Real-time processing of distributed acoustic sensing data for earthquake monitoring operations." pith.science (2026). https://pith.science/paper/SMNGLJQL
@misc{pith2026250524077,
author = {Pith},
title = {Pith review of: Real-time processing of distributed acoustic sensing data for earthquake monitoring operations},
year = {2026},
howpublished = {\url{https://pith.science/paper/SMNGLJQL}},
note = {Machine review of arXiv:2505.24077}
}
read the original abstract
We introduce a modular software framework designed to integrate distributed acoustic sensing (DAS) data into operational earthquake monitoring systems. Building on the infrastructure of the Advanced National Seismic System (ANSS) and the Southern California Seismic Network (SCSN), which employs the ANSS Quake Monitoring Software (AQMS), our solution supports real-time DAS waveform streaming and machine-learning-based traveltime picking to leverage the dense spatial sampling of DAS arrays. To enable seamless compatibility with the AQMS, our approach uses standardized seismic data formats to incorporate predetermined DAS channels. We demonstrate the integration of data from a 100-km-long DAS array deployed in Ridgecrest, California, and provide a detailed description of the software components and deployment strategy. This work represents a step toward incorporating DAS into routine seismic monitoring and opens new possibilities for real-time hazard assessment using fiber-optic networks.
Figures
Figures from the paper (2 more)
Forward citations
Cited by 1 Pith paper
-
Vessel Detection and Localization Using Distributed Acoustic Sensing in Submarine Optical Fiber Cables
The study applies DAS on submarine cables with ML models to achieve over 90% F1-score vessel detection and 141 m mean distance error over a 10-day real-world test, releasing the full dataset.
Reference graph
Works this paper leans on
-
[1]
ajo2022imperial APACrefauthors Ajo-Franklin, J. , Rodr \' guez Tribaldos, V. , Nayak, A. , Cheng, F. , Mellors, R. , Chi, B. others APACrefauthors \ 2022 . The Imperial Valley Dark Fiber Project: Toward seismic studies using DAS and telecom infrastructure for geothermal applications The Imperial Valley Dark Fiber Project: Toward seismic studies using DAS ...
work page 2022
-
[2]
allen2009status APACrefauthors Allen, R M. , Gasparini, P. , Kamigaichi, O. \ Bose, M. APACrefauthors \ 2009 . The status of earthquake early warning around the world: An introductory overview The status of earthquake early warning around the world: An introductory overview . Seismological research letters 80 5 682--693
work page 2009
-
[3]
allen2019earthquake APACrefauthors Allen, R M. \ Melgar, D. APACrefauthors \ 2019 . Earthquake early warning: A dvances, scientific challenges, and societal needs Earthquake early warning: A dvances, scientific challenges, and societal needs . Annual Review of Earth and Planetary Sciences 47 1 361--388
work page 2019
-
[4]
atterholt2024fine APACrefauthors Atterholt, J. \ Zhan, Z. APACrefauthors \ 2024 . Fine-scale S outhern C alifornia M oho structure uncovered with distributed acoustic sensing Fine-scale S outhern C alifornia M oho structure uncovered with distributed acoustic sensing . Science Advances 10 48 eadr3327
work page 2024
-
[5]
atterholt2024imaging APACrefauthors Atterholt, J. , Zhan, Z. , Yang, Y. \ Zhu, W. APACrefauthors \ 2024 . Imaging the garlock fault zone with a fiber: a limited damage zone and hidden bimaterial contrast Imaging the garlock fault zone with a fiber: a limited damage zone and hidden bimaterial contrast . Journal of Geophysical Research: Solid Earth 129 7 e2...
work page 2024
-
[6]
benz2001advanced APACrefauthors Benz, H. , Buland, R. , Filson, J. , Frankel, A. \ Shedlock, K. APACrefauthors \ 2001 . The advanced national seismic system The advanced national seismic system . Seismological Research Letters 72 1 70--75
work page 2001
-
[7]
beyreuther2010obspy APACrefauthors Beyreuther, M. , Barsch, R. , Krischer, L. , Megies, T. , Behr, Y. \ Wassermann, J. APACrefauthors \ 2010 . Obs P y: A P ython toolbox for seismology Obs P y: A P ython toolbox for seismology . Seismological Research Letters 81 3 530--533
work page 2010
-
[8]
biondi2023geolocalization APACrefauthors Biondi, E. , Wang, X. , Williams, E F. \ Zhan, Z. APACrefauthors \ 2023 . Geolocalization of large-scale DAS channels using a GPS -tracked moving vehicle Geolocalization of large-scale DAS channels using a GPS -tracked moving vehicle . Seismological Society of America 94 1 318--330
work page 2023
Show all 66 references
-
[9]
, Zhu, W
biondi2023upper APACrefauthors Biondi, E. , Zhu, W. , Li, J. , Williams, E F. \ Zhan, Z. APACrefauthors \ 2023 . An upper-crust lid over the Long Valley magma chamber An upper-crust lid over the Long Valley magma chamber . Science Advances 9 42 eadi9878
2023
-
[10]
APACrefauthors \ 1926
https://doi.org/10.7914/sn/ci APACrefauthors California Institute of Technology and United States Geological Survey Pasadena . APACrefauthors \ 1926 . Southern California Seismic Network. Southern california seismic network. International Federation of Digital Seismograph Netw...
1926 doi
-
[11]
APACrefauthors \ 2013
center2013southern APACrefauthors Center, E. APACrefauthors \ 2013 . Southern C alifornia earthquake center Southern C alifornia earthquake center . Caltech. Dataset 394
2013
-
[12]
, Jin, G
chambers2024dascore APACrefauthors Chambers, D. , Jin, G. , Tourei, A. , Issah, A H S. , Lellouch, A. , Martin, E R. others APACrefauthors \ 2024 . Dascore: A python library for distributed fiber optic sensing Dascore: A python library for distributed fiber optic sensing . Sei...
2024
-
[13]
APACrefauthors \ 2024
cheng2024photonic APACrefauthors Cheng, F. APACrefauthors \ 2024 . Photonic seismology: A new decade of distributed acoustic sensing in geophysics from 2012 to 2023 Photonic seismology: A new decade of distributed acoustic sensing in geophysics from 2012 to 2023 . Surveys in G...
2024
-
[14]
, Gerstoft, P
chien2025calibrating APACrefauthors Chien, C C. , Gerstoft, P. , Hatfield, W. , Hollberg, L. , Lipovsky, B P. , Manos, J M. Zumberge, M A. APACrefauthors \ 2025 . Calibrating strain measurements: A comparative study of DAS , strainmeter, and seismic data Calibrating strain mea...
2025
-
[15]
, on Earth, D
national2003living APACrefauthors Council, N R. , on Earth, D. , Studies, L. , on Earth Sciences, B. , Resources \ on the Science of Earthquakes, C. APACrefauthors \ 2003 . Living on an active E arth: P erspectives on earthquake science Living on an active E arth: P erspective...
2003
-
[16]
, Tamussino, M
fairweather2024characterisation APACrefauthors Fairweather, D M. , Tamussino, M. , Masoudi, A. , Feng, Z. , Barham, R. , Parkin, N. Marra, G. APACrefauthors \ 2024 . Characterisation of the optical response to seismic waves of submarine telecommunications cables with distribut...
2024
-
[17]
, Saunders, J K
farghal2022potential APACrefauthors Farghal, N S. , Saunders, J K. \ Parker, G A. APACrefauthors \ 2022 . The potential of using fiber optic distributed acoustic sensing ( DAS ) in earthquake early warning applications The potential of using fiber optic distributed acoustic se...
2022
-
[18]
, Hofstede, C
fichtner2025hidden APACrefauthors Fichtner, A. , Hofstede, C. , Kennett, B L. , Svensson, A. , Westhoff, J. , Walter, F. others APACrefauthors \ 2025 . Hidden cascades of seismic ice stream deformation Hidden cascades of seismic ice stream deformation . Science eadp8094
2025
-
[19]
, Mueller, C
frankel2000usgs APACrefauthors Frankel, A. , Mueller, C. , Barnhard, T. , Leyendecker, E. , Wesson, R. , Harmsen, S. others APACrefauthors \ 2000 . USGS national seismic hazard maps USGS national seismic hazard maps . Earthquake spectra 16 1 1--19
2000
-
[20]
, Allen, R M
gou2025leveraging APACrefauthors Gou, Y. , Allen, R M. , Zhu, W. , Taira, T. \ Chen, L W. APACrefauthors \ 2025 . Leveraging Submarine DAS Arrays for Offshore Earthquake Early Warning: A Case Study in Monterey Bay, California Leveraging Submarine DAS Arrays for Offshore Earthq...
2025
-
[21]
, Shakal, A
haddadi2008center APACrefauthors Haddadi, H. , Shakal, A. , Stephens, C. , Savage, W. , Huang, M. , Leith, W. Borcherdt, R. APACrefauthors \ 2008 . Center for engineering strong-motion data ( CESMD ) Center for engineering strong-motion data ( CESMD ) . Proceedings of the 14th...
2008
-
[22]
, Small, P
hauksson2001southern APACrefauthors Hauksson, E. , Small, P. , Hafner, K. , Busby, R. , Clayton, R. , Goltz, J. others APACrefauthors \ 2001 . Southern C alifornia seismic network: C altech/ USGS element of T ri N et 1997-2001 Southern C alifornia seismic network: C altech/ US...
2001
-
[23]
\ Martinez-Torres, F A
hernandez2018new APACrefauthors Hernandez, F J. \ Martinez-Torres, F A. APACrefauthors \ 2018 . A new library for interfacing P ython with E arthworm: PyEarthWorm A new library for interfacing P ython with E arthworm: PyEarthWorm . AGU Fall Meeting Abstracts Agu fall meeting a...
2018
-
[24]
, Stork, A
hudson2025unlocking APACrefauthors Hudson, T. , Stork, A. , Muir, J. \ Fichtner, A. APACrefauthors \ 2025 . Unlocking DAS amplitude information through coherency coupling quantification Unlocking DAS amplitude information through coherency coupling quantification . Seismica 4 1
2025
-
[25]
, Woessner, J
hutton2010earthquake APACrefauthors Hutton, K. , Woessner, J. \ Hauksson, E. APACrefauthors \ 2010 . Earthquake monitoring in southern California for seventy-seven years (1932--2008) Earthquake monitoring in southern California for seventy-seven years (1932--2008) . Bulletin o...
2010
-
[26]
, Reinsch, T
jousset2018dynamic APACrefauthors Jousset, P. , Reinsch, T. , Ryberg, T. , Blanck, H. , Clarke, A. , Aghayev, R. Krawczyk, C M. APACrefauthors \ 2018 . Dynamic strain determination using fibre-optic cables allows imaging of seismological and structural features Dynamic strain ...
2018
-
[27]
APACrefauthors \ 2005
kanamori2005real APACrefauthors Kanamori, H. APACrefauthors \ 2005 . Real-time seismology and earthquake damage mitigation Real-time seismology and earthquake damage mitigation . Annu. Rev. Earth Planet. Sci. 33 1 195--214
2005
-
[28]
, Hodgkinson, K M
lai2024toward APACrefauthors Lai, V H. , Hodgkinson, K M. , Porritt, R W. \ Mellors, R. APACrefauthors \ 2024 . Toward a metadata standard for distributed acoustic sensing ( DAS ) data collection Toward a metadata standard for distributed acoustic sensing ( DAS ) data collecti...
2024
-
[29]
, Bouffaut, L
landro2022sensing APACrefauthors Landr , M. , Bouffaut, L. , Kriesell, H J. , Potter, J R. , R rstadbotnen, R A. , Taweesintananon, K. others APACrefauthors \ 2022 . Sensing whales, storms, ships and earthquakes using an A rctic fibre optic cable Sensing whales, storms, ships ...
2022
-
[30]
, Liu, J
li2025daily APACrefauthors Li, H. , Liu, J. , Mao, S. , Yuan, S. , Clapp, R G. \ Biondi, B L. APACrefauthors \ 2025 . Daily Groundwater Monitoring Using Vehicle-DAS Elastic Full-waveform Inversion Daily Groundwater Monitoring Using Vehicle-DAS Elastic Full-waveform Inversion ....
2025 arXiv
-
[31]
, Biondi, E
doi:10.1126/science.adu0225 APACrefauthors Li, J. , Biondi, E. , Heimisson, E R. , Puel, S. , Zhai, Q. , Zhang, S. Zhan, Z. APACrefauthors \ 2025 . Minute-scale dynamics of recurrent dike intrusions in I celand with fiber-optic geodesy Minute-scale dynamics of recurrent dike i...
2025 doi
-
[32]
, Kim, T
li2023break APACrefauthors Li, J. , Kim, T. , Lapusta, N. , Biondi, E. \ Zhan, Z. APACrefauthors \ 2023 . The break of earthquake asperities imaged by distributed acoustic sensing The break of earthquake asperities imaged by distributed acoustic sensing . Nature 620 7975 800--806
2023
-
[33]
, Shen, Z
li2021rapid APACrefauthors Li, Z. , Shen, Z. , Yang, Y. , Williams, E. , Wang, X. \ Zhan, Z. APACrefauthors \ 2021 . Rapid response to the 2019 R idgecrest earthquake with distributed acoustic sensing Rapid response to the 2019 R idgecrest earthquake with distributed acoustic ...
2021
-
[34]
\ Martin, E R
lindsey2021fiber APACrefauthors Lindsey, N J. \ Martin, E R. APACrefauthors \ 2021 . Fiber-optic seismology Fiber-optic seismology . Annual Review of Earth and Planetary Sciences 49 1 309--336
2021
-
[35]
, Rademacher, H
lindsey2020broadband APACrefauthors Lindsey, N J. , Rademacher, H. \ Ajo-Franklin, J B. APACrefauthors \ 2020 . On the broadband instrument response of fiber-optic DAS arrays On the broadband instrument response of fiber-optic DAS arrays . Journal of Geophysical Research: Soli...
2020
-
[36]
APACrefauthors \ 2024
lior2024accurate APACrefauthors Lior, I. APACrefauthors \ 2024 . Accurate magnitude and stress drop using the spectral ratios method applied to distributed acoustic sensing Accurate magnitude and stress drop using the spectral ratios method applied to distributed acoustic sens...
2024
-
[37]
liu2025urban APACrefauthors Liu, J. , Li, H. , Noh, H Y. , Santi, P. , Biondi, B. \ Ratti, C. APACrefauthors \ 2025 . Urban sensing using existing fiber-optic networks Urban sensing using existing fiber-optic networks . Nature Communications 16 1 3091
2025
-
[38]
, Gorenstein, L
maji2020demystifying APACrefauthors Maji, A K. , Gorenstein, L. \ Lentner, G. APACrefauthors \ 2020 . Demystifying P ython P ackage I nstallation with conda-env-mod Demystifying P ython P ackage I nstallation with conda-env-mod . 2020 IEEE/ACM International Workshop on HPC Use...
2020
-
[39]
, Gr \"a ff, D
manos2024discharge APACrefauthors Manos, J M. , Gr \"a ff, D. , Martin, E R. , Paitz, P. , Walter, F. , Fichtner, A. \ Lipovsky, B P. APACrefauthors \ 2024 . DAS to discharge: using distributed acoustic sensing (DAS) to infer glacier runoff DAS to discharge: using distributed ...
2024
-
[40]
, Karrenbach, M
mazur2024global APACrefauthors Mazur, M. , Karrenbach, M. , Fontaine, N K. , Ryf, R. , Kamalov, V. , Dallachiesa, L. others APACrefauthors \ 2024 . Global Seismic Monitoring using Operational Subsea Cable Global Seismic Monitoring using Operational Subsea Cable . arXiv preprin...
2024 arXiv
-
[41]
, Barbour, A J
mcguire2025fiber APACrefauthors McGuire, J J. , Barbour, A J. , Spica, Z J. , Tribaldos, V R. , Zhan, Z. , Lipovsky, B P. Puri, P. APACrefauthors \ 2025 . Fiber Optic Sensing for Earthquake Hazards Research, Monitoring and Early Warning. Fiber optic sensing for earthquake haza...
2025
-
[42]
, Correa, J
nayak2024seismic APACrefauthors Nayak, A. , Correa, J. \ Ajo-Franklin, J. APACrefauthors \ 2024 . Seismic Magnitude Estimation Using Low-Frequency Strain Amplitudes Recorded by DAS Arrays at Far-Field Distances Seismic Magnitude Estimation Using Low-Frequency Strain Amplitudes...
2024
-
[43]
, Denolle, M A
ni2024object APACrefauthors Ni, Y. , Denolle, M A. , Fatland, R. , Alterman, N. , Lipovsky, B P. \ Knuth, F. APACrefauthors \ 2024 . An object storage for distributed acoustic sensing An object storage for distributed acoustic sensing . Seismological Research Letters 95 1 499--511
2024
-
[44]
\ Clinton, J
olivieri2012almost APACrefauthors Olivieri, M. \ Clinton, J. APACrefauthors \ 2012 . An almost fair comparison between E arthworm and S eis C omp3 An almost fair comparison between E arthworm and S eis C omp3 . Seismological Research Letters 83 4 720--727
2012
-
[45]
, Edme, P
paitz2021empirical APACrefauthors Paitz, P. , Edme, P. , Gr \"a ff, D. , Walter, F. , Doetsch, J. , Chalari, A. Fichtner, A. APACrefauthors \ 2021 . Empirical investigations of the instrument response for distributed acoustic sensing (DAS) across 17 octaves Empirical investiga...
2021
-
[46]
, Friberg, P A
renate2020open APACrefauthors Renate Hartog, J. , Friberg, P A. , Kress, V C. , Bodin, P. \ Bhadha, R. APACrefauthors \ 2020 . Open-source ANSS quake monitoring system software Open-source ANSS quake monitoring system software . Seismological Research Letters 91 2A 677--686
2020
-
[47]
, Saurel, J M
retailleau2022wrapper APACrefauthors Retailleau, L. , Saurel, J M. , Zhu, W. , Satriano, C. , Beroza, G C. , Issartel, S. others APACrefauthors \ 2022 . A wrapper to use a machine-learning-based algorithm for earthquake monitoring A wrapper to use a machine-learning-based algo...
2022
-
[48]
\ Evans, J R
ringler2015quick APACrefauthors Ringler, A T. \ Evans, J R. APACrefauthors \ 2015 . A quick SEED tutorial A quick SEED tutorial . Seismological Research Letters 86 6 1717--1725
2015
-
[49]
, Idini, B
ross2019hierarchical APACrefauthors Ross, Z E. , Idini, B. , Jia, Z. , Stephenson, O L. , Zhong, M. , Wang, X. others APACrefauthors \ 2019 . Hierarchical interlocked orthogonal faulting in the 2019 R idgecrest earthquake sequence Hierarchical interlocked orthogonal faulting i...
2019
-
[50]
, McGuire, J J
sawi2024assessing APACrefauthors Sawi, T. , McGuire, J J. , Yoon, C E. , Barbour, A J. , Yartsev, V. , Karrenbach, M. Stockdale, K. APACrefauthors \ 2024 . Assessing Distributed Acoustic Sensing and Borehole Strain Waveform Statistics for Improving Earthquake Early Warning Ass...
2024
-
[51]
, Williams, E F
shi2025multiplexed APACrefauthors Shi, Q. , Williams, E F. , Lipovsky, B P. , Denolle, M A. , Wilcock, W S. , Kelley, D S. \ Schoedl, K. APACrefauthors \ 2025 . Multiplexed distributed acoustic sensing offshore central Oregon Multiplexed distributed acoustic sensing offshore c...
2025
-
[52]
, Biggs, J
sparks2012monitoring APACrefauthors Sparks, R. , Biggs, J. \ Neuberg, J. APACrefauthors \ 2012 . Monitoring volcanoes Monitoring volcanoes . Science 335 6074 1310--1311
2012
-
[53]
\ Thatcher, W
stein1981seismic APACrefauthors Stein, R S. \ Thatcher, W. APACrefauthors \ 1981 . Seismic and aseismic deformation associated with the 1952 K ern C ounty, C alifornia, earthquake and relationship to the Q uaternary history of the W hite W olf fault Seismic and aseismic deform...
1981
-
[54]
, Trabattoni, A
strumia2024sensing APACrefauthors Strumia, C. , Trabattoni, A. , Supino, M. , Baillet, M. , Rivet, D. \ Festa, G. APACrefauthors \ 2024 . Sensing optical fibers for earthquake source characterization using raw DAS records Sensing optical fibers for earthquake source characteri...
2024
-
[55]
tepp2025ml APACrefauthors Tepp, G. , Yu, E. , Bhaskaran, A. , Tam, R. , Zhu, W. , Newman, Z. Scheckel, N. APACrefauthors \ 2025 . Improvements from Incorporating Machine Learning Algorithms into Near Real-time Operational Post-processing. Improvements from incorporating machin...
2025
-
[56]
APACrefauthors \ 2009
trnkoczy2009understanding APACrefauthors Trnkoczy, A. APACrefauthors \ 2009 . Understanding and parameter setting of STA/LTA trigger algorithm Understanding and parameter setting of sta/lta trigger algorithm . New manual of seismological observatory practice (NMSOP) New manual...
2009
-
[57]
, Trabattoni, A
van2024analysis APACrefauthors van den Ende, M. , Trabattoni, A. , Baillet, M. \ Rivet, D. APACrefauthors \ 2024 . An analysis of the dynamic range of Distributed Acoustic Sensing for Earthquake Early Warning An analysis of the dynamic range of distributed acoustic sensing for...
2024
-
[58]
APACrefauthors \ 1889
von1889earthquake APACrefauthors von Rebeur-Paschwitz, E. APACrefauthors \ 1889 . The earthquake of T okio, A pril 18, 1889 The earthquake of T okio, A pril 18, 1889 . Nature 40 1030 294--295
-
[59]
, Atterholt, J W
yang2022sub APACrefauthors Yang, Y. , Atterholt, J W. , Shen, Z. , Muir, J B. , Williams, E F. \ Zhan, Z. APACrefauthors \ 2022 . Sub-kilometer correlation between near-surface structure and ground motion measured with distributed acoustic sensing Sub-kilometer correlation bet...
2022
-
[60]
, Soto, M A
yin2023real APACrefauthors Yin, J. , Soto, M A. , Ram \' rez, J. , Kamalov, V. , Zhu, W. , Husker, A. \ Zhan, Z. APACrefauthors \ 2023 . Real-data testing of distributed acoustic sensing for offshore earthquake early warning Real-data testing of distributed acoustic sensing fo...
2023
-
[61]
, Zhu, W
yin2023earthquake APACrefauthors Yin, J. , Zhu, W. , Li, J. , Biondi, E. , Miao, Y. , Spica, Z J. others APACrefauthors \ 2023 . Earthquake magnitude with DAS : A transferable data-based scaling relation Earthquake magnitude with DAS : A transferable data-based scaling relatio...
2023
-
[62]
, Yin, J
zhai2025comprehensive APACrefauthors Zhai, Q. , Yin, J. , Yang, Y. , Atterholt, J W. , Li, J. , Husker, A. \ Zhan, Z. APACrefauthors \ 2025 . Comprehensive evaluation of DAS amplitude and its implications for earthquake early warning and seismic interferometry Comprehensive ev...
2025
-
[63]
APACrefauthors \ 2020
zhan2020distributed APACrefauthors Zhan, Z. APACrefauthors \ 2020 . Distributed acoustic sensing turns fiber-optic cables into sensitive seismic antennas Distributed acoustic sensing turns fiber-optic cables into sensitive seismic antennas . Seismological Research Letters 91 1 1--15
2020
-
[64]
\ Stensrud, D J
zhu2019characterizing APACrefauthors Zhu, T. \ Stensrud, D J. APACrefauthors \ 2019 . Characterizing thunder-induced ground motions using fiber-optic distributed acoustic sensing array Characterizing thunder-induced ground motions using fiber-optic distributed acoustic sensing...
2019
-
[65]
, Biondi, E
zhu2023seismic APACrefauthors Zhu, W. , Biondi, E. , Li, J. , Yin, J. , Ross, Z E. \ Zhan, Z. APACrefauthors \ 2023 . Seismic arrival-time picking on distributed acoustic sensing data using semi-supervised learning Seismic arrival-time picking on distributed acoustic sensing d...
2023
-
[66]
, McBrearty, I W
zhu2022earthquake APACrefauthors Zhu, W. , McBrearty, I W. , Mousavi, S M. , Ellsworth, W L. \ Beroza, G C. APACrefauthors \ 2022 . Earthquake phase association using a B ayesian G aussian mixture model Earthquake phase association using a B ayesian G aussian mixture model . J...
2022
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.