Maximilian Cosmo Sitter
Maximilian Cosmo Sitter
Thank you very much for this awesome package. I implemented the option described in #24 with the following behavior: - Escape all upper-case letters at the beginning of words -...
The option removes all braces inside the value field, if they don't contain a dollar sign. If there is a specific case which would require a more complex regex, i...
If drop all caps option is checked, a field is made available to define fields for exclusion. The CLI flag also accepts a list of fields to exclude. If it...
Hi, I noticed that in [`nibabel/ecat.py`](https://github.com/nipy/nibabel/blob/master/nibabel/ecat.py), the `patient_birth_date` field is defined as: ```python ('patient_birth_date', np.uint32), ``` This causes incorrect date interpretations, for example producing birth dates in the future rather...