getting 'IndexError: list index out of range' when trying to run the code ``` series_uid = '1.3.6.1.4.1.14519.5.2.1.6279.6001.124154461048929153767743874565' showCandidate(series_uid) ``` <img width="1267" alt="image" src="https://user-images.githubusercontent.com/58654928/216802854-1d92e52c-c47a-4e7d-b5f3-59a0315e0533.png"> i found the file`1.3.6.1.4.1.14519.5.2.1.6279.6001.124154461048929153767743874565.mhd` only exist in dir `seg-lungs-LUNA16` <img width="1174" alt="image" src="https://user-images.githubusercontent.com/58654928/216802915-a0f208e9-ac70-48fb-a858-2516ba7b15f9.png"> if i try another uid like `1.3.6.1.4.1.14519.5.2.1.6279.6001.888291896309937415860209787179` in the dir `subset1`, code works correctly <img width="1161" alt="image" src="https://user-images.githubusercontent.com/58654928/216802978-a3c38beb-8bce-414a-9b65-8425a0f0a195.png"> <img width="1266" alt="image" src="https://user-images.githubusercontent.com/58654928/216803034-dcf73ca6-3921-4f41-a8c0-50a1a0bc4761.png">