Refactor update spectra-factory with vertical component calc
- get x values
- first x value = 0
- last x value ( t_l + 1 )
- other x values should increment by 0.05 but also include 0.025, 0.05, 0.15, 2.0, t_l, (0.2 * ts), ts
if (gm1 > gms) {
gms = gm1;
}
ts = gm1 / gms;
-
add getHorizontalValue
- implement existing get spectrum piece-wise logic
-
add get vertical value method
-
getHorizontalSpectrum
- gets x values and calls getHorizontalValue for each x value to get corresponding y value
-
getVerticalSpectrum
- gets x values and calls getVerticalValue for each x value to get corresponding y value