+ {% if (not lightcurve.ciband or lightcurve.ciband == "NONE") and not lightcurve.color_index_manual %}
+
- Now we will compute the transformation coefficient Tf and the hidden transforms for your image.
+ Because CI is omitted, the equation simplifies to:
+
+
+
+ Mt = (mt - mc) + Mc
+
-
- {% if lightcurve.is_reduction_complete %}
- {% include 'partials/transformation_coefficient.html' with reduction=lightcurve.lightcurvereduction %}
- {% include 'partials/hidden_transform.html' with reduction=lightcurve.lightcurvereduction %}
- {% else %}
-
- Your results will display here when lightcurve reductions are complete.
+
+ {% include 'partials/extinction.html' %}
+
+
+
+ Now we will compute the transformation coefficient Tf and the hidden transforms for your image.
+
+
- {% endif %}
-
+
+ {% if lightcurve.is_reduction_complete %}
+ {% include 'partials/transformation_coefficient.html' with reduction=lightcurve.lightcurvereduction %}
+ {% include 'partials/hidden_transform.html' with reduction=lightcurve.lightcurvereduction %}
+ {% else %}
+
+ Your results will display here when lightcurve reductions are complete.
+
+ {% endif %}
+
+ {% endif %}