stilt.TransformContext#

class stilt.TransformContext(receptor: 'Receptor', footprint_name: 'str' = '', is_error: 'bool' = False, store: 'Store | None' = None) → None[source]#

What a transform may know about the footprint it is applied for.

receptor is the receptor the particles were released from (its id keys per-receptor inputs such as an averaging-kernel table), footprint_name the footprint being generated, is_error whether these are the error trajectories, and store the project store, so files named relative to the project root can be found wherever the footprint is generated.

Attributes#

receptor

footprint_name

is_error

store