I noticed that out of the box, I was not able to run the Tutorial.1 without error.
This seemed to be due to:
It seems all the keys for the glass types have changed since the tutorial was written, to use the full prefix, i.e. N-BK7 instead of BK7. I needed to go through and change all the glass types to include the prefix N-.
There seems to be a reference to BK8 glass which was not found, I changed to a different type
pi is not available. Suggest move the from math import * to the top of the worksheet.
Regarding the glass names, I think using the full names is better, but perhaps it would be good to be able to fall back to the shorter ones, (perhaps with a depreciation warning), to support legacy code.
I noticed that out of the box, I was not able to run the Tutorial.1 without error.
This seemed to be due to:
N-BK7
instead ofBK7
. I needed to go through and change all the glass types to include the prefixN-
.BK8
glass which was not found, I changed to a different typepi
is not available. Suggest move thefrom math import *
to the top of the worksheet.Regarding the glass names, I think using the full names is better, but perhaps it would be good to be able to fall back to the shorter ones, (perhaps with a depreciation warning), to support legacy code.