<div dir="ltr">







Hi all,<br><br><br>I am saving the coordinates corresponding to classification accuracies as follows:<br><br><blockquote style="margin:0 0 0 40px;border:none;padding:0px">        max_i = np.argmin(sl_map.samples[0])  # min<br>        coord = db12s.fa[sprefix_indices_key][<wbr>max_i]<br><br>        np.save(dir + '/coords' + str_label_set, db12s.fa[sprefix_indices_key])</blockquote><br><br>Now looking at these coordinates, it strikes me that they all are positive - which can't be for MNI coordinates describing the entire cortex (I am not masking). How can this be? And if these are not MNI coordinates, how could they be translated to such?<br><br>Thanks,<br>Pegah</div>