Update Live Spinning Disk authored by Nicholas Wedige's avatar Nicholas Wedige
......@@ -11,3 +11,29 @@
## Technical Specifications
### Objectives
```json:table
{
"fields": [
{"key": "designation", "label": "Designation", "sortable": true},
{"key": "magnification", "label": "Magnification", "sortable": true},
{"key": "na", "label": "NA", "sortable": true},
{"key": "wd", "label": "WD", "sortable": true},
{"key": "immersion", "label": "Immersion", "sortable": true},
{"key": "instrument", "label": "Instrument", "sortable": true},
{"key": "manufacturer", "label": "Manufacturer", "sortable": true},
{"key": "type", "label": "Type", "sortable": true},
{"key": "prod_num", "label": "Product Number", "sortable": true}
],
"items": [
{"designation": "CFI Plan-Apo Lambda", "magnification": "20", "na": "0,75", "wd": "1", "immersion": "air", "instrument": "LSD", "manufacturer": "Nikon", "type": "", "prod_num": "MRD00205"},
{"designation": "CFI Plan-Apo Lambda S", "magnification": "40", "na": "1,25", "wd": "0,3", "immersion": "silicone", "instrument": "LSD", "manufacturer": "Nikon", "type": "", "prod_num": "MRD73400"},
{"designation": "CFI Plan-Apo Lambda", "magnification": "60", "na": "1,42", "wd": "0,15", "immersion": "oil", "instrument": "LSD", "manufacturer": "Nikon", "type": "", "prod_num": "MRD71670"},
{"designation": "CFI Plan-Apo", "magnification": "60", "na": "1,2", "wd": "0,3", "immersion": "water", "instrument": "LSD", "manufacturer": "Nikon", "type": "", "prod_num": "MRD07602"},
{"designation": "CFI Plan-Apo Lambda", "magnification": "100", "na": "1,45", "wd": "0,13", "immersion": "oil", "instrument": "LSD", "manufacturer": "Nikon", "type": "", "prod_num": "MRD01905"},
{"designation": "CFI Plan-Fluor", "magnification": "100", "na": "1,3", "wd": "0,16", "immersion": "oil", "instrument": "LSD", "manufacturer": "Nikon", "type": "Iris", "prod_num": "MRH02902"}
]
}
```
\ No newline at end of file