Skip to content

Commit 712f4c5

Browse files
committed
feat: update logo
1 parent 47a23c5 commit 712f4c5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

neuroglancer_utils/create_datasets/create_mc_logo.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ def create_mc_logo(output_path="file://datasets/mc_logo"):
2121
for i in range(dim_size):
2222
rawdata[:, :, i] = imgdata
2323

24-
# CloudVolume.from_numpy(
25-
# rawdata,
26-
# vol_path=output_path,
27-
# resolution=(1, 1, 1),
28-
# layer_type="image",
29-
# progress=True,
30-
# compress=False,
31-
# )
24+
CloudVolume.from_numpy(
25+
rawdata,
26+
vol_path=output_path,
27+
resolution=(1, 1, 1),
28+
layer_type="image",
29+
progress=True,
30+
compress=False,
31+
)
3232
return rawdata
3333

3434

0 commit comments

Comments
 (0)