Haas Lathe G03 Programing

Hello. I am a new here and have a question. I am new to running lathes and trying to figure out how to program a spherical seat on a haas ST45 lathe. I can get it done in the shape creator but would love to learn how to manually program it using G03.

Thanks Chris

Look at the code that shape creator makes, look up everything you are not sure of. G03 is a CounterClockwise circular move. You calculate your start point, move to using G01. Then you use G03 to move to the end of the arc by putting in the end points and either a R for the radius or I and J to tell the machine where the center of the arc is.

So does this sound correct?
G00 X9.5 Z0.1
G00 Z0.05
G01 Z0 F0.01
G01 X12.617
G03 X14.117 Z-0.4686 I0 K-10.93
G01 Z-1.45