... | ... | @@ -138,3 +138,29 @@ Always make sure that the system is back at 27°C and the CO2 is off when you ha |
|
|
# Technical Specifications
|
|
|
[Configuration_Elyra.pdf](uploads/86be8a7457b9836c575026687c4b68c2/Configuration_Elyra.pdf)
|
|
|
## 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": "Elyra-7", "manufacturer": "Zeiss", "type": "M27", "prod_num": "420340-9901-000"},
|
|
|
{"designation": "Plan-Apochromat", "magnification": "40", "na": "1,4", "wd": "0,13", "immersion": "oil", "instrument": "Elyra-7", "manufacturer": "Zeiss", "type": "DIC M27", "prod_num": "420762-9900-000"},
|
|
|
{"designation": "C-Apochromat", "magnification": "63", "na": "1,2", "wd": "0,28", "immersion": "water", "instrument": "Elyra-7", "manufacturer": "Zeiss", "type": "Corr M27", "prod_num": "421787-9970-799"},
|
|
|
{"designation": "Plan-Apochromat", "magnification": "63", "na": "1,4", "wd": "0,19", "immersion": "oil", "instrument": "Elyra-7", "manufacturer": "Zeiss", "type": "DIC M27", "prod_num": "420782-9900-799"},
|
|
|
{"designation": "alpha Plan-Apochromat", "magnification": "63", "na": "1,46", "wd": "0,1", "immersion": "oil", "instrument": "Elyra-7", "manufacturer": "Zeiss", "type": "Corr M27", "prod_num": "420780-9971-000"},
|
|
|
{"designation": "alpha Plan-Apochromat", "magnification": "100", "na": "1,46", "wd": "0,11", "immersion": "oil", "instrument": "Elyra-7", "manufacturer": "Zeiss", "type": "DIC VIS M27 Airy", "prod_num": "420792-9800-720"}
|
|
|
|
|
|
]
|
|
|
}
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |