{% extends "base.html" %} {% block content %} {{ js|indent(4)|safe }} {{ css|indent(4)|safe }} {{ script|safe }} {{ filt_script|safe }}

Limb Darkening Calculator

The Limb Darkening calculates limb-darkening coefficients for a specified stellar model, plotting results versus intensity ratio and wavelength. It uses high spectral resolution stellar atmospheric models, which are a neccesisty given JWST's expected precision.


Input


{% if spam_table != '' %} {% endif %}
Teff {{ form.teff.data }}
log(g) {{ form.logg.data }}
Fe/H {{ form.feh.data }}
Bandpass {{ form.bandpass.data }}
Profiles {% for prof in form.profiles.data %} {{ prof }}
{% endfor %}
Models {{ form.modeldir.data }}
Transit Duration {{ form.transit_duration.data }}
Orbital Period {{ form.orbital_period.data }}
Rp/R* {{ form.rp_rs.data }}
a/R* {{ form.a_rs.data }}
Inclination {{ form.inclination.data }}
Eccentricity {{ form.eccentricity.data }}
\( \omega \) {{ form.omega.data }}
{{filt_plot|safe}}

Result


{{ plot|safe }}

Coefficients

{% for tab in table %} {{ tab|safe }} {% endfor %} {% if spam_table != '' %}

SPAM Coefficients

{% for tab in spam_table %} {{ tab|safe }} {% endfor %} {% endif %}
{% endblock %}