finesse.analysis.actions.Scale

Overview

class finesse.analysis.actions.Scale(scales: dict, **kwargs)[source]

Bases: finesse.analysis.actions.Action

Action for scaling simulation outputs by some fixed amount. Included for compatibility with legacy Finesse code. New users should apply any desired scalings manually from Python.

Parameters

detectors : dict

A dictionary of detector name: scaling factor mappings.