Published October 24, 2024
| Version v1
Dataset
Open
LA Alameda DAS array
- Creators
- Biondi, Ettore
Description
Earthquake events from the LA Alameda.
To read the events use the following python lines:
with h5py.File(dataFile,'r') as fid:
DAS_data_proc = fid['Data'][:]
tAx_sec = fid['Data'].attrs["time_ax"]