%Image::ExifTool::UserDefined = ( # XMP tags may be added to existing namespaces: 'Image::ExifTool::XMP::xmp' => { OriginalFilename => { Writable => 'string' , Groups => { 2 => 'Document' } }, ProjectCode => { Writable => 'string' , Groups => { 2 => 'Document' } }, Year => { Writable => 'integer', Groups => { 2 => 'Time' } }, FlightDayOfYear => { Writable => 'integer', Groups => { 2 => 'Time' } }, Sortie => { Writable => 'string' , Groups => { 2 => 'Time' } }, GPSTimeOfWeek => { Writable => 'real' , Groups => { 2 => 'Time' } }, UTCTimeStamp => { Writable => 'string' , Groups => { 2 => 'Time' } }, PlaneOrientation => { Writable => 'string' , Groups => { 2 => 'Location' } }, LocationName => { Writable => 'string' , Groups => { 2 => 'Location' } }, LatitudeNorthPositive => { Writable => 'real' , Groups => { 2 => 'Location' } }, LongitudeEastPositive => { Writable => 'real' , Groups => { 2 => 'Location' } }, Height => { Writable => 'real' , Groups => { 2 => 'Location' } }, ExteriorAnglesOmega => { Writable => 'real' , Groups => { 2 => 'Location' } }, ExteriorAnglesPhi => { Writable => 'real' , Groups => { 2 => 'Location' } }, ExteriorAnglesKappa => { Writable => 'real' , Groups => { 2 => 'Location' } }, Pitch => { Writable => 'real' , Groups => { 2 => 'Location' } }, Roll => { Writable => 'real' , Groups => { 2 => 'Location' } }, Heading => { Writable => 'real' , Groups => { 2 => 'Location' } }, ImageCentreX => { Writable => 'real' , Groups => { 2 => 'Image' } }, ImageCentreY => { Writable => 'real' , Groups => { 2 => 'Image' } }, PrincipalPointOffset_mmXp => { Writable => 'real' , Groups => { 2 => 'Image' } }, PrincipalPointOffset_mmYp => { Writable => 'real' , Groups => { 2 => 'Image' } }, FocalLength_mmCb => { Writable => 'real' , Groups => { 2 => 'Image' } }, RadialDistortionK0 => { Writable => 'real' , Groups => { 2 => 'Image' } }, RadialDistortionK1 => { Writable => 'real' , Groups => { 2 => 'Image' } }, RadialDistortionK2 => { Writable => 'real' , Groups => { 2 => 'Image' } }, DecentringDistortionP1 => { Writable => 'real' , Groups => { 2 => 'Image' } }, DecentringDistortionP2 => { Writable => 'real' , Groups => { 2 => 'Image' } }, InPlaneDistortionB1 => { Writable => 'real' , Groups => { 2 => 'Image' } }, InPlaneDistortionB2 => { Writable => 'real' , Groups => { 2 => 'Image' } }, PixelSize_um => { Writable => 'real' , Groups => { 2 => 'Image' } }, }, ); 1;