Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] update to scilpy 2 #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

arnaudbore
Copy link
Contributor

@arnaudbore arnaudbore commented Oct 25, 2024

It needs some update from scilpy 2 to make it work especially stats have grown up but scil_json_convert_entries_to_xlsx.py has not.

Fix #25

@arnaudbore arnaudbore changed the title [WIP] update to scilpy 2 [ENH] update to scilpy 2 Oct 29, 2024
@frheault
Copy link
Member

I ran it with 3 subjects, each with slightly differents bundles (to look at missing data), the third subject had 1 metric instead of 2, 2 subjects had lesions and not the other. Everything came out as expected except 1 thing:

scil_lesions_info.py was doing the labelling (from binary mask to counting lesions) and now we need to use scil_labels_from_mask.py before the for loop and call scil_lesions_info.py with that new labels file.

That's all I think !

@frheault
Copy link
Member

frheault commented Nov 1, 2024

Tested on new data, mixed up input a bit and its all good !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem in Aggregate_All_Bundle_Length_Stats (Statistics) process
2 participants