fatmai

Results 2 comments of fatmai

To demonstrate how a random array can be converted to a Volume: Option 1: ``` data = np.random.rand(*cortex.db.get_xfm('S1', 'fullhead').shape) volume = cortex.Volume(data=data, subject='S1', xfmname='fullhead') ``` Option 2: `volume = cortex.Volume.random(subject=‘S1’,...