How to modify the original X and Y of an unwrapped phase in an hdr file?

You could do it with GDAL. It’s supporting both formats.

gdal_translate -of <output format> <source filename> <destination filename>
1 Like