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

how to explain data structure #11

Open
freeman-lab opened this issue May 15, 2018 · 0 comments
Open

how to explain data structure #11

freeman-lab opened this issue May 15, 2018 · 0 comments

Comments

@freeman-lab
Copy link

from an offline chat... here's a set of nouns to explain the basic concepts underlying the data structure here

general concept

A collection of images is specified by a JSON file. A collection consists of multiple tilesets, each of which is also specified by a JSON file. A tileset consists of multiple tiles.

|- collection (collection.json)
  |- tileset (tileset1.json)
	|- tile 
	|- tile
	|- tile
  |- tileset (tileset2.json)
	|- tile
  |- tileset (tileset3.json)
	|- tile
	|- tile

worked example

A collection is an experiment / hybridization, for each experiment we have multiple fields of view, for each field of view we have multiple tiles.

|- hybridization.json
  |- hybridization_fov_000.json
    |- image0.tif
    |- image1.tif
    |- ... 
  |- hybridization_fov_001.json
    |- image0.tif
    |- image1.tif
    |- ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant