You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, heudiconv's main workflow is included in the same function that parses the CLI arguments. With a little refactoring, we could separate these two a bit to allow users to call heudiconv from within Python. I think it would be fairly easy, and it would help users like me who prefer to call heudiconv within larger Python scripts.