Example script and modulesΒΆ

A few example scripts and modules are found here: examples.

The script called examples/examples_fast/Modules/main.py is a quick test run not requiring any input files. It assumes a single hot region with a uniform temperature using the default blackbody atmosphere extension and a fake instrument matrix.

Second script called examples/examples_modeling_tutorial/TestRun_BB.py is a test run, which is similar to the Modeling tutorial, requiring the same input files as in the corresponding tutorial and using the default blackbody atmosphere extension.

Third script called examples/examples_modeling_tutorial/TestRun_Num.py is also a test run, which is similar to the Modeling tutorial, except using the numerical atmosphere extension (X-PSI installed using the flag --NumHot).

Fourth script called examples/examples_modeling_tutorial/TestRun_NumBeam.py is a similar test run as the previous, except using a numerical atmosphere extension with extra parameters allowing deviations to the atmospheric beaming pattern (X-PSI installed using the flag --NumHotBeam instead of --NumHot).