Bill,

The calibration is stored in the parameters file. So, if you are on linux you can find that file in ~/.config/kstarsrc
Here's the line (from my dev system, not my real telescope):

SerializedCalibration=Cal v1.0,bx=2,by=2,pw=0.00375,ph=0.00375,fl=170,ang=275.421,angR=270.039,angD=190.803,ramspas=295.899,decmspas=250.12,swap=0,ra= 75:26:32,dec=02:47:50,side=0,when=2023-03-24 15:41:39,calEnd

If you want to understand all the various fields, check out the Calibration::serialize() and Calibration::restore() methods near here:
invent.kde.org/education/kstars/-/blob/m...?ref_type=heads#L341

Hy

Read More...