Overview#
For all cases, you need to :
include one of the following imports :
from cassis_lte_python.LTEmodel import ModelSpectrum
or :
from cassis_lte_python.LTEmodel import ModelCube
create a configuration dictionary suited for your needs
call
ModelSpectrumorModelCubewith the configuration dictionary as argument
Currently, the following use cases are possible :
Use case |
Import |
|---|---|
Inspect a dataset |
|
Minimize a single spectrum |
|
Minimize spectra from a cube |
|
Create a single model |
|