Chris Markiewicz
Chris Markiewicz
Right now the definition of `Nifti1Extension` is (simplified): ```python class Nifti1Extension: def __init__(self, code, content): self.code = code self._content = self._unmangle(content) def get_content(): return self._content ``` This means that the...
We haven't kept up with all the NIfTI extensions added over the years. With NIfTI-MRS being on the verge of adoption into BIDS, it seems like the least we can...
### What went wrong? A user's ezBIDS transfer is failing. The zip file is being filled with the UTF-8 response "Bad Request". ```console user@worker-0:/datasets/uploads/ds005308/66/8d/668d52f7bb0fde9779952d44# cat 668d52f7bb0fde9779952d44.zip Bad Request ``` This...
### What would you like to see added? While we may not have landing pages for the NIRS and Motion modalities, it would be good to add them so they...
### What went wrong? https://openneuro.org/datasets/ds005115 is attempting to create a new snapshot. The DOI is getting updated in `dataset_description.json`, but the changelog isn't being modified, and no snapshot is created....
### What went wrong? ```console ❯ datalad clone https://github.com/openneurodatasets/ds003645.git ❯ cd ds003645 ❯ datalad get sub-002/anat/sub-002_mod-T1w_defacemask.nii.gz get(error): sub-002/anat/sub-002_mod-T1w_defacemask.nii.gz (file) [HttpExceptionRequest Request { host = "openneuro.org.s3.amazonaws.com" port = 80 secure =...
I think #144 is failing due to out-of-date actions. This sets a low-frequency job to update your actions in batches. I split out the official `actions/` namespace ones from third-party...
Some initial playing around with getting [Stable ABI](https://docs.python.org/3/c-api/stable.html) builds to work. The benefit would be that if you publish wheels with `cp3N-abi3`, then any Python versions >= 3.N can install...
Utilizing https://github.com/nipreps/niworkflows/pull/885. The goal here is to reduce unnecessary copies to the derivatives directory by doing any data transformation in a cached node, and then using an `always_run` node to...
Preparing for a 24.1.0 release. I will be taking a long weekend, so assuming this passes, I will tag it as rc1 before I go. I would like to get...