Skip to content

Commit 6e8a11b

Browse files
author
Jasmine Shao
committed
add annotation naming scheme
1 parent 8111801 commit 6e8a11b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/upload.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@ This directory contains microscopy data files [as described in detail in the BID
139139

140140
In this example the data include images (`.tif`) and metadata (`.json`) from multiple brain sections. For each section there is a blockface photo (`_photo`) and a histological stain (`_stain`). Sections from Ken1 and Ken2 were either processed with a Nissl stain and imaged under brightfield microscopy (`_BF`), or processed for the fluorescent tracer Lucifer Yellow (`LY`) and imaged under darkfield microscopy (`_DF`). Additional sections from Ken2 were processed for the fluorescent tracer Fluoro-Ruby (`FR`) and imaged under darkfield microscopy (`_DF`).
141141

142+
143+
#### high-res histology annotation
144+
All datasets used for annotations use the same naming scheme as the rawdata.
145+
146+
All annotation files use the following naming scheme:
147+
dataset name + _suffix
148+
when annotaing discrete segmentations, use _dseg as the suffix.
149+
150+
When there are multiple annotators working on the same dataset, each annotation file is distinguish by adding a _desc-[label] entity before the suffix, where [label] is replaced by the annotator's initials.
151+
152+
For example, an annotator with an initial JS would name the anotation file as sub-MR243_sample-slice0000slice0004_stain-LY_DF_desc-JS_dseg
153+
154+
155+
142156
### samples.tsv
143157
This text file is [described in detail in the BIDS specification](https://bids-specification.readthedocs.io/en/stable/modality-agnostic-files.html#samples-file). For Ken1, the `samples.tsv` would look like this:
144158

@@ -150,6 +164,7 @@ sub-Ken1 sample-slice0009 tissue
150164
sub-Ken1 sample-slice0010 tissue
151165
```
152166

167+
153168
## Upload your data
154169
Upload the data from your local machine to lincbrain.org:
155170

0 commit comments

Comments
 (0)