From 5d2741508ba94949d2ce9a7d694be57ae40ccc50 Mon Sep 17 00:00:00 2001 From: "E.C. Herenz" Date: Tue, 6 Jun 2023 18:49:07 +0200 Subject: [PATCH] Corrected example-fitting-constraints.rst - [OIII] ratio example [OIII] flux ratio 5007/4959 in example now tied to the correct ratio of 2.98 (Storey & Hummer 2000; MNRAS 312, 812). --- docs/modeling/example-fitting-constraints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modeling/example-fitting-constraints.rst b/docs/modeling/example-fitting-constraints.rst index 4b9ab0861a2..38d9b4ec2eb 100644 --- a/docs/modeling/example-fitting-constraints.rst +++ b/docs/modeling/example-fitting-constraints.rst @@ -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