Utilities without a direct connection to medical image processing (medpy.utilities)

Note that the methods/classes from the sub-modules are not loaded into medpy.utilities directly, but have to be imported like

>>> from medpy.utilities.argparseu import sequenceOfIntegers

Custom types for the argparse commandline parser

sequenceOfIntegers(string) A custom type for the argparse commandline parser.
sequenceOfIntegersGt(string) A custom type for the argparse commandline parser.
sequenceOfIntegersGe(string) A custom type for the argparse commandline parser.
sequenceOfIntegersLt(string) A custom type for the argparse commandline parser.
sequenceOfIntegersLe(string) A custom type for the argparse commandline parser.
sequenceOfIntegersGeAscendingStrict(string) A custom type for the argparse commandline parser.
sequenceOfFloats(string) A custom type for the argparse commandline parser.
sequenceOfFloatsGt(string) A custom type for the argparse commandline parser.
sequenceOfFloatsGe(string) A custom type for the argparse commandline parser.
sequenceOfFloatsLt(string) A custom type for the argparse commandline parser.
sequenceOfFloatsLe(string) A custom type for the argparse commandline parser.