File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
components/formats-gpl/src/loci/formats/in Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2892,6 +2892,8 @@ else if (lensID < 20000) {
28922892 magnification = 10.0 ;
28932893 workingDistance = 15.00 ;
28942894 immersion = MetadataTools .getImmersion ("Air" );
2895+ correction = MetadataTools .getCorrection ("PlanFluor" );
2896+ manufacturer = "Nikon" ;
28952897 break ;
28962898 case 18108 : // GE 10X/0.45, 1mm substrate, GRC
28972899 lensNA = 0.45 ;
@@ -2955,6 +2957,12 @@ else if (lensID < 20000) {
29552957 workingDistance = 0.48 ;
29562958 immersion = MetadataTools .getImmersion ("Air" );
29572959 break ;
2960+ case 20007 : // Applied Precision 100X/1.4
2961+ lensNA = 1.4 ;
2962+ magnification = 100.0 ;
2963+ immersion = MetadataTools .getImmersion ("Oil" );
2964+ manufacturer = "Applied Precision" ;
2965+ break ;
29582966 case 1 : // Zeiss 10X/.25
29592967 lensNA = 0.25 ;
29602968 magnification = 10.0 ;
You can’t perform that action at this time.
0 commit comments