The xml from the original image should be under IMD/SOURCE_IMD/IMD
I found that the match performed here fails, and this is due to this regex not matching the filename IK01_20091214133200_2009121413324560000011614341_po_389987_msi_0000000.ntf since the sensor part of the filename is uppercase.
I resolved the issue by updating the regex so that it is case insensitive.
When I try to run pgc_ortho.py on ikonos imagery, the xml file that gets generated does not include the xml from the original image.
Here is one example:
The xml from the original image should be under
IMD/SOURCE_IMD/IMD
I found that the match performed here fails, and this is due to this regex not matching the filename
IK01_20091214133200_2009121413324560000011614341_po_389987_msi_0000000.ntf
since the sensor part of the filename is uppercase.I resolved the issue by updating the regex so that it is case insensitive.