Wei Tang

Results 1 issues of Wei Tang

## Description I generated tissue maps from some pre-computed Q-ball peaks: ``` from dipy.segment.tissue import TissueClassifierHMRF hmrf = TissueClassifierHMRF() apm = anisotropic_power(qball_peaks.shm_coeff) results = hmrf.classify(apm, nclass=3, beta=.1) ``` The third...

type:bugfix
state: needs PR