scitran / core

RESTful API
https://scitran.github.io
MIT License
18 stars 18 forks source link

Downloads with multiple acquisition name overlaps still misrepresent count #1029

Closed nagem closed 6 years ago

nagem commented 6 years ago

If there is a session with the following acquisitions:

foo
foo
bar
bar
bar

it will be downloaded as

foo
foo_0
bar
bar_1
bar_2

rather than

foo
foo_0
bar
bar_0
bar_1
nagem commented 6 years ago

Could not reproduce