Examples¶
The repository ships small runnable examples built directly on top of the
public fdscore API. Run them from the repository root with python -m ....
Available Examples¶
Minimal Time-Domain FDS¶
python -m examples.minimal_fds_time
This example shows:
time-domain FDS on multiple channels;
reuse of a compatible
FDSTimePlan;basic normalized-workflow usage.
Minimal Spectral FDS¶
python -m examples.minimal_fds_spectral
This example shows:
spectral FDS from an explicit PSD;
spectral FDS from a synthesized time history;
the built-in Dirlik spectral workflow.
Minimal Inversion and Metrics¶
python -m examples.minimal_inversion_and_metrics
This example shows:
closed-form
pvinversion;PSD summary metrics;
the equivalence of normalized and physical workflows for compatible inversion shape recovery.
Notes¶
The examples use synthetic PSDs and time histories so they run without external data files.
The inversion example uses the closed-form
pvroute because it is the most compact minimal workflow with no optional dependencies.