Skip to content

Commit

Permalink
Merge pull request #4224 from melissalinkert/rcpnl-objective-18112-de…
Browse files Browse the repository at this point in the history
…velop

RCPNL: add data for objective ID 18112
  • Loading branch information
sbesson authored Sep 2, 2024
2 parents 54cf1e8 + aeb2fdd commit bb18019
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 bb18019

Please sign in to comment.