AST-1075 Fix UB in OneApplyCal
The number of elements in the times vector used in the JonesParameters' constructor didn't match the number of elements in the params sent. This causes UB due to accessing elements out of bounds.
The number of elements in the times vector used in the JonesParameters' constructor didn't match the number of elements in the params sent. This causes UB due to accessing elements out of bounds.