Hi, I'm trying to make use of the "long" version, Type 1 of the Orientation string when importing my imagery:
1|H_WKID|V_WKID|X|Y|Z|RA1|RA2|RA3|A0|A1|A2|B0|B1|B2|FL|PPX|PPY|K1|K2|K3|P1|P2
I am unsure on the parameters A0|A1|A2|B0|B1|B2. I found this PDF that gives a little more info than the documentation: https://www.esri.com/content/dam/esrisites/en-us/about/events/media/UC-2019/technical-workshops/tw-5765-872.pdf (page 23). It says that these are the affine transformation parameters to camera center in the ground to image direction, with A0 and B0 being offsets in cols and rows, and A1,B2|A2,B1 being 1/pixelsize in microns.
If I have a camera with a resolution of 2048x2488 and a pixel size of 3.45 microns in both x and y (a Ladybug5+), would that make for the following?
A0 = 1024
A1 = 0.289855 (1/3.45)
A2 = 0.289855
B0 = 1244
B1 = 0.289855
B2 = 0.289855
Or am I way off here? Thanks for looking!