Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/user_guides/light_curve_analysis_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ no limb
0 mcmc_p1d_1.dat
SET EPS 1.e-5
SET ERR 2.0
DSEEK 200000
OSEEK 200000
EXIT
```

Expand All @@ -76,12 +76,12 @@ Run it.
2. You can use the `mcmc_p1d_1.dat` (whatever name you called it) file to optimize the exploration, i.e., you use the covariance on the posterior to diagonalize the covariance matrix. The key line in the second file is:

```
DSEEK 500000 2.3 0.7 58000 60241
OSEEK 500000 2.3 0.7 58000 60241
```

It means 500000 trials, 2.3 and 0.7 are parameters for the proposal, 58000 is the number of samples you keep to use to compute the covariance, 60241 is the total number of line in the mcmc output file from step 1. So the sub-steps are:

2.a Change your `DSEEK` line
2.a Change your `OSEEK` line
2.b Before running it, copy/paste the file `mcmc_p1d_1.dat` with the name `mcmc_p1d_12.dat` because the run can append the MCMC samples at the end of the mcmc file you specify on the line:

```
Expand Down
Loading