cli
oxytcmri.infrastructure.cli
¶
Command line interface.
Functions:
Name | Description |
---|---|
compute_dti_normative_values |
Compute DTI normative values for all centers and store the results in the database. |
segment_dti_lesions |
|
Attributes:
Name | Type | Description |
---|---|---|
command_line_interface |
|
command_line_interface = typer.Typer(add_completion=False)
module-attribute
¶
compute_dti_normative_values(settings_filepath=typer.Option(..., '--settings', '-s', help='Path to the settings file'), overwrite_database_file=typer.Option(True, '--overwrite_database_file', '-odbf', help='Delete the database file if it already exists'), dti_metrics=typer.Option(None, '--dti-metrics', '-dti', help="Comma-separated list of DTI metrics to include in computations (e.g. 'FA,MD')"), statistics_strategies=typer.Option(None, '--statistics-strategies', '-stats', help="Comma-separated list of statistical strategies to include in computations (e.g. 'mean,std_dev')"))
¶
Compute DTI normative values for all centers and store the results in the database.
Source code in oxytcmri/infrastructure/cli.py
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
|
segment_dti_lesions()
¶
Source code in oxytcmri/infrastructure/cli.py
109 110 111 |
|