You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upload.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,20 @@ This directory contains microscopy data files [as described in detail in the BID
139
139
140
140
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`).
141
141
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
+
142
156
### samples.tsv
143
157
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:
0 commit comments