Sanitize x, eta input.

Duplicate points in the inputted x, eta data is a nightmare. It's probably easist just to try and deal with it before the metrics act on it. In addition, it might be worth sorting the data if that is not done already.

Details

Id: 6bffc55896ce67969d3a0009053e509573a63127
Type: bugfix
Creation time: 2010-11-23 12:06
Creator: Mathew Topper <mathew.topper@...>
Release: 0.2 (released 2011-02-09)
Component: fifthwave.py
Status: closed : fixed fixed
In progress: 55 minutes

Issue log

2011-01-24 16:37 Mathew Topper <mathew.topper@...> closed with disposition fixed
Added a kill_dupes method to the 2d wave form that will delete duplicates that are next too eachother. Havn't done any sorting as the data but it might be worth adding this as a feature in a future release.
2011-01-24 15:44 Mathew Topper <mathew.topper@...> commented
Probably will have to create a new method in TwoD_Wave_Form to sanitise self.x and self.eta. Don't think this process makes sense for the OneD_Wave_Form. Not sure about sorting the points as this might artificial change the points if there is breaking going on for instance. Perhaps a second "sort" method could be produced that would do this could be made and then called if the user desired.
2011-01-24 15:42 Mathew Topper <mathew.topper@...> changed status from unstarted to in_progress
2011-01-11 13:29 Mathew Topper <mathew.topper@...> assigned to release 0.2 from unassigned
Assigned to release 0.2 as this is a potential breaker.
2010-11-23 12:07 Mathew Topper <mathew.topper@...> edited title
2010-11-23 12:06 Mathew Topper <mathew.topper@...> created