Jure Demsar

Results 21 comments of Jure Demsar

When implementing the interface I noticed a few minor inconsistencies: - `scanner-grad-coeffs` from this pipeline is called `gdcoeffs` in PreFS. - `grayordinates-res` is called `grayordinatesres` in PostFS.

I am encoutering a somewhat similar issue when trying to open the GraphiQL IDE ``` graphiql.min.js:31 Uncaught TypeError: e.useSyncExternalStore is not a function at Lu (graphiql.min.js:31:1963) at Fu (graphiql.min.js:31:2320) at...

Yeah, sure. Can you just point me to a recent use of the new interface, so I do not use something outdated again. Thanks!

I will wait for FreeSurfer since it is much more similar and will be easier to use for adaptation.

@glasserm we will take a look. It seems like we just need to make the wildcard more restrictrive.

@axkralj990 Thanks! Let us code the solution on a separate branch and prepare a pull request for the HCP team.

PR that solves this is opened at https://github.com/Washington-University/HCPpipelines/pull/270.

Just noticed one minor thing `--matlab-mode` is called `--matlab-run-mode` in other scripts.

Also, can the the user enforce that pyfix is used or will the code automatically use MATLAB fix if it exists on the system?

> Although autodetecting FIX vs pyfix from the environment is nice, is it not possible to also be able to manually specify this (for example if both are being used...