Class Reference

Once the OSKAR Python bindings have been installed, use:

import oskar

in your Python script to access the classes in this package. The example scripts may be a helpful place to look for an overview of what is possible.

All processing-intensive methods on OSKAR Python classes will release the Global Interpreter Lock (GIL) when called, so that other Python threads may run concurrently.

Input Data & Settings