Draft of new semantics
This commit is contained in:
parent
b39a0653f2
commit
19af98736d
13 changed files with 252 additions and 187 deletions
17
openflexure_microscope/microscope_configuration.default.json
Normal file
17
openflexure_microscope/microscope_configuration.default.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"microscope": {
|
||||
"stepsPerView": [4100, 3146]
|
||||
},
|
||||
"detector": {
|
||||
"type": "PiCamera"
|
||||
},
|
||||
"stage": {
|
||||
"type": "SangaStage",
|
||||
"port": null
|
||||
},
|
||||
"lightSource": {
|
||||
"type": "LED"
|
||||
},
|
||||
"objective": {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue