Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use BrainVISA interface to select Capsul pipeline #302

Open
sapetnioc opened this issue Nov 9, 2023 · 3 comments
Open

Use BrainVISA interface to select Capsul pipeline #302

sapetnioc opened this issue Nov 9, 2023 · 3 comments
Labels

Comments

@sapetnioc
Copy link
Collaborator

No description provided.

@sapetnioc sapetnioc added the 3.0 label Nov 9, 2023
@denisri
Copy link
Collaborator

denisri commented Nov 23, 2023

This is partly done but we can discuss what we want exactly:

  • We can declare in Axon a process which is a wrapping of a Capsul process or pipeline - but we don't translate the internal pipeline structure to axon: we use it as a black box, or we can edit the pipeline structure in capsul.
  • we can instantiate an axon process which is an automatic wrapping of a Capsul process or pipeline, even if it is not declared as an axon process:
    p = getProcess('capsul://deepsulci.sulci_labeling.capsul.labeling')
    

But we don't see in Axon GUI all capsul processes and pipelines if they are not redeclared in axon.
Do we want more ?

@denisri
Copy link
Collaborator

denisri commented Nov 23, 2023

Another sub-topic to be handled: completion schemas.
The way to load Capsul3's completion schemas (and ProcessSchema subclasses) given a process/pipeline and the needed schemas (Bids, brainrvisa etc) is not clear yet. So far we load Morphologist schemas (hard-coded) because we only have those and they are currently part of Capsul3 (#328), but there is currently no mechanism to load additional schema parts for additional processes or toolboxes.

@sapetnioc
Copy link
Collaborator Author

sapetnioc commented Nov 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants