Changes in version 3.9
- Radex : The lines profiles created by the RADEX radiative transfer modeling are now broadened by the opacity effect. See the document ""Formalism for the CASSIS software".
- Jython script : modifications about import:
- replace "from eu.omp.irap.cassis.common.parameters import TypeFrequency"
by "from eu.omp.irap.cassis.common import TypeFrequency"
- replace "from eu.omp.irap.cassis.database"
by "from eu.omp.irap.cassis.database.access"
- New modules in CASSIS :
- You can create your own database see
- You can manage your spectra see
- Various minor bugs fixes and modifications.