Morisset / pySSN

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

Adding a comment (lambda dependent?) that would be stored in the init file #37

Open Morisset opened 5 years ago

Morisset commented 5 years ago

It could be useful to have a variable that could be edited from the pySSN GUI to store some comments. It may even includes a lambda that would appear on the synthesis (red diamond for example) to inform the user that there is a comment related to this wavelength. Something like: comments = ( (4363.0, """ This line is not well fitted because of ....."""), (7600, """ We have problems here with the atmospheric absorption""") )