Morisset / pySSN

Pythonic Spectral Synthesis for Nebulae
Other
4 stars 2 forks source link

user-defined continuum using 2-values #36

Open Morisset opened 5 years ago

Morisset commented 5 years ago

In the init file, change the user-defined continuum from : cont_intens = (1.0, 2.0, 1.0) cont_lambda = (4000, 5000, 6000) into: cont_lambda_intens = ((4000, 1.0), (5000, 2.0), (6000, 1.0))