SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

FSL arguments in run command #18

Closed bhzunami closed 7 years ago

bhzunami commented 7 years ago

The command run(filename, options) in femag.py should have one more parameter to add options for the FSL file.

Femag.run(filename, options=['-b'], fsl_args=[])

The _fslargs should be a list of strings.