Skip to content

Commit

Permalink
Minor documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed May 15, 2024
1 parent ca1d251 commit e61e228
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tutorials/best_fit_for_fixed_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Awesome, we have found the RV and $v\\sin{i}$ with the closest match to the data."
"Awesome, we have found the $v\\sin{i}$ and $v_r$ with the closest match to the data."
]
},
{
Expand Down Expand Up @@ -335,8 +335,7 @@
"source": [
"ax = (data/data.flux.max()).plot(marker='.', linestyle='None')\n",
"(best_spec/best_spec.flux.max()).plot(ax=ax)\n",
"title = rf'$v\\sin(i)$ = {best_vsini:0.0f} km/s, $v_r$ = {best_rv:0.1f} km/s'\n",
"ax.set_title(title)\n",
"ax.set_title(rf'$v\\sin(i)$ = {best_vsini:0.0f} km/s, $v_r$ = {best_rv:0.1f} km/s')\n",
"plt.show()"
]
},
Expand Down

0 comments on commit e61e228

Please sign in to comment.