[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [FreeSnell-discuss] regular wavelength intervals
From: |
Aubrey Jaffer |
Subject: |
Re: [FreeSnell-discuss] regular wavelength intervals |
Date: |
Sun, 11 Dec 2011 11:45:02 -0500 (EST) |
| From: Willie Jin <address@hidden>
| Date: Sat, 10 Dec 2011 23:54:23 -0500
|
| Is there a way to set the wavelengths range using an interval between
| each calculation; instead of using an abscissa range? In other words,
| can I make each calculated wavelength differ by a set interval?
Yes, using the samples keyword:
(wavelengths 1e-6 10e-6)
(samples 10)
would compute the optical properties at intervals of 1 um.
Or are you interested in non-uniform intervals?