Skip to content

Commit

Permalink
Reset default for traces to bdv.n5
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Feb 14, 2024
1 parent a48ca43 commit b4a3856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobie/traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def add_traces(input_folder, root, dataset_name, traces_name,
reference_name, reference_scale,
resolution, scale_factors, chunks,
menu_name=None, file_format="ome.zarr", view=None,
menu_name=None, file_format="bdv.n5", view=None,
max_jobs=multiprocessing.cpu_count(),
add_default_table=True,
seg_infos={}, unit='micrometer',
Expand Down
2 changes: 1 addition & 1 deletion test/test_traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def init_dataset(self):
scales = [[2, 2, 2]]
mobie.add_image(data_path, data_key, self.root, self.dataset_name, raw_name,
resolution=(1, 1, 1), chunks=(64, 64, 64), scale_factors=scales,
tmp_folder=tmp_folder)
tmp_folder=tmp_folder, file_format="bdv.n5")

def generate_trace(self, trace_id):
path = os.path.join(self.trace_folder, f"trace_{trace_id}.swc")
Expand Down

0 comments on commit b4a3856

Please sign in to comment.