Plugins: what are they?#
Plugins in pyCIF are the elementary block of the python library. They are the basic class on which all other classes are built.
All data and meta-data in pyCIF are stored as attributes of
Plugin
class instance.
Dependencies and links between each plugin
are automatically dealt with,
as further explained here.
The list of classes in the CIF is detailed below. Click to expand the code of each class. For each class, please refer to the corresponding pages for the list of available plugins and further documentation:
- CIF Classes
- baseclass class
- chemistries class
- controlvects class
- datastreams class
- datavects class
- domains class
- fields class
- fluxes class
- measurements class
- meteos class
- minimizers class
- models class
- modes class
- obsoperators class
- obsparsers class
- obsvects class
- platforms class
- setup class
- simulators class
- transforms class