Pradeep Reddy Raamana

Results 97 comments of Pradeep Reddy Raamana

implementing [some of these] may lead to reduced responsiveness, as it has to read large thickness files and some ROI-wise stats on them for each subject. Relying aparc.stats might help,...

Try some of the solutions presented [here](https://stackoverflow.com/questions/6030098/how-to-display-a-3d-plot-of-a-3d-array-isosurface-in-matplotlib-mplot3d-or-simil#6031871)

hey @ericearl @arshitha, do you think the checkboxes below would suffice? Feel free to suggest others. cc @agt24 ``` ['Pass', 'Fail', 'Brain removed', 'faCial features', 'eYes visible', 'eaRs visible', 'Unique...

Good suggestions Arsh, I'll add the Brow visible. More words in option might make the checkbox too long wasting space. if you could supply some examples to documentation, that would...

Great, thanks Arsh. Also, depending on your interest/skill in Python, it would be straightforward to integrate freeview in VisualQC, given it works on your system now. If you are interested...

LOL, my bad, I meant fsleyes :)

we will be imitating how the freesurfer module generated cortical visualization using freeview or tksurfer, but now using fsleyes -- rather straightforward to change command name and parameters: https://github.com/raamana/visualqc/blob/46ff96f680f27bf1221581c0696a11361b4582a7/visualqc/freesurfer.py#L342

thanks - so that'd be a bug, and I would fix it soon.

The latter part is intended but it should never produce just a gray surface - there is a bug somewhere in the chain!

Eric, you can use this branch (after pull and `pip install -e .` dev install) to play with it and see how you like it