-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions for creating a Webknossos dataset
- Loading branch information
Showing
8 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Add Webknossos Dataset | ||
|
||
The following steps provide instructions for adding assets from the LINC Data Platform to LINC Webknossos. This process has not been automated as it is often the case that multiple assets are added as layers to a single Webknossos dataset, and a pattern for adding these layers has not yet been established. | ||
|
||
1. Navigate to an asset on the [LINC Data Platform](https://lincbrain.org/), and find the “Copy” button: | ||
|
||
![](img/webknossos_asset.png) | ||
|
||
2. Select the AWS S3 URI “Copy” button: | ||
|
||
![](img/webknossos_uri.png) | ||
|
||
3. The AWS S3 URI is now copied to your clipboard. | ||
|
||
4. Proceed to [LINC Webknossos](https://webknossos.lincbrain.org). | ||
|
||
5. Under the “Datasets” tab, select “+ Add Dataset”: | ||
|
||
![](img/webknossos_add_dataset.png) | ||
|
||
6. Navigate to the “Add Remote Dataset” tab: | ||
|
||
![](img/webknossos_remote_dataset.png) | ||
|
||
7. Paste the AWS S3 URI in the “Dataset URL” field and select “Add Layer”. | ||
|
||
8. Add the dataset name that follows the convention below: | ||
|
||
![](img/webknossos_name_field.png) | ||
|
||
- For a Webknossos dataset with a single layer, the name should match the file naming convention on the LINC Data Platform. And include the folder tree in the filename, whereby each subdirectory is separated by an underscore. For example, the last Zarr asset in the figure below would be named as follows: `000003_rawdata_sub-MN115_micr_sub-MN115_sample-slice0000slice0025_stain-LY_DF.ome.zarr` | ||
|
||
![](img/webknossos_dataset_name.png) | ||
|
||
- For a Webknossos dataset with multiple layers, the naming scheme is currently under discussion here: https://github.com/lincbrain/webknossos/issues/19. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters