diff --git a/docs/_static/abund.txt b/docs/_static/abund.txt new file mode 100644 index 00000000000..d6e385f9211 --- /dev/null +++ b/docs/_static/abund.txt @@ -0,0 +1,11 @@ +# index Z=1 - Z=30 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0 0.1 0 0.2 0 0.2 0 0 0 0 0 0.2 0.1 0.1 0 0 +1 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0 0.1 0 0.2 0 0.2 0 0 0 0 0 0.2 0.1 0.1 0 0 +2 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0 0.1 0 0.2 0 0.2 0 0 0 0 0 0.2 0.1 0.1 0 0 +3 0 0 0 0 0 0 0 0.2 0 0 0 0.1 0 0.2 0 0.2 0 0.2 0 0.1 0 0 0 0 0 0 0 0 0 0 +4 0 0 0 0 0 0 0 0.2 0 0 0 0.1 0 0.2 0 0.2 0 0.2 0 0.1 0 0 0 0 0 0 0 0 0 0 +5 0 0 0 0 0 0 0 0.2 0 0 0 0.1 0 0.2 0 0.2 0 0.2 0 0.1 0 0 0 0 0 0 0 0 0 0 +6 0 0 0 0 0 0 0 0.2 0 0 0 0.1 0 0.2 0 0.2 0 0.2 0 0.1 0 0 0 0 0 0 0 0 0 0 +7 0 0 0 0 0 0 0 0.2 0 0 0 0.1 0 0.2 0 0.2 0 0.2 0 0.1 0 0 0 0 0 0 0 0 0 0 +8 0 0 0 0 0 0.5 0 0.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +9 0 0 0 0 0 0.5 0 0.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 diff --git a/docs/_static/density.txt b/docs/_static/density.txt new file mode 100644 index 00000000000..18ab9729e1d --- /dev/null +++ b/docs/_static/density.txt @@ -0,0 +1,12 @@ +1 day +# index velocity (km/s) density (g/cm^3) +0 9000.0000 5.4869692e-10 +1 10500.000 2.1759646e-10 +2 12000.000 9.7656229e-11 +3 13500.000 4.8170911e-11 +4 15000.000 2.5600000e-11 +5 16500.000 1.4450533e-11 +6 18000.000 8.5733893e-12 +7 19500.000 5.3037103e-12 +8 21000.000 3.3999447e-12 +9 22500.000 2.2474623e-12 diff --git a/docs/_static/tardis_example_profiles.yml b/docs/_static/tardis_example_profiles.yml new file mode 100644 index 00000000000..6668bd1da6c --- /dev/null +++ b/docs/_static/tardis_example_profiles.yml @@ -0,0 +1,71 @@ +#New configuration for TARDIS based on YAML +#IMPORTANT any pure floats need to have a +/- after the e e.g. 2e+5 +#Hopefully pyyaml will fix this soon. +--- +#Currently only simple1d is allowed +tardis_config_version: v1.0 +supernova: + luminosity_requested: 9.44 log_lsun + time_explosion: 13 day + +atom_data: kurucz_atom_pure_simple.h5 + +model: + + structure: + type: file + filename: density.txt + filetype: simple_ascii + v_inner_boundary: 11000 km/s + v_outer_boundary: 20000 km/s + + abundances: + type: file + filename: abund.txt + filetype: simple_ascii + +plasma: + disable_electron_scattering: no + ionization: lte + excitation: lte + radiative_rates_type: dilute-blackbody + line_interaction_type: macroatom + +montecarlo: + seed: 23111963 + no_of_packets : 1.0e+5 + iterations: 20 + + black_body_sampling: + start: 1 angstrom + stop: 1000000 angstrom + num: 1.e+6 + last_no_of_packets: 1.e+5 + no_of_virtual_packets: 5 + + convergence_criteria: + type: specific + damping_constant: 1.0 + threshold: 0.05 + fraction: 0.8 + hold: 3 + t_inner: + damping_constant: 1.0 + +spectrum: + start : 500 angstrom + stop : 20000 angstrom + num: 10000 + + + + + + + + + + + + + diff --git a/docs/index.rst b/docs/index.rst index 6c27b22462e..30858800ab5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,6 +45,7 @@ We are using Astropy's excellent workflow - more details can be found at `