Skip to content

Commit

Permalink
Merge pull request astropy#14927 from Knusper/patch-1
Browse files Browse the repository at this point in the history
Corrected example-fitting-constraints.rst - [OIII] ratio example
  • Loading branch information
pllim committed Jun 6, 2023
2 parents ddf92e6 + 5d27415 commit 0a71105
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 0a71105

Please sign in to comment.