Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ibusko committed Sep 2, 2020
1 parent 438a4c8 commit 444d3bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/concepts/Cube_fit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Once the fit is done, this attribute in the CubeViz object contains the fitted model parameters in the form of a python list.\n",
"Once the fit is done, this attribute in the CubeViz object contains the fitted model parameters in the form of a python dictionary.\n",
"\n",
"Each entry in the list corresponds to one parameter in the CompoundModel instance that was generated by the fitter from the arithmetic model expression.\n",
"Each entry in the dictionary corresponds to one parameter in the CompoundModel instance that was generated by the fitter from the arithmetic model expression. The key for each entry is the parameter name as defined by the CompoundModel instance.\n",
"\n",
"Each entry is a 2D numpy array with Quantity values representing the corresponding fitted parameter value at any given spaxel."
"Each entry's value is a 2D numpy array with Quantity values representing the corresponding fitted parameter value over all spaxels."
]
},
{
Expand Down

0 comments on commit 444d3bf

Please sign in to comment.