At a couple different points throughout the code, the tracing frequencies are converted to wavelengths. There's no need for this process to happen multiple times because they never change throughout the code. Rather, during setup the class should just initialize with either wavelengths or frequencies and then compute the other and hold both.
At a couple different points throughout the code, the tracing frequencies are converted to wavelengths. There's no need for this process to happen multiple times because they never change throughout the code. Rather, during setup the class should just initialize with either wavelengths or frequencies and then compute the other and hold both.