Skip to content
Snippets Groups Projects
Commit 33f04394 authored by Constantin Pape's avatar Constantin Pape
Browse files

Rename python module from scripts to mmpb

parent cd7f4881
No related branches found
No related tags found
1 merge request!11New storage layout
Showing
with 2 additions and 2 deletions
File moved
File moved
File moved
File moved
File moved
......@@ -3,7 +3,7 @@ import xml.etree.ElementTree as ET
import numpy as np
from shutil import copyfile
from scripts.files.xml_utils import get_h5_path_from_xml
from mmpb.files.xml_utils import get_h5_path_from_xml
from glob import glob
from elf.io import open_file
from pybdv.converter import copy_dataset
......
......@@ -176,7 +176,7 @@ def add_segmentation(source_name, name, segmentation_path=None,
Adding a dynamic segmentation:
```
# 'update_seg_table' must be importable from 'scripts.attributes'
# 'update_seg_table' must be importable from 'mmpb.attributes'
add_segmentation(source_name, seg_name,
paintera_project=('/path/to/paintera/root.n5', '/path/in/file'),
resolution=(.025, .02, .02), # resolution in microns, must be passed for dynamic seg
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment