DrSAR / SARlabpy

git clone git@pfeifer.phas.ubc.ca:SARlabpy (do not push to github, please)
http://code.SARlab.ca
Other
1 stars 0 forks source link

current iteration of new masterlists does not allow attributes on a patient basis #347

Open firasm opened 9 years ago

firasm commented 9 years ago

"tumour" attribute causes things to break

screen shot 2015-06-24 at 2 00 47 am

to try it:

import sarpy
exp = sarpy.Experiment.from_masterlist('HPGP4'+'.config')

fails with error message:

screen shot 2015-06-24 at 2 02 01 am

DrSAR commented 9 years ago

@firasm, how should we access those patient attributes? currently they are not visible through Experiment.patients or Experiments.labels

firasm commented 9 years ago

yea, we need something else. 

labels = scan labels

patients = patient names

???? = patient attributes

??? could be ‘tags'? ‘attributes’?

On Wed, Jun 24, 2015 at 2:17 PM, DrSAR notifications@github.com wrote:

@firasm, how should we access those patient attributes? currently they are not visible through Experiment.patients or Experiments.labels

Reply to this email directly or view it on GitHub: https://github.com/DrSAR/SARlabpy/issues/347#issuecomment-115015250