Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add annotation naming scheme #21

Merged
merged 5 commits into from
Oct 29, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,20 @@ This directory contains microscopy data files [as described in detail in the BID

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`).


#### high-res histology annotation
kabilar marked this conversation as resolved.
Show resolved Hide resolved
All datasets used for annotations use the same naming scheme as the rawdata.

All annotation files use the following naming scheme:
dataset name + _suffix
when annotating discrete segmentations, use _dseg as the suffix.
jssyq marked this conversation as resolved.
Show resolved Hide resolved
jssyq marked this conversation as resolved.
Show resolved Hide resolved

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.
jssyq marked this conversation as resolved.
Show resolved Hide resolved

For example, an annotator with an initial JS would name the annotation file as sub-MR243_sample-slice0000slice0004_stain-LY_DF_desc-JS_dseg
jssyq marked this conversation as resolved.
Show resolved Hide resolved



### samples.tsv
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:

Expand All @@ -150,6 +164,7 @@ sub-Ken1 sample-slice0009 tissue
sub-Ken1 sample-slice0010 tissue
```


## Upload your data
Upload the data from your local machine to lincbrain.org:

Expand Down
Loading