pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
111 stars 27 forks source link

Visualisation updates #83

Closed rnfinnegan closed 3 years ago

rnfinnegan commented 3 years ago

vis updates and conduction system segmentation

pchlap commented 3 years ago

Hey @rnfinnegan , it looks like the tests are failing here... It seems to be the cardiac tests, an indexerror... I think you probably added something to the config which hasn't been added to the config in test_cardiac.py??

pchlap commented 3 years ago

Hey @rnfinnegan , it looks like the tests are failing here... It seems to be the cardiac tests, an indexerror... I think you probably added something to the config which hasn't been added to the config in test_cardiac.py??

I could be wrong about this... I can't see any new fields in the config so not 100% whats happening here...

rnfinnegan commented 3 years ago

weird, I'm looking into this now

rnfinnegan commented 3 years ago

@pchlap got it sorted - I made some edits to the CARDIAC_DEFAULT_SETTINGS, the iteration staging was causing the index error

pchlap commented 3 years ago

@pchlap got it sorted - I made some edits to the CARDIAC_DEFAULT_SETTINGS, the iteration staging was causing the index error

Awesome! Thanks :)