... | ... | @@ -11,3 +11,26 @@ |
|
|
## 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": "EC Plan-Neofluar", "magnification": "10", "na": "0,3", "wd": "5,2", "immersion": "air", "instrument": "STED", "manufacturer": "Zeiss", "type": "M27", "prod_num": "420340-9901-000"},
|
|
|
{"designation": "EC Plan-Neofluar", "magnification": "40", "na": "1,3", "wd": "0,21", "immersion": "oil", "instrument": "STED", "manufacturer": "Zeiss", "type": "DIC", "prod_num": ""},
|
|
|
{"designation": "alpha Plan-Apochromat", "magnification": "100", "na": "1,46", "wd": "0,11", "immersion": "oil", "instrument": "STED", "manufacturer": "Zeiss", "type": "DIC M27", "prod_num": "420792-9800-000"}
|
|
|
|
|
|
]
|
|
|
}
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |