Basile
Basile
**Describe the bug** I tried setting a stream callback as a python function, following examples in C. ``` def stream_cb(user_data, type, buffer): if type == Aravis.StreamCallbackType.INIT: if not Aravis.make_thread_realtime(10) and...
Using MovieStim2 I get the following errors (caught by the callback handler), resulting in sound de-sync. ``` Traceback (most recent call last): File ".../.local/lib/python3.8/site-packages/vlc.py", line 1741, in _callback_handler call(event.contents, *args,...
### What is the problem? When creating a ria sibling the HEAD is always set to `refs/heads/master` even if master is not an existing branch or is not the global`init.defaultBranch`,...
### What is the problem? http://docs.datalad.org/en/stable/generated/datalad.api.install.html mentions the possibility to install from RIA store with checkout of a specific version. > branch (str or None, optional) – Clone source at...
As datasets creators migrate to the new BIDS B0Field* fieldmap intent specification, it might be good to mention in the doc, which version supports it or not, including retrospectively for...
I am trying to apply the new spec for B0 fieldmap Intent to bypass limitations with sdcflows https://github.com/nipreps/sdcflows/issues/266 However I have fmriprep crashing in `pybids.BIDSLayout.get_B0FieldIdentifiers` ``` lib/python3.7/site-packages/bids/layout/layout.py in get(self, return_type,...
Unless I missed it, it seems that these query filter values are not mentioned in the doc or the module reference. For the moment it requires digging into the code...
pybids version: 0.9.4 I have corresponding jsons and niftis in a BIDS folder from heudiconv, but nifti.get_metadata often returns a value that is the opposite of what the json contains....
Here is a PR to allow scans including variable slicing, such as localizer, to be labelled with `acq-` instead of the suffix being indexed (default). As the different slicing still...
### Summary Warning: super weird edge case. When acquiring mag+phase data with CMRR bold MB sequence, the SBRef get exported as a single series with both mag+phase dicoms, same goes...