voiage.cli.calculate_computational_refinement
calculate_computational_refinement
Section titled “calculate_computational_refinement”calculate_computational_refinement([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON computational refinement specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the computational result')) -> NoneCalculate fixture-backed computational refinement VOI from JSON.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON computational refinement specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the computational result'))
Returns: None