hmmm, I understand you just need to plate solve the image and flipping over one axes it's enough, but this is a problem to me....
I'm making a program that helps in planning mosaics. You can load an image on the background and overlap the array of frames.
Knowing image scale, frame center and orientation, you can have a preview of the final result, and get the list of the centers.
When parity is 1 everything is fine (seems that 1 is 'no flip' in VB), but when the parity is -1 I'll not be able to determine the correct rotation if I flip over a 'random' axes... am I right?
At the and, I'll warn the user that the image is flipped without knowing over which axes. Probably I'll ask to choose between the possible 'reconstruction', but this is another story....
Here a list of four jobs with results.
Just reading the results, and not the file name, I can't see a way to understand how did I flip the image.
##########################################################################
file = veil_original.jpg
parity = 1,0
orientation = 178,58037178879894
pixscale = 10,645073829122717
radius = 3,700641933438485
ra = 313,2328088873419
dec = 30,935557858481214
##########################################################################
file = veil_x_flipped.jpg
parity = -1,0
orientation = -1,4198660572702217
pixscale = 10,645082393077045
radius = 3,700644910602289
ra = 313,2328194076941
dec = 30,935485274571718
##########################################################################
file = veil_y_flipped.jpg
parity = -1,0
orientation = 178,57913072415607
pixscale = 10,645071740276999
radius = 3,700641207274422
ra = 313,23284530939657
dec = 30,93554861278499
##########################################################################
file = veil_original_rotated_20degrees_CW.jpg
parity = 1,0
orientation = -161,39248374087225
pixscale = 10,644615516602892
radius = 4,7095966156832985
ra = 313,23141442927
dec = 30,9355148129884
BR, Jeff.