neuropoly/coil_simulation_web

Script takes arguments from command line

Closed this issue · 2 comments

Command line arguments will be used for the web interface calls and for presets as well. Default arguments will exist.

This is now high priority, since arguments will have to be taken from the get_parser() function. Arguments still have to be determined, and presets will exist in them for coil configuration.

The parser function is now properly used to get arguments from command line.