Wave cropping needs to be reintroduced into fifthwave.py

The new version of fifthwave does not crop the simulated wave in general or when an analytical wave is included. This needs fixed for 0.2 I think.

Details

Id: 21eab322f0413973394ee4a761461ea2ac97e066
Type: bugfix
Creation time: 2011-01-20 16:39
Creator: Mathew Topper <mathew.topper@...>
Release: 0.2 (released 2011-02-09)
Component: fifthwave.py
Status: closed : fixed fixed
In progress: 10 minutes

Issue log

2011-01-24 12:53 Mathew Topper <mathew.topper@...> closed with disposition fixed
OK, added a range variable to wave analysis that initally records the wavelength of the numerical wave on its first import and will overwrite this value if an analytical wave is added.
2011-01-24 12:43 Mathew Topper <mathew.topper@...> changed status from closed to in_progress
Ok, so this isn't quite fixed because I think it should set one cut range at the begginning and stick to it or the wave form plots will be of varying sizes and that will look odd.
2011-01-24 12:11 Mathew Topper <mathew.topper@...> closed with disposition fixed
Ok, so added a clause that if the analytical wave exists then use its wavelength to trim the numerical wave, else use the numerical waves own wavelength to do it. Not sure what effect this has on the wave form quite a lot probably. To make this work I also has to let the TwoD_Wave_Form record a last good wavelength which is returns now if it cant work it out. This has some interesting impacts too!
2011-01-20 16:39 Mathew Topper <mathew.topper@...> created