synthpic2.recipe.synth_chain.rendering_steps

Module for SynthChainSteps.

Submodules

Package Contents

Classes

RenderParticlesIndividually

Class to render a whole set of particles into a single image.

RenderParticlesTogether

Class to render a whole set of particles into a single image.

SaveState

Synth chain step to save a state to disk.

class synthpic2.recipe.synth_chain.rendering_steps.RenderParticlesIndividually

Bases: DiscreteRenderingStep

Class to render a whole set of particles into a single image.

render() None
class synthpic2.recipe.synth_chain.rendering_steps.RenderParticlesTogether

Bases: DiscreteRenderingStep

Class to render a whole set of particles into a single image.

render() None
class synthpic2.recipe.synth_chain.rendering_steps.SaveState

Bases: synthpic2.recipe.synth_chain.rendering_steps.rendering.ParametricRenderingStep

Synth chain step to save a state to disk.

name: str | None
__call__(runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) synthpic2.recipe.synth_chain.state.RuntimeState

NotImplemented