MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / usage

Function usage

Examples/Python/DicomSeriesReader2.py:37–41  ·  view source on GitHub ↗

Print usage information.

()

Source from the content-addressed store, hash-verified

35
36
37def usage():
38 """ Print usage information. """
39 print(
40 f"\nUsage: {sys.argv[0]} [-s series_name] input_directory [output_image]\n"
41 )
42
43
44# Parse command line options

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected