gwkokab_scripts.batch_scatter2d¶

Functions¶

main(→ None)

Main function of the script.

make_parser(→ argparse.ArgumentParser)

Create the command line argument parser.

Module Contents¶

gwkokab_scripts.batch_scatter2d.main() None¶

Main function of the script.

gwkokab_scripts.batch_scatter2d.make_parser() argparse.ArgumentParser¶

Create the command line argument parser.

This function creates the command line argument parser and returns it.

Returns:

the command line argument parser

Return type:

argparse.ArgumentParser