Skip to content

Commit

Permalink
last few notes in the notebook about installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Jun 4, 2021
1 parent 0d31cd2 commit c7c38be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions notebooks/scarlet-measure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"source": [
"# SCARLET implementation\n",
"\n",
"This notebook provides a measure function using [SCARLET](https://www.sciencedirect.com/science/article/abs/pii/S2213133718300301), a deblending algorithm based on matrix factorization ; it requires that you install the scarlet python package from the [source](https://github.com/pmelchior/scarlet), the pip installation being outdated. If you have not done so already, we encourage you to follow the intro tutorial, which will help you understand what is done in this notebook."
"This notebook provides a measure function using [SCARLET](https://www.sciencedirect.com/science/article/abs/pii/S2213133718300301), a deblending algorithm based on matrix factorization. **NOTE:** It requires that you install the scarlet python package from the [source](https://github.com/pmelchior/scarlet), the pip installation being outdated. Please follow the instructions for installing scarlet [here](https://pmelchior.github.io/scarlet/install.html). \n",
"\n",
"If you have not done so already, we encourage you to follow the BTK [intro tutorial](https://lsstdesc.org/BlendingToolKit/tutorials.html), which will help you understand what is done in this notebook."
]
},
{
Expand Down Expand Up @@ -162,7 +164,7 @@
},
{
"cell_type": "markdown",
"id": "62c5112c",
"id": "ff23173c",
"metadata": {},
"source": [
"# Plot Metrics from Scarlet Results"
Expand Down

0 comments on commit c7c38be

Please sign in to comment.