예제 #1
0
def test_atlas_labels_longtime():
       maps.atlas_labels()
예제 #2
0
def test_atlas_labels():
       mapping = pd.read_csv('/usr/share/mouse-brain-atlases/dsurqe_labels.csv')
       mapping = mapping.iloc[::60, :]
       maps.atlas_labels(mapping=mapping)
예제 #3
0
def test_atlas_labels():
    maps.atlas_labels()