Skip to content

Commit

Permalink
More wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Nov 25, 2024
1 parent abc70d1 commit ea7601c
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions stellarphot/notebooks/photometry/06-transit-fit-template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Model mash-up....weird mix of model and data filtering\n",
"### OMG so many places we subtract by 2400000"
"## Model, fit, plot"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 1. Create the model object"
"### Create the model "
]
},
{
Expand Down Expand Up @@ -242,7 +241,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 4. Run the fit"
"### Run the fit"
]
},
{
Expand All @@ -260,7 +259,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 5. Let's try a plot....maybe need some way here to deal with discrepant points???"
"### Look at the results"
]
},
{
Expand All @@ -283,9 +282,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### πŸ‘‡πŸ‘‡πŸ‘‡ use this to exclude some data by date (only if needed!) πŸ‘‡πŸ‘‡πŸ‘‡\n",
"\n",
"Option to filter by date..even though you do not know yet what the data looks like"
"### Exclude data by date *if needed*\n"
]
},
{
Expand Down Expand Up @@ -320,20 +317,6 @@
"mod.model"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Remove trends from the data if desired"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Calculate RMS before and after detrending, hopefully correctly...."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit ea7601c

Please sign in to comment.