Skip to content

Commit

Permalink
Corrected example-fitting-constraints.rst - [OIII] ratio example
Browse files Browse the repository at this point in the history
[OIII] flux ratio 5007/4959 in example now tied to the correct ratio of 2.98 (Storey & Hummer 2000; MNRAS 312, 812).
  • Loading branch information
Knusper committed Jun 6, 2023
1 parent ddf92e6 commit 5d27415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modeling/example-fitting-constraints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ linking the flux of the [OIII] λ4959 line to the [OIII] λ5007 line.

# Tie the ratio of the intensity of the two [OIII] lines.
def tie_o3_ampl(model):
return model.amplitude_3 / 3.1
return model.amplitude_3 / 2.98

o3_4959.amplitude.tied = tie_o3_ampl

Expand Down

0 comments on commit 5d27415

Please sign in to comment.