Sin Kim

Results 18 comments of Sin Kim

The solution also does not reroll the dice. It may be better to remove `solutions` entirely if it doesn't work. It only confuses the readers.

Just bumping this issue with https://neurostars.org/t/dividing-existing-datalad-dataset-into-subdatasets/7067 because I encountered this problem too: finding out later that a directory should be its own subdataset.

https://git-scm.com/docs/git-filter-branch has an intimidating list of warnings. How many of them may be applicable to datalad? Also, for annex repos, should `git annex filter-branch` precede `git filter-branch`?

Both are subjective suggestions that may not fit everyone's use case, so it's totally fine if you don't think they are suitable. I've been using a slightly modified tmux-gruvbox for...

Would like to add that while most reports summary plots have tiny fonts, some end up with nice big fonts. Not sure yet what causes the different behaviors. ![BIG](https://user-images.githubusercontent.com/7570456/68198445-63f11c80-ffff-11e9-909e-c9db1f7c789f.png)

fmap_mag = create_key('sub-{subject}/fmap/sub-{subject}_magnitude') fmap_phase = create_key('sub-{subject}/fmap/sub-{subject}_phase') for s in seqinfo: elif 'B0map' in s.protocol_name: if 'M' in s.image_type: info[fmap_mag].append(s.series_id) elif 'P' in s.image_type: info[fmap_phase].append(s.series_id) This is what I tried. `seqinfo`...

I am using a docker image, and I don't know how to edit that file in the image. Until proper multi-volume support, I will just use a post-processing shell script,...

> Yes, I don't particularly like the inheritance principle either. There have been several calls to formalize it "better" (or formalize in the first place), see e.g., [bids-standard/bids-specification#102](https://github.com/bids-standard/bids-specification/issues/102) Inheritance does...

> @AKSoo it sounds like you've spent some time thinking about this. How much work would it be to start a pull request with a prototype? Depends on whether you...

> I'd say ideally without PyBIDS dependency but @hoechenberger is in charge. Why is it easier with PyBIDS? Can you link to specific functions? https://bids-standard.github.io/pybids/generated/bids.layout.BIDSLayout.html#bids.layout.BIDSLayout.get_metadata