fli-iam / shanoir-ng

Shanoir (SHAring iN vivO Imaging Resources)
GNU General Public License v3.0
21 stars 21 forks source link

Missing dataset metadata in ShanoirTK API access #542

Closed albangaignard closed 1 year ago

albangaignard commented 3 years ago

Metadata such as "slice thickness" or "slice spacing" used to be acessible through the JSON produced by the Shanoir API. These metadata disappeared on shanoir-old.irisa.fr .

They are very useful to filter datasets to be further anaylsed (vessel segmentation).

michaelkain commented 3 years ago

Hi Alban, your required slice thickness and slice spacing is already part of /datasets/datasetacquisition REST-API, see my screenshot. Hope this helps. Let me know if I can close the issue. Bildschirmfoto 2020-10-07 um 09 27 01

albangaignard commented 3 years ago

Thanks, they were in the dataset API in the previous ShanoirTK version. I'm still missing a reference to the dataset ID so that the raw image can be downloaded.

Thanks for your help.