Yaroslav Halchenko

Results 840 issues of Yaroslav Halchenko

in all of those cases I expect us to report usage synopsis with some informative message instead of code tracebacks: examples: - [x] no options specified whatsoever: ```shell $> heudiconv...

# Original/conventional Heudiconv operation - Overall a two stage procedure 1. **prepare** the conversion table for an accession using a heuristic (need `-c none` to run in this mode) -...

enhancement

Now that it is a package, would be easy to add basic duecredit support, with also entries for external tools we use (dcm2niix)

enhancement

got ``` ./sub-testme/func/sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-1_bold.json Evidence: sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-1_bold.json ./sub-testme/func/sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-1_bold.nii.gz Evidence: sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-1_bold.nii.gz ./sub-testme/func/sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-2_bold.json Evidence: sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-2_bold.json ./sub-testme/func/sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-2_bold.nii.gz Evidence: sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-2_bold.nii.gz ./sub-testme/func/sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-3_bold.json Evidence: sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-3_bold.json ./sub-testme/func/sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-3_bold.nii.gz Evidence: sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_echo-3_bold.nii.gz ./sub-testme/func/sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_events.tsv Evidence: sub-testme_task-rest_acq-cmrrXmbep2d_rec-s2p2-pF_events.tsv ``` from validator and was wondering what...

Ran into while building for nd90 (in addition to #400): ``` def test_load_json(tmpdir, caplog): E fixture 'caplog' not found > available fixtures: cache, capfd, capsys, doctest_namespace, monkeypatch, pytestconfig, record_xml_property, recwarn,...

e.g. so we could re-convert data within the same dataset without using original paths. may be smth like `--ignore-heudiconv`

enhancement

Such as PD+T2w pairs, and possibly new fancy sequences from GE. See https://github.com/nipy/heudiconv/issues/144#issuecomment-492726073 for the initial discussion etc. ATM we do support multi-echo and hardcoded _PDT2 (added in #345) but...

I had another idea about #344 one, but I guess we could get to it after this PR is merged . If I get to it I will work on...

ATM we use dcmstack to extract additional (when not `--min-meta`) metadata from DICOMs. One of the pains is that it takes **long** time, probably partially because if I read https://github.com/nipy/heudiconv/blob/master/heudiconv/dicoms.py#L405)...