public PixelAspectExt(Rational par) {
   this();
   this.hSpacing = par.getNum();
   this.vSpacing = par.getDen();
 }