public ResonantPitching(WaveData wave, ShipData ship)
 {
     this.wave = wave;
     this.ship = ship;
 }