Skip to content

dislay axis, bfl and image position, change surface #85

Answered by mjhoptics
ppfromero asked this question in Q&A
Discussion options

You must be logged in to vote

To answer your questions in reverse:

  1. How to modify surface thickness after add surface?

The sequential model, sm, has 2 lists, one for interfaces/surfaces and one for gaps, i.e. the thickness separating the adjacent interfaces and the material. The last gap in the list is the image distance,

sm.gaps[-1]

To change the image distance, do the following:

sm.gaps[-1].thi = 33.26
opm.update_model()

You may change more than one attribute before calling update_model().

  1. In my imported zmx lens, Image position is not located at BFL this is normal?

The bfl specified on the webpage is different from the bfl (image distance) in the zmx file. This is an inconsistency in Edmund's data. It appears t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ppfromero
Comment options

@mjhoptics
Comment options

@ppfromero
Comment options

Answer selected by ppfromero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants