Skip to content

voiage.cli.calculate_monitoring_surveillance

calculate_monitoring_surveillance([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON monitoring and surveillance specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the monitoring result')) -> None

Calculate fixture-backed monitoring and surveillance VOI from JSON.

Parameters:

  • specification_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON monitoring and surveillance specification'))
  • output_file Path | None (default: typer.Option(None, '--output', '-o', help='File to save the monitoring result'))

Returns: None