Skip to content
Discussion options

You must be logged in to vote

Hi,
I don't completely understand what you are trying to do and how you are doing it...
Do you want to use an existing process (ParameterizeSulcus2015) in a script, or write a custom process ? In the first case you don't have to write a signature... (or maybe you mean fill it it from the script ?)
To run a process from a script, there are several options:

  • from a shell script (as a commandline):
    python -m brainvisa.axon.runprocess ParameterizeSulcus2015 graph=/data/path_to_graph.arg # etc for other params
    
  • as a python library from a python script:
    from brainvisa.axon import processes
    processes.initializeProcesses()
    from brainvisa.processes import defaultContext
    defaultContext().runProces…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@mirkozaff
Comment options

@Sofiia2001
Comment options

@denisri
Comment options

@Sofiia2001
Comment options

@denisri
Comment options

Answer selected by c-langlet
Comment options

You must be logged in to vote
1 reply
@mirkozaff
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help! General help needed
3 participants