Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape authored Jan 17, 2020
1 parent 1f8c42a commit 866ecfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ convert_to_bdv /path/to/in.h5 data /path/to/out --downscale_factors "[[2, 2, 2],
```

The downscale factors need to be encoded as json list.


### Conversion to n5-bdv format

Bigdatviewer core also supports an [n5 based data format](https://github.com/bigdataviewer/bigdataviewer-core/blob/master/BDV%20N5%20format.md). The data can be converted to this format by passing a path with n5 ending as output path: `/path/to/out.n5`. In order to support this, [elf](https://github.com/constantinpape/elf) needs to be installed.

0 comments on commit 866ecfc

Please sign in to comment.