Skip to content

Commit

Permalink
Update operate_aurora.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Oct 14, 2024
1 parent d7bd7ba commit 682e776
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/examples/operate_aurora.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@
"metadata": {},
"outputs": [],
"source": [
"# Initialize the Make MTH5 code. \n",
"maker = MakeMTH5(mth5_version=mth5_version)\n",
"maker.client = \"IRIS\" # Earthscope used to be named IRIS - this term is still used as a data source specifier.\n",
"maker.interact = True # Keeps the mth5_object open after building\n",
"\n",
"# Initalize an FDSN object to access column names for request df\n",
"fdsn_obj = FDSN()"
]
Expand Down Expand Up @@ -397,7 +392,7 @@
}
],
"source": [
"mth5_object = maker.from_fdsn_client(request_df)"
"mth5_object = maker.from_fdsn_client(request_df, interact=True)"
]
},
{
Expand Down

0 comments on commit 682e776

Please sign in to comment.