Skip to content

Commit

Permalink
Add data for objective ID 18112
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Aug 15, 2024
1 parent 0a895ae commit aeb2fdd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/formats-gpl/src/loci/formats/in/RCPNLReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ protected void populateObjective(MetadataStore store, int lensID)
MetadataTools.getCorrection("PlanApo"), 0, 0);
store.setObjectiveManufacturer("Nikon", 0, 0);
break;
case 18112:
store.setObjectiveNominalMagnification(20.0, 0, 0);
store.setObjectiveLensNA(0.8, 0, 0);
store.setObjectiveWorkingDistance(
new Length(0.8, UNITS.MILLIMETER), 0, 0);
store.setObjectiveImmersion(MetadataTools.getImmersion("Air"), 0, 0);
store.setObjectiveCorrection(
MetadataTools.getCorrection("PlanApo"), 0, 0);
store.setObjectiveManufacturer("Nikon", 0, 0);
break;
}
}

Expand Down

0 comments on commit aeb2fdd

Please sign in to comment.