nou
Active member
Latest version of PixInsight doesn't write FITS headers with WCS information anymore. But there are new image properties that seems to contain same data than FITS.
Is this observation correct and can be relied on? When I construct FITS header from these values and pass it into wcslib I get correct RA;DEC.
Code:
PCL:AstrometricSolution:ProjectionSystem - CTYPEi
PCL:AstrometricSolution:LinearTransformationMatrix - PCi_j
PCL:AstrometricSolution:ReferenceCelestialCoordinates - CRVALi
PCL:AstrometricSolution:ReferenceImageCoordinates - CRPIXi
PCL:AstrometricSolution:ReferenceNativeCoordinates - PVi_j
Is this observation correct and can be relied on? When I construct FITS header from these values and pass it into wcslib I get correct RA;DEC.