Skip to content

Commit

Permalink
use the upgraded noisepy-io after moving pnw
Browse files Browse the repository at this point in the history
  • Loading branch information
niyiyu committed Feb 24, 2024
1 parent 271263e commit d1ae4bf
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 162 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"PyYAML==6.0",
"pydantic-yaml==1.0",
"psutil>=5.9.5,<6.0.0",
"noisepy-seis-io>=0.1.8",
"noisepy-seis-io>=0.1.10",
]


Expand Down
160 changes: 0 additions & 160 deletions src/noisepy/seis/pnwstore.py

This file was deleted.

2 changes: 1 addition & 1 deletion tutorials/noisepy_pnwstore_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"from noisepy.seis import cross_correlate, stack_cross_correlations, plotting_modules # noisepy core functions\n",
"from noisepy.seis.io.asdfstore import ASDFCCStore, ASDFStackStore # Object to store ASDF data within noisepy\n",
"from noisepy.seis.io.channel_filter_store import channel_filter\n",
"from noisepy.seis.pnwstore import PNWDataStore\n",
"from noisepy.seis.io.pnwstore import PNWDataStore\n",
"from noisepy.seis.io.datatypes import CCMethod, ConfigParameters, Channel, ChannelData, ChannelType, FreqNorm, RmResp, Station, TimeNorm # Main configuration object\n",
"from noisepy.seis.io.channelcatalog import XMLStationChannelCatalog # Required stationXML handling object\n",
"import os\n",
Expand Down
Loading

0 comments on commit d1ae4bf

Please sign in to comment.