Skip to content

Commit

Permalink
notebook tutorial edits
Browse files Browse the repository at this point in the history
  • Loading branch information
natashabatalha committed Nov 14, 2024
1 parent 6208cec commit ce422bf
Show file tree
Hide file tree
Showing 6 changed files with 798 additions and 70 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/10_CorrelatedKTables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"outputs": [],
"source": [
"#lets use the same example Jupiter PT profile\n",
"pt= jdi.pd.read_csv(jdi.jupiter_pt(), delim_whitespace=True,usecols=[0,1])"
"pt= jdi.pd.read_csv(jdi.jupiter_pt(), sep='\\s+',usecols=[0,1])"
]
},
{
Expand Down Expand Up @@ -314,7 +314,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
},
"toc": {
"base_numbering": 1,
Expand Down
12 changes: 6 additions & 6 deletions docs/notebooks/10_CreatingOpacityDb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"opa_fac.build_skeleton('/data2/picaso_dbs/test.db')"
"opa_fac.build_skeleton('/data/picaso_dbs/test.db')"
]
},
{
Expand Down Expand Up @@ -235,7 +235,7 @@
"source": [
"newR=10000\n",
"#new database name \n",
"new_db = f'/data2/picaso_dbs/lupu_{min_wavelength}_{max_wavelength}_R{newR}.db' \n",
"new_db = f'/data/picaso_dbs/lupu_{min_wavelength}_{max_wavelength}_R{newR}.db' \n",
"opa_fac.build_skeleton(new_db)\n",
"for molecule in molecules_1460:#molecules_1460:\n",
" start_time = time.time()\n",
Expand Down Expand Up @@ -284,7 +284,7 @@
}
],
"source": [
"new_db = f'/data2/picaso_dbs/lupu_{min_wavelength}_{max_wavelength}_OG_R.db' \n",
"new_db = f'/data/picaso_dbs/lupu_{min_wavelength}_{max_wavelength}_OG_R.db' \n",
"opa_fac.build_skeleton(new_db)\n",
"for molecule in molecules_1460:#molecules_1460:\n",
" start_time = time.time()\n",
Expand Down Expand Up @@ -344,7 +344,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.11.8"
},
"toc": {
"base_numbering": 1,
Expand Down Expand Up @@ -390,5 +390,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading

0 comments on commit ce422bf

Please sign in to comment.