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

Add results interface objects #156

Open
mwaskom opened this issue Oct 24, 2017 · 0 comments
Open

Add results interface objects #156

mwaskom opened this issue Oct 24, 2017 · 0 comments

Comments

@mwaskom
Copy link
Owner

mwaskom commented Oct 24, 2017

The idea is to do something like

>>> template = lyman.SubjectTemplate("subj01")
>>> template.seg_fname
/home/user/study/proc/subj01/template.seg.nii.gz
>>> template.seg_img
<nibabel.nifti1.Nifti1Image at 0x000000000>

where the attributes are properties with caching of the image objects.

Makes much sense for the template data, anatomical data, etc. Could be implemented at other levels (i.e. preproc timeseries). Should it just be user-facing, or should lyman use it? Is there a way to make it depend on a formal spec so it doesn't get out of sync with the workflows?

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

No branches or pull requests

1 participant