"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "lib/Image/ExifTool/TagLookup.pm" between
Image-ExifTool-12.57.tar.gz and Image-ExifTool-12.58.tar.gz

About: ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files.

TagLookup.pm  (Image-ExifTool-12.57):TagLookup.pm  (Image-ExifTool-12.58)
skipping to change at line 278 skipping to change at line 278
'Image::ExifTool::Nikon::Main', 'Image::ExifTool::Nikon::Main',
'Image::ExifTool::Nikon::MakerNotes0x51', 'Image::ExifTool::Nikon::MakerNotes0x51',
'Image::ExifTool::Nikon::MakerNotes0x56', 'Image::ExifTool::Nikon::MakerNotes0x56',
'Image::ExifTool::Nikon::MenuSettingsD850', 'Image::ExifTool::Nikon::MenuSettingsD850',
'Image::ExifTool::Nikon::MenuSettingsZ7II', 'Image::ExifTool::Nikon::MenuSettingsZ7II',
'Image::ExifTool::Nikon::MenuSettingsZ9', 'Image::ExifTool::Nikon::MenuSettingsZ9',
'Image::ExifTool::Nikon::MenuSettingsZ9v3', 'Image::ExifTool::Nikon::MenuSettingsZ9v3',
'Image::ExifTool::Nikon::MoreSettingsD850', 'Image::ExifTool::Nikon::MoreSettingsD850',
'Image::ExifTool::Nikon::MultiExposure', 'Image::ExifTool::Nikon::MultiExposure',
'Image::ExifTool::Nikon::MultiExposure2', 'Image::ExifTool::Nikon::MultiExposure2',
'Image::ExifTool::Nikon::Offset13InfoZ9',
'Image::ExifTool::Nikon::OrientationInfo', 'Image::ExifTool::Nikon::OrientationInfo',
'Image::ExifTool::Nikon::OtherInfoD500', 'Image::ExifTool::Nikon::OtherInfoD500',
'Image::ExifTool::Nikon::PictureControl', 'Image::ExifTool::Nikon::PictureControl',
'Image::ExifTool::Nikon::PictureControl2', 'Image::ExifTool::Nikon::PictureControl2',
'Image::ExifTool::Nikon::PictureControl3', 'Image::ExifTool::Nikon::PictureControl3',
'Image::ExifTool::Nikon::PortraitInfoZ7II', 'Image::ExifTool::Nikon::PortraitInfoZ7II',
'Image::ExifTool::Nikon::PreviewIFD', 'Image::ExifTool::Nikon::PreviewIFD',
'Image::ExifTool::Nikon::ROC', 'Image::ExifTool::Nikon::ROC',
'Image::ExifTool::Nikon::RetouchInfo', 'Image::ExifTool::Nikon::RetouchInfo',
'Image::ExifTool::Nikon::RotationInfoD500', 'Image::ExifTool::Nikon::RotationInfoD500',
skipping to change at line 565 skipping to change at line 566
'Image::ExifTool::XMP::xmpMM', 'Image::ExifTool::XMP::xmpMM',
'Image::ExifTool::XMP::xmpNote', 'Image::ExifTool::XMP::xmpNote',
'Image::ExifTool::XMP::xmpPLUS', 'Image::ExifTool::XMP::xmpPLUS',
'Image::ExifTool::XMP::xmpRights', 'Image::ExifTool::XMP::xmpRights',
'Image::ExifTool::XMP::xmpTPg', 'Image::ExifTool::XMP::xmpTPg',
); );
# lookup for all writable tags # lookup for all writable tags
my %tagLookup = ( my %tagLookup = (
'aberrationcorrectiondistance' => { 109 => 0x69 }, 'aberrationcorrectiondistance' => { 109 => 0x69 },
'about' => { 513 => 'about' }, 'about' => { 514 => 'about' },
'aboutcvterm' => { 505 => 'AboutCvTerm' }, 'aboutcvterm' => { 506 => 'AboutCvTerm' },
'aboutcvtermcvid' => { 505 => [\'AboutCvTerm','AboutCvTermCvId'] }, 'aboutcvtermcvid' => { 506 => [\'AboutCvTerm','AboutCvTermCvId'] },
'aboutcvtermid' => { 505 => [\'AboutCvTerm','AboutCvTermCvTermId'] }, 'aboutcvtermid' => { 506 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
'aboutcvtermname' => { 505 => [\'AboutCvTerm','AboutCvTermCvTermName'] }, 'aboutcvtermname' => { 506 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
'aboutcvtermrefinedabout' => { 505 => [\'AboutCvTerm','AboutCvTermCvTermR 'aboutcvtermrefinedabout' => { 506 => [\'AboutCvTerm','AboutCvTermCvTermR
efinedAbout'] }, efinedAbout'] },
'absolutealtitude' => { 116 => 'AbsoluteAltitude' }, 'absolutealtitude' => { 116 => 'AbsoluteAltitude' },
'abspeakaudiofilepath' => { 519 => 'absPeakAudioFilePath' }, 'abspeakaudiofilepath' => { 520 => 'absPeakAudioFilePath' },
'academicfield' => { 509 => 'academicField' }, 'academicfield' => { 510 => 'academicField' },
'acceleration' => { 119 => 0x9404, 499 => 'Acceleration' }, 'acceleration' => { 119 => 0x9404, 500 => 'Acceleration' },
'accelerationtracking' => { 84 => 0x518 }, 'accelerationtracking' => { 84 => 0x518 },
'accelerationvector' => { 1 => 0x8 }, 'accelerationvector' => { 1 => 0x8 },
'accelerometer' => { 404 => 0x3 }, 'accelerometer' => { 405 => 0x3 },
'accelerometerdata' => { 394 => 'vrot' }, 'accelerometerdata' => { 395 => 'vrot' },
'accelerometerx' => { 334 => 0x8d }, 'accelerometerx' => { 335 => 0x8d },
'accelerometery' => { 334 => 0x8e }, 'accelerometery' => { 335 => 0x8e },
'accelerometerz' => { 334 => 0x8c }, 'accelerometerz' => { 335 => 0x8c },
'accessoryserialnumber' => { 334 => 0x54 }, 'accessoryserialnumber' => { 335 => 0x54 },
'accessorytype' => { 334 => 0x53 }, 'accessorytype' => { 335 => 0x53 },
'actionadvised' => { 131 => 0x2a }, 'actionadvised' => { 131 => 0x2a },
'activearea' => { 119 => 0xc68d }, 'activearea' => { 119 => 0xc68d },
'actived-lighting' => { 233 => 0x22, 284 => 0x24 }, 'actived-lighting' => { 233 => 0x22, 285 => 0x24 },
'actived-lightingmode' => { 284 => 0x25 }, 'actived-lightingmode' => { 285 => 0x25 },
'adaptervoltage' => { 138 => 0x407 }, 'adaptervoltage' => { 138 => 0x407 },
'addaspectratioinfo' => { 84 => 0x80e }, 'addaspectratioinfo' => { 84 => 0x80e },
'addiptcinformation' => { 84 => 0x815 }, 'addiptcinformation' => { 84 => 0x815 },
'additionalmodelinformation' => { 505 => 'AddlModelInfo' }, 'additionalmodelinformation' => { 506 => 'AddlModelInfo' },
'addoriginaldecisiondata' => { 84 => 0x80f, 85 => 0x11, 86 => 0x13, 89 => 0x14 }, 'addoriginaldecisiondata' => { 84 => 0x80f, 85 => 0x11, 86 => 0x13, 89 => 0x14 },
'address' => { 161 => 'Address' }, 'address' => { 161 => 'Address' },
'adjustmentmode' => { 411 => 0x15 }, 'adjustmentmode' => { 412 => 0x15 },
'adlbracketingstep' => { 197 => 0x17 }, 'adlbracketingstep' => { 197 => 0x17 },
'adlbracketingtype' => { 197 => 0x18 }, 'adlbracketingtype' => { 197 => 0x18 },
'adobe' => { 120 => 'Adobe' }, 'adobe' => { 120 => 'Adobe' },
'adultcontentwarning' => { 321 => 'AdultContentWarning', 512 => 'adultCon tentWarning' }, 'adultcontentwarning' => { 322 => 'AdultContentWarning', 513 => 'adultCon tentWarning' },
'advancedfilter' => { 127 => 0x1201 }, 'advancedfilter' => { 127 => 0x1201 },
'advancedraw' => { 286 => 0x76a43203 }, 'advancedraw' => { 287 => 0x76a43203 },
'advancedscenetype' => { 334 => 0x3d }, 'advancedscenetype' => { 335 => 0x3d },
'advisory' => { 517 => 'Advisory' }, 'advisory' => { 518 => 'Advisory' },
'ae_iso' => { 342 => 0x2, 343 => 0x4, 344 => 0x12 }, 'ae_iso' => { 343 => 0x2, 344 => 0x4, 345 => 0x12 },
'aeaperture' => { 342 => 0x1, 343 => 0x3, 344 => 0x11 }, 'aeaperture' => { 343 => 0x1, 344 => 0x3, 345 => 0x11 },
'aeaperturesteps' => { 342 => 0x8, 343 => 0xb }, 'aeaperturesteps' => { 343 => 0x8, 344 => 0xb },
'aeaverage' => { 1 => 0x6 }, 'aeaverage' => { 1 => 0x6 },
'aebautocancel' => { 84 => 0x104 }, 'aebautocancel' => { 84 => 0x104 },
'aebbracketvalue' => { 77 => 0x11 }, 'aebbracketvalue' => { 77 => 0x11 },
'aebracketingsteps' => { 197 => 0xf, 198 => 0xf, 267 => 0x174c }, 'aebracketingsteps' => { 197 => 0xf, 198 => 0xf, 268 => 0x174c },
'aebsequence' => { 84 => 0x105 }, 'aebsequence' => { 84 => 0x105 },
'aebsequenceautocancel' => { 82 => 0x9, 83 => 0x9, 85 => 0x8, 86 => 0x9, 89 => 0x9, 90 => 0x7 }, 'aebsequenceautocancel' => { 82 => 0x9, 83 => 0x9, 85 => 0x8, 86 => 0x9, 89 => 0x9, 90 => 0x7 },
'aebshotcount' => { 84 => 0x106 }, 'aebshotcount' => { 84 => 0x106 },
'aebxv' => { 342 => 0x4, 343 => 0x6 }, 'aebxv' => { 343 => 0x4, 344 => 0x6 },
'aeerror' => { 343 => 0x8 }, 'aeerror' => { 344 => 0x8 },
'aeexposuretime' => { 342 => 0x0, 343 => 0x2, 344 => 0x10 }, 'aeexposuretime' => { 343 => 0x0, 344 => 0x2, 345 => 0x10 },
'aelbutton' => { 184 => 0x45 }, 'aelbutton' => { 184 => 0x45 },
'aelexposureindicator' => { 184 => 0x51 }, 'aelexposureindicator' => { 184 => 0x51 },
'aelock' => { 184 => 0x5b, 295 => '4.2', 304 => '4.2', 311 => 0x201, 369 'aelock' => { 184 => 0x5b, 296 => '4.2', 305 => '4.2', 312 => 0x201, 370
=> 0x48, 421 => 0x40, 422 => 0x40, 423 => [0x86,0x286] }, => 0x48, 422 => 0x40, 423 => 0x40, 424 => [0x86,0x286] },
'aelockbutton' => { 293 => '16.1', 295 => '4.1', 298 => '15.1', 299 => '1 'aelockbutton' => { 294 => '16.1', 296 => '4.1', 299 => '15.1', 300 => '1
6.1', 300 => '16.1', 302 => '30.1', 303 => '16.1', 304 => '4.1', 306 => '17.1', 6.1', 301 => '16.1', 303 => '30.1', 304 => '16.1', 305 => '4.1', 307 => '17.1',
308 => '17.1' }, 309 => '17.1' },
'aelockbuttonplusdials' => { 293 => '16.2', 302 => '32.1', 306 => '44.1' 'aelockbuttonplusdials' => { 294 => '16.2', 303 => '32.1', 307 => '44.1'
}, },
'aelockformb-d80' => { 308 => '3.1' }, 'aelockformb-d80' => { 309 => '3.1' },
'aelockmetermodeafterfocus' => { 84 => 0x114 }, 'aelockmetermodeafterfocus' => { 84 => 0x114 },
'aematrix' => { 1 => 0x2 }, 'aematrix' => { 1 => 0x2 },
'aemaxaperture' => { 342 => 0x9, 343 => 0x10, 344 => 0x1c }, 'aemaxaperture' => { 343 => 0x9, 344 => 0x10, 345 => 0x1c },
'aemaxaperture2' => { 342 => 0xa, 343 => 0x11, 344 => 0x1d }, 'aemaxaperture2' => { 343 => 0xa, 344 => 0x11, 345 => 0x1d },
'aemeteringmode' => { 342 => 0xc }, 'aemeteringmode' => { 343 => 0xc },
'aemeteringmode2' => { 342 => '13.1' }, 'aemeteringmode2' => { 343 => '13.1' },
'aemeteringsegments' => { 187 => 0x628, 369 => 0x209 }, 'aemeteringsegments' => { 187 => 0x628, 370 => 0x209 },
'aemicroadjustment' => { 84 => 0x110 }, 'aemicroadjustment' => { 84 => 0x110 },
'aeminaperture' => { 342 => 0xb, 343 => 0x12, 344 => 0x1e }, 'aeminaperture' => { 343 => 0xb, 344 => 0x12, 345 => 0x1e },
'aeminexposuretime' => { 342 => 0x5, 343 => 0x13, 344 => 0x1f }, 'aeminexposuretime' => { 343 => 0x5, 344 => 0x13, 345 => 0x1f },
'aeprogrammode' => { 342 => 0x6 }, 'aeprogrammode' => { 343 => 0x6 },
'aeprojectlink' => { 493 => 'aeProjectLink' }, 'aeprojectlink' => { 494 => 'aeProjectLink' },
'aeprojectlinkcompositionid' => { 493 => [\'aeProjectLink','aeProjectLink 'aeprojectlinkcompositionid' => { 494 => [\'aeProjectLink','aeProjectLink
CompositionID'] }, CompositionID'] },
'aeprojectlinkfullpath' => { 493 => [\'aeProjectLink','aeProjectLinkFullP 'aeprojectlinkfullpath' => { 494 => [\'aeProjectLink','aeProjectLinkFullP
ath'] }, ath'] },
'aeprojectlinkrenderoutputmoduleindex' => { 493 => [\'aeProjectLink','aeP 'aeprojectlinkrenderoutputmoduleindex' => { 494 => [\'aeProjectLink','aeP
rojectLinkRenderOutputModuleIndex'] }, rojectLinkRenderOutputModuleIndex'] },
'aeprojectlinkrenderqueueitemid' => { 493 => [\'aeProjectLink','aeProject 'aeprojectlinkrenderqueueitemid' => { 494 => [\'aeProjectLink','aeProject
LinkRenderQueueItemID'] }, LinkRenderQueueItemID'] },
'aeprojectlinkrendertimestamp' => { 493 => [\'aeProjectLink','aeProjectLi 'aeprojectlinkrendertimestamp' => { 494 => [\'aeProjectLink','aeProjectLi
nkRenderTimeStamp'] }, nkRenderTimeStamp'] },
'aesetting' => { 34 => 0x21 }, 'aesetting' => { 34 => 0x21 },
'aestable' => { 1 => 0x4 }, 'aestable' => { 1 => 0x4 },
'aetarget' => { 1 => 0x5 }, 'aetarget' => { 1 => 0x5 },
'aewhitebalance' => { 342 => 0xd }, 'aewhitebalance' => { 343 => 0xd },
'aexv' => { 342 => 0x3, 343 => 0x5 }, 'aexv' => { 343 => 0x3, 344 => 0x5 },
'af-assistilluminator' => { 309 => 0x19 }, 'af-assistilluminator' => { 310 => 0x19 },
'af-cfocusdisplay' => { 309 => 0x234 }, 'af-cfocusdisplay' => { 310 => 0x234 },
'af-cpriority' => { 128 => '0.2' }, 'af-cpriority' => { 128 => '0.2' },
'af-cpriorityselection' => { 293 => '1.1', 294 => '1.1', 296 => '1.1', 29 7 => '1.1', 299 => '0.1', 300 => '0.1', 301 => '0.1', 302 => '1.1', 303 => '0.1' , 306 => '1.1', 307 => '1.1', 309 => 0x3 }, 'af-cpriorityselection' => { 294 => '1.1', 295 => '1.1', 297 => '1.1', 29 8 => '1.1', 300 => '0.1', 301 => '0.1', 302 => '0.1', 303 => '1.1', 304 => '0.1' , 307 => '1.1', 308 => '1.1', 310 => 0x3 },
'af-csetting' => { 124 => 0x0 }, 'af-csetting' => { 124 => 0x0 },
'af-cspeedtrackingsensitivity' => { 124 => '0.2' }, 'af-cspeedtrackingsensitivity' => { 124 => '0.2' },
'af-ctrackingsensitivity' => { 124 => '0.1' }, 'af-ctrackingsensitivity' => { 124 => '0.1' },
'af-czoneareaswitching' => { 124 => '0.3' }, 'af-czoneareaswitching' => { 124 => '0.3' },
'af-onbutton' => { 296 => '70.1', 297 => '70.1', 307 => '70.1' }, 'af-onbutton' => { 297 => '70.1', 298 => '70.1', 308 => '70.1' },
'af-onformb-d10' => { 293 => '3.3', 302 => '3.2' }, 'af-onformb-d10' => { 294 => '3.3', 303 => '3.2' },
'af-onformb-d11' => { 303 => '2.2' }, 'af-onformb-d11' => { 304 => '2.2' },
'af-onformb-d12' => { 306 => '50.1' }, 'af-onformb-d12' => { 307 => '50.1' },
'af-onoutoffocusrelease' => { 309 => 0x10 }, 'af-onoutoffocusrelease' => { 310 => 0x10 },
'af-spriority' => { 128 => '0.1' }, 'af-spriority' => { 128 => '0.1' },
'af-spriorityselection' => { 293 => '1.2', 294 => '1.2', 296 => '1.2', 29 7 => '1.2', 301 => '0.2', 302 => '1.2', 303 => '0.2', 306 => '1.2', 307 => '1.2' , 309 => 0x5 }, 'af-spriorityselection' => { 294 => '1.2', 295 => '1.2', 297 => '1.2', 29 8 => '1.2', 302 => '0.2', 303 => '1.2', 304 => '0.2', 307 => '1.2', 308 => '1.2' , 310 => 0x5 },
'afacceldeceltracking' => { 2 => 0x3 }, 'afacceldeceltracking' => { 2 => 0x3 },
'afactivation' => { 293 => '2.1', 294 => '2.1', 296 => '78.3', 297 => '78 'afactivation' => { 294 => '2.1', 295 => '2.1', 297 => '78.3', 298 => '78
.3', 302 => '2.1', 306 => '2.1', 307 => '78.3', 309 => 0xf }, .3', 303 => '2.1', 307 => '2.1', 308 => '78.3', 310 => 0xf },
'afadjustment' => { 369 => 0x72, 378 => 0x267 }, 'afadjustment' => { 370 => 0x72, 379 => 0x267 },
'afandmeteringbuttons' => { 84 => 0x701 }, 'afandmeteringbuttons' => { 84 => 0x701 },
'afaperture' => { 226 => 0x5, 227 => 0x5, 231 => 0x5 }, 'afaperture' => { 226 => 0x5, 227 => 0x5, 231 => 0x5 },
'afareaheight' => { 193 => [0x1a,0x34,0x50], 194 => 0x48 }, 'afareaheight' => { 193 => [0x1a,0x34,0x50], 194 => 0x48 },
'afareaillumination' => { 184 => 0x4b, 304 => '15.3' }, 'afareaillumination' => { 184 => 0x4b, 305 => '15.3' },
'afareamode' => { 126 => '0.3', 180 => 0x33, 184 => 0xe, 192 => 0x0, 193 'afareainitialheight' => { 243 => 0xbeb },
=> 0x5, 194 => 0x5, 238 => 0x210, 239 => 0x224, 334 => 0xf, 401 => 0x1205, 414 = 'afareainitialwidth' => { 243 => 0xbea },
> [0xa,0x3a], 421 => 0x11, 422 => 0x10, 423 => 0x24, 434 => 0xb043, 459 => 0x17 'afareainitialxposition' => { 243 => 0xbe8 },
}, 'afareainitialyposition' => { 243 => 0xbe9 },
'afareamodesetting' => { 295 => '11.1', 298 => '0.1', 304 => '16.1', 308 'afareamode' => { 126 => '0.3', 180 => 0x33, 184 => 0xe, 192 => 0x0, 193
=> '2.1', 434 => 0x201c }, => 0x5, 194 => 0x5, 238 => 0x210, 239 => 0x224, 335 => 0xf, 402 => 0x1205, 415 =
> [0xa,0x3a], 422 => 0x11, 423 => 0x10, 424 => 0x24, 435 => 0xb043, 460 => 0x17
},
'afareamodesetting' => { 296 => '11.1', 299 => '0.1', 305 => '16.1', 309
=> '2.1', 435 => 0x201c },
'afareapointsize' => { 126 => '0.4' }, 'afareapointsize' => { 126 => '0.4' },
'afareas' => { 311 => 0x304 }, 'afareas' => { 312 => 0x304 },
'afareaselectionmethod' => { 2 => 0xd }, 'afareaselectionmethod' => { 2 => 0xd },
'afareaselectmethod' => { 84 => 0x51b }, 'afareaselectmethod' => { 84 => 0x51b },
'afareawidth' => { 193 => [0x18,0x32,0x4e], 194 => 0x46 }, 'afareawidth' => { 193 => [0x18,0x32,0x4e], 194 => 0x46 },
'afareaxposition' => { 193 => [0x14,0x2e,0x4a], 194 => 0x42, 401 => 0x120 'afareaxposition' => { 193 => [0x14,0x2e,0x4a], 194 => 0x42, 402 => 0x120
3 }, 3 },
'afareaxposition1' => { 401 => 0x1201 }, 'afareaxposition1' => { 402 => 0x1201 },
'afareayposition' => { 193 => [0x16,0x30,0x4c], 194 => 0x44, 401 => 0x120 'afareayposition' => { 193 => [0x16,0x30,0x4c], 194 => 0x44, 402 => 0x120
4 }, 4 },
'afareayposition1' => { 401 => 0x1202 }, 'afareayposition1' => { 402 => 0x1202 },
'afareazonesize' => { 126 => '0.5' }, 'afareazonesize' => { 126 => '0.5' },
'afassist' => { 82 => 0x5, 90 => 0x5, 184 => 0x48, 293 => '2.5', 295 => ' 0.2', 298 => '0.2', 299 => '1.1', 300 => '1.1', 301 => '1.3', 302 => '2.4', 303 => '1.3', 304 => '0.2', 306 => '2.4', 308 => '2.3' }, 'afassist' => { 82 => 0x5, 90 => 0x5, 184 => 0x48, 294 => '2.5', 296 => ' 0.2', 299 => '0.2', 300 => '1.1', 301 => '1.1', 302 => '1.3', 303 => '2.4', 304 => '1.3', 305 => '0.2', 307 => '2.4', 309 => '2.3' },
'afassistbeam' => { 2 => 0x8, 84 => 0x50e, 85 => 0x4, 86 => 0x5, 87 => 0x 4, 88 => 0x4, 89 => 0x5 }, 'afassistbeam' => { 2 => 0x8, 84 => 0x50e, 85 => 0x4, 86 => 0x5, 87 => 0x 4, 88 => 0x4, 89 => 0x5 },
'afassistlamp' => { 334 => 0x31 }, 'afassistlamp' => { 335 => 0x31 },
'afbuttonpressed' => { 423 => [0x83,0x283] }, 'afbuttonpressed' => { 424 => [0x83,0x283] },
'afconfidence' => { 1 => 0x3d }, 'afconfidence' => { 1 => 0x3d },
'afconfigtool' => { 2 => 0x1 }, 'afconfigtool' => { 2 => 0x1 },
'afdefocus' => { 345 => 0x6 }, 'afdefocus' => { 346 => 0x6 },
'afduringliveview' => { 84 => 0x511 }, 'afduringliveview' => { 84 => 0x511 },
'affinea' => { 486 => 'AffineA' }, 'affinea' => { 487 => 'AffineA' },
'affineb' => { 486 => 'AffineB' }, 'affineb' => { 487 => 'AffineB' },
'affinec' => { 486 => 'AffineC' }, 'affinec' => { 487 => 'AffineC' },
'affined' => { 486 => 'AffineD' }, 'affined' => { 487 => 'AffineD' },
'affinetune' => { 195 => 0x0, 238 => 0x5b0, 239 => 0x5e0, 311 => 0x306 }, 'affinetune' => { 195 => 0x0, 238 => 0x5b0, 239 => 0x5e0, 312 => 0x306 },
'affinetuneadj' => { 195 => 0x2, 260 => 0x2d1, 261 => 0x2dc, 311 => 0x307 'affinetuneadj' => { 195 => 0x2, 261 => 0x2d1, 262 => 0x2dc, 312 => 0x307
}, },
'affinetuneadjtele' => { 195 => 0x3 }, 'affinetuneadjtele' => { 195 => 0x3 },
'affinetuneindex' => { 195 => 0x1 }, 'affinetuneindex' => { 195 => 0x1 },
'affinex' => { 486 => 'AffineX' }, 'affinex' => { 487 => 'AffineX' },
'affiney' => { 486 => 'AffineY' }, 'affiney' => { 487 => 'AffineY' },
'afhold' => { 345 => 0x1fd }, 'afhold' => { 346 => 0x1fd },
'afilluminator' => { 421 => 0x29, 434 => 0xb044 }, 'afilluminator' => { 422 => 0x29, 435 => 0xb044 },
'afimageheight' => { 193 => [0x12,0x2c,0x48], 194 => 0x40 }, 'afimageheight' => { 193 => [0x12,0x2c,0x48], 194 => 0x40 },
'afimagewidth' => { 193 => [0x10,0x2a,0x46], 194 => 0x3e }, 'afimagewidth' => { 193 => [0x10,0x2a,0x46], 194 => 0x3e },
'afintegrationtime' => { 345 => 0x7 }, 'afintegrationtime' => { 346 => 0x7 },
'afmeasureddepth' => { 1 => 0x38 }, 'afmeasureddepth' => { 1 => 0x38 },
'afmicroadj' => { 414 => [0x17d,0x50] }, 'afmicroadj' => { 415 => [0x17d,0x50] },
'afmicroadjmode' => { 3 => 0x1, 418 => 0x131 }, 'afmicroadjmode' => { 3 => 0x1, 419 => 0x131 },
'afmicroadjregisteredlenses' => { 418 => '305.1' }, 'afmicroadjregisteredlenses' => { 419 => '305.1' },
'afmicroadjustment' => { 84 => 0x507 }, 'afmicroadjustment' => { 84 => 0x507 },
'afmicroadjvalue' => { 3 => 0x2, 418 => 0x130 }, 'afmicroadjvalue' => { 3 => 0x2, 419 => 0x130 },
'afmode' => { 113 => 0x3009, 127 => 0x1022, 180 => 0x16, 411 => 0x5 }, 'afmode' => { 113 => 0x3009, 127 => 0x1022, 180 => 0x16, 412 => 0x5 },
'afmoderestrictions' => { 294 => '50.3', 296 => '48.3', 297 => '48.3', 30 'afmoderestrictions' => { 295 => '50.3', 297 => '48.3', 298 => '48.3', 30
6 => '48.3', 307 => '48.3' }, 7 => '48.3', 308 => '48.3' },
'afonaelockbuttonswitch' => { 84 => 0x702 }, 'afonaelockbuttonswitch' => { 84 => 0x702 },
'afonbutton' => { 293 => '3.1', 294 => '47.1', 309 => 0x83 }, 'afonbutton' => { 294 => '3.1', 295 => '47.1', 310 => 0x83 },
'afpoint' => { 34 => 0x13, 112 => 0x18, 180 => 0x15, 192 => 0x1, 314 => 0 'afpoint' => { 34 => 0x13, 112 => 0x18, 180 => 0x15, 192 => 0x1, 315 => 0
x308, 411 => 0x1f, 414 => [0x37,0x7], 418 => 0x19, 419 => 0x18, 420 => [0x18,0x2 x308, 412 => 0x1f, 415 => [0x37,0x7], 419 => 0x19, 420 => 0x18, 421 => [0x18,0x2
0] }, 0] },
'afpointactivationarea' => { 83 => 0x11, 89 => 0x11 }, 'afpointactivationarea' => { 83 => 0x11, 89 => 0x11 },
'afpointareaexpansion' => { 84 => 0x508 }, 'afpointareaexpansion' => { 84 => 0x508 },
'afpointatshutterrelease' => { 414 => [0x39,0x9] }, 'afpointatshutterrelease' => { 415 => [0x39,0x9] },
'afpointautoselection' => { 84 => 0x50b }, 'afpointautoselection' => { 84 => 0x50b },
'afpointbrightness' => { 84 => 0x50d, 293 => '2.4', 294 => '46.5', 296 => '2.2', 297 => '2.2', 306 => '2.3', 307 => '2.2' }, 'afpointbrightness' => { 84 => 0x50d, 294 => '2.4', 295 => '46.5', 297 => '2.2', 298 => '2.2', 307 => '2.3', 308 => '2.2' },
'afpointdisplayduringfocus' => { 2 => 0x10, 84 => 0x50c }, 'afpointdisplayduringfocus' => { 2 => 0x10, 84 => 0x50c },
'afpointillumination' => { 83 => 0xa, 293 => '2.3', 294 => '46.2', 296 => 'afpointillumination' => { 83 => 0xa, 294 => '2.3', 295 => '46.2', 297 =>
'47.2', 297 => '47.2', 301 => '1.2', 302 => '2.3', 303 => '1.2', 306 => '47.2', '47.2', 298 => '47.2', 302 => '1.2', 303 => '2.3', 304 => '1.2', 307 => '47.2',
307 => '47.2', 308 => '2.4' }, 308 => '47.2', 309 => '2.4' },
'afpointinfocus' => { 414 => [0x38,0x8] }, 'afpointinfocus' => { 415 => [0x38,0x8] },
'afpointmode' => { 350 => 0x3 }, 'afpointmode' => { 351 => 0x3 },
'afpointposition' => { 113 => 0x2021, 334 => 0x4d }, 'afpointposition' => { 113 => 0x2021, 335 => 0x4d },
'afpointregistration' => { 82 => 0x7 }, 'afpointregistration' => { 82 => 0x7 },
'afpoints' => { 183 => 0x10 }, 'afpoints' => { 183 => 0x10 },
'afpointsel' => { 309 => 0xb }, 'afpointsel' => { 310 => 0xb },
'afpointselected' => { 184 => 0xd, 311 => 0x305, 369 => 0xe, 418 => 0x15, 'afpointselected' => { 184 => 0xd, 312 => 0x305, 370 => 0xe, 419 => 0x15,
419 => 0x14, 420 => [0x14,0x1c], 434 => 0x201e }, 420 => 0x14, 421 => [0x14,0x1c], 435 => 0x201e },
'afpointselected2' => { 350 => 0x4 }, 'afpointselected2' => { 351 => 0x4 },
'afpointselection' => { 83 => 0xb, 293 => '1.3', 294 => '1.3', 302 => '1. 'afpointselection' => { 83 => 0xb, 294 => '1.3', 295 => '1.3', 303 => '1.
3', 306 => '1.3', 307 => '1.3' }, 3', 307 => '1.3', 308 => '1.3' },
'afpointselectionmethod' => { 84 => 0x50f, 85 => 0xc, 86 => 0xd, 89 => 0x d }, 'afpointselectionmethod' => { 84 => 0x50f, 85 => 0xc, 86 => 0xd, 89 => 0x d },
'afpointsetting' => { 421 => 0x12, 422 => 0x11 }, 'afpointsetting' => { 422 => 0x12, 423 => 0x11 },
'afpointsinfocus' => { 77 => 0xe, 192 => 0x2, 193 => 0x30, 345 => 0xb, 34 'afpointsinfocus' => { 77 => 0xe, 192 => 0x2, 193 => 0x30, 346 => 0xb, 34
6 => 0x4, 369 => [0xf,0x3c] }, 7 => 0x4, 370 => [0xf,0x3c] },
'afpointsinfocus5d' => { 19 => 0x38 }, 'afpointsinfocus5d' => { 19 => 0x38 },
'afpointspotmetering' => { 83 => 0xd }, 'afpointspotmetering' => { 83 => 0xd },
'afpointsselected' => { 193 => 0x1c, 346 => '4.1', 467 => 0x4 }, 'afpointsselected' => { 193 => 0x1c, 347 => '4.1', 468 => 0x4 },
'afpointsspecial' => { 346 => '4.2' }, 'afpointsspecial' => { 347 => '4.2' },
'afpointsunknown1' => { 345 => 0x0 }, 'afpointsunknown1' => { 346 => 0x0 },
'afpointsunknown2' => { 345 => 0x2 }, 'afpointsunknown2' => { 346 => 0x2 },
'afpointsused' => { 193 => [0xa,0x8], 414 => [0x10,0x16e] }, 'afpointsused' => { 193 => [0xa,0x8], 415 => [0x10,0x16e] },
'afpointswitching' => { 2 => 0x4 }, 'afpointswitching' => { 2 => 0x4 },
'afpredictor' => { 345 => 0x4 }, 'afpredictor' => { 346 => 0x4 },
'afresponse' => { 233 => 0xad }, 'afresponse' => { 233 => 0xad },
'afresult' => { 316 => 0x1038 }, 'afresult' => { 317 => 0x1038 },
'afsearch' => { 311 => 0x303 }, 'afsearch' => { 312 => 0x303 },
'afsensoractive' => { 180 => 0x1 }, 'afsensoractive' => { 180 => 0x1 },
'afstable' => { 1 => 0x7 }, 'afstable' => { 1 => 0x7 },
'afstatus' => { 401 => 0x1200 }, 'afstatus' => { 402 => 0x1200 },
'afstatus_00_b4' => { 417 => 0x0 }, 'afstatus_00_b4' => { 418 => 0x0 },
'afstatus_01_c4' => { 417 => 0x2 }, 'afstatus_01_c4' => { 418 => 0x2 },
'afstatus_02_d4' => { 417 => 0x4 }, 'afstatus_02_d4' => { 418 => 0x4 },
'afstatus_03_e4' => { 417 => 0x6 }, 'afstatus_03_e4' => { 418 => 0x6 },
'afstatus_04_f4' => { 417 => 0x8 }, 'afstatus_04_f4' => { 418 => 0x8 },
'afstatus_05_g4' => { 417 => 0xa }, 'afstatus_05_g4' => { 418 => 0xa },
'afstatus_06_h4' => { 417 => 0xc }, 'afstatus_06_h4' => { 418 => 0xc },
'afstatus_07_b3' => { 417 => 0xe }, 'afstatus_07_b3' => { 418 => 0xe },
'afstatus_08_c3' => { 417 => 0x10 }, 'afstatus_08_c3' => { 418 => 0x10 },
'afstatus_09_d3' => { 417 => 0x12 }, 'afstatus_09_d3' => { 418 => 0x12 },
'afstatus_10_e3' => { 417 => 0x14 }, 'afstatus_10_e3' => { 418 => 0x14 },
'afstatus_11_f3' => { 417 => 0x16 }, 'afstatus_11_f3' => { 418 => 0x16 },
'afstatus_12_g3' => { 417 => 0x18 }, 'afstatus_12_g3' => { 418 => 0x18 },
'afstatus_13_h3' => { 417 => 0x1a }, 'afstatus_13_h3' => { 418 => 0x1a },
'afstatus_14_b2' => { 417 => 0x1c }, 'afstatus_14_b2' => { 418 => 0x1c },
'afstatus_15_c2' => { 417 => 0x1e }, 'afstatus_15_c2' => { 418 => 0x1e },
'afstatus_16_d2' => { 417 => 0x20 }, 'afstatus_16_d2' => { 418 => 0x20 },
'afstatus_17_e2' => { 417 => 0x22 }, 'afstatus_17_e2' => { 418 => 0x22 },
'afstatus_18_f2' => { 417 => 0x24 }, 'afstatus_18_f2' => { 418 => 0x24 },
'afstatus_19_g2' => { 417 => 0x26 }, 'afstatus_19_g2' => { 418 => 0x26 },
'afstatus_20_h2' => { 417 => 0x28 }, 'afstatus_20_h2' => { 418 => 0x28 },
'afstatus_21_c1' => { 417 => 0x2a }, 'afstatus_21_c1' => { 418 => 0x2a },
'afstatus_22_d1' => { 417 => 0x2c }, 'afstatus_22_d1' => { 418 => 0x2c },
'afstatus_23_e1' => { 417 => 0x2e }, 'afstatus_23_e1' => { 418 => 0x2e },
'afstatus_24_f1' => { 417 => 0x30 }, 'afstatus_24_f1' => { 418 => 0x30 },
'afstatus_25_g1' => { 417 => 0x32 }, 'afstatus_25_g1' => { 418 => 0x32 },
'afstatus_26_a7_vertical' => { 417 => 0x34 }, 'afstatus_26_a7_vertical' => { 418 => 0x34 },
'afstatus_27_a6_vertical' => { 417 => 0x36 }, 'afstatus_27_a6_vertical' => { 418 => 0x36 },
'afstatus_28_a5_vertical' => { 417 => 0x38 }, 'afstatus_28_a5_vertical' => { 418 => 0x38 },
'afstatus_29_c7_vertical' => { 417 => 0x3a }, 'afstatus_29_c7_vertical' => { 418 => 0x3a },
'afstatus_30_c6_vertical' => { 417 => 0x3c }, 'afstatus_30_c6_vertical' => { 418 => 0x3c },
'afstatus_31_c5_vertical' => { 417 => 0x3e }, 'afstatus_31_c5_vertical' => { 418 => 0x3e },
'afstatus_32_e7_vertical' => { 417 => 0x40 }, 'afstatus_32_e7_vertical' => { 418 => 0x40 },
'afstatus_33_e6_center_vertical' => { 417 => 0x42 }, 'afstatus_33_e6_center_vertical' => { 418 => 0x42 },
'afstatus_34_e5_vertical' => { 417 => 0x44 }, 'afstatus_34_e5_vertical' => { 418 => 0x44 },
'afstatus_35_g7_vertical' => { 417 => 0x46 }, 'afstatus_35_g7_vertical' => { 418 => 0x46 },
'afstatus_36_g6_vertical' => { 417 => 0x48 }, 'afstatus_36_g6_vertical' => { 418 => 0x48 },
'afstatus_37_g5_vertical' => { 417 => 0x4a }, 'afstatus_37_g5_vertical' => { 418 => 0x4a },
'afstatus_38_i7_vertical' => { 417 => 0x4c }, 'afstatus_38_i7_vertical' => { 418 => 0x4c },
'afstatus_39_i6_vertical' => { 417 => 0x4e }, 'afstatus_39_i6_vertical' => { 418 => 0x4e },
'afstatus_40_i5_vertical' => { 417 => 0x50 }, 'afstatus_40_i5_vertical' => { 418 => 0x50 },
'afstatus_41_a7' => { 417 => 0x52 }, 'afstatus_41_a7' => { 418 => 0x52 },
'afstatus_42_b7' => { 417 => 0x54 }, 'afstatus_42_b7' => { 418 => 0x54 },
'afstatus_43_c7' => { 417 => 0x56 }, 'afstatus_43_c7' => { 418 => 0x56 },
'afstatus_44_d7' => { 417 => 0x58 }, 'afstatus_44_d7' => { 418 => 0x58 },
'afstatus_45_e7' => { 417 => 0x5a }, 'afstatus_45_e7' => { 418 => 0x5a },
'afstatus_46_f7' => { 417 => 0x5c }, 'afstatus_46_f7' => { 418 => 0x5c },
'afstatus_47_g7' => { 417 => 0x5e }, 'afstatus_47_g7' => { 418 => 0x5e },
'afstatus_48_h7' => { 417 => 0x60 }, 'afstatus_48_h7' => { 418 => 0x60 },
'afstatus_49_i7' => { 417 => 0x62 }, 'afstatus_49_i7' => { 418 => 0x62 },
'afstatus_50_a6' => { 417 => 0x64 }, 'afstatus_50_a6' => { 418 => 0x64 },
'afstatus_51_b6' => { 417 => 0x66 }, 'afstatus_51_b6' => { 418 => 0x66 },
'afstatus_52_c6' => { 417 => 0x68 }, 'afstatus_52_c6' => { 418 => 0x68 },
'afstatus_53_d6' => { 417 => 0x6a }, 'afstatus_53_d6' => { 418 => 0x6a },
'afstatus_54_e6_center' => { 417 => 0x6c }, 'afstatus_54_e6_center' => { 418 => 0x6c },
'afstatus_55_f6' => { 417 => 0x6e }, 'afstatus_55_f6' => { 418 => 0x6e },
'afstatus_56_g6' => { 417 => 0x70 }, 'afstatus_56_g6' => { 418 => 0x70 },
'afstatus_57_h6' => { 417 => 0x72 }, 'afstatus_57_h6' => { 418 => 0x72 },
'afstatus_58_i6' => { 417 => 0x74 }, 'afstatus_58_i6' => { 418 => 0x74 },
'afstatus_59_a5' => { 417 => 0x76 }, 'afstatus_59_a5' => { 418 => 0x76 },
'afstatus_60_b5' => { 417 => 0x78 }, 'afstatus_60_b5' => { 418 => 0x78 },
'afstatus_61_c5' => { 417 => 0x7a }, 'afstatus_61_c5' => { 418 => 0x7a },
'afstatus_62_d5' => { 417 => 0x7c }, 'afstatus_62_d5' => { 418 => 0x7c },
'afstatus_63_e5' => { 417 => 0x7e }, 'afstatus_63_e5' => { 418 => 0x7e },
'afstatus_64_f5' => { 417 => 0x80 }, 'afstatus_64_f5' => { 418 => 0x80 },
'afstatus_65_g5' => { 417 => 0x82 }, 'afstatus_65_g5' => { 418 => 0x82 },
'afstatus_66_h5' => { 417 => 0x84 }, 'afstatus_66_h5' => { 418 => 0x84 },
'afstatus_67_i5' => { 417 => 0x86 }, 'afstatus_67_i5' => { 418 => 0x86 },
'afstatus_68_c11' => { 417 => 0x88 }, 'afstatus_68_c11' => { 418 => 0x88 },
'afstatus_69_d11' => { 417 => 0x8a }, 'afstatus_69_d11' => { 418 => 0x8a },
'afstatus_70_e11' => { 417 => 0x8c }, 'afstatus_70_e11' => { 418 => 0x8c },
'afstatus_71_f11' => { 417 => 0x8e }, 'afstatus_71_f11' => { 418 => 0x8e },
'afstatus_72_g11' => { 417 => 0x90 }, 'afstatus_72_g11' => { 418 => 0x90 },
'afstatus_73_b10' => { 417 => 0x92 }, 'afstatus_73_b10' => { 418 => 0x92 },
'afstatus_74_c10' => { 417 => 0x94 }, 'afstatus_74_c10' => { 418 => 0x94 },
'afstatus_75_d10' => { 417 => 0x96 }, 'afstatus_75_d10' => { 418 => 0x96 },
'afstatus_76_e10' => { 417 => 0x98 }, 'afstatus_76_e10' => { 418 => 0x98 },
'afstatus_77_f10' => { 417 => 0x9a }, 'afstatus_77_f10' => { 418 => 0x9a },
'afstatus_78_g10' => { 417 => 0x9c }, 'afstatus_78_g10' => { 418 => 0x9c },
'afstatus_79_h10' => { 417 => 0x9e }, 'afstatus_79_h10' => { 418 => 0x9e },
'afstatus_80_b9' => { 417 => 0xa0 }, 'afstatus_80_b9' => { 418 => 0xa0 },
'afstatus_81_c9' => { 417 => 0xa2 }, 'afstatus_81_c9' => { 418 => 0xa2 },
'afstatus_82_d9' => { 417 => 0xa4 }, 'afstatus_82_d9' => { 418 => 0xa4 },
'afstatus_83_e9' => { 417 => 0xa6 }, 'afstatus_83_e9' => { 418 => 0xa6 },
'afstatus_84_f9' => { 417 => 0xa8 }, 'afstatus_84_f9' => { 418 => 0xa8 },
'afstatus_85_g9' => { 417 => 0xaa }, 'afstatus_85_g9' => { 418 => 0xaa },
'afstatus_86_h9' => { 417 => 0xac }, 'afstatus_86_h9' => { 418 => 0xac },
'afstatus_87_b8' => { 417 => 0xae }, 'afstatus_87_b8' => { 418 => 0xae },
'afstatus_88_c8' => { 417 => 0xb0 }, 'afstatus_88_c8' => { 418 => 0xb0 },
'afstatus_89_d8' => { 417 => 0xb2 }, 'afstatus_89_d8' => { 418 => 0xb2 },
'afstatus_90_e8' => { 417 => 0xb4 }, 'afstatus_90_e8' => { 418 => 0xb4 },
'afstatus_91_f8' => { 417 => 0xb6 }, 'afstatus_91_f8' => { 418 => 0xb6 },
'afstatus_92_g8' => { 417 => 0xb8 }, 'afstatus_92_g8' => { 418 => 0xb8 },
'afstatus_93_h8' => { 417 => 0xba }, 'afstatus_93_h8' => { 418 => 0xba },
'afstatus_94_e6_center_f2-8' => { 417 => 0xbc }, 'afstatus_94_e6_center_f2-8' => { 418 => 0xbc },
'afstatusactivesensor' => { 180 => 0x2, 414 => [0x4,0x3b], 418 => 0x1e, 4 'afstatusactivesensor' => { 180 => 0x2, 415 => [0x4,0x3b], 419 => 0x1e, 4
19 => 0x1b, 420 => [0x1b,0x21] }, 20 => 0x1b, 421 => [0x1b,0x21] },
'afstatusbottom' => { 180 => 0x8, 418 => 0x2a, 419 => 0x21, 420 => 0x21 } 'afstatusbottom' => { 180 => 0x8, 419 => 0x2a, 420 => 0x21, 421 => 0x21 }
, ,
'afstatusbottom-left' => { 180 => 0x12, 419 => 0x2b, 420 => 0x2b }, 'afstatusbottom-left' => { 180 => 0x12, 420 => 0x2b, 421 => 0x2b },
'afstatusbottom-right' => { 180 => 0x6, 419 => 0x1f, 420 => 0x1f }, 'afstatusbottom-right' => { 180 => 0x6, 420 => 0x1f, 421 => 0x1f },
'afstatusbottomassist-left' => { 418 => 0x28 }, 'afstatusbottomassist-left' => { 419 => 0x28 },
'afstatusbottomassist-right' => { 418 => 0x2c }, 'afstatusbottomassist-right' => { 419 => 0x2c },
'afstatusbottomhorizontal' => { 415 => 0x10, 416 => 0x1c }, 'afstatusbottomhorizontal' => { 416 => 0x10, 417 => 0x1c },
'afstatusbottomvertical' => { 415 => 0x16, 416 => 0x26 }, 'afstatusbottomvertical' => { 416 => 0x16, 417 => 0x26 },
'afstatuscenter-10' => { 418 => 0x34 }, 'afstatuscenter-10' => { 419 => 0x34 },
'afstatuscenter-11' => { 418 => 0x36 }, 'afstatuscenter-11' => { 419 => 0x36 },
'afstatuscenter-12' => { 418 => 0x38 }, 'afstatuscenter-12' => { 419 => 0x38 },
'afstatuscenter-14' => { 418 => 0x3c }, 'afstatuscenter-14' => { 419 => 0x3c },
'afstatuscenter-7' => { 418 => 0x2e }, 'afstatuscenter-7' => { 419 => 0x2e },
'afstatuscenter-9' => { 418 => 0x32 }, 'afstatuscenter-9' => { 419 => 0x32 },
'afstatuscenter-horizontal' => { 418 => 0x30 }, 'afstatuscenter-horizontal' => { 419 => 0x30 },
'afstatuscenter-vertical' => { 418 => 0x3a }, 'afstatuscenter-vertical' => { 419 => 0x3a },
'afstatuscenterf2-8' => { 418 => 0x4c }, 'afstatuscenterf2-8' => { 419 => 0x4c },
'afstatuscenterhorizontal' => { 180 => 0x2f, 415 => 0xc, 416 => 0x18, 419 'afstatuscenterhorizontal' => { 180 => 0x2f, 416 => 0xc, 417 => 0x18, 420
=> 0x2f, 420 => 0x2f }, => 0x2f, 421 => 0x2f },
'afstatuscentervertical' => { 180 => 0xc, 415 => 0x14, 416 => 0x22, 419 = 'afstatuscentervertical' => { 180 => 0xc, 416 => 0x14, 417 => 0x22, 420 =
> 0x25, 420 => 0x25 }, > 0x25, 421 => 0x25 },
'afstatusfarleft' => { 415 => 0x6, 418 => 0x26 }, 'afstatusfarleft' => { 416 => 0x6, 419 => 0x26 },
'afstatusfarlefthorizontal' => { 416 => 0x4 }, 'afstatusfarlefthorizontal' => { 417 => 0x4 },
'afstatusfarleftvertical' => { 416 => 0x12 }, 'afstatusfarleftvertical' => { 417 => 0x12 },
'afstatusfarright' => { 415 => 0x18, 418 => 0x44 }, 'afstatusfarright' => { 416 => 0x18, 419 => 0x44 },
'afstatusfarrighthorizontal' => { 416 => 0x2c }, 'afstatusfarrighthorizontal' => { 417 => 0x2c },
'afstatusfarrightvertical' => { 416 => 0x34 }, 'afstatusfarrightvertical' => { 417 => 0x34 },
'afstatusleft' => { 180 => 0x2d, 415 => 0x2, 418 => 0x22, 419 => 0x2d, 42 'afstatusleft' => { 180 => 0x2d, 416 => 0x2, 419 => 0x22, 420 => 0x2d, 42
0 => 0x2d }, 1 => 0x2d },
'afstatuslefthorizontal' => { 416 => 0x6 }, 'afstatuslefthorizontal' => { 417 => 0x6 },
'afstatusleftvertical' => { 416 => 0xe }, 'afstatusleftvertical' => { 417 => 0xe },
'afstatuslower-left' => { 415 => 0x4, 418 => 0x24 }, 'afstatuslower-left' => { 416 => 0x4, 419 => 0x24 },
'afstatuslower-lefthorizontal' => { 416 => 0xa }, 'afstatuslower-lefthorizontal' => { 417 => 0xa },
'afstatuslower-leftvertical' => { 416 => 0x10 }, 'afstatuslower-leftvertical' => { 417 => 0x10 },
'afstatuslower-middle' => { 415 => 0x22, 416 => 0x24 }, 'afstatuslower-middle' => { 416 => 0x22, 417 => 0x24 },
'afstatuslower-right' => { 415 => 0x1e, 418 => 0x4a }, 'afstatuslower-right' => { 416 => 0x1e, 419 => 0x4a },
'afstatuslower-righthorizontal' => { 416 => 0x32 }, 'afstatuslower-righthorizontal' => { 417 => 0x32 },
'afstatuslower-rightvertical' => { 416 => 0x3a }, 'afstatuslower-rightvertical' => { 417 => 0x3a },
'afstatuslowerfarleft' => { 416 => 0x8 }, 'afstatuslowerfarleft' => { 417 => 0x8 },
'afstatuslowerfarright' => { 416 => 0x30 }, 'afstatuslowerfarright' => { 417 => 0x30 },
'afstatusmiddlehorizontal' => { 180 => 0xa, 419 => 0x23, 420 => 0x23 }, 'afstatusmiddlehorizontal' => { 180 => 0xa, 420 => 0x23, 421 => 0x23 },
'afstatusnearleft' => { 415 => 0xe, 416 => 0x1a }, 'afstatusnearleft' => { 416 => 0xe, 417 => 0x1a },
'afstatusnearright' => { 415 => 0xa, 416 => 0x16 }, 'afstatusnearright' => { 416 => 0xa, 417 => 0x16 },
'afstatusright' => { 180 => 0x31, 415 => 0x1c, 418 => 0x48, 419 => 0x31, 'afstatusright' => { 180 => 0x31, 416 => 0x1c, 419 => 0x48, 420 => 0x31,
420 => 0x31 }, 421 => 0x31 },
'afstatusrighthorizontal' => { 416 => 0x2e }, 'afstatusrighthorizontal' => { 417 => 0x2e },
'afstatusrightvertical' => { 416 => 0x38 }, 'afstatusrightvertical' => { 417 => 0x38 },
'afstatustop' => { 180 => 0xe, 418 => 0x40, 419 => 0x27, 420 => 0x27 }, 'afstatustop' => { 180 => 0xe, 419 => 0x40, 420 => 0x27, 421 => 0x27 },
'afstatustop-left' => { 180 => 0x10, 419 => 0x29, 420 => 0x29 }, 'afstatustop-left' => { 180 => 0x10, 420 => 0x29, 421 => 0x29 },
'afstatustop-right' => { 180 => 0x4, 419 => 0x1d, 420 => 0x1d }, 'afstatustop-right' => { 180 => 0x4, 420 => 0x1d, 421 => 0x1d },
'afstatustopassist-left' => { 418 => 0x3e }, 'afstatustopassist-left' => { 419 => 0x3e },
'afstatustopassist-right' => { 418 => 0x42 }, 'afstatustopassist-right' => { 419 => 0x42 },
'afstatustophorizontal' => { 415 => 0x8, 416 => 0x14 }, 'afstatustophorizontal' => { 416 => 0x8, 417 => 0x14 },
'afstatustopvertical' => { 415 => 0x12, 416 => 0x1e }, 'afstatustopvertical' => { 416 => 0x12, 417 => 0x1e },
'afstatusupper-left' => { 415 => 0x0, 418 => 0x20 }, 'afstatusupper-left' => { 416 => 0x0, 419 => 0x20 },
'afstatusupper-lefthorizontal' => { 416 => 0x2 }, 'afstatusupper-lefthorizontal' => { 417 => 0x2 },
'afstatusupper-leftvertical' => { 416 => 0xc }, 'afstatusupper-leftvertical' => { 417 => 0xc },
'afstatusupper-middle' => { 415 => 0x20, 416 => 0x20 }, 'afstatusupper-middle' => { 416 => 0x20, 417 => 0x20 },
'afstatusupper-right' => { 415 => 0x1a, 418 => 0x46 }, 'afstatusupper-right' => { 416 => 0x1a, 419 => 0x46 },
'afstatusupper-righthorizontal' => { 416 => 0x2a }, 'afstatusupper-righthorizontal' => { 417 => 0x2a },
'afstatusupper-rightvertical' => { 416 => 0x36 }, 'afstatusupper-rightvertical' => { 417 => 0x36 },
'afstatusupperfarleft' => { 416 => 0x0 }, 'afstatusupperfarleft' => { 417 => 0x0 },
'afstatusupperfarright' => { 416 => 0x28 }, 'afstatusupperfarright' => { 417 => 0x28 },
'afstatusviewfinder' => { 2 => 0x12 }, 'afstatusviewfinder' => { 2 => 0x12 },
'aftracking' => { 434 => 0x2021 }, 'aftracking' => { 435 => 0x2021 },
'aftrackingsensitivity' => { 2 => 0x2 }, 'aftrackingsensitivity' => { 2 => 0x2 },
'aftype' => { 414 => 0x2 }, 'aftype' => { 415 => 0x2 },
'afwithshutter' => { 421 => 0x2a }, 'afwithshutter' => { 422 => 0x2a },
'aggregateissuenumber' => { 509 => 'aggregateIssueNumber' }, 'aggregateissuenumber' => { 510 => 'aggregateIssueNumber' },
'aggregationtype' => { 509 => 'aggregationType' }, 'aggregationtype' => { 510 => 'aggregationType' },
'agreement' => { 512 => 'agreement' }, 'agreement' => { 513 => 'agreement' },
'ah2greeninterpolationthreshold' => { 138 => 0xe4e }, 'ah2greeninterpolationthreshold' => { 138 => 0xe4e },
'airplanemode' => { 238 => 0x624, 239 => 0x654 }, 'airplanemode' => { 238 => 0x624, 239 => 0x654 },
'aiservocontinuousshooting' => { 83 => 0x15 }, 'aiservocontinuousshooting' => { 83 => 0x15 },
'aiservofirstimage' => { 2 => 0x5 }, 'aiservofirstimage' => { 2 => 0x5 },
'aiservofirstimagepriority' => { 84 => 0x519 }, 'aiservofirstimagepriority' => { 84 => 0x519 },
'aiservoimagepriority' => { 84 => 0x503 }, 'aiservoimagepriority' => { 84 => 0x503 },
'aiservosecondimage' => { 2 => 0x6 }, 'aiservosecondimage' => { 2 => 0x6 },
'aiservosecondimagepriority' => { 84 => 0x51a }, 'aiservosecondimagepriority' => { 84 => 0x51a },
'aiservotrackingmethod' => { 84 => 0x504 }, 'aiservotrackingmethod' => { 84 => 0x504 },
'aiservotrackingsensitivity' => { 83 => 0x14, 84 => 0x502 }, 'aiservotrackingsensitivity' => { 83 => 0x14, 84 => 0x502 },
'aisubjecttrackingmode' => { 311 => 0x309 }, 'aisubjecttrackingmode' => { 312 => 0x309 },
'album' => { 386 => ['albm',"\xa9alb"], 388 => 'album', 394 => ['albm',"\ 'album' => { 387 => ['albm',"\xa9alb"], 389 => 'album', 395 => ['albm',"\
xa9alb"], 519 => 'album' }, xa9alb"], 520 => 'album' },
'albumartist' => { 179 => 'WM/AlbumArtist', 386 => 'aART', 394 => 'albr' 'albumartist' => { 179 => 'WM/AlbumArtist', 387 => 'aART', 395 => 'albr'
}, },
'albumcoverurl' => { 179 => 'WM/AlbumCoverURL' }, 'albumcoverurl' => { 179 => 'WM/AlbumCoverURL' },
'albumtitle' => { 179 => 'WM/AlbumTitle' }, 'albumtitle' => { 179 => 'WM/AlbumTitle' },
'albumtitleid' => { 386 => 'atID' }, 'albumtitleid' => { 387 => 'atID' },
'alreadyapplied' => { 492 => 'AlreadyApplied', 494 => 'AlreadyApplied' }, 'alreadyapplied' => { 493 => 'AlreadyApplied', 495 => 'AlreadyApplied' },
'alternatetitle' => { 509 => 'alternateTitle' }, 'alternatetitle' => { 510 => 'alternateTitle' },
'alternatetitlea-lang' => { 509 => [\'alternateTitle','alternateTitleA-la 'alternatetitlea-lang' => { 510 => [\'alternateTitle','alternateTitleA-la
ng'] }, ng'] },
'alternatetitlea-platform' => { 509 => [\'alternateTitle','alternateTitle 'alternatetitlea-platform' => { 510 => [\'alternateTitle','alternateTitle
A-platform'] }, A-platform'] },
'alternatetitletext' => { 509 => [\'alternateTitle','alternateTitleText'] 'alternatetitletext' => { 510 => [\'alternateTitle','alternateTitleText']
}, },
'altitude' => { 196 => 0x6 }, 'altitude' => { 196 => 0x6 },
'alttapename' => { 519 => 'altTapeName' }, 'alttapename' => { 520 => 'altTapeName' },
'alttextaccessibility' => { 504 => 'AltTextAccessibility' }, 'alttextaccessibility' => { 505 => 'AltTextAccessibility' },
'alttimecode' => { 519 => 'altTimecode' }, 'alttimecode' => { 520 => 'altTimecode' },
'alttimecodetimeformat' => { 519 => [\'altTimecode','altTimecodeTimeForma 'alttimecodetimeformat' => { 520 => [\'altTimecode','altTimecodeTimeForma
t'] }, t'] },
'alttimecodetimevalue' => { 519 => [\'altTimecode','altTimecodeTimeValue' 'alttimecodetimevalue' => { 520 => [\'altTimecode','altTimecodeTimeValue'
] }, ] },
'alttimecodevalue' => { 519 => [\'altTimecode','altTimecodeValue'] }, 'alttimecodevalue' => { 520 => [\'altTimecode','altTimecodeValue'] },
'ambienceselection' => { 4 => 0x1 }, 'ambienceselection' => { 4 => 0x1 },
'ambientinfrared' => { 397 => 0x5c }, 'ambientinfrared' => { 398 => 0x5c },
'ambientlight' => { 397 => 0x5e }, 'ambientlight' => { 398 => 0x5e },
'ambienttemperature' => { 119 => 0x9400, 395 => 0x14, 396 => 0x46, 397 => 'ambienttemperature' => { 119 => 0x9400, 396 => 0x14, 397 => 0x46, 398 =>
0x50, 459 => 0x4, 499 => 'Temperature' }, 0x50, 460 => 0x4, 500 => 'Temperature' },
'ambienttemperaturefahrenheit' => { 395 => 0x13, 396 => 0x44, 397 => 0x4e 'ambienttemperaturefahrenheit' => { 396 => 0x13, 397 => 0x44, 398 => 0x4e
}, },
'analogbalance' => { 119 => 0xc627 }, 'analogbalance' => { 119 => 0xc627 },
'analogcaptureiso' => { 138 => 0x89e }, 'analogcaptureiso' => { 138 => 0x89e },
'analogisotable' => { 138 => 0x89d }, 'analogisotable' => { 138 => 0x89d },
'androidversion' => { 388 => 'com.android.version' }, 'androidversion' => { 389 => 'com.android.version' },
'angleadj' => { 103 => 0x10003, 109 => 0x8b }, 'angleadj' => { 103 => 0x10003, 109 => 0x8b },
'angleinforoll' => { 488 => 'AngleInfoRoll' }, 'angleinforoll' => { 489 => 'AngleInfoRoll' },
'angleinfoyaw' => { 488 => 'AngleInfoYaw' }, 'angleinfoyaw' => { 489 => 'AngleInfoYaw' },
'anti-blur' => { 434 => 0xb04b }, 'anti-blur' => { 435 => 0xb04b },
'antialiasstrength' => { 119 => 0xc632 }, 'antialiasstrength' => { 119 => 0xc632 },
'aperturelock' => { 294 => '38.2', 296 => '38.2', 297 => '38.2', 306 => ' 'aperturelock' => { 295 => '38.2', 297 => '38.2', 298 => '38.2', 307 => '
38.2', 307 => '38.2', 309 => 0xb8 }, 38.2', 308 => '38.2', 310 => 0xb8 },
'aperturemode' => { 394 => 'apmd' }, 'aperturemode' => { 395 => 'apmd' },
'aperturerange' => { 84 => 0x10d }, 'aperturerange' => { 84 => 0x10d },
'apertureringuse' => { 350 => '1.4' }, 'apertureringuse' => { 351 => '1.4' },
'aperturesetting' => { 184 => 0x7, 421 => 0x30, 422 => 0x29, 423 => 0x1 } 'aperturesetting' => { 184 => 0x7, 422 => 0x30, 423 => 0x29, 424 => 0x1 }
, ,
'aperturevalue' => { 93 => 0x2, 119 => 0x9202, 316 => 0x1002, 378 => 0x40 'aperturevalue' => { 93 => 0x2, 119 => 0x9202, 317 => 0x1002, 379 => 0x40
1, 498 => 'ApertureValue' }, 1, 499 => 'ApertureValue' },
'appinfo' => { 472 => 'AppInfo' }, 'appinfo' => { 473 => 'AppInfo' },
'appinfoapplication' => { 472 => [\'AppInfo','AppInfoApplication'] }, 'appinfoapplication' => { 473 => [\'AppInfo','AppInfoApplication'] },
'appinfoitemuri' => { 472 => [\'AppInfo','AppInfoItemURI'] }, 'appinfoitemuri' => { 473 => [\'AppInfo','AppInfoItemURI'] },
'appinfoversion' => { 472 => [\'AppInfo','AppInfoVersion'] }, 'appinfoversion' => { 473 => [\'AppInfo','AppInfoVersion'] },
'applekeywords' => { 320 => 'AAPL:Keywords' }, 'applekeywords' => { 321 => 'AAPL:Keywords' },
'applephotosvariationidentifier' => { 388 => 'apple.photos.variation-iden 'applephotosvariationidentifier' => { 389 => 'apple.photos.variation-iden
tifier' }, tifier' },
'applestoreaccount' => { 386 => 'apID' }, 'applestoreaccount' => { 387 => 'apID' },
'applestoreaccounttype' => { 386 => 'akID' }, 'applestoreaccounttype' => { 387 => 'akID' },
'applestorecatalogid' => { 386 => 'cnID' }, 'applestorecatalogid' => { 387 => 'cnID' },
'applestorecountry' => { 386 => 'sfID' }, 'applestorecountry' => { 387 => 'sfID' },
'applicationkeystring' => { 138 => 0x400 }, 'applicationkeystring' => { 138 => 0x400 },
'applicationnotes' => { 119 => 0x2bc, 339 => 0x2bc }, 'applicationnotes' => { 119 => 0x2bc, 340 => 0x2bc },
'applicationrecordversion' => { 131 => 0x0 }, 'applicationrecordversion' => { 131 => 0x0 },
'applyshootingmeteringmode' => { 84 => 0x10e }, 'applyshootingmeteringmode' => { 84 => 0x10e },
'approved' => { 500 => 'Approved' }, 'approved' => { 501 => 'Approved' },
'approvedby' => { 500 => 'ApprovedBy' }, 'approvedby' => { 501 => 'ApprovedBy' },
'approximatefnumber' => { 329 => 0x313, 336 => 0x3406 }, 'approximatefnumber' => { 330 => 0x313, 337 => 0x3406 },
'approximatefocusdistance' => { 489 => 'ApproximateFocusDistance' }, 'approximatefocusdistance' => { 490 => 'ApproximateFocusDistance' },
'appversion' => { 503 => 'AppVersion' }, 'appversion' => { 504 => 'AppVersion' },
'aps-csizecapture' => { 453 => 0x114, 454 => [0x114,0x1eb,0x1ee,0x21a,0x2 'aps-csizecapture' => { 454 => 0x114, 455 => [0x114,0x1eb,0x1ee,0x21a,0x2
1c] }, 1c] },
'aquahsl' => { 103 => 0x20914 }, 'aquahsl' => { 103 => 0x20914 },
'armidentifier' => { 132 => 0x78 }, 'armidentifier' => { 132 => 0x78 },
'armversion' => { 132 => 0x7a }, 'armversion' => { 132 => 0x7a },
'arranger' => { 386 => "\xa9arg", 394 => "\xa9arg" }, 'arranger' => { 387 => "\xa9arg", 395 => "\xa9arg" },
'arrangerkeywords' => { 394 => "\xa9ark" }, 'arrangerkeywords' => { 395 => "\xa9ark" },
'artdirector' => { 386 => "\xa9ard" }, 'artdirector' => { 387 => "\xa9ard" },
'artfilter' => { 311 => 0x529 }, 'artfilter' => { 312 => 0x529 },
'artfiltereffect' => { 311 => 0x52f }, 'artfiltereffect' => { 312 => 0x52f },
'artist' => { 119 => 0x13b, 324 => 'Artist', 369 => 0x22e, 386 => "\xa9AR 'artist' => { 119 => 0x13b, 325 => 'Artist', 370 => 0x22e, 387 => "\xa9AR
T", 388 => 'artist', 394 => "\xa9ART", 515 => 'Artist', 519 => 'artist' }, T", 389 => 'artist', 395 => "\xa9ART", 516 => 'Artist', 520 => 'artist' },
'artmode' => { 113 => 0x301b }, 'artmode' => { 113 => 0x301b },
'artmodeparameters' => { 113 => 0x310b }, 'artmodeparameters' => { 113 => 0x310b },
'artwork' => { 388 => 'artwork' }, 'artwork' => { 389 => 'artwork' },
'artworkcircadatecreated' => { 505 => [\'ArtworkOrObject','ArtworkOrObjec 'artworkcircadatecreated' => { 506 => [\'ArtworkOrObject','ArtworkOrObjec
tAOCircaDateCreated'] }, tAOCircaDateCreated'] },
'artworkcontentdescription' => { 505 => [\'ArtworkOrObject','ArtworkOrObj 'artworkcontentdescription' => { 506 => [\'ArtworkOrObject','ArtworkOrObj
ectAOContentDescription'] }, ectAOContentDescription'] },
'artworkcontributiondescription' => { 505 => [\'ArtworkOrObject','Artwork 'artworkcontributiondescription' => { 506 => [\'ArtworkOrObject','Artwork
OrObjectAOContributionDescription'] }, OrObjectAOContributionDescription'] },
'artworkcopyrightnotice' => { 505 => [\'ArtworkOrObject','ArtworkOrObject 'artworkcopyrightnotice' => { 506 => [\'ArtworkOrObject','ArtworkOrObject
AOCopyrightNotice'] }, AOCopyrightNotice'] },
'artworkcopyrightownerid' => { 505 => [\'ArtworkOrObject','ArtworkOrObjec 'artworkcopyrightownerid' => { 506 => [\'ArtworkOrObject','ArtworkOrObjec
tAOCurrentCopyrightOwnerId'] }, tAOCurrentCopyrightOwnerId'] },
'artworkcopyrightownername' => { 505 => [\'ArtworkOrObject','ArtworkOrObj 'artworkcopyrightownername' => { 506 => [\'ArtworkOrObject','ArtworkOrObj
ectAOCurrentCopyrightOwnerName'] }, ectAOCurrentCopyrightOwnerName'] },
'artworkcreator' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOCreato 'artworkcreator' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOCreato
r'] }, r'] },
'artworkcreatorid' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOCrea 'artworkcreatorid' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOCrea
torId'] }, torId'] },
'artworkdatecreated' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAODa 'artworkdatecreated' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAODa
teCreated'] }, teCreated'] },
'artworklicensorid' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOCur 'artworklicensorid' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOCur
rentLicensorId'] }, rentLicensorId'] },
'artworklicensorname' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOC 'artworklicensorname' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOC
urrentLicensorName'] }, urrentLicensorName'] },
'artworkorobject' => { 505 => 'ArtworkOrObject' }, 'artworkorobject' => { 506 => 'ArtworkOrObject' },
'artworkphysicaldescription' => { 505 => [\'ArtworkOrObject','ArtworkOrOb 'artworkphysicaldescription' => { 506 => [\'ArtworkOrObject','ArtworkOrOb
jectAOPhysicalDescription'] }, jectAOPhysicalDescription'] },
'artworksource' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOSource' 'artworksource' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'
] }, ] },
'artworksourceinventoryno' => { 505 => [\'ArtworkOrObject','ArtworkOrObje 'artworksourceinventoryno' => { 506 => [\'ArtworkOrObject','ArtworkOrObje
ctAOSourceInvNo'] }, ctAOSourceInvNo'] },
'artworksourceinvurl' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOS 'artworksourceinvurl' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOS
ourceInvURL'] }, ourceInvURL'] },
'artworkstyleperiod' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOSt 'artworkstyleperiod' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOSt
ylePeriod'] }, ylePeriod'] },
'artworktitle' => { 505 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] 'artworktitle' => { 506 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle']
}, },
'aspectframe' => { 315 => 0x1113 }, 'aspectframe' => { 316 => 0x1113 },
'aspectratio' => { 5 => 0x0, 315 => 0x1112, 369 => 0x80, 421 => 0x55, 422 'aspectratio' => { 5 => 0x0, 316 => 0x1112, 370 => 0x80, 422 => 0x55, 423
=> 0x55, 423 => 0xa }, => 0x55, 424 => 0xa },
'assetid' => { 482 => 'AssetID' }, 'assetid' => { 483 => 'AssetID' },
'asshoticcprofile' => { 119 => 0xc68f }, 'asshoticcprofile' => { 119 => 0xc68f },
'asshotneutral' => { 119 => 0xc628 }, 'asshotneutral' => { 119 => 0xc628 },
'asshotpreprofilematrix' => { 119 => 0xc690 }, 'asshotpreprofilematrix' => { 119 => 0xc690 },
'asshotprofilename' => { 119 => 0xc6f6 }, 'asshotprofilename' => { 119 => 0xc6f6 },
'asshotwhitexy' => { 119 => 0xc629 }, 'asshotwhitexy' => { 119 => 0xc629 },
'assignbktbutton' => { 293 => '4.2', 294 => '16.1', 296 => '16.1', 297 => '16.1', 306 => '16.1', 307 => '16.1' }, 'assignbktbutton' => { 294 => '4.2', 295 => '16.1', 297 => '16.1', 298 => '16.1', 307 => '16.1', 308 => '16.1' },
'assignfuncbutton' => { 84 => 0x70b }, 'assignfuncbutton' => { 84 => 0x70b },
'assignmb-d17af-onbutton' => { 297 => '79.1' }, 'assignmb-d17af-onbutton' => { 298 => '79.1' },
'assignmb-d17funcbutton' => { 297 => '67.1' }, 'assignmb-d17funcbutton' => { 298 => '67.1' },
'assignmb-d17funcbuttonplusdials' => { 297 => '68.1' }, 'assignmb-d17funcbuttonplusdials' => { 298 => '68.1' },
'assignmb-d18af-onbutton' => { 307 => '79.1' }, 'assignmb-d18af-onbutton' => { 308 => '79.1' },
'assignmb-d18funcbutton' => { 307 => '67.1' }, 'assignmb-d18funcbutton' => { 308 => '67.1' },
'assignmb-d18funcbuttonplusdials' => { 307 => '68.1' }, 'assignmb-d18funcbuttonplusdials' => { 308 => '68.1' },
'assignmoviefunc1buttonplusdials' => { 296 => '75.1', 297 => '75.1', 307 'assignmoviefunc1buttonplusdials' => { 297 => '75.1', 298 => '75.1', 308
=> '75.1' }, => '75.1' },
'assignmoviefunc2button' => { 296 => '82.1', 297 => '82.1', 307 => '82.1' 'assignmoviefunc2button' => { 297 => '82.1', 298 => '82.1', 308 => '82.1'
}, },
'assignmoviepreviewbuttonplusdials' => { 296 => '75.2', 297 => '75.2', 30 'assignmoviepreviewbuttonplusdials' => { 297 => '75.2', 298 => '75.2', 30
7 => '75.2' }, 8 => '75.2' },
'assignmovierecordbutton' => { 294 => '43.2', 306 => '45.1', 309 => 0x9b 'assignmovierecordbutton' => { 295 => '43.2', 307 => '45.1', 310 => 0x9b
}, },
'assignmovierecordbuttonplusdials' => { 296 => '45.1', 297 => '45.1', 307 'assignmovierecordbuttonplusdials' => { 297 => '45.1', 298 => '45.1', 308
=> '45.1' }, => '45.1' },
'assignmoviesubselector' => { 296 => '74.1', 297 => '74.1', 307 => '74.1' 'assignmoviesubselector' => { 297 => '74.1', 298 => '74.1', 308 => '74.1'
}, },
'assignmoviesubselectorplusdials' => { 296 => '76.1', 297 => '76.1', 307 'assignmoviesubselectorplusdials' => { 297 => '76.1', 298 => '76.1', 308
=> '76.1' }, => '76.1' },
'assignremotefnbutton' => { 294 => '54.1', 306 => '51.1' }, 'assignremotefnbutton' => { 295 => '54.1', 307 => '51.1' },
'assistbuttonfunction' => { 82 => 0xd }, 'assistbuttonfunction' => { 82 => 0xd },
'atcaptureusercrop' => { 138 => 0x943 }, 'atcaptureusercrop' => { 138 => 0x943 },
'attributionname' => { 490 => 'attributionName' }, 'attributionname' => { 491 => 'attributionName' },
'attributionurl' => { 490 => 'attributionURL' }, 'attributionurl' => { 491 => 'attributionURL' },
'audio' => { 334 => 0x20 }, 'audio' => { 335 => 0x20 },
'audiobitrate' => { 67 => 0x6c, 505 => 'audioBitRate' }, 'audiobitrate' => { 67 => 0x6c, 506 => 'audioBitRate' },
'audiobitratemode' => { 505 => 'audioBitRateMode' }, 'audiobitratemode' => { 506 => 'audioBitRateMode' },
'audiobitspersample' => { 505 => 'audioBitsPerSample' }, 'audiobitspersample' => { 506 => 'audioBitsPerSample' },
'audiobutton' => { 309 => 0x17b }, 'audiobutton' => { 310 => 0x17b },
'audiobuttonplaybackmode' => { 309 => 0x1b9 }, 'audiobuttonplaybackmode' => { 310 => 0x1b9 },
'audiochannelcount' => { 505 => 'audioChannelCount' }, 'audiochannelcount' => { 506 => 'audioChannelCount' },
'audiochannels' => { 67 => 0x70 }, 'audiochannels' => { 67 => 0x70 },
'audiochanneltype' => { 519 => 'audioChannelType' }, 'audiochanneltype' => { 520 => 'audioChannelType' },
'audiocompression' => { 84 => 0x816, 155 => 'Compression' }, 'audiocompression' => { 84 => 0x816, 155 => 'Compression' },
'audiocompressor' => { 519 => 'audioCompressor' }, 'audiocompressor' => { 520 => 'audioCompressor' },
'audiodata' => { 474 => 'Data' }, 'audiodata' => { 475 => 'Data' },
'audioduration' => { 131 => 0x99 }, 'audioduration' => { 131 => 0x99 },
'audiogain' => { 388 => 'player.movie.audio.gain' }, 'audiogain' => { 389 => 'player.movie.audio.gain' },
'audiomimetype' => { 474 => 'Mime' }, 'audiomimetype' => { 475 => 'Mime' },
'audiomoddate' => { 519 => 'audioModDate' }, 'audiomoddate' => { 520 => 'audioModDate' },
'audiooutcue' => { 131 => 0x9a }, 'audiooutcue' => { 131 => 0x9a },
'audiosamplerate' => { 67 => 0x6e, 519 => 'audioSampleRate' }, 'audiosamplerate' => { 67 => 0x6e, 520 => 'audioSampleRate' },
'audiosampletype' => { 519 => 'audioSampleType' }, 'audiosampletype' => { 520 => 'audioSampleType' },
'audiosamplingrate' => { 131 => 0x97 }, 'audiosamplingrate' => { 131 => 0x97 },
'audiosamplingresolution' => { 131 => 0x98 }, 'audiosamplingresolution' => { 131 => 0x98 },
'audiotype' => { 131 => 0x96 }, 'audiotype' => { 131 => 0x96 },
'author' => { 157 => 'Author', 320 => 'Author', 324 => 'Author', 385 => ' 'author' => { 157 => 'Author', 321 => 'Author', 325 => 'Author', 386 => '
Author', 386 => ['auth',"\xa9aut"], 388 => 'author', 394 => 'auth', 487 => 'auth Author', 387 => ['auth',"\xa9aut"], 389 => 'author', 395 => 'auth', 488 => 'auth
or', 506 => 'Author', 517 => 'Author' }, or', 507 => 'Author', 518 => 'Author' },
'authorsposition' => { 507 => 'AuthorsPosition' }, 'authorsposition' => { 508 => 'AuthorsPosition' },
'authorurl' => { 179 => 'WM/AuthorURL' }, 'authorurl' => { 179 => 'WM/AuthorURL' },
'autoafpointcolortracking' => { 84 => 0x51c }, 'autoafpointcolortracking' => { 84 => 0x51c },
'autoafpointseleositraf' => { 2 => 0xa }, 'autoafpointseleositraf' => { 2 => 0xa },
'autoaperture' => { 360 => '0.1' }, 'autoaperture' => { 361 => '0.1' },
'autobracket' => { 411 => 0x19 }, 'autobracket' => { 412 => 0x19 },
'autobracketing' => { 127 => 0x1100, 369 => 0x18, 401 => 0x1007 }, 'autobracketing' => { 127 => 0x1100, 370 => 0x18, 402 => 0x1007 },
'autobracketingmode' => { 305 => '12.3' }, 'autobracketingmode' => { 306 => '12.3' },
'autobracketingset' => { 305 => '12.1' }, 'autobracketingset' => { 306 => '12.1' },
'autobracketmodem' => { 293 => '21.2', 294 => '13.3', 296 => '13.2', 297 'autobracketmodem' => { 294 => '21.2', 295 => '13.3', 297 => '13.2', 298
=> '13.2', 302 => '26.2', 306 => '13.3', 307 => '13.2', 309 => 0x5f }, => '13.2', 303 => '26.2', 307 => '13.3', 308 => '13.2', 310 => 0x5f },
'autobracketorder' => { 184 => 0x43, 293 => '21.3', 294 => '13.2', 296 => 'autobracketorder' => { 184 => 0x43, 294 => '21.3', 295 => '13.2', 297 =>
'13.1', 297 => '13.1', 302 => '26.3', 303 => '12.2', 304 => '2.2', 305 => '12.2 '13.1', 298 => '13.1', 303 => '26.3', 304 => '12.2', 305 => '2.2', 306 => '12.2
', 306 => '13.2', 307 => '13.1', 308 => '13.2', 309 => 0x61 }, ', 307 => '13.2', 308 => '13.1', 309 => '13.2', 310 => 0x61 },
'autobracketset' => { 293 => '21.1', 294 => '13.1', 298 => '11.1', 299 => 'autobracketset' => { 294 => '21.1', 295 => '13.1', 299 => '11.1', 300 =>
'12.1', 300 => '12.1', 302 => '26.1', 303 => '12.1', 304 => '2.1', 306 => '13.1 '12.1', 301 => '12.1', 303 => '26.1', 304 => '12.1', 305 => '2.1', 307 => '13.1
', 308 => '13.1' }, ', 309 => '13.1' },
'autobrightness' => { 492 => 'AutoBrightness', 494 => 'AutoBrightness' }, 'autobrightness' => { 493 => 'AutoBrightness', 495 => 'AutoBrightness' },
'autocontrast' => { 492 => 'AutoContrast', 494 => 'AutoContrast' }, 'autocontrast' => { 493 => 'AutoContrast', 495 => 'AutoContrast' },
'autodistortioncontrol' => { 208 => 0x4, 237 => 0x143 }, 'autodistortioncontrol' => { 208 => 0x4, 237 => 0x143 },
'autodynamicrange' => { 127 => 0x140b }, 'autodynamicrange' => { 127 => 0x140b },
'autoexposure' => { 492 => 'AutoExposure', 494 => 'AutoExposure' }, 'autoexposure' => { 493 => 'AutoExposure', 495 => 'AutoExposure' },
'autoexposurebracketing' => { 77 => 0x10 }, 'autoexposurebracketing' => { 77 => 0x10 },
'autoflashisosensitivity' => { 296 => '38.5', 297 => '38.5', 307 => '38.5 'autoflashisosensitivity' => { 297 => '38.5', 298 => '38.5', 308 => '38.5
', 309 => 0x5b }, ', 310 => 0x5b },
'autofocus' => { 314 => 0x209 }, 'autofocus' => { 315 => 0x209 },
'autofocusmoderestrictions' => { 309 => 0x107 }, 'autofocusmoderestrictions' => { 310 => 0x107 },
'autofp' => { 304 => '7.3', 308 => '31.4' }, 'autofp' => { 305 => '7.3', 309 => '31.4' },
'autoiso' => { 77 => 0x1, 113 => 0x3008, 238 => 0x142, 239 => 0x156, 295 'autoiso' => { 77 => 0x1, 113 => 0x3008, 238 => 0x142, 239 => 0x156, 296
=> '1.1', 304 => '1.1' }, => '1.1', 305 => '1.1' },
'autoisomax' => { 295 => '1.2', 304 => '1.2' }, 'autoisomax' => { 296 => '1.2', 305 => '1.2' },
'autoisominshutterspeed' => { 295 => '1.3', 304 => '1.3' }, 'autoisominshutterspeed' => { 296 => '1.3', 305 => '1.3' },
'autolateralca' => { 492 => 'AutoLateralCA', 494 => 'AutoLateralCA' }, 'autolateralca' => { 493 => 'AutoLateralCA', 495 => 'AutoLateralCA' },
'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 62 => 0x 2, 84 => 0x204, 103 => 0x20500, 109 => 0x6f }, 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 62 => 0x 2, 84 => 0x204, 103 => 0x20500, 109 => 0x6f },
'autolightingoptimizeron' => { 103 => '0x20500.0', 109 => 0x6e }, 'autolightingoptimizeron' => { 103 => '0x20500.0', 109 => 0x6e },
'autoportraitframed' => { 434 => 0x2016 }, 'autoportraitframed' => { 435 => 0x2016 },
'autoredeye' => { 286 => 0xfe28a44f }, 'autoredeye' => { 287 => 0xfe28a44f },
'autorotate' => { 77 => 0x1b }, 'autorotate' => { 77 => 0x1b },
'autoshadows' => { 492 => 'AutoShadows', 494 => 'AutoShadows' }, 'autoshadows' => { 493 => 'AutoShadows', 495 => 'AutoShadows' },
'autotone' => { 492 => 'AutoTone', 494 => 'AutoTone' }, 'autotone' => { 493 => 'AutoTone', 495 => 'AutoTone' },
'autotonedigest' => { 492 => 'AutoToneDigest', 494 => 'AutoToneDigest' }, 'autotonedigest' => { 493 => 'AutoToneDigest', 495 => 'AutoToneDigest' },
'autotonedigestnosat' => { 492 => 'AutoToneDigestNoSat', 494 => 'AutoTone 'autotonedigestnosat' => { 493 => 'AutoToneDigestNoSat', 495 => 'AutoTone
DigestNoSat' }, DigestNoSat' },
'autowhiteversion' => { 492 => 'AutoWhiteVersion', 494 => 'AutoWhiteVersi 'autowhiteversion' => { 493 => 'AutoWhiteVersion', 495 => 'AutoWhiteVersi
on' }, on' },
'auxiliarylens' => { 233 => 0x82 }, 'auxiliarylens' => { 233 => 0x82 },
'avaperturesetting' => { 350 => 0x13 }, 'avaperturesetting' => { 351 => 0x13 },
'averageblacklevel' => { 45 => 0xe7, 47 => 0xfb, 48 => 0x114, 49 => 0x146 }, 'averageblacklevel' => { 45 => 0xe7, 47 => 0xfb, 48 => 0x114, 49 => 0x146 },
'averagelv' => { 187 => 0x38 }, 'averagelv' => { 187 => 0x38 },
'avsettingwithoutlens' => { 84 => 0x707 }, 'avsettingwithoutlens' => { 84 => 0x707 },
'azimuth' => { 165 => 'Azimuth' }, 'azimuth' => { 165 => 'Azimuth' },
'babyage' => { 334 => [0x8010,0x33] }, 'babyage' => { 335 => [0x8010,0x33] },
'babyname' => { 334 => 0x66 }, 'babyname' => { 335 => 0x66 },
'backgroundalpha' => { 514 => 'bgalpha' }, 'backgroundalpha' => { 515 => 'bgalpha' },
'balance' => { 388 => 'player.movie.audio.balance' }, 'balance' => { 389 => 'player.movie.audio.balance' },
'baseexposurecompensation' => { 350 => 0x15 }, 'baseexposurecompensation' => { 351 => 0x15 },
'baseiso' => { 77 => 0x2, 97 => 0x101c, 138 => 0x903, 336 => 0x312a, 465 'baseiso' => { 77 => 0x2, 97 => 0x101c, 138 => 0x903, 337 => 0x312a, 466
=> 0x6 }, => 0x6 },
'baseisodaylight' => { 138 => 0x910 }, 'baseisodaylight' => { 138 => 0x910 },
'baseisoflash' => { 138 => 0x913 }, 'baseisoflash' => { 138 => 0x913 },
'baseisofluorescent' => { 138 => 0x912 }, 'baseisofluorescent' => { 138 => 0x912 },
'baseisotungsten' => { 138 => 0x911 }, 'baseisotungsten' => { 138 => 0x911 },
'baselineexposure' => { 119 => 0xc62a }, 'baselineexposure' => { 119 => 0xc62a },
'baselineexposureoffset' => { 119 => 0xc7a5 }, 'baselineexposureoffset' => { 119 => 0xc7a5 },
'baselinenoise' => { 119 => 0xc62b }, 'baselinenoise' => { 119 => 0xc62b },
'baselinesharpness' => { 119 => 0xc62c }, 'baselinesharpness' => { 119 => 0xc62c },
'baseurl' => { 517 => 'BaseURL' }, 'baseurl' => { 518 => 'BaseURL' },
'bass' => { 388 => 'player.movie.audio.bass' }, 'bass' => { 389 => 'player.movie.audio.bass' },
'batterylevel' => { 334 => 0x38, 421 => 0x51, 425 => 0xc, 426 => 0x4, 427 'batterylevel' => { 335 => 0x38, 422 => 0x51, 426 => 0xc, 427 => 0x4, 428
=> 0x4, 466 => 0x7 }, => 0x4, 467 => 0x7 },
'batterylevelgrip1' => { 466 => 0x6 }, 'batterylevelgrip1' => { 467 => 0x6 },
'batterylevelgrip2' => { 466 => 0x8 }, 'batterylevelgrip2' => { 467 => 0x8 },
'batteryorder' => { 293 => '12.5', 302 => '13.2', 303 => '2.1', 306 => '3 'batteryorder' => { 294 => '12.5', 303 => '13.2', 304 => '2.1', 307 => '3
.1' }, .1' },
'batterystate' => { 184 => 0x60, 421 => 0x50, 427 => 0x14 }, 'batterystate' => { 184 => 0x60, 422 => 0x50, 428 => 0x14 },
'batterytemperature' => { 425 => 0x1, 427 => 0x2, 466 => 0x5 }, 'batterytemperature' => { 426 => 0x1, 428 => 0x2, 467 => 0x5 },
'batterytype' => { 64 => 0x38, 397 => 0x66 }, 'batterytype' => { 64 => 0x38, 398 => 0x66 },
'batteryunknown' => { 425 => 0x2, 427 => 0x0 }, 'batteryunknown' => { 426 => 0x2, 428 => 0x0 },
'batteryvoltage' => { 138 => 0x408, 395 => 0x2a, 396 => 0x49, 397 => 0x62 'batteryvoltage' => { 138 => 0x408, 396 => 0x2a, 397 => 0x49, 398 => 0x62
, 425 => 0x8 }, , 426 => 0x8 },
'batteryvoltage1' => { 427 => 0x6 }, 'batteryvoltage1' => { 428 => 0x6 },
'batteryvoltage2' => { 427 => 0x8 }, 'batteryvoltage2' => { 428 => 0x8 },
'batteryvoltageavg' => { 397 => 0x64 }, 'batteryvoltageavg' => { 398 => 0x64 },
'bayergreensplit' => { 119 => 0xc62d }, 'bayergreensplit' => { 119 => 0xc62d },
'bayerpattern' => { 137 => 0xf902, 188 => 0x17 }, 'bayerpattern' => { 137 => 0xf902, 188 => 0x17 },
'beatsperminute' => { 386 => 'tmpo' }, 'beatsperminute' => { 387 => 'tmpo' },
'beatspliceparams' => { 519 => 'beatSpliceParams' }, 'beatspliceparams' => { 520 => 'beatSpliceParams' },
'beatspliceparamsriseindecibel' => { 519 => [\'beatSpliceParams','beatSpl 'beatspliceparamsriseindecibel' => { 520 => [\'beatSpliceParams','beatSpl
iceParamsRiseInDecibel'] }, iceParamsRiseInDecibel'] },
'beatspliceparamsriseintimeduration' => { 519 => [\'beatSpliceParams','be 'beatspliceparamsriseintimeduration' => { 520 => [\'beatSpliceParams','be
atSpliceParamsRiseInTimeDuration'] }, atSpliceParamsRiseInTimeDuration'] },
'beatspliceparamsriseintimedurationscale' => { 519 => [\'beatSpliceParams 'beatspliceparamsriseintimedurationscale' => { 520 => [\'beatSpliceParams
','beatSpliceParamsRiseInTimeDurationScale'] }, ','beatSpliceParamsRiseInTimeDurationScale'] },
'beatspliceparamsriseintimedurationvalue' => { 519 => [\'beatSpliceParams 'beatspliceparamsriseintimedurationvalue' => { 520 => [\'beatSpliceParams
','beatSpliceParamsRiseInTimeDurationValue'] }, ','beatSpliceParamsRiseInTimeDurationValue'] },
'beatspliceparamsusefilebeatsmarker' => { 519 => [\'beatSpliceParams','be 'beatspliceparamsusefilebeatsmarker' => { 520 => [\'beatSpliceParams','be
atSpliceParamsUseFileBeatsMarker'] }, atSpliceParamsUseFileBeatsMarker'] },
'beep' => { 293 => '13.1', 294 => '5.4', 295 => '0.1', 298 => '2.1', 299 'beep' => { 294 => '13.1', 295 => '5.4', 296 => '0.1', 299 => '2.1', 300
=> '3.1', 300 => '3.1', 302 => '10.1', 304 => '0.1', 306 => '5.5', 308 => '4.1' => '3.1', 301 => '3.1', 303 => '10.1', 305 => '0.1', 307 => '5.5', 309 => '4.1'
}, },
'beeppitch' => { 303 => '3.1' }, 'beeppitch' => { 304 => '3.1' },
'beepvolume' => { 303 => '4.5' }, 'beepvolume' => { 304 => '4.5' },
'bestqualityscale' => { 119 => 0xc65c }, 'bestqualityscale' => { 119 => 0xc65c },
'bestshotmode' => { 113 => 0x3007 }, 'bestshotmode' => { 113 => 0x3007 },
'bitdepth' => { 162 => 'BitDepth', 188 => 0x11, 253 => 0x41 }, 'bitdepth' => { 162 => 'BitDepth', 188 => 0x11, 254 => 0x41 },
'bitspercomponent' => { 133 => 0x87 }, 'bitspercomponent' => { 133 => 0x87 },
'bitspersample' => { 119 => 0x102, 339 => 0xa, 515 => 'BitsPerSample' }, 'bitspersample' => { 119 => 0x102, 340 => 0xa, 516 => 'BitsPerSample' },
'blackacquirerows' => { 138 => 0x18ba }, 'blackacquirerows' => { 138 => 0x18ba },
'blacklevel' => { 119 => 0xc61a, 206 => 0x20, 233 => 0x3d, 316 => [0x401, 'blacklevel' => { 119 => 0xc61a, 206 => 0x20, 233 => 0x3d, 317 => [0x401,
0x1012], 378 => 0x21d, 441 => [0x7300,0x7310] }, 0x1012], 379 => 0x21d, 442 => [0x7300,0x7310] },
'blacklevel2' => { 315 => 0x600, 319 => 0x600 }, 'blacklevel2' => { 316 => 0x600, 320 => 0x600 },
'blacklevelblue' => { 339 => 0x1e }, 'blacklevelblue' => { 340 => 0x1e },
'blacklevelbottom' => { 138 => 0x3f0 }, 'blacklevelbottom' => { 138 => 0x3f0 },
'blackleveldata' => { 378 => 0x223 }, 'blackleveldata' => { 379 => 0x223 },
'blackleveldeltah' => { 119 => 0xc61b }, 'blackleveldeltah' => { 119 => 0xc61b },
'blackleveldeltav' => { 119 => 0xc61c }, 'blackleveldeltav' => { 119 => 0xc61c },
'blacklevelgreen' => { 339 => 0x1d }, 'blacklevelgreen' => { 340 => 0x1d },
'blacklevelred' => { 339 => 0x1c }, 'blacklevelred' => { 340 => 0x1c },
'blacklevelrepeatdim' => { 119 => 0xc619 }, 'blacklevelrepeatdim' => { 119 => 0xc619 },
'blacklevelrough' => { 138 => 0x40e }, 'blacklevelrough' => { 138 => 0x40e },
'blacklevelroughafter' => { 138 => 0x416 }, 'blacklevelroughafter' => { 138 => 0x416 },
'blacklevels' => { 35 => 0x1d }, 'blacklevels' => { 35 => 0x1d },
'blackleveltop' => { 138 => 0x3ef }, 'blackleveltop' => { 138 => 0x3ef },
'blackpoint' => { 369 => 0x200 }, 'blackpoint' => { 370 => 0x200 },
'blacks2012' => { 492 => 'Blacks2012', 494 => 'Blacks2012' }, 'blacks2012' => { 493 => 'Blacks2012', 495 => 'Blacks2012' },
'blacksadj' => { 469 => 0x9018 }, 'blacksadj' => { 470 => 0x9018 },
'bleachbypasstoning' => { 369 => 0x7f }, 'bleachbypasstoning' => { 370 => 0x7f },
'blockshotafresponse' => { 296 => '1.5', 297 => '1.5', 307 => '1.5', 309 'blockshotafresponse' => { 297 => '1.5', 298 => '1.5', 308 => '1.5', 310
=> 0x7 }, => 0x7 },
'blogtitle' => { 509 => 'blogTitle' }, 'blogtitle' => { 510 => 'blogTitle' },
'blogurl' => { 509 => 'blogURL' }, 'blogurl' => { 510 => 'blogURL' },
'bluebalance' => { 316 => 0x1018, 339 => 0x12, 369 => 0x1b }, 'bluebalance' => { 317 => 0x1018, 340 => 0x12, 370 => 0x1b },
'bluecurvelimits' => { 108 => 0x1fe }, 'bluecurvelimits' => { 108 => 0x1fe },
'bluecurvepoints' => { 107 => 0x79, 108 => 0x1d4 }, 'bluecurvepoints' => { 107 => 0x79, 108 => 0x1d4 },
'bluehsl' => { 103 => 0x20915 }, 'bluehsl' => { 103 => 0x20915 },
'bluehue' => { 492 => 'BlueHue', 494 => 'BlueHue' }, 'bluehue' => { 493 => 'BlueHue', 495 => 'BlueHue' },
'bluesaturation' => { 492 => 'BlueSaturation', 494 => 'BlueSaturation' }, 'bluesaturation' => { 493 => 'BlueSaturation', 495 => 'BlueSaturation' },
'bluratinfinity' => { 478 => 'BlurAtInfinity' }, 'bluratinfinity' => { 479 => 'BlurAtInfinity' },
'blurcontrol' => { 369 => 0x82 }, 'blurcontrol' => { 370 => 0x82 },
'blurwarning' => { 127 => 0x1300 }, 'blurwarning' => { 127 => 0x1300 },
'bodybatteryadload' => { 348 => 0x3 }, 'bodybatteryadload' => { 349 => 0x3 },
'bodybatteryadnoload' => { 348 => 0x2 }, 'bodybatteryadnoload' => { 349 => 0x2 },
'bodybatterystate' => { 348 => '1.1' }, 'bodybatterystate' => { 349 => '1.1' },
'bodybatteryvoltage1' => { 348 => 0x2 }, 'bodybatteryvoltage1' => { 349 => 0x2 },
'bodybatteryvoltage2' => { 348 => 0x4 }, 'bodybatteryvoltage2' => { 349 => 0x4 },
'bodybatteryvoltage3' => { 348 => 0x6 }, 'bodybatteryvoltage3' => { 349 => 0x6 },
'bodybatteryvoltage4' => { 348 => 0x8 }, 'bodybatteryvoltage4' => { 349 => 0x8 },
'bodyfirmware' => { 402 => 0x0 }, 'bodyfirmware' => { 403 => 0x0 },
'bodyfirmwareversion' => { 312 => 0x104, 313 => 0x100, 316 => 0x104 }, 'bodyfirmwareversion' => { 313 => 0x104, 314 => 0x100, 317 => 0x104 },
'bodyserialnumber' => { 402 => 0x10 }, 'bodyserialnumber' => { 403 => 0x10 },
'bookedition' => { 509 => 'bookEdition' }, 'bookedition' => { 510 => 'bookEdition' },
'bootloaderversion' => { 396 => 0x26 }, 'bootloaderversion' => { 397 => 0x26 },
'bracketincrement' => { 238 => 0x21a, 239 => 0x22e }, 'bracketincrement' => { 238 => 0x21a, 239 => 0x22e },
'bracketmode' => { 57 => 0x3 }, 'bracketmode' => { 57 => 0x3 },
'bracketprogram' => { 238 => 0x218, 239 => 0x22c }, 'bracketprogram' => { 238 => 0x218, 239 => 0x22c },
'bracketsequence' => { 113 => 0x301d }, 'bracketsequence' => { 113 => 0x301d },
'bracketset' => { 238 => 0x216, 239 => 0x22a }, 'bracketset' => { 238 => 0x216, 239 => 0x22a },
'bracketsettings' => { 334 => 0x45 }, 'bracketsettings' => { 335 => 0x45 },
'bracketshotnumber' => { 57 => 0x5, 350 => 0x9, 432 => 0x2b }, 'bracketshotnumber' => { 57 => 0x5, 351 => 0x9, 433 => 0x2b },
'bracketshotnumber2' => { 432 => 0x2d }, 'bracketshotnumber2' => { 433 => 0x2d },
'bracketstep' => { 181 => 0xe }, 'bracketstep' => { 181 => 0xe },
'bracketvalue' => { 57 => 0x4 }, 'bracketvalue' => { 57 => 0x4 },
'brightness' => { 119 => 0xfe53, 156 => 'Brightness', 176 => 'Brightness' 'brightness' => { 119 => 0xfe53, 156 => 'Brightness', 176 => 'Brightness'
, 181 => 0x2c, 245 => 0x34, 246 => 0x39, 247 => 0x41, 388 => 'player.movie.visua , 181 => 0x2c, 246 => 0x34, 247 => 0x39, 248 => 0x41, 389 => 'player.movie.visua
l.brightness', 395 => 0x25, 397 => 0x54, 421 => 0x22, 434 => 0x2007, 492 => 'Bri l.brightness', 396 => 0x25, 398 => 0x54, 422 => 0x22, 435 => 0x2007, 493 => 'Bri
ghtness', 494 => 'Brightness' }, ghtness', 495 => 'Brightness' },
'brightnessadj' => { 108 => 0x114, 279 => 0x0, 289 => 0x2d, 469 => 0x8018 'brightnessadj' => { 108 => 0x114, 280 => 0x0, 290 => 0x2d, 470 => 0x8018
}, },
'brightnessvalue' => { 119 => 0x9203, 187 => [0x691,0x49c3], 316 => 0x100 'brightnessvalue' => { 119 => 0x9203, 187 => [0x691,0x49c3], 317 => 0x100
3, 439 => 0x1e, 443 => 0x1140, 444 => 0x1140, 445 => 0x111c, 446 => 0x1198, 447 3, 440 => 0x1e, 444 => 0x1140, 445 => 0x1140, 446 => 0x111c, 447 => 0x1198, 448
=> 0x1174, 448 => 0x102c, 449 => 0x224, 450 => 0x224, 451 => 0x219, 498 => 'Brig => 0x1174, 449 => 0x102c, 450 => 0x224, 451 => 0x224, 452 => 0x219, 499 => 'Brig
htnessValue' }, htnessValue' },
'buildnumber' => { 191 => 0x5500 }, 'buildnumber' => { 191 => 0x5500 },
'bulbduration' => { 77 => 0x18 }, 'bulbduration' => { 77 => 0x18 },
'burstcount' => { 138 => 0x40d }, 'burstcount' => { 138 => 0x40d },
'burstgroupid' => { 235 => 0x4 }, 'burstgroupid' => { 235 => 0x4 },
'burstid' => { 475 => 'BurstID' }, 'burstid' => { 476 => 'BurstID' },
'burstmode' => { 140 => 0xa, 334 => 0x2a }, 'burstmode' => { 140 => 0xa, 335 => 0x2a },
'burstmode2' => { 140 => 0x18 }, 'burstmode2' => { 140 => 0x18 },
'burstprimary' => { 475 => 'BurstPrimary' }, 'burstprimary' => { 476 => 'BurstPrimary' },
'burstshot' => { 411 => 0x34 }, 'burstshot' => { 412 => 0x34 },
'burstspeed' => { 334 => 0x77 }, 'burstspeed' => { 335 => 0x77 },
'burstuuid' => { 1 => 0xb }, 'burstuuid' => { 1 => 0xb },
'buttonfunctioncontroloff' => { 84 => 0x70a }, 'buttonfunctioncontroloff' => { 84 => 0x70a },
'bwadjustment' => { 127 => 0x1049 }, 'bwadjustment' => { 127 => 0x1049 },
'bwfilter' => { 181 => 0x2a, 189 => 0x39 }, 'bwfilter' => { 181 => 0x2a, 189 => 0x39 },
'bwmagentagreen' => { 127 => 0x104b }, 'bwmagentagreen' => { 127 => 0x104b },
'bwmode' => { 316 => 0x203 }, 'bwmode' => { 317 => 0x203 },
'by-line' => { 131 => 0x50 }, 'by-line' => { 131 => 0x50 },
'by-linetitle' => { 131 => 0x55 }, 'by-linetitle' => { 131 => 0x55 },
'bytecount' => { 509 => 'byteCount' }, 'bytecount' => { 510 => 'byteCount' },
'c14configuration' => { 138 => 0x1964 }, 'c14configuration' => { 138 => 0x1964 },
'cacheversion' => { 119 => 0xc7aa }, 'cacheversion' => { 119 => 0xc7aa },
'calibratedfocallength' => { 116 => 'CalibratedFocalLength' }, 'calibratedfocallength' => { 116 => 'CalibratedFocalLength' },
'calibratedopticalcenterx' => { 116 => 'CalibratedOpticalCenterX' }, 'calibratedopticalcenterx' => { 116 => 'CalibratedOpticalCenterX' },
'calibratedopticalcentery' => { 116 => 'CalibratedOpticalCenterY' }, 'calibratedopticalcentery' => { 116 => 'CalibratedOpticalCenterY' },
'calibration' => { 411 => [0x24,0x30] }, 'calibration' => { 412 => [0x24,0x30] },
'calibrationhistory' => { 138 => 0x9c9 }, 'calibrationhistory' => { 138 => 0x9c9 },
'calibrationilluminant1' => { 119 => 0xc65a }, 'calibrationilluminant1' => { 119 => 0xc65a },
'calibrationilluminant2' => { 119 => 0xc65b }, 'calibrationilluminant2' => { 119 => 0xc65b },
'calibrationilluminant3' => { 119 => 0xcd31 }, 'calibrationilluminant3' => { 119 => 0xcd31 },
'calibrationversion' => { 138 => 0x9c6 }, 'calibrationversion' => { 138 => 0x9c6 },
'callforimage' => { 482 => 'CallForImage' }, 'callforimage' => { 483 => 'CallForImage' },
'camera' => { 472 => [\'Cameras','CamerasCamera'] }, 'camera' => { 473 => [\'Cameras','CamerasCamera'] },
'cameraangle' => { 394 => 'angl', 519 => 'cameraAngle' }, 'cameraangle' => { 395 => 'angl', 520 => 'cameraAngle' },
'cameraappinfo' => { 472 => [\'Cameras','CamerasCameraAppInfo'] }, 'cameraappinfo' => { 473 => [\'Cameras','CamerasCameraAppInfo'] },
'cameraappinfoapplication' => { 472 => [\'Cameras','CamerasCameraAppInfoA 'cameraappinfoapplication' => { 473 => [\'Cameras','CamerasCameraAppInfoA
pplication'] }, pplication'] },
'cameraappinfoitemuri' => { 472 => [\'Cameras','CamerasCameraAppInfoItemU 'cameraappinfoitemuri' => { 473 => [\'Cameras','CamerasCameraAppInfoItemU
RI'] }, RI'] },
'cameraappinfoversion' => { 472 => [\'Cameras','CamerasCameraAppInfoVersi 'cameraappinfoversion' => { 473 => [\'Cameras','CamerasCameraAppInfoVersi
on'] }, on'] },
'cameraburstid' => { 476 => 'CameraBurstID' }, 'cameraburstid' => { 477 => 'CameraBurstID' },
'cameracalibration' => { 411 => 0x11f }, 'cameracalibration' => { 412 => 0x11f },
'cameracalibration1' => { 119 => 0xc623 }, 'cameracalibration1' => { 119 => 0xc623 },
'cameracalibration2' => { 119 => 0xc624 }, 'cameracalibration2' => { 119 => 0xc624 },
'cameracalibration3' => { 119 => 0xcd32 }, 'cameracalibration3' => { 119 => 0xcd32 },
'cameracalibrationsig' => { 119 => 0xc6f3 }, 'cameracalibrationsig' => { 119 => 0xc6f3 },
'cameracolorcalibration01' => { 36 => 0x0, 37 => 0x0 }, 'cameracolorcalibration01' => { 36 => 0x0, 37 => 0x0 },
'cameracolorcalibration02' => { 36 => 0x4, 37 => 0x5 }, 'cameracolorcalibration02' => { 36 => 0x4, 37 => 0x5 },
'cameracolorcalibration03' => { 36 => 0x8, 37 => 0xa }, 'cameracolorcalibration03' => { 36 => 0x8, 37 => 0xa },
'cameracolorcalibration04' => { 36 => 0xc, 37 => 0xf }, 'cameracolorcalibration04' => { 36 => 0xc, 37 => 0xf },
'cameracolorcalibration05' => { 36 => 0x10, 37 => 0x14 }, 'cameracolorcalibration05' => { 36 => 0x10, 37 => 0x14 },
'cameracolorcalibration06' => { 36 => 0x14, 37 => 0x19 }, 'cameracolorcalibration06' => { 36 => 0x14, 37 => 0x19 },
'cameracolorcalibration07' => { 36 => 0x18, 37 => 0x1e }, 'cameracolorcalibration07' => { 36 => 0x18, 37 => 0x1e },
'cameracolorcalibration08' => { 36 => 0x1c, 37 => 0x23 }, 'cameracolorcalibration08' => { 36 => 0x1c, 37 => 0x23 },
'cameracolorcalibration09' => { 36 => 0x20, 37 => 0x28 }, 'cameracolorcalibration09' => { 36 => 0x20, 37 => 0x28 },
'cameracolorcalibration10' => { 36 => 0x24, 37 => 0x2d }, 'cameracolorcalibration10' => { 36 => 0x24, 37 => 0x2d },
'cameracolorcalibration11' => { 36 => 0x28, 37 => 0x32 }, 'cameracolorcalibration11' => { 36 => 0x28, 37 => 0x32 },
'cameracolorcalibration12' => { 36 => 0x2c, 37 => 0x37 }, 'cameracolorcalibration12' => { 36 => 0x2c, 37 => 0x37 },
'cameracolorcalibration13' => { 36 => 0x30, 37 => 0x3c }, 'cameracolorcalibration13' => { 36 => 0x30, 37 => 0x3c },
'cameracolorcalibration14' => { 36 => 0x34, 37 => 0x41 }, 'cameracolorcalibration14' => { 36 => 0x34, 37 => 0x41 },
'cameracolorcalibration15' => { 36 => 0x38, 37 => 0x46 }, 'cameracolorcalibration15' => { 36 => 0x38, 37 => 0x46 },
'cameradepthmap' => { 472 => [\'Cameras','CamerasCameraDepthMap'] }, 'cameradepthmap' => { 473 => [\'Cameras','CamerasCameraDepthMap'] },
'cameradepthmapconfidenceuri' => { 472 => [\'Cameras','CamerasCameraDepth 'cameradepthmapconfidenceuri' => { 473 => [\'Cameras','CamerasCameraDepth
MapConfidenceURI'] }, MapConfidenceURI'] },
'cameradepthmapdepthuri' => { 472 => [\'Cameras','CamerasCameraDepthMapDe 'cameradepthmapdepthuri' => { 473 => [\'Cameras','CamerasCameraDepthMapDe
pthURI'] }, pthURI'] },
'cameradepthmapfar' => { 472 => [\'Cameras','CamerasCameraDepthMapFar'] } 'cameradepthmapfar' => { 473 => [\'Cameras','CamerasCameraDepthMapFar'] }
, ,
'cameradepthmapfocaltable' => { 472 => [\'Cameras','CamerasCameraDepthMap 'cameradepthmapfocaltable' => { 473 => [\'Cameras','CamerasCameraDepthMap
FocalTable'] }, FocalTable'] },
'cameradepthmapfocaltableentrycount' => { 472 => [\'Cameras','CamerasCame 'cameradepthmapfocaltableentrycount' => { 473 => [\'Cameras','CamerasCame
raDepthMapFocalTableEntryCount'] }, raDepthMapFocalTableEntryCount'] },
'cameradepthmapformat' => { 472 => [\'Cameras','CamerasCameraDepthMapForm 'cameradepthmapformat' => { 473 => [\'Cameras','CamerasCameraDepthMapForm
at'] }, at'] },
'cameradepthmapitemsemantic' => { 472 => [\'Cameras','CamerasCameraDepthM 'cameradepthmapitemsemantic' => { 473 => [\'Cameras','CamerasCameraDepthM
apItemSemantic'] }, apItemSemantic'] },
'cameradepthmapmeasuretype' => { 472 => [\'Cameras','CamerasCameraDepthMa 'cameradepthmapmeasuretype' => { 473 => [\'Cameras','CamerasCameraDepthMa
pMeasureType'] }, pMeasureType'] },
'cameradepthmapnear' => { 472 => [\'Cameras','CamerasCameraDepthMapNear'] 'cameradepthmapnear' => { 473 => [\'Cameras','CamerasCameraDepthMapNear']
}, },
'cameradepthmapsoftware' => { 472 => [\'Cameras','CamerasCameraDepthMapSo 'cameradepthmapsoftware' => { 473 => [\'Cameras','CamerasCameraDepthMapSo
ftware'] }, ftware'] },
'cameradepthmapunits' => { 472 => [\'Cameras','CamerasCameraDepthMapUnits 'cameradepthmapunits' => { 473 => [\'Cameras','CamerasCameraDepthMapUnits
'] }, '] },
'cameradirection' => { 388 => 'direction.facing' }, 'cameradirection' => { 389 => 'direction.facing' },
'camerae-mountversion' => { 468 => 0xb }, 'camerae-mountversion' => { 469 => 0xb },
'cameraelevationangle' => { 119 => 0x9405, 499 => 'CameraElevationAngle' 'cameraelevationangle' => { 119 => 0x9405, 500 => 'CameraElevationAngle'
}, },
'camerafilename' => { 482 => 'CameraFilename' }, 'camerafilename' => { 483 => 'CameraFilename' },
'cameraid' => { 316 => 0x209, 394 => 'cmid', 410 => 0x209 }, 'cameraid' => { 317 => 0x209, 395 => 'cmid', 411 => 0x209 },
'cameraidentifier' => { 388 => 'camera.identifier' }, 'cameraidentifier' => { 389 => 'camera.identifier' },
'cameraimage' => { 472 => [\'Cameras','CamerasCameraImage'] }, 'cameraimage' => { 473 => [\'Cameras','CamerasCameraImage'] },
'cameraimageitemsemantic' => { 472 => [\'Cameras','CamerasCameraImageItem 'cameraimageitemsemantic' => { 473 => [\'Cameras','CamerasCameraImageItem
Semantic'] }, Semantic'] },
'cameraimageitemuri' => { 472 => [\'Cameras','CamerasCameraImageItemURI'] 'cameraimageitemuri' => { 473 => [\'Cameras','CamerasCameraImageItemURI']
}, },
'cameraimagingmodel' => { 472 => [\'Cameras','CamerasCameraImagingModel'] 'cameraimagingmodel' => { 473 => [\'Cameras','CamerasCameraImagingModel']
}, },
'cameraimagingmodeldistortion' => { 472 => [\'Cameras','CamerasCameraImag 'cameraimagingmodeldistortion' => { 473 => [\'Cameras','CamerasCameraImag
ingModelDistortion'] }, ingModelDistortion'] },
'cameraimagingmodeldistortioncount' => { 472 => [\'Cameras','CamerasCamer 'cameraimagingmodeldistortioncount' => { 473 => [\'Cameras','CamerasCamer
aImagingModelDistortionCount'] }, aImagingModelDistortionCount'] },
'cameraimagingmodelfocallengthx' => { 472 => [\'Cameras','CamerasCameraIm 'cameraimagingmodelfocallengthx' => { 473 => [\'Cameras','CamerasCameraIm
agingModelFocalLengthX'] }, agingModelFocalLengthX'] },
'cameraimagingmodelfocallengthy' => { 472 => [\'Cameras','CamerasCameraIm 'cameraimagingmodelfocallengthy' => { 473 => [\'Cameras','CamerasCameraIm
agingModelFocalLengthY'] }, agingModelFocalLengthY'] },
'cameraimagingmodelimageheight' => { 472 => [\'Cameras','CamerasCameraIma 'cameraimagingmodelimageheight' => { 473 => [\'Cameras','CamerasCameraIma
gingModelImageHeight'] }, gingModelImageHeight'] },
'cameraimagingmodelimagewidth' => { 472 => [\'Cameras','CamerasCameraImag 'cameraimagingmodelimagewidth' => { 473 => [\'Cameras','CamerasCameraImag
ingModelImageWidth'] }, ingModelImageWidth'] },
'cameraimagingmodelpixelaspectratio' => { 472 => [\'Cameras','CamerasCame 'cameraimagingmodelpixelaspectratio' => { 473 => [\'Cameras','CamerasCame
raImagingModelPixelAspectRatio'] }, raImagingModelPixelAspectRatio'] },
'cameraimagingmodelprincipalpointx' => { 472 => [\'Cameras','CamerasCamer 'cameraimagingmodelprincipalpointx' => { 473 => [\'Cameras','CamerasCamer
aImagingModelPrincipalPointX'] }, aImagingModelPrincipalPointX'] },
'cameraimagingmodelprincipalpointy' => { 472 => [\'Cameras','CamerasCamer 'cameraimagingmodelprincipalpointy' => { 473 => [\'Cameras','CamerasCamer
aImagingModelPrincipalPointY'] }, aImagingModelPrincipalPointY'] },
'cameraimagingmodelskew' => { 472 => [\'Cameras','CamerasCameraImagingMod 'cameraimagingmodelskew' => { 473 => [\'Cameras','CamerasCameraImagingMod
elSkew'] }, elSkew'] },
'cameraiso' => { 34 => 0x10 }, 'cameraiso' => { 34 => 0x10 },
'cameralabel' => { 119 => 0xc7a1, 519 => 'cameraLabel' }, 'cameralabel' => { 119 => 0xc7a1, 520 => 'cameraLabel' },
'cameralightestimate' => { 472 => [\'Cameras','CamerasCameraLightEstimate 'cameralightestimate' => { 473 => [\'Cameras','CamerasCameraLightEstimate
'] }, '] },
'cameralightestimatecolorcorrectionb' => { 472 => [\'Cameras','CamerasCam 'cameralightestimatecolorcorrectionb' => { 473 => [\'Cameras','CamerasCam
eraLightEstimateColorCorrectionB'] }, eraLightEstimateColorCorrectionB'] },
'cameralightestimatecolorcorrectiong' => { 472 => [\'Cameras','CamerasCam 'cameralightestimatecolorcorrectiong' => { 473 => [\'Cameras','CamerasCam
eraLightEstimateColorCorrectionG'] }, eraLightEstimateColorCorrectionG'] },
'cameralightestimatecolorcorrectionr' => { 472 => [\'Cameras','CamerasCam 'cameralightestimatecolorcorrectionr' => { 473 => [\'Cameras','CamerasCam
eraLightEstimateColorCorrectionR'] }, eraLightEstimateColorCorrectionR'] },
'cameralightestimatepixelintensity' => { 472 => [\'Cameras','CamerasCamer 'cameralightestimatepixelintensity' => { 473 => [\'Cameras','CamerasCamer
aLightEstimatePixelIntensity'] }, aLightEstimatePixelIntensity'] },
'cameramakemodel' => { 482 => 'CameraMakeModel' }, 'cameramakemodel' => { 483 => 'CameraMakeModel' },
'cameramodel' => { 378 => 0x410, 519 => 'cameraModel' }, 'cameramodel' => { 379 => 0x410, 520 => 'cameraModel' },
'cameramodelid' => { 176 => 'CameraModelID' }, 'cameramodelid' => { 176 => 'CameraModelID' },
'cameramodelrestriction' => { 492 => 'CameraModelRestriction', 494 => 'Ca 'cameramodelrestriction' => { 493 => 'CameraModelRestriction', 495 => 'Ca
meraModelRestriction' }, meraModelRestriction' },
'cameramotion' => { 388 => 'direction.motion' }, 'cameramotion' => { 389 => 'direction.motion' },
'cameramove' => { 519 => 'cameraMove' }, 'cameramove' => { 520 => 'cameraMove' },
'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14 'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14
=> 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31 => 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31
, 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84, , 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84,
27 => 0x96, 28 => 0x35, 29 => 0x96, 334 => 0x8f, 373 => 0x1, 378 => 0x100, 427 27 => 0x96, 28 => 0x35, 29 => 0x96, 335 => 0x8f, 374 => 0x1, 379 => 0x100, 428
=> [0x16,0x18], 456 => 0x28, 457 => 0x24, 458 => 0x29 }, => [0x16,0x18], 457 => 0x28, 458 => 0x24, 459 => 0x29 },
'cameraowner' => { 141 => 0xc353 }, 'cameraowner' => { 141 => 0xc353 },
'cameraparameters' => { 316 => 0x2050 }, 'cameraparameters' => { 317 => 0x2050 },
'camerapicturestyle' => { 28 => 0xaf }, 'camerapicturestyle' => { 28 => 0xaf },
'camerapitch' => { 115 => 0x9, 394 => "\xa9gpt" }, 'camerapitch' => { 115 => 0x9, 395 => "\xa9gpt" },
'camerapointcloud' => { 472 => [\'Cameras','CamerasCameraPointCloud'] }, 'camerapointcloud' => { 473 => [\'Cameras','CamerasCameraPointCloud'] },
'camerapointcloudmetric' => { 472 => [\'Cameras','CamerasCameraPointCloud 'camerapointcloudmetric' => { 473 => [\'Cameras','CamerasCameraPointCloud
Metric'] }, Metric'] },
'camerapointcloudpointcloud' => { 472 => [\'Cameras','CamerasCameraPointC 'camerapointcloudpointcloud' => { 473 => [\'Cameras','CamerasCameraPointC
loudPointCloud'] }, loudPointCloud'] },
'camerapointcloudpoints' => { 472 => [\'Cameras','CamerasCameraPointCloud 'camerapointcloudpoints' => { 473 => [\'Cameras','CamerasCameraPointCloud
Points'] }, Points'] },
'camerapose' => { 472 => [\'Cameras','CamerasCameraPose'] }, 'camerapose' => { 473 => [\'Cameras','CamerasCameraPose'] },
'cameraposepositionx' => { 472 => [\'Cameras','CamerasCameraPosePositionX 'cameraposepositionx' => { 473 => [\'Cameras','CamerasCameraPosePositionX
'] }, '] },
'cameraposepositiony' => { 472 => [\'Cameras','CamerasCameraPosePositionY 'cameraposepositiony' => { 473 => [\'Cameras','CamerasCameraPosePositionY
'] }, '] },
'cameraposepositionz' => { 472 => [\'Cameras','CamerasCameraPosePositionZ 'cameraposepositionz' => { 473 => [\'Cameras','CamerasCameraPosePositionZ
'] }, '] },
'cameraposerotationw' => { 472 => [\'Cameras','CamerasCameraPoseRotationW 'cameraposerotationw' => { 473 => [\'Cameras','CamerasCameraPoseRotationW
'] }, '] },
'cameraposerotationx' => { 472 => [\'Cameras','CamerasCameraPoseRotationX 'cameraposerotationx' => { 473 => [\'Cameras','CamerasCameraPoseRotationX
'] }, '] },
'cameraposerotationy' => { 472 => [\'Cameras','CamerasCameraPoseRotationY 'cameraposerotationy' => { 473 => [\'Cameras','CamerasCameraPoseRotationY
'] }, '] },
'cameraposerotationz' => { 472 => [\'Cameras','CamerasCameraPoseRotationZ 'cameraposerotationz' => { 473 => [\'Cameras','CamerasCameraPoseRotationZ
'] }, '] },
'cameraposetimestamp' => { 472 => [\'Cameras','CamerasCameraPoseTimestamp 'cameraposetimestamp' => { 473 => [\'Cameras','CamerasCameraPoseTimestamp
'] }, '] },
'cameraprofile' => { 492 => 'CameraProfile', 494 => 'CameraProfile' }, 'cameraprofile' => { 493 => 'CameraProfile', 495 => 'CameraProfile' },
'cameraprofiledigest' => { 492 => 'CameraProfileDigest', 494 => 'CameraPr 'cameraprofiledigest' => { 493 => 'CameraProfileDigest', 495 => 'CameraPr
ofileDigest' }, ofileDigest' },
'cameraprofiles' => { 507 => 'CameraProfiles' }, 'cameraprofiles' => { 508 => 'CameraProfiles' },
'cameraprofilesaperturevalue' => { 507 => [\'CameraProfiles','CameraProfi 'cameraprofilesaperturevalue' => { 508 => [\'CameraProfiles','CameraProfi
lesApertureValue'] }, lesApertureValue'] },
'cameraprofilesauthor' => { 507 => [\'CameraProfiles','CameraProfilesAuth 'cameraprofilesauthor' => { 508 => [\'CameraProfiles','CameraProfilesAuth
or'] }, or'] },
'cameraprofilesautoscale' => { 507 => [\'CameraProfiles','CameraProfilesA 'cameraprofilesautoscale' => { 508 => [\'CameraProfiles','CameraProfilesA
utoScale'] }, utoScale'] },
'cameraprofilescameraprettyname' => { 507 => [\'CameraProfiles','CameraPr 'cameraprofilescameraprettyname' => { 508 => [\'CameraProfiles','CameraPr
ofilesCameraPrettyName'] }, ofilesCameraPrettyName'] },
'cameraprofilescamerarawprofile' => { 507 => [\'CameraProfiles','CameraPr 'cameraprofilescamerarawprofile' => { 508 => [\'CameraProfiles','CameraPr
ofilesCameraRawProfile'] }, ofilesCameraRawProfile'] },
'cameraprofilesfocallength' => { 507 => [\'CameraProfiles','CameraProfile 'cameraprofilesfocallength' => { 508 => [\'CameraProfiles','CameraProfile
sFocalLength'] }, sFocalLength'] },
'cameraprofilesfocusdistance' => { 507 => [\'CameraProfiles','CameraProfi 'cameraprofilesfocusdistance' => { 508 => [\'CameraProfiles','CameraProfi
lesFocusDistance'] }, lesFocusDistance'] },
'cameraprofileslens' => { 507 => [\'CameraProfiles','CameraProfilesLens'] 'cameraprofileslens' => { 508 => [\'CameraProfiles','CameraProfilesLens']
}, },
'cameraprofileslensprettyname' => { 507 => [\'CameraProfiles','CameraProf 'cameraprofileslensprettyname' => { 508 => [\'CameraProfiles','CameraProf
ilesLensPrettyName'] }, ilesLensPrettyName'] },
'cameraprofilesmake' => { 507 => [\'CameraProfiles','CameraProfilesMake'] 'cameraprofilesmake' => { 508 => [\'CameraProfiles','CameraProfilesMake']
}, },
'cameraprofilesmodel' => { 507 => [\'CameraProfiles','CameraProfilesModel 'cameraprofilesmodel' => { 508 => [\'CameraProfiles','CameraProfilesModel
'] }, '] },
'cameraprofilesperspectivemodel' => { 507 => [\'CameraProfiles','CameraPr 'cameraprofilesperspectivemodel' => { 508 => [\'CameraProfiles','CameraPr
ofilesPerspectiveModel'] }, ofilesPerspectiveModel'] },
'cameraprofilesperspectivemodelimagexcenter' => { 507 => [\'CameraProfile 'cameraprofilesperspectivemodelimagexcenter' => { 508 => [\'CameraProfile
s','CameraProfilesPerspectiveModelImageXCenter'] }, s','CameraProfilesPerspectiveModelImageXCenter'] },
'cameraprofilesperspectivemodelimageycenter' => { 507 => [\'CameraProfile 'cameraprofilesperspectivemodelimageycenter' => { 508 => [\'CameraProfile
s','CameraProfilesPerspectiveModelImageYCenter'] }, s','CameraProfilesPerspectiveModelImageYCenter'] },
'cameraprofilesperspectivemodelradialdistortparam1' => { 507 => [\'Camera 'cameraprofilesperspectivemodelradialdistortparam1' => { 508 => [\'Camera
Profiles','CameraProfilesPerspectiveModelRadialDistortParam1'] }, Profiles','CameraProfilesPerspectiveModelRadialDistortParam1'] },
'cameraprofilesperspectivemodelradialdistortparam2' => { 507 => [\'Camera 'cameraprofilesperspectivemodelradialdistortparam2' => { 508 => [\'Camera
Profiles','CameraProfilesPerspectiveModelRadialDistortParam2'] }, Profiles','CameraProfilesPerspectiveModelRadialDistortParam2'] },
'cameraprofilesperspectivemodelradialdistortparam3' => { 507 => [\'Camera 'cameraprofilesperspectivemodelradialdistortparam3' => { 508 => [\'Camera
Profiles','CameraProfilesPerspectiveModelRadialDistortParam3'] }, Profiles','CameraProfilesPerspectiveModelRadialDistortParam3'] },
'cameraprofilesperspectivemodelscalefactor' => { 507 => [\'CameraProfiles 'cameraprofilesperspectivemodelscalefactor' => { 508 => [\'CameraProfiles
','CameraProfilesPerspectiveModelScaleFactor'] }, ','CameraProfilesPerspectiveModelScaleFactor'] },
'cameraprofilesperspectivemodelversion' => { 507 => [\'CameraProfiles','C 'cameraprofilesperspectivemodelversion' => { 508 => [\'CameraProfiles','C
ameraProfilesPerspectiveModelVersion'] }, ameraProfilesPerspectiveModelVersion'] },
'cameraprofilesprofilename' => { 507 => [\'CameraProfiles','CameraProfile 'cameraprofilesprofilename' => { 508 => [\'CameraProfiles','CameraProfile
sProfileName'] }, sProfileName'] },
'cameraprofilessensorformatfactor' => { 507 => [\'CameraProfiles','Camera 'cameraprofilessensorformatfactor' => { 508 => [\'CameraProfiles','Camera
ProfilesSensorFormatFactor'] }, ProfilesSensorFormatFactor'] },
'cameraprofilesuniquecameramodel' => { 507 => [\'CameraProfiles','CameraP 'cameraprofilesuniquecameramodel' => { 508 => [\'CameraProfiles','CameraP
rofilesUniqueCameraModel'] }, rofilesUniqueCameraModel'] },
'camerarawcolortone' => { 109 => 0xe1 }, 'camerarawcolortone' => { 109 => 0xe1 },
'camerarawcontrast' => { 109 => 0xe3 }, 'camerarawcontrast' => { 109 => 0xe3 },
'camerarawhighlightpoint' => { 109 => 0xe6 }, 'camerarawhighlightpoint' => { 109 => 0xe6 },
'camerarawlinear' => { 109 => 0xe4 }, 'camerarawlinear' => { 109 => 0xe4 },
'camerarawoutputhighlightpoint' => { 109 => 0xe8 }, 'camerarawoutputhighlightpoint' => { 109 => 0xe8 },
'camerarawoutputshadowpoint' => { 109 => 0xe9 }, 'camerarawoutputshadowpoint' => { 109 => 0xe9 },
'camerarawsaturation' => { 109 => 0xe2 }, 'camerarawsaturation' => { 109 => 0xe2 },
'camerarawshadowpoint' => { 109 => 0xe7 }, 'camerarawshadowpoint' => { 109 => 0xe7 },
'camerarawsharpness' => { 109 => 0xe5 }, 'camerarawsharpness' => { 109 => 0xe5 },
'cameraroll' => { 115 => 0xb, 394 => "\xa9grl" }, 'cameraroll' => { 115 => 0xb, 395 => "\xa9grl" },
'cameras' => { 472 => 'Cameras' }, 'cameras' => { 473 => 'Cameras' },
'cameraserialnumber' => { 119 => 0xc62f, 178 => 'CameraSerialNumber', 482 'cameraserialnumber' => { 119 => 0xc62f, 178 => 'CameraSerialNumber', 483
=> 'CameraSerialNumber' }, => 'CameraSerialNumber' },
'camerasettingsversion' => { 311 => 0x0 }, 'camerasettingsversion' => { 312 => 0x0 },
'cameratemperature' => { 7 => 0x18, 9 => 0x1b, 11 => 0x18, 13 => 0x19, 14 'cameratemperature' => { 7 => 0x18, 9 => 0x1b, 11 => 0x18, 13 => 0x19, 14
=> 0x18, 15 => 0x18, 16 => 0x19, 17 => 0x19, 18 => 0x19, 19 => 0x17, 20 => 0x19 => 0x18, 15 => 0x18, 16 => 0x19, 17 => 0x19, 18 => 0x19, 19 => 0x17, 20 => 0x19
, 21 => 0x1b, 22 => 0x19, 23 => 0x19, 24 => 0x1b, 25 => 0x1b, 26 => 0x1b, 27 => , 21 => 0x1b, 22 => 0x19, 23 => 0x19, 24 => 0x1b, 25 => 0x1b, 26 => 0x1b, 27 =>
0x1b, 28 => 0x19, 29 => 0x1b, 30 => [0x87,0x91], 31 => [0x99,0x9f,0xa4,0xa8,0x10 0x1b, 28 => 0x19, 29 => 0x1b, 30 => [0x87,0x91], 31 => [0x99,0x9f,0xa4,0xa8,0x10
5], 33 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 77 => 0xc, 138 => 0x406, 315 => 0x130 5], 33 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 77 => 0xc, 138 => 0x406, 316 => 0x130
6, 329 => 0x320, 336 => 0x3402, 369 => 0x47, 408 => 0x43, 460 => 0x5 }, 6, 330 => 0x320, 337 => 0x3402, 370 => 0x47, 409 => 0x43, 461 => 0x5 },
'cameratemperature4' => { 374 => 0x14 }, 'cameratemperature4' => { 375 => 0x14 },
'cameratemperature5' => { 374 => 0x16 }, 'cameratemperature5' => { 375 => 0x16 },
'cameratemperaturerangemax' => { 121 => 0x5 }, 'cameratemperaturerangemax' => { 121 => 0x5 },
'cameratemperaturerangemin' => { 121 => 0x6 }, 'cameratemperaturerangemin' => { 121 => 0x6 },
'cameratrait' => { 472 => [\'Cameras','CamerasCameraTrait'] }, 'cameratrait' => { 473 => [\'Cameras','CamerasCameraTrait'] },
'cameratype' => { 77 => 0x1a, 316 => 0x207 }, 'cameratype' => { 77 => 0x1a, 317 => 0x207 },
'cameratype2' => { 312 => 0x100 }, 'cameratype2' => { 313 => 0x100 },
'cameravendorinfo' => { 472 => [\'Cameras','CamerasCameraVendorInfo'] }, 'cameravendorinfo' => { 473 => [\'Cameras','CamerasCameraVendorInfo'] },
'cameravendorinfomanufacturer' => { 472 => [\'Cameras','CamerasCameraVend 'cameravendorinfomanufacturer' => { 473 => [\'Cameras','CamerasCameraVend
orInfoManufacturer'] }, orInfoManufacturer'] },
'cameravendorinfomodel' => { 472 => [\'Cameras','CamerasCameraVendorInfoM 'cameravendorinfomodel' => { 473 => [\'Cameras','CamerasCameraVendorInfoM
odel'] }, odel'] },
'cameravendorinfonotes' => { 472 => [\'Cameras','CamerasCameraVendorInfoN 'cameravendorinfonotes' => { 473 => [\'Cameras','CamerasCameraVendorInfoN
otes'] }, otes'] },
'camerayaw' => { 115 => 0xa, 394 => "\xa9gyw" }, 'camerayaw' => { 115 => 0xa, 395 => "\xa9gyw" },
'camreverse' => { 116 => 'CamReverse' }, 'camreverse' => { 116 => 'CamReverse' },
'canondr4' => { 120 => 'CanonDR4' }, 'canondr4' => { 120 => 'CanonDR4' },
'canonexposuremode' => { 34 => 0x14 }, 'canonexposuremode' => { 34 => 0x14 },
'canonfiledescription' => { 97 => 0x805 }, 'canonfiledescription' => { 97 => 0x805 },
'canonfilelength' => { 64 => 0xe }, 'canonfilelength' => { 64 => 0xe },
'canonfirmwareversion' => { 64 => 0x7, 97 => 0x80b }, 'canonfirmwareversion' => { 64 => 0x7, 97 => 0x80b },
'canonflashinfo' => { 97 => 0x1028 }, 'canonflashinfo' => { 97 => 0x1028 },
'canonflashmode' => { 34 => 0x4 }, 'canonflashmode' => { 34 => 0x4 },
'canonimagesize' => { 10 => 0x39, 34 => 0xa }, 'canonimagesize' => { 10 => 0x39, 34 => 0xa },
'canonimagetype' => { 64 => 0x6, 97 => 0x815 }, 'canonimagetype' => { 64 => 0x6, 97 => 0x815 },
'canonlogversion' => { 63 => 0xb }, 'canonlogversion' => { 63 => 0xb },
'canonmodelid' => { 64 => 0x10, 97 => 0x1834 }, 'canonmodelid' => { 64 => 0x10, 97 => 0x1834 },
'canonvrd' => { 120 => 'CanonVRD' }, 'canonvrd' => { 120 => 'CanonVRD' },
'caption' => { 487 => 'caption' }, 'caption' => { 488 => 'caption' },
'caption-abstract' => { 131 => 0x78 }, 'caption-abstract' => { 131 => 0x78 },
'captionsauthornames' => { 497 => 'CaptionsAuthorNames' }, 'captionsauthornames' => { 498 => 'CaptionsAuthorNames' },
'captionsdatetimestamps' => { 497 => 'CaptionsDateTimeStamps' }, 'captionsdatetimestamps' => { 498 => 'CaptionsDateTimeStamps' },
'captionwriter' => { 507 => 'CaptionWriter' }, 'captionwriter' => { 508 => 'CaptionWriter' },
'captureframerate' => { 113 => 0x4001 }, 'captureframerate' => { 113 => 0x4001 },
'captureheightnormal' => { 138 => 0x1839 }, 'captureheightnormal' => { 138 => 0x1839 },
'capturelook' => { 138 => 0xc48 }, 'capturelook' => { 138 => 0xc48 },
'capturemode' => { 388 => 'com.apple.photos.captureMode' }, 'capturemode' => { 389 => 'com.apple.photos.captureMode' },
'capturesoftware' => { 480 => 'CaptureSoftware' }, 'capturesoftware' => { 481 => 'CaptureSoftware' },
'capturewidthnormal' => { 138 => 0x1838 }, 'capturewidthnormal' => { 138 => 0x1838 },
'capturewidthtest' => { 138 => 0x1842 }, 'capturewidthtest' => { 138 => 0x1842 },
'cardshutterlock' => { 184 => 0x49 }, 'cardshutterlock' => { 184 => 0x49 },
'casioimagesize' => { 113 => 0x9 }, 'casioimagesize' => { 113 => 0x9 },
'catalogsets' => { 131 => 0xff, 473 => 'CatalogSets', 485 => 'CatalogSets 'catalogsets' => { 131 => 0xff, 474 => 'CatalogSets', 486 => 'CatalogSets
' }, ' },
'categories' => { 64 => 0x23, 487 => 'categories' }, 'categories' => { 64 => 0x23, 488 => 'categories' },
'category' => { 131 => 0xf, 179 => 'WM/Category', 310 => 0x30, 386 => 'ca 'category' => { 131 => 0xf, 179 => 'WM/Category', 311 => 0x30, 387 => 'ca
tg', 507 => 'Category' }, tg', 508 => 'Category' },
'cbcrgain' => { 408 => 0xa036 }, 'cbcrgain' => { 409 => 0xa036 },
'cbcrgaindefault' => { 408 => 0xa035 }, 'cbcrgaindefault' => { 409 => 0xa035 },
'cbcrmatrix' => { 408 => 0xa034 }, 'cbcrmatrix' => { 409 => 0xa034 },
'cbcrmatrixdefault' => { 408 => 0xa033 }, 'cbcrmatrixdefault' => { 409 => 0xa033 },
'ccdboardversion' => { 329 => 0x331 }, 'ccdboardversion' => { 330 => 0x331 },
'ccdscanmode' => { 316 => 0x1039 }, 'ccdscanmode' => { 317 => 0x1039 },
'ccdsensitivity' => { 276 => 0x6 }, 'ccdsensitivity' => { 277 => 0x6 },
'ccdversion' => { 329 => 0x330 }, 'ccdversion' => { 330 => 0x330 },
'ccvavgluminancenits' => { 502 => 'ccv_avg_luminance_nits' }, 'ccvavgluminancenits' => { 503 => 'ccv_avg_luminance_nits' },
'ccvmaxluminancenits' => { 502 => 'ccv_max_luminance_nits' }, 'ccvmaxluminancenits' => { 503 => 'ccv_max_luminance_nits' },
'ccvminluminancenits' => { 502 => 'ccv_min_luminance_nits' }, 'ccvminluminancenits' => { 503 => 'ccv_min_luminance_nits' },
'ccvprimariesxy' => { 502 => 'ccv_primaries_xy' }, 'ccvprimariesxy' => { 503 => 'ccv_primaries_xy' },
'ccvwhitexy' => { 502 => 'ccv_white_xy' }, 'ccvwhitexy' => { 503 => 'ccv_white_xy' },
'cellglobalid' => { 491 => 'cgi' }, 'cellglobalid' => { 492 => 'cgi' },
'celllength' => { 119 => 0x109 }, 'celllength' => { 119 => 0x109 },
'cellr' => { 491 => 'r' }, 'cellr' => { 492 => 'r' },
'celltowerid' => { 491 => 'cellid' }, 'celltowerid' => { 492 => 'cellid' },
'cellwidth' => { 119 => 0x108 }, 'cellwidth' => { 119 => 0x108 },
'centerafarea' => { 304 => '15.1' }, 'centerafarea' => { 305 => '15.1' },
'centerfocuspoint' => { 308 => '2.2' }, 'centerfocuspoint' => { 309 => '2.2' },
'centerpixel' => { 138 => 0x40c }, 'centerpixel' => { 138 => 0x40c },
'centerweightedareasize' => { 293 => '7.1', 294 => '8.1', 296 => '8.1', 2 'centerweightedareasize' => { 294 => '7.1', 295 => '8.1', 297 => '8.1', 2
97 => '8.1', 301 => '7.1', 302 => '5.1', 303 => '7.1', 304 => '6.3', 306 => '8.1 98 => '8.1', 302 => '7.1', 303 => '5.1', 304 => '7.1', 305 => '6.3', 307 => '8.1
', 307 => '8.1', 308 => '8.1', 309 => 0x1f }, ', 308 => '8.1', 309 => '8.1', 310 => 0x1f },
'certificate' => { 523 => 'Certificate' }, 'certificate' => { 524 => 'Certificate' },
'cfainterpolationalgorithm' => { 138 => 0xe60 }, 'cfainterpolationalgorithm' => { 138 => 0xe60 },
'cfainterpolationmetric' => { 138 => 0xe61 }, 'cfainterpolationmetric' => { 138 => 0xe61 },
'cfaoffsetcols' => { 138 => 0xc71 }, 'cfaoffsetcols' => { 138 => 0xc71 },
'cfaoffsetrows' => { 138 => 0xc6f }, 'cfaoffsetrows' => { 138 => 0xc6f },
'cfapattern' => { 119 => 0xa302, 339 => 0x9, 498 => 'CFAPattern' }, 'cfapattern' => { 119 => 0xa302, 340 => 0x9, 499 => 'CFAPattern' },
'cfapattern2' => { 119 => 0x828e }, 'cfapattern2' => { 119 => 0x828e },
'cfapatterncolumns' => { 498 => [\'CFAPattern','CFAPatternColumns'] }, 'cfapatterncolumns' => { 499 => [\'CFAPattern','CFAPatternColumns'] },
'cfapatternrows' => { 498 => [\'CFAPattern','CFAPatternRows'] }, 'cfapatternrows' => { 499 => [\'CFAPattern','CFAPatternRows'] },
'cfapatternvalues' => { 498 => [\'CFAPattern','CFAPatternValues'] }, 'cfapatternvalues' => { 499 => [\'CFAPattern','CFAPatternValues'] },
'cfarepeatpatterndim' => { 119 => 0x828d }, 'cfarepeatpatterndim' => { 119 => 0x828d },
'cfazipperfixthreshold' => { 138 => 0xe62 }, 'cfazipperfixthreshold' => { 138 => 0xe62 },
'channel' => { 509 => 'channel' }, 'channel' => { 510 => 'channel' },
'channela-lang' => { 509 => [\'channel','channelA-lang'] }, 'channela-lang' => { 510 => [\'channel','channelA-lang'] },
'channelchannel' => { 509 => [\'channel','channelChannel'] }, 'channelchannel' => { 510 => [\'channel','channelChannel'] },
'channels' => { 155 => 'Channels' }, 'channels' => { 155 => 'Channels' },
'channelsubchannel1' => { 509 => [\'channel','channelSubchannel1'] }, 'channelsubchannel1' => { 510 => [\'channel','channelSubchannel1'] },
'channelsubchannel2' => { 509 => [\'channel','channelSubchannel2'] }, 'channelsubchannel2' => { 510 => [\'channel','channelSubchannel2'] },
'channelsubchannel3' => { 509 => [\'channel','channelSubchannel3'] }, 'channelsubchannel3' => { 510 => [\'channel','channelSubchannel3'] },
'channelsubchannel4' => { 509 => [\'channel','channelSubchannel4'] }, 'channelsubchannel4' => { 510 => [\'channel','channelSubchannel4'] },
'chapterlist' => { 394 => 'chpl' }, 'chapterlist' => { 395 => 'chpl' },
'checkmark' => { 103 => 0x10101, 108 => 0x26a }, 'checkmark' => { 103 => 0x10101, 108 => 0x26a },
'checkmark2' => { 109 => 0x8e }, 'checkmark2' => { 109 => 0x8e },
'childfontfiles' => { 524 => [\'Fonts','FontsChildFontFiles'] }, 'childfontfiles' => { 525 => [\'Fonts','FontsChildFontFiles'] },
'chmodeshootingspeed' => { 293 => '10.3', 294 => '11.2', 309 => 0x10b }, 'chmodeshootingspeed' => { 294 => '10.3', 295 => '11.2', 310 => 0x10b },
'chromablurradius' => { 119 => 0xc631 }, 'chromablurradius' => { 119 => 0xc631 },
'chromanoisecolorspace' => { 138 => 0xe6d }, 'chromanoisecolorspace' => { 138 => 0xe6d },
'chromanoiseedgemapthresh' => { 138 => 0xe6c }, 'chromanoiseedgemapthresh' => { 138 => 0xe6c },
'chromanoisehighfthresh' => { 138 => 0xe6a }, 'chromanoisehighfthresh' => { 138 => 0xe6a },
'chromanoiselowfthresh' => { 138 => 0xe6b }, 'chromanoiselowfthresh' => { 138 => 0xe6b },
'chromaticaberration' => { 103 => 0x20703, 109 => 0x66, 408 => 0xa051 }, 'chromaticaberration' => { 103 => 0x20703, 109 => 0x66, 409 => 0xa051 },
'chromaticaberrationb' => { 492 => 'ChromaticAberrationB', 494 => 'Chroma 'chromaticaberrationb' => { 493 => 'ChromaticAberrationB', 495 => 'Chroma
ticAberrationB' }, ticAberrationB' },
'chromaticaberrationblue' => { 103 => 0x20708, 109 => 0x6b }, 'chromaticaberrationblue' => { 103 => 0x20708, 109 => 0x6b },
'chromaticaberrationcorr' => { 79 => [0x4,0x5] }, 'chromaticaberrationcorr' => { 79 => [0x4,0x5] },
'chromaticaberrationcorrection' => { 119 => 0x7034, 359 => 0x1, 469 => 0x 'chromaticaberrationcorrection' => { 119 => 0x7034, 360 => 0x1, 470 => 0x
900d }, 900d },
'chromaticaberrationcorrparams' => { 119 => 0x7035, 464 => 0x66a, 465 => 'chromaticaberrationcorrparams' => { 119 => 0x7035, 465 => 0x66a, 466 =>
[0x37c,0x384,0x39c,0x3b0,0x3b8] }, [0x37c,0x384,0x39c,0x3b0,0x3b8] },
'chromaticaberrationon' => { 103 => '0x20703.0', 109 => 0x62 }, 'chromaticaberrationon' => { 103 => '0x20703.0', 109 => 0x62 },
'chromaticaberrationr' => { 492 => 'ChromaticAberrationR', 494 => 'Chroma ticAberrationR' }, 'chromaticaberrationr' => { 493 => 'ChromaticAberrationR', 495 => 'Chroma ticAberrationR' },
'chromaticaberrationred' => { 103 => 0x20707, 109 => 0x6a }, 'chromaticaberrationred' => { 103 => 0x20707, 109 => 0x6a },
'chromaticaberrationsetting' => { 80 => 0x6 }, 'chromaticaberrationsetting' => { 80 => 0x6 },
'chrominancenoisereduction' => { 103 => 0x20601, 109 => 0x5e, 411 => 0x1a }, 'chrominancenoisereduction' => { 103 => 0x20601, 109 => 0x5e, 412 => 0x1a },
'chrominancenr_tiff_jpeg' => { 109 => 0x60 }, 'chrominancenr_tiff_jpeg' => { 109 => 0x60 },
'circadatecreated' => { 505 => 'CircaDateCreated' }, 'circadatecreated' => { 506 => 'CircaDateCreated' },
'circgradbasedcorractive' => { 492 => [\'CircularGradientBasedCorrections 'circgradbasedcorractive' => { 493 => [\'CircularGradientBasedCorrections
','CircularGradientBasedCorrectionsCorrectionActive'], 494 => [\'CircularGradien ','CircularGradientBasedCorrectionsCorrectionActive'], 495 => [\'CircularGradien
tBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] }, tBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
'circgradbasedcorramount' => { 492 => [\'CircularGradientBasedCorrections 'circgradbasedcorramount' => { 493 => [\'CircularGradientBasedCorrections
','CircularGradientBasedCorrectionsCorrectionAmount'], 494 => [\'CircularGradien ','CircularGradientBasedCorrectionsCorrectionAmount'], 495 => [\'CircularGradien
tBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] }, tBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
'circgradbasedcorrblacks2012' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrblacks2012' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsLocalBlacks2012'], 494 => [\'CircularGrad ions','CircularGradientBasedCorrectionsLocalBlacks2012'], 495 => [\'CircularGrad
ientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] }, ientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
'circgradbasedcorrbrightness' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrbrightness' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsLocalBrightness'], 494 => [\'CircularGrad ions','CircularGradientBasedCorrectionsLocalBrightness'], 495 => [\'CircularGrad
ientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] }, ientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
'circgradbasedcorrclarity' => { 492 => [\'CircularGradientBasedCorrection 'circgradbasedcorrclarity' => { 493 => [\'CircularGradientBasedCorrection
s','CircularGradientBasedCorrectionsLocalClarity'], 494 => [\'CircularGradientBa s','CircularGradientBasedCorrectionsLocalClarity'], 495 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsLocalClarity'] }, sedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
'circgradbasedcorrclarity2012' => { 492 => [\'CircularGradientBasedCorrec 'circgradbasedcorrclarity2012' => { 493 => [\'CircularGradientBasedCorrec
tions','CircularGradientBasedCorrectionsLocalClarity2012'], 494 => [\'CircularGr tions','CircularGradientBasedCorrectionsLocalClarity2012'], 495 => [\'CircularGr
adientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] }, adientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
'circgradbasedcorrcontrast' => { 492 => [\'CircularGradientBasedCorrectio 'circgradbasedcorrcontrast' => { 493 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsLocalContrast'], 494 => [\'CircularGradient ns','CircularGradientBasedCorrectionsLocalContrast'], 495 => [\'CircularGradient
BasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] }, BasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
'circgradbasedcorrcontrast2012' => { 492 => [\'CircularGradientBasedCorre 'circgradbasedcorrcontrast2012' => { 493 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsLocalContrast2012'], 494 => [\'Circular ctions','CircularGradientBasedCorrectionsLocalContrast2012'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] } GradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] }
, ,
'circgradbasedcorrcorrectionname' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrcorrectionname' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionName'], 494 => [\'CircularG rections','CircularGradientBasedCorrectionsCorrectionName'], 495 => [\'CircularG
radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] }, radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
'circgradbasedcorrcorrectionsyncid' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrcorrectionsyncid' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 494 => [\'Circu orrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 495 => [\'Circu
larGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] larGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID']
}, },
'circgradbasedcorrdefringe' => { 492 => [\'CircularGradientBasedCorrectio 'circgradbasedcorrdefringe' => { 493 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsLocalDefringe'], 494 => [\'CircularGradient ns','CircularGradientBasedCorrectionsLocalDefringe'], 495 => [\'CircularGradient
BasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] }, BasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
'circgradbasedcorrdehaze' => { 492 => [\'CircularGradientBasedCorrections 'circgradbasedcorrdehaze' => { 493 => [\'CircularGradientBasedCorrections
','CircularGradientBasedCorrectionsLocalDehaze'], 494 => [\'CircularGradientBase ','CircularGradientBasedCorrectionsLocalDehaze'], 495 => [\'CircularGradientBase
dCorrections','CircularGradientBasedCorrectionsLocalDehaze'] }, dCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
'circgradbasedcorrexposure' => { 492 => [\'CircularGradientBasedCorrectio 'circgradbasedcorrexposure' => { 493 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsLocalExposure'], 494 => [\'CircularGradient ns','CircularGradientBasedCorrectionsLocalExposure'], 495 => [\'CircularGradient
BasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] }, BasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
'circgradbasedcorrexposure2012' => { 492 => [\'CircularGradientBasedCorre 'circgradbasedcorrexposure2012' => { 493 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsLocalExposure2012'], 494 => [\'Circular ctions','CircularGradientBasedCorrectionsLocalExposure2012'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] } GradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] }
, ,
'circgradbasedcorrhighlights2012' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrhighlights2012' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsLocalHighlights2012'], 494 => [\'Circ rections','CircularGradientBasedCorrectionsLocalHighlights2012'], 495 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights20 ularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights20
12'] }, 12'] },
'circgradbasedcorrhue' => { 492 => [\'CircularGradientBasedCorrections',' 'circgradbasedcorrhue' => { 493 => [\'CircularGradientBasedCorrections','
CircularGradientBasedCorrectionsLocalHue'], 494 => [\'CircularGradientBasedCorre CircularGradientBasedCorrectionsLocalHue'], 495 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsLocalHue'] }, ctions','CircularGradientBasedCorrectionsLocalHue'] },
'circgradbasedcorrluminancenoise' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrluminancenoise' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 494 => [\'Circ rections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 495 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoi ularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoi
se'] }, se'] },
'circgradbasedcorrmaskalpha' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskalpha' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'
] }, ] },
'circgradbasedcorrmaskangle' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskangle' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'
] }, ] },
'circgradbasedcorrmaskbottom' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrmaskbottom' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 494 => [\'Circul ions','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 495 => [\'Circul
arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBott arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBott
om'] }, om'] },
'circgradbasedcorrmaskcentervalue' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskcentervalue' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio
nMasksCenterValue'] }, nMasksCenterValue'] },
'circgradbasedcorrmaskcenterweight' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrmaskcenterweight' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 494 orrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect
ionMasksCenterWeight'] }, ionMasksCenterWeight'] },
'circgradbasedcorrmaskdabs' => { 492 => [\'CircularGradientBasedCorrectio 'circgradbasedcorrmaskdabs' => { 493 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 494 => [\'CircularGr ns','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 495 => [\'CircularGr
adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] } adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] }
, ,
'circgradbasedcorrmaskfeather' => { 492 => [\'CircularGradientBasedCorrec 'circgradbasedcorrmaskfeather' => { 493 => [\'CircularGradientBasedCorrec
tions','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 494 => [\'Circ tions','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 495 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFe ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFe
ather'] }, ather'] },
'circgradbasedcorrmaskflipped' => { 492 => [\'CircularGradientBasedCorrec 'circgradbasedcorrmaskflipped' => { 493 => [\'CircularGradientBasedCorrec
tions','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 494 => [\'Circ tions','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 495 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFl ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFl
ipped'] }, ipped'] },
'circgradbasedcorrmaskflow' => { 492 => [\'CircularGradientBasedCorrectio 'circgradbasedcorrmaskflow' => { 493 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 494 => [\'CircularGr ns','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 495 => [\'CircularGr
adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] } adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] }
, ,
'circgradbasedcorrmaskfullx' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskfullx' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'
] }, ] },
'circgradbasedcorrmaskfully' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskfully' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'
] }, ] },
'circgradbasedcorrmaskinputdigest' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskinputdigest' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio
nMasksInputDigest'] }, nMasksInputDigest'] },
'circgradbasedcorrmaskleft' => { 492 => [\'CircularGradientBasedCorrectio 'circgradbasedcorrmaskleft' => { 493 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 494 => [\'CircularGr ns','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 495 => [\'CircularGr
adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] } adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] }
, ,
'circgradbasedcorrmaskmaskactive' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmaskactive' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMaskActive'] }, asksMaskActive'] },
'circgradbasedcorrmaskmaskblendmode' => { 492 => [\'CircularGradientBased 'circgradbasedcorrmaskmaskblendmode' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 49 Corrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 49
4 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorre 5 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorre
ctionMasksMaskBlendMode'] }, ctionMasksMaskBlendMode'] },
'circgradbasedcorrmaskmaskdigest' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmaskdigest' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMaskDigest'] }, asksMaskDigest'] },
'circgradbasedcorrmaskmaskinverted' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrmaskmaskinverted' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 494 orrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect
ionMasksMaskInverted'] }, ionMasksMaskInverted'] },
'circgradbasedcorrmaskmaskname' => { 492 => [\'CircularGradientBasedCorre 'circgradbasedcorrmaskmaskname' => { 493 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 494 => [\'Ci ctions','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 495 => [\'Ci
rcularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks rcularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks
MaskName'] }, MaskName'] },
'circgradbasedcorrmaskmasks' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskmasks' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'
] }, ] },
'circgradbasedcorrmaskmasksalpha' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmasksalpha' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksAlpha'] }, asksMasksAlpha'] },
'circgradbasedcorrmaskmasksangle' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmasksangle' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksAngle'] }, asksMasksAngle'] },
'circgradbasedcorrmaskmasksbottom' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskmasksbottom' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio
nMasksMasksBottom'] }, nMasksMasksBottom'] },
'circgradbasedcorrmaskmaskscentervalue' => { 492 => [\'CircularGradientBa 'circgradbasedcorrmaskmaskscentervalue' => { 493 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue
'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection '], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection
sCorrectionMasksMasksCenterValue'] }, sCorrectionMasksMasksCenterValue'] },
'circgradbasedcorrmaskmaskscenterweight' => { 492 => [\'CircularGradientB 'circgradbasedcorrmaskmaskscenterweight' => { 493 => [\'CircularGradientB
asedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeig asedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeig
ht'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrecti ht'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrecti
onsCorrectionMasksMasksCenterWeight'] }, onsCorrectionMasksMasksCenterWeight'] },
'circgradbasedcorrmaskmasksdabs' => { 492 => [\'CircularGradientBasedCorr 'circgradbasedcorrmaskmasksdabs' => { 493 => [\'CircularGradientBasedCorr
ections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 494 => [\' ections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 495 => [\'
CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas
ksMasksDabs'] }, ksMasksDabs'] },
'circgradbasedcorrmaskmasksfeather' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrmaskmasksfeather' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 494 orrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect
ionMasksMasksFeather'] }, ionMasksMasksFeather'] },
'circgradbasedcorrmaskmasksflipped' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrmaskmasksflipped' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 494 orrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect
ionMasksMasksFlipped'] }, ionMasksMasksFlipped'] },
'circgradbasedcorrmaskmasksflow' => { 492 => [\'CircularGradientBasedCorr 'circgradbasedcorrmaskmasksflow' => { 493 => [\'CircularGradientBasedCorr
ections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 494 => [\' ections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 495 => [\'
CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas
ksMasksFlow'] }, ksMasksFlow'] },
'circgradbasedcorrmaskmasksfullx' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmasksfullx' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksFullX'] }, asksMasksFullX'] },
'circgradbasedcorrmaskmasksfully' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmasksfully' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksFullY'] }, asksMasksFullY'] },
'circgradbasedcorrmaskmasksinputdigest' => { 492 => [\'CircularGradientBa 'circgradbasedcorrmaskmasksinputdigest' => { 493 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest
'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection '], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection
sCorrectionMasksMasksInputDigest'] }, sCorrectionMasksMasksInputDigest'] },
'circgradbasedcorrmaskmasksleft' => { 492 => [\'CircularGradientBasedCorr 'circgradbasedcorrmaskmasksleft' => { 493 => [\'CircularGradientBasedCorr
ections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 494 => [\' ections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 495 => [\'
CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas
ksMasksLeft'] }, ksMasksLeft'] },
'circgradbasedcorrmaskmasksmaskactive' => { 492 => [\'CircularGradientBas 'circgradbasedcorrmaskmasksmaskactive' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] edCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive']
, 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsC , 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsC
orrectionMasksMasksMaskActive'] }, orrectionMasksMasksMaskActive'] },
'circgradbasedcorrmaskmasksmaskblendmode' => { 492 => [\'CircularGradient 'circgradbasedcorrmaskmasksmaskblendmode' => { 493 => [\'CircularGradient
BasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlend BasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlend
Mode'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec Mode'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec
tionsCorrectionMasksMasksMaskBlendMode'] }, tionsCorrectionMasksMasksMaskBlendMode'] },
'circgradbasedcorrmaskmasksmaskdigest' => { 492 => [\'CircularGradientBas 'circgradbasedcorrmaskmasksmaskdigest' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] edCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest']
, 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsC , 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsC
orrectionMasksMasksMaskDigest'] }, orrectionMasksMasksMaskDigest'] },
'circgradbasedcorrmaskmasksmaskinverted' => { 492 => [\'CircularGradientB 'circgradbasedcorrmaskmasksmaskinverted' => { 493 => [\'CircularGradientB
asedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInvert asedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInvert
ed'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrecti ed'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrecti
onsCorrectionMasksMasksMaskInverted'] }, onsCorrectionMasksMasksMaskInverted'] },
'circgradbasedcorrmaskmasksmaskname' => { 492 => [\'CircularGradientBased 'circgradbasedcorrmaskmasksmaskname' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 49 Corrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 49
4 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorre 5 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorre
ctionMasksMasksMaskName'] }, ctionMasksMasksMaskName'] },
'circgradbasedcorrmaskmasksmasksubtype' => { 492 => [\'CircularGradientBa 'circgradbasedcorrmaskmasksmasksubtype' => { 493 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType
'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection '], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection
sCorrectionMasksMasksMaskSubType'] }, sCorrectionMasksMasksMaskSubType'] },
'circgradbasedcorrmaskmasksmasksyncid' => { 492 => [\'CircularGradientBas 'circgradbasedcorrmaskmasksmasksyncid' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] edCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID']
, 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsC , 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsC
orrectionMasksMasksMaskSyncID'] }, orrectionMasksMasksMaskSyncID'] },
'circgradbasedcorrmaskmasksmaskversion' => { 492 => [\'CircularGradientBa 'circgradbasedcorrmaskmasksmaskversion' => { 493 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion
'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection '], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection
sCorrectionMasksMasksMaskVersion'] }, sCorrectionMasksMasksMaskVersion'] },
'circgradbasedcorrmaskmasksmidpoint' => { 492 => [\'CircularGradientBased 'circgradbasedcorrmaskmasksmidpoint' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 49 Corrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 49
4 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorre 5 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorre
ctionMasksMasksMidpoint'] }, ctionMasksMasksMidpoint'] },
'circgradbasedcorrmaskmasksorigin' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskmasksorigin' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio
nMasksMasksOrigin'] }, nMasksMasksOrigin'] },
'circgradbasedcorrmaskmasksperimetervalue' => { 492 => [\'CircularGradien 'circgradbasedcorrmaskmasksperimetervalue' => { 493 => [\'CircularGradien
tBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimete tBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimete
rValue'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr rValue'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr
ectionsCorrectionMasksMasksPerimeterValue'] }, ectionsCorrectionMasksMasksPerimeterValue'] },
'circgradbasedcorrmaskmasksradius' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskmasksradius' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio
nMasksMasksRadius'] }, nMasksMasksRadius'] },
'circgradbasedcorrmaskmasksreferencepoint' => { 492 => [\'CircularGradien 'circgradbasedcorrmaskmasksreferencepoint' => { 493 => [\'CircularGradien
tBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferenc tBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferenc
ePoint'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr ePoint'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr
ectionsCorrectionMasksMasksReferencePoint'] }, ectionsCorrectionMasksMasksReferencePoint'] },
'circgradbasedcorrmaskmasksright' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmasksright' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksRight'] }, asksMasksRight'] },
'circgradbasedcorrmaskmasksroundness' => { 492 => [\'CircularGradientBase 'circgradbasedcorrmaskmasksroundness' => { 493 => [\'CircularGradientBase
dCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], dCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'],
494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor
rectionMasksMasksRoundness'] }, rectionMasksMasksRoundness'] },
'circgradbasedcorrmaskmaskssizex' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmaskssizex' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksSizeX'] }, asksMasksSizeX'] },
'circgradbasedcorrmaskmaskssizey' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmaskssizey' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksSizeY'] }, asksMasksSizeY'] },
'circgradbasedcorrmaskmaskstop' => { 492 => [\'CircularGradientBasedCorre 'circgradbasedcorrmaskmaskstop' => { 493 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 494 => [\'Ci ctions','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 495 => [\'Ci
rcularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks rcularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks
MasksTop'] }, MasksTop'] },
'circgradbasedcorrmaskmasksubtype' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskmasksubtype' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio
nMasksMaskSubType'] }, nMasksMaskSubType'] },
'circgradbasedcorrmaskmasksvalue' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmasksvalue' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 494 rections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect
ionMasksMasksMaskValue'] }, ionMasksMasksMaskValue'] },
'circgradbasedcorrmaskmasksversion' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrmaskmasksversion' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 494 orrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect
ionMasksMasksVersion'] }, ionMasksMasksVersion'] },
'circgradbasedcorrmaskmaskswhat' => { 492 => [\'CircularGradientBasedCorr 'circgradbasedcorrmaskmaskswhat' => { 493 => [\'CircularGradientBasedCorr
ections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 494 => [\' ections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 495 => [\'
CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas
ksMasksWhat'] }, ksMasksWhat'] },
'circgradbasedcorrmaskmaskswholeimagearea' => { 492 => [\'CircularGradien 'circgradbasedcorrmaskmaskswholeimagearea' => { 493 => [\'CircularGradien
tBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeIma tBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeIma
geArea'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr geArea'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr
ectionsCorrectionMasksMasksWholeImageArea'] }, ectionsCorrectionMasksMasksWholeImageArea'] },
'circgradbasedcorrmaskmasksx' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrmaskmasksx' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 494 => [\'Circul ions','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 495 => [\'Circul
arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMask arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMask
sX'] }, sX'] },
'circgradbasedcorrmaskmasksy' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrmaskmasksy' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 494 => [\'Circul ions','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 495 => [\'Circul
arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMask arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMask
sY'] }, sY'] },
'circgradbasedcorrmaskmasksyncid' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmasksyncid' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMaskSyncID'] }, asksMaskSyncID'] },
'circgradbasedcorrmaskmaskszerox' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmaskszerox' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksZeroX'] }, asksMasksZeroX'] },
'circgradbasedcorrmaskmaskszeroy' => { 492 => [\'CircularGradientBasedCor 'circgradbasedcorrmaskmaskszeroy' => { 493 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 494 => [ rections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 495 => [
\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM \'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionM
asksMasksZeroY'] }, asksMasksZeroY'] },
'circgradbasedcorrmaskmaskversion' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskmaskversion' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectio
nMasksMaskVersion'] }, nMasksMaskVersion'] },
'circgradbasedcorrmaskmidpoint' => { 492 => [\'CircularGradientBasedCorre 'circgradbasedcorrmaskmidpoint' => { 493 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 494 => [\'Ci ctions','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 495 => [\'Ci
rcularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks rcularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks
Midpoint'] }, Midpoint'] },
'circgradbasedcorrmaskorigin' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrmaskorigin' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 494 => [\'Circul ions','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 495 => [\'Circul
arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrig arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrig
in'] }, in'] },
'circgradbasedcorrmaskperimetervalue' => { 492 => [\'CircularGradientBase 'circgradbasedcorrmaskperimetervalue' => { 493 => [\'CircularGradientBase
dCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], dCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'],
494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor
rectionMasksPerimeterValue'] }, rectionMasksPerimeterValue'] },
'circgradbasedcorrmaskradius' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrmaskradius' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 494 => [\'Circul ions','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 495 => [\'Circul
arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadi arGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadi
us'] }, us'] },
'circgradbasedcorrmaskrange' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskrange' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 494 ons','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrect
ionMasksCorrectionRangeMask'] }, ionMasksCorrectionRangeMask'] },
'circgradbasedcorrmaskrangeareamodels' => { 492 => [\'CircularGradientBas 'circgradbasedcorrmaskrangeareamodels' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMa edCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMa
skAreaModels'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBas skAreaModels'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBas
edCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, edCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 492 => [\'Circ 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 493 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCo ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCo
rrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 494 => [\'CircularGra rrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 495 => [\'CircularGra
dientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectio dientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectio
nRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, nRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
'circgradbasedcorrmaskrangeareamodelscomponents' => { 492 => [\'CircularG 'circgradbasedcorrmaskrangeareamodelscomponents' => { 493 => [\'CircularG
radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrect radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrect
ionRangeMaskAreaModelsAreaComponents'], 494 => [\'CircularGradientBasedCorrectio ionRangeMaskAreaModelsAreaComponents'], 495 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModel ns','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModel
sAreaComponents'] }, sAreaComponents'] },
'circgradbasedcorrmaskrangecoloramount' => { 492 => [\'CircularGradientBa 'circgradbasedcorrmaskrangecoloramount' => { 493 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeM sedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeM
askColorAmount'], 494 => [\'CircularGradientBasedCorrections','CircularGradientB askColorAmount'], 495 => [\'CircularGradientBasedCorrections','CircularGradientB
asedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, asedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
'circgradbasedcorrmaskrangedepthfeather' => { 492 => [\'CircularGradientB 'circgradbasedcorrmaskrangedepthfeather' => { 493 => [\'CircularGradientB
asedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRange asedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRange
MaskDepthFeather'], 494 => [\'CircularGradientBasedCorrections','CircularGradien MaskDepthFeather'], 495 => [\'CircularGradientBasedCorrections','CircularGradien
tBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, tBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
'circgradbasedcorrmaskrangedepthmax' => { 492 => [\'CircularGradientBased 'circgradbasedcorrmaskrangedepthmax' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask Corrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask
DepthMax'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCo DepthMax'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCo
rrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, rrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
'circgradbasedcorrmaskrangedepthmin' => { 492 => [\'CircularGradientBased 'circgradbasedcorrmaskrangedepthmin' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask Corrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask
DepthMin'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCo DepthMin'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCo
rrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, rrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
'circgradbasedcorrmaskrangeinvert' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskrangeinvert' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskIn rrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskIn
vert'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec vert'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec
tionsCorrectionMasksCorrectionRangeMaskInvert'] }, tionsCorrectionMasksCorrectionRangeMaskInvert'] },
'circgradbasedcorrmaskrangelumfeather' => { 492 => [\'CircularGradientBas 'circgradbasedcorrmaskrangelumfeather' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMa edCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMa
skLumFeather'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBas skLumFeather'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBas
edCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, edCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 492 => [\'Circu 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 493 => [\'Circu
larGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCor larGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCor
rectionRangeMaskLuminanceDepthSampleInfo'], 494 => [\'CircularGradientBasedCorre rectionRangeMaskLuminanceDepthSampleInfo'], 495 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumin ctions','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumin
anceDepthSampleInfo'] }, anceDepthSampleInfo'] },
'circgradbasedcorrmaskrangelummax' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskrangelummax' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLu rrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLu
mMax'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec mMax'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec
tionsCorrectionMasksCorrectionRangeMaskLumMax'] }, tionsCorrectionMasksCorrectionRangeMaskLumMax'] },
'circgradbasedcorrmaskrangelummin' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrmaskrangelummin' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLu rrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLu
mMin'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec mMin'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrec
tionsCorrectionMasksCorrectionRangeMaskLumMin'] }, tionsCorrectionMasksCorrectionRangeMaskLumMin'] },
'circgradbasedcorrmaskrangelumrange' => { 492 => [\'CircularGradientBased 'circgradbasedcorrmaskrangelumrange' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask Corrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask
LumRange'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCo LumRange'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCo
rrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, rrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
'circgradbasedcorrmaskrangesampletype' => { 492 => [\'CircularGradientBas 'circgradbasedcorrmaskrangesampletype' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMa edCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMa
skSampleType'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBas skSampleType'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBas
edCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, edCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
'circgradbasedcorrmaskrangetype' => { 492 => [\'CircularGradientBasedCorr 'circgradbasedcorrmaskrangetype' => { 493 => [\'CircularGradientBasedCorr
ections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType ections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType
'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection '], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrection
sCorrectionMasksCorrectionRangeMaskType'] }, sCorrectionMasksCorrectionRangeMaskType'] },
'circgradbasedcorrmaskrangeversion' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrmaskrangeversion' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskV orrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskV
ersion'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr ersion'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorr
ectionsCorrectionMasksCorrectionRangeMaskVersion'] }, ectionsCorrectionMasksCorrectionRangeMaskVersion'] },
'circgradbasedcorrmaskreferencepoint' => { 492 => [\'CircularGradientBase 'circgradbasedcorrmaskreferencepoint' => { 493 => [\'CircularGradientBase
dCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], dCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'],
494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor
rectionMasksReferencePoint'] }, rectionMasksReferencePoint'] },
'circgradbasedcorrmaskright' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskright' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksRight'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksRight'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'
] }, ] },
'circgradbasedcorrmaskroundness' => { 492 => [\'CircularGradientBasedCorr 'circgradbasedcorrmaskroundness' => { 493 => [\'CircularGradientBasedCorr
ections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 494 => [\' ections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 495 => [\'
CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMas
ksRoundness'] }, ksRoundness'] },
'circgradbasedcorrmasks' => { 492 => [\'CircularGradientBasedCorrections' 'circgradbasedcorrmasks' => { 493 => [\'CircularGradientBasedCorrections'
,'CircularGradientBasedCorrectionsCorrectionMasks'], 494 => [\'CircularGradientB ,'CircularGradientBasedCorrectionsCorrectionMasks'], 495 => [\'CircularGradientB
asedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] }, asedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
'circgradbasedcorrmasksizex' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmasksizex' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'
] }, ] },
'circgradbasedcorrmasksizey' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmasksizey' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'
] }, ] },
'circgradbasedcorrmasktop' => { 492 => [\'CircularGradientBasedCorrection 'circgradbasedcorrmasktop' => { 493 => [\'CircularGradientBasedCorrection
s','CircularGradientBasedCorrectionsCorrectionMasksTop'], 494 => [\'CircularGrad s','CircularGradientBasedCorrectionsCorrectionMasksTop'], 495 => [\'CircularGrad
ientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] }, ientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
'circgradbasedcorrmaskvalue' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskvalue' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 494 => [\'Circ ons','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 495 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMa ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMa
skValue'] }, skValue'] },
'circgradbasedcorrmaskversion' => { 492 => [\'CircularGradientBasedCorrec 'circgradbasedcorrmaskversion' => { 493 => [\'CircularGradientBasedCorrec
tions','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 494 => [\'Circ tions','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 495 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVe ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVe
rsion'] }, rsion'] },
'circgradbasedcorrmaskwhat' => { 492 => [\'CircularGradientBasedCorrectio 'circgradbasedcorrmaskwhat' => { 493 => [\'CircularGradientBasedCorrectio
ns','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 494 => [\'CircularGr ns','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 495 => [\'CircularGr
adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] } adientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] }
, ,
'circgradbasedcorrmaskwholeimagearea' => { 492 => [\'CircularGradientBase 'circgradbasedcorrmaskwholeimagearea' => { 493 => [\'CircularGradientBase
dCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], dCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'],
494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCor
rectionMasksWholeImageArea'] }, rectionMasksWholeImageArea'] },
'circgradbasedcorrmaskx' => { 492 => [\'CircularGradientBasedCorrections' 'circgradbasedcorrmaskx' => { 493 => [\'CircularGradientBasedCorrections'
,'CircularGradientBasedCorrectionsCorrectionMasksX'], 494 => [\'CircularGradient ,'CircularGradientBasedCorrectionsCorrectionMasksX'], 495 => [\'CircularGradient
BasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] }, BasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
'circgradbasedcorrmasky' => { 492 => [\'CircularGradientBasedCorrections' 'circgradbasedcorrmasky' => { 493 => [\'CircularGradientBasedCorrections'
,'CircularGradientBasedCorrectionsCorrectionMasksY'], 494 => [\'CircularGradient ,'CircularGradientBasedCorrectionsCorrectionMasksY'], 495 => [\'CircularGradient
BasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] }, BasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
'circgradbasedcorrmaskzerox' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskzerox' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'
] }, ] },
'circgradbasedcorrmaskzeroy' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrmaskzeroy' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 494 => [\'Circular ons','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 495 => [\'Circular
GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY' GradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'
] }, ] },
'circgradbasedcorrmoire' => { 492 => [\'CircularGradientBasedCorrections' 'circgradbasedcorrmoire' => { 493 => [\'CircularGradientBasedCorrections'
,'CircularGradientBasedCorrectionsLocalMoire'], 494 => [\'CircularGradientBasedC ,'CircularGradientBasedCorrectionsLocalMoire'], 495 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsLocalMoire'] }, orrections','CircularGradientBasedCorrectionsLocalMoire'] },
'circgradbasedcorrrangemask' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrrangemask' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsCorrectionRangeMask'], 494 => [\'CircularG ons','CircularGradientBasedCorrectionsCorrectionRangeMask'], 495 => [\'CircularG
radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask']
}, },
'circgradbasedcorrrangemaskareamodels' => { 492 => [\'CircularGradientBas 'circgradbasedcorrrangemaskareamodels' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], edCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'],
494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCo 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCo
rrectionRangeMaskAreaModels'] }, rrectionRangeMaskAreaModels'] },
'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 492 => [\'Circ 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 493 => [\'Circ
ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMa ularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMa
skAreaModelsColorRangeMaskAreaSampleInfo'], 494 => [\'CircularGradientBasedCorre skAreaModelsColorRangeMaskAreaSampleInfo'], 495 => [\'CircularGradientBasedCorre
ctions','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRange ctions','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRange
MaskAreaSampleInfo'] }, MaskAreaSampleInfo'] },
'circgradbasedcorrrangemaskareamodelscomponents' => { 492 => [\'CircularG 'circgradbasedcorrrangemaskareamodelscomponents' => { 493 => [\'CircularG
radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAre radientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAre
aModelsAreaComponents'], 494 => [\'CircularGradientBasedCorrections','CircularGr aModelsAreaComponents'], 495 => [\'CircularGradientBasedCorrections','CircularGr
adientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, adientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
'circgradbasedcorrrangemaskcoloramount' => { 492 => [\'CircularGradientBa 'circgradbasedcorrrangemaskcoloramount' => { 493 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount' sedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'
], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrections ], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrections
CorrectionRangeMaskColorAmount'] }, CorrectionRangeMaskColorAmount'] },
'circgradbasedcorrrangemaskdepthfeather' => { 492 => [\'CircularGradientB 'circgradbasedcorrrangemaskdepthfeather' => { 493 => [\'CircularGradientB
asedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeathe asedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeathe
r'], 494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectio r'], 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectio
nsCorrectionRangeMaskDepthFeather'] }, nsCorrectionRangeMaskDepthFeather'] },
'circgradbasedcorrrangemaskdepthmax' => { 492 => [\'CircularGradientBased 'circgradbasedcorrrangemaskdepthmax' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 494 Corrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrec => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrec
tionRangeMaskDepthMax'] }, tionRangeMaskDepthMax'] },
'circgradbasedcorrrangemaskdepthmin' => { 492 => [\'CircularGradientBased 'circgradbasedcorrrangemaskdepthmin' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 494 Corrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrec => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrec
tionRangeMaskDepthMin'] }, tionRangeMaskDepthMin'] },
'circgradbasedcorrrangemaskinvert' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrrangemaskinvert' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrection [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrection
RangeMaskInvert'] }, RangeMaskInvert'] },
'circgradbasedcorrrangemasklumfeather' => { 492 => [\'CircularGradientBas 'circgradbasedcorrrangemasklumfeather' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], edCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'],
494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCo 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCo
rrectionRangeMaskLumFeather'] }, rrectionRangeMaskLumFeather'] },
'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 492 => [\'Circu 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 493 => [\'Circu
larGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMas larGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMas
kLuminanceDepthSampleInfo'], 494 => [\'CircularGradientBasedCorrections','Circul kLuminanceDepthSampleInfo'], 495 => [\'CircularGradientBasedCorrections','Circul
arGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, arGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
'circgradbasedcorrrangemasklummax' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrrangemasklummax' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrection [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrection
RangeMaskLumMax'] }, RangeMaskLumMax'] },
'circgradbasedcorrrangemasklummin' => { 492 => [\'CircularGradientBasedCo 'circgradbasedcorrrangemasklummin' => { 493 => [\'CircularGradientBasedCo
rrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 494 => rrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 495 =>
[\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrection [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrection
RangeMaskLumMin'] }, RangeMaskLumMin'] },
'circgradbasedcorrrangemasklumrange' => { 492 => [\'CircularGradientBased 'circgradbasedcorrrangemasklumrange' => { 493 => [\'CircularGradientBased
Corrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 494 Corrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 495
=> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrec => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrec
tionRangeMaskLumRange'] }, tionRangeMaskLumRange'] },
'circgradbasedcorrrangemasksampletype' => { 492 => [\'CircularGradientBas 'circgradbasedcorrrangemasksampletype' => { 493 => [\'CircularGradientBas
edCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], edCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'],
494 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCo 495 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCo
rrectionRangeMaskSampleType'] }, rrectionRangeMaskSampleType'] },
'circgradbasedcorrrangemasktype' => { 492 => [\'CircularGradientBasedCorr 'circgradbasedcorrrangemasktype' => { 493 => [\'CircularGradientBasedCorr
ections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 494 => [\'C ections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 495 => [\'C
ircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRang ircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRang
eMaskType'] }, eMaskType'] },
'circgradbasedcorrrangemaskversion' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrrangemaskversion' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 494 = orrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 495 =
> [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrecti > [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrecti
onRangeMaskVersion'] }, onRangeMaskVersion'] },
'circgradbasedcorrsaturation' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrsaturation' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsLocalSaturation'], 494 => [\'CircularGrad ions','CircularGradientBasedCorrectionsLocalSaturation'], 495 => [\'CircularGrad
ientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] }, ientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
'circgradbasedcorrshadows2012' => { 492 => [\'CircularGradientBasedCorrec 'circgradbasedcorrshadows2012' => { 493 => [\'CircularGradientBasedCorrec
tions','CircularGradientBasedCorrectionsLocalShadows2012'], 494 => [\'CircularGr tions','CircularGradientBasedCorrectionsLocalShadows2012'], 495 => [\'CircularGr
adientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] }, adientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
'circgradbasedcorrsharpness' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrsharpness' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsLocalSharpness'], 494 => [\'CircularGradie ons','CircularGradientBasedCorrectionsLocalSharpness'], 495 => [\'CircularGradie
ntBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] }, ntBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
'circgradbasedcorrtemperature' => { 492 => [\'CircularGradientBasedCorrec 'circgradbasedcorrtemperature' => { 493 => [\'CircularGradientBasedCorrec
tions','CircularGradientBasedCorrectionsLocalTemperature'], 494 => [\'CircularGr tions','CircularGradientBasedCorrectionsLocalTemperature'], 495 => [\'CircularGr
adientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] }, adientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
'circgradbasedcorrtexture' => { 492 => [\'CircularGradientBasedCorrection 'circgradbasedcorrtexture' => { 493 => [\'CircularGradientBasedCorrection
s','CircularGradientBasedCorrectionsLocalTexture'], 494 => [\'CircularGradientBa s','CircularGradientBasedCorrectionsLocalTexture'], 495 => [\'CircularGradientBa
sedCorrections','CircularGradientBasedCorrectionsLocalTexture'] }, sedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
'circgradbasedcorrtint' => { 492 => [\'CircularGradientBasedCorrections', 'circgradbasedcorrtint' => { 493 => [\'CircularGradientBasedCorrections',
'CircularGradientBasedCorrectionsLocalTint'], 494 => [\'CircularGradientBasedCor 'CircularGradientBasedCorrectionsLocalTint'], 495 => [\'CircularGradientBasedCor
rections','CircularGradientBasedCorrectionsLocalTint'] }, rections','CircularGradientBasedCorrectionsLocalTint'] },
'circgradbasedcorrtoninghue' => { 492 => [\'CircularGradientBasedCorrecti 'circgradbasedcorrtoninghue' => { 493 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsLocalToningHue'], 494 => [\'CircularGradie ons','CircularGradientBasedCorrectionsLocalToningHue'], 495 => [\'CircularGradie
ntBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] }, ntBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
'circgradbasedcorrtoningsaturation' => { 492 => [\'CircularGradientBasedC 'circgradbasedcorrtoningsaturation' => { 493 => [\'CircularGradientBasedC
orrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 494 => [\' orrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 495 => [\'
CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSa CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSa
turation'] }, turation'] },
'circgradbasedcorrwhat' => { 492 => [\'CircularGradientBasedCorrections', 'circgradbasedcorrwhat' => { 493 => [\'CircularGradientBasedCorrections',
'CircularGradientBasedCorrectionsWhat'], 494 => [\'CircularGradientBasedCorrecti 'CircularGradientBasedCorrectionsWhat'], 495 => [\'CircularGradientBasedCorrecti
ons','CircularGradientBasedCorrectionsWhat'] }, ons','CircularGradientBasedCorrectionsWhat'] },
'circgradbasedcorrwhites2012' => { 492 => [\'CircularGradientBasedCorrect 'circgradbasedcorrwhites2012' => { 493 => [\'CircularGradientBasedCorrect
ions','CircularGradientBasedCorrectionsLocalWhites2012'], 494 => [\'CircularGrad ions','CircularGradientBasedCorrectionsLocalWhites2012'], 495 => [\'CircularGrad
ientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] }, ientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
'circulargradientbasedcorrections' => { 492 => 'CircularGradientBasedCorr 'circulargradientbasedcorrections' => { 493 => 'CircularGradientBasedCorr
ections', 494 => 'CircularGradientBasedCorrections' }, ections', 495 => 'CircularGradientBasedCorrections' },
'city' => { 131 => 0x5a, 161 => 'City', 334 => 0x6d, 507 => 'City' }, 'city' => { 131 => 0x5a, 161 => 'City', 335 => 0x6d, 508 => 'City' },
'city2' => { 334 => 0x80 }, 'city2' => { 335 => 0x80 },
'clarity' => { 127 => 0x100f, 246 => 0x35, 247 => 0x3d, 434 => 0x2036, 49 'clarity' => { 127 => 0x100f, 247 => 0x35, 248 => 0x3d, 435 => 0x2036, 49
2 => 'Clarity', 494 => 'Clarity' }, 3 => 'Clarity', 495 => 'Clarity' },
'clarity2012' => { 492 => 'Clarity2012', 494 => 'Clarity2012' }, 'clarity2012' => { 493 => 'Clarity2012', 495 => 'Clarity2012' },
'claritycontrol' => { 369 => 0x96 }, 'claritycontrol' => { 370 => 0x96 },
'classification' => { 394 => 'clsf' }, 'classification' => { 395 => 'clsf' },
'classifystate' => { 131 => 0xe1 }, 'classifystate' => { 131 => 0xe1 },
'clearretouch' => { 334 => 0x7c }, 'clearretouch' => { 335 => 0x7c },
'clearretouchvalue' => { 334 => 0xa3 }, 'clearretouchvalue' => { 335 => 0xa3 },
'client' => { 519 => 'client' }, 'client' => { 520 => 'client' },
'clientname' => { 500 => 'ClientName' }, 'clientname' => { 501 => 'ClientName' },
'clipboardaspectratio' => { 492 => 'ClipboardAspectRatio', 494 => 'Clipbo 'clipboardaspectratio' => { 493 => 'ClipboardAspectRatio', 495 => 'Clipbo
ardAspectRatio' }, ardAspectRatio' },
'clipboardorientation' => { 492 => 'ClipboardOrientation', 494 => 'Clipbo 'clipboardorientation' => { 493 => 'ClipboardOrientation', 495 => 'Clipbo
ardOrientation' }, ardOrientation' },
'clipfilename' => { 394 => 'clfn' }, 'clipfilename' => { 395 => 'clfn' },
'clipid' => { 394 => 'clid' }, 'clipid' => { 395 => 'clid' },
'clmodeshootingspeed' => { 293 => '10.2', 294 => '11.3', 296 => '11.2', 2 'clmodeshootingspeed' => { 294 => '10.2', 295 => '11.3', 297 => '11.2', 2
97 => '11.2', 302 => '11.2', 303 => '10.2', 306 => '11.2', 307 => '11.2', 308 => 98 => '11.2', 303 => '11.2', 304 => '10.2', 307 => '11.2', 308 => '11.2', 309 =>
'11.1', 309 => 0x3b }, '11.1', 310 => 0x3b },
'cluster' => { 492 => 'Cluster', 494 => 'Cluster' }, 'cluster' => { 493 => 'Cluster', 495 => 'Cluster' },
'cmcontrast' => { 319 => 0x2022 }, 'cmcontrast' => { 320 => 0x2022 },
'cmddialsreverserotation' => { 309 => 0xba }, 'cmddialsreverserotation' => { 310 => 0xba },
'cmexposurecompensation' => { 319 => 0x2000 }, 'cmexposurecompensation' => { 320 => 0x2000 },
'cmhue' => { 319 => 0x2021 }, 'cmhue' => { 320 => 0x2021 },
'cmsaturation' => { 319 => 0x2020 }, 'cmsaturation' => { 320 => 0x2020 },
'cmsharpness' => { 319 => 0x2023 }, 'cmsharpness' => { 320 => 0x2023 },
'cmwhitebalance' => { 319 => 0x2001 }, 'cmwhitebalance' => { 320 => 0x2001 },
'cmwhitebalancecomp' => { 319 => 0x2002 }, 'cmwhitebalancecomp' => { 320 => 0x2002 },
'cmwhitebalancegraypoint' => { 319 => 0x2010 }, 'cmwhitebalancegraypoint' => { 320 => 0x2010 },
'codec' => { 169 => 'Codec' }, 'codec' => { 169 => 'Codec' },
'codedcharacterset' => { 132 => 0x5a }, 'codedcharacterset' => { 132 => 0x5a },
'codeversion' => { 394 => 'cver' }, 'codeversion' => { 395 => 'cver' },
'collection' => { 324 => 'Collection' }, 'collection' => { 325 => 'Collection' },
'collectionname' => { 170 => [\'Collections','CollectionsCollectionName'] 'collectionname' => { 170 => [\'Collections','CollectionsCollectionName']
, 394 => 'coll' }, , 395 => 'coll' },
'collections' => { 170 => 'Collections', 487 => 'collections' }, 'collections' => { 170 => 'Collections', 488 => 'collections' },
'collectionuri' => { 170 => [\'Collections','CollectionsCollectionURI'] } , 'collectionuri' => { 170 => [\'Collections','CollectionsCollectionURI'] } ,
'color' => { 388 => 'player.movie.visual.color', 508 => 'color' }, 'color' => { 389 => 'player.movie.visual.color', 509 => 'color' },
'coloraberrationcontrol' => { 286 => 0xc89224b }, 'coloraberrationcontrol' => { 287 => 0xc89224b },
'coloradjustment' => { 411 => 0x14 }, 'coloradjustment' => { 412 => 0x14 },
'coloradjustmentmode' => { 410 => 0x210 }, 'coloradjustmentmode' => { 411 => 0x210 },
'coloranta' => { 524 => [\'Colorants','ColorantsA'] }, 'coloranta' => { 525 => [\'Colorants','ColorantsA'] },
'colorantb' => { 524 => [\'Colorants','ColorantsB'] }, 'colorantb' => { 525 => [\'Colorants','ColorantsB'] },
'colorantblack' => { 524 => [\'Colorants','ColorantsBlack'] }, 'colorantblack' => { 525 => [\'Colorants','ColorantsBlack'] },
'colorantblue' => { 524 => [\'Colorants','ColorantsBlue'] }, 'colorantblue' => { 525 => [\'Colorants','ColorantsBlue'] },
'colorantcyan' => { 524 => [\'Colorants','ColorantsCyan'] }, 'colorantcyan' => { 525 => [\'Colorants','ColorantsCyan'] },
'colorantgray' => { 524 => [\'Colorants','ColorantsGray'] }, 'colorantgray' => { 525 => [\'Colorants','ColorantsGray'] },
'colorantgreen' => { 524 => [\'Colorants','ColorantsGreen'] }, 'colorantgreen' => { 525 => [\'Colorants','ColorantsGreen'] },
'colorantl' => { 524 => [\'Colorants','ColorantsL'] }, 'colorantl' => { 525 => [\'Colorants','ColorantsL'] },
'colorantmagenta' => { 524 => [\'Colorants','ColorantsMagenta'] }, 'colorantmagenta' => { 525 => [\'Colorants','ColorantsMagenta'] },
'colorantmode' => { 524 => [\'Colorants','ColorantsMode'] }, 'colorantmode' => { 525 => [\'Colorants','ColorantsMode'] },
'colorantred' => { 524 => [\'Colorants','ColorantsRed'] }, 'colorantred' => { 525 => [\'Colorants','ColorantsRed'] },
'colorants' => { 524 => 'Colorants' }, 'colorants' => { 525 => 'Colorants' },
'colorantswatchname' => { 524 => [\'Colorants','ColorantsSwatchName'] }, 'colorantswatchname' => { 525 => [\'Colorants','ColorantsSwatchName'] },
'coloranttint' => { 524 => [\'Colorants','ColorantsTint'] }, 'coloranttint' => { 525 => [\'Colorants','ColorantsTint'] },
'coloranttype' => { 524 => [\'Colorants','ColorantsType'] }, 'coloranttype' => { 525 => [\'Colorants','ColorantsType'] },
'colorantyellow' => { 524 => [\'Colorants','ColorantsYellow'] }, 'colorantyellow' => { 525 => [\'Colorants','ColorantsYellow'] },
'colorbalance' => { 156 => 'ColorBalance' }, 'colorbalance' => { 156 => 'ColorBalance' },
'colorbalanceadj' => { 286 => 0x76a43202 }, 'colorbalanceadj' => { 287 => 0x76a43202 },
'colorbalanceblue' => { 181 => 0x1e }, 'colorbalanceblue' => { 181 => 0x1e },
'colorbalancegreen' => { 181 => 0x1d }, 'colorbalancegreen' => { 181 => 0x1d },
'colorbalancered' => { 181 => 0x1c }, 'colorbalancered' => { 181 => 0x1c },
'colorbalanceversion' => { 205 => 0x4, 206 => 0x4, 207 => 0x0 }, 'colorbalanceversion' => { 205 => 0x4, 206 => 0x4, 207 => 0x0 },
'colorblur' => { 109 => 0x65 }, 'colorblur' => { 109 => 0x65 },
'colorbluron' => { 103 => 0x20704 }, 'colorbluron' => { 103 => 0x20704 },
'colorbooster' => { 286 => 0x5f0e7d23 }, 'colorbooster' => { 287 => 0x5f0e7d23 },
'colorboostlevel' => { 280 => 0x1 }, 'colorboostlevel' => { 281 => 0x1 },
'colorboosttype' => { 280 => 0x0 }, 'colorboosttype' => { 281 => 0x0 },
'colorchromeeffect' => { 127 => 0x1048 }, 'colorchromeeffect' => { 127 => 0x1048 },
'colorchromefxblue' => { 127 => 0x104e }, 'colorchromefxblue' => { 127 => 0x104e },
'colorclass' => { 380 => 0xde, 381 => 'ColorClass' }, 'colorclass' => { 381 => 0xde, 382 => 'ColorClass' },
'colorcompensationfilter' => { 184 => [0x3a,0x5f], 186 => 0x111, 434 => 0 'colorcompensationfilter' => { 184 => [0x3a,0x5f], 186 => 0x111, 435 => 0
xb022 }, xb022 },
'colorcompensationfiltercustom' => { 421 => 0xd, 422 => 0xc }, 'colorcompensationfiltercustom' => { 422 => 0xd, 423 => 0xc },
'colorcompensationfilterset' => { 421 => 0x8, 422 => 0x7, 423 => 0x18, 43 'colorcompensationfilterset' => { 422 => 0x8, 423 => 0x7, 424 => 0x18, 44
9 => 0xf }, 0 => 0xf },
'colorcontrol' => { 316 => 0x102b }, 'colorcontrol' => { 317 => 0x102b },
'colorcorrection' => { 469 => 0x8015 }, 'colorcorrection' => { 470 => 0x8015 },
'colorcorrectionmatrix' => { 1 => 0x3e }, 'colorcorrectionmatrix' => { 1 => 0x3e },
'colorcreatoreffect' => { 311 => 0x532 }, 'colorcreatoreffect' => { 312 => 0x532 },
'colordataversion' => { 41 => 0x0, 42 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0 }, 'colordataversion' => { 41 => 0x0, 42 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0 },
'coloreffect' => { 334 => 0x28 }, 'coloreffect' => { 335 => 0x28 },
'colorfilter' => { 112 => 0x17, 113 => 0x3017, 181 => 0x29, 189 => [0x38, 'colorfilter' => { 112 => 0x17, 113 => 0x3017, 181 => 0x29, 189 => [0x38,
0x4d,0x4f], 376 => 0x17 }, 0x4d,0x4f], 377 => 0x17 },
'colorgain' => { 253 => 0x51 }, 'colorgain' => { 254 => 0x51 },
'colorgradeblending' => { 492 => 'ColorGradeBlending', 494 => 'ColorGrade 'colorgradeblending' => { 493 => 'ColorGradeBlending', 495 => 'ColorGrade
Blending' }, Blending' },
'colorgradeglobalhue' => { 492 => 'ColorGradeGlobalHue', 494 => 'ColorGra 'colorgradeglobalhue' => { 493 => 'ColorGradeGlobalHue', 495 => 'ColorGra
deGlobalHue' }, deGlobalHue' },
'colorgradegloballum' => { 492 => 'ColorGradeGlobalLum', 494 => 'ColorGra 'colorgradegloballum' => { 493 => 'ColorGradeGlobalLum', 495 => 'ColorGra
deGlobalLum' }, deGlobalLum' },
'colorgradeglobalsat' => { 492 => 'ColorGradeGlobalSat', 494 => 'ColorGra 'colorgradeglobalsat' => { 493 => 'ColorGradeGlobalSat', 495 => 'ColorGra
deGlobalSat' }, deGlobalSat' },
'colorgradehighlightlum' => { 492 => 'ColorGradeHighlightLum', 494 => 'Co 'colorgradehighlightlum' => { 493 => 'ColorGradeHighlightLum', 495 => 'Co
lorGradeHighlightLum' }, lorGradeHighlightLum' },
'colorgrademidtonehue' => { 492 => 'ColorGradeMidtoneHue', 494 => 'ColorG 'colorgrademidtonehue' => { 493 => 'ColorGradeMidtoneHue', 495 => 'ColorG
radeMidtoneHue' }, radeMidtoneHue' },
'colorgrademidtonelum' => { 492 => 'ColorGradeMidtoneLum', 494 => 'ColorG 'colorgrademidtonelum' => { 493 => 'ColorGradeMidtoneLum', 495 => 'ColorG
radeMidtoneLum' }, radeMidtoneLum' },
'colorgrademidtonesat' => { 492 => 'ColorGradeMidtoneSat', 494 => 'ColorG 'colorgrademidtonesat' => { 493 => 'ColorGradeMidtoneSat', 495 => 'ColorG
radeMidtoneSat' }, radeMidtoneSat' },
'colorgradeshadowlum' => { 492 => 'ColorGradeShadowLum', 494 => 'ColorGra 'colorgradeshadowlum' => { 493 => 'ColorGradeShadowLum', 495 => 'ColorGra
deShadowLum' }, deShadowLum' },
'colorhue' => { 103 => 0x20900, 233 => 0x8d }, 'colorhue' => { 103 => 0x20900, 233 => 0x8d },
'colorimetricreference' => { 119 => 0xc6bf }, 'colorimetricreference' => { 119 => 0xc6bf },
'colorlabel' => { 497 => 'ColorLabel' }, 'colorlabel' => { 498 => 'ColorLabel' },
'colormatrix' => { 63 => 0xa, 315 => 0x200, 316 => 0x1011, 408 => 0xa030 'colormatrix' => { 63 => 0xa, 316 => 0x200, 317 => 0x1011, 409 => 0xa030
}, },
'colormatrix1' => { 119 => 0xc621, 378 => 0x106 }, 'colormatrix1' => { 119 => 0xc621, 379 => 0x106 },
'colormatrix2' => { 119 => 0xc622, 319 => 0x200, 378 => 0x226 }, 'colormatrix2' => { 119 => 0xc622, 320 => 0x200, 379 => 0x226 },
'colormatrix3' => { 119 => 0xcd33 }, 'colormatrix3' => { 119 => 0xcd33 },
'colormatrixa' => { 369 => 0x203 }, 'colormatrixa' => { 370 => 0x203 },
'colormatrixa2' => { 369 => 0x21c }, 'colormatrixa2' => { 370 => 0x21c },
'colormatrixadobergb' => { 408 => 0xa032 }, 'colormatrixadobergb' => { 409 => 0xa032 },
'colormatrixb' => { 369 => 0x204 }, 'colormatrixb' => { 370 => 0x204 },
'colormatrixb2' => { 369 => 0x21d }, 'colormatrixb2' => { 370 => 0x21d },
'colormatrixnumber' => { 316 => 0x1019 }, 'colormatrixnumber' => { 317 => 0x1019 },
'colormatrixsrgb' => { 408 => 0xa031 }, 'colormatrixsrgb' => { 409 => 0xa031 },
'colormode' => { 113 => 0x3015, 127 => 0x1210, 140 => 0x66, 181 => 0x28, 'colormode' => { 113 => 0x3015, 127 => 0x1210, 140 => 0x66, 181 => 0x28,
184 => 0x16, 186 => 0x101, 187 => 0x36, 189 => 0x7, 233 => 0x3, 276 => 0x4, 334 184 => 0x16, 186 => 0x101, 187 => 0x36, 189 => 0x7, 233 => 0x3, 277 => 0x4, 335
=> 0x32, 411 => 0x2c, 434 => 0xb029, 507 => 'ColorMode' }, => 0x32, 412 => 0x2c, 435 => 0xb029, 508 => 'ColorMode' },
'colormoirereduction' => { 103 => 0x20670, 287 => 0x15 }, 'colormoirereduction' => { 103 => 0x20670, 288 => 0x15 },
'colormoirereductionmode' => { 287 => 0x5 }, 'colormoirereductionmode' => { 288 => 0x5 },
'colormoirereductionon' => { 103 => '0x20670.0' }, 'colormoirereductionon' => { 103 => '0x20670.0' },
'colornoisereduction' => { 469 => 0x8029, 492 => 'ColorNoiseReduction', 4 'colornoisereduction' => { 470 => 0x8029, 493 => 'ColorNoiseReduction', 4
94 => 'ColorNoiseReduction' }, 95 => 'ColorNoiseReduction' },
'colornoisereductiondetail' => { 492 => 'ColorNoiseReductionDetail', 494 'colornoisereductiondetail' => { 493 => 'ColorNoiseReductionDetail', 495
=> 'ColorNoiseReductionDetail' }, => 'ColorNoiseReductionDetail' },
'colornoisereductionintensity' => { 287 => 0x18 }, 'colornoisereductionintensity' => { 288 => 0x18 },
'colornoisereductionsharpness' => { 287 => 0x1c }, 'colornoisereductionsharpness' => { 288 => 0x1c },
'colornoisereductionsmoothness' => { 492 => 'ColorNoiseReductionSmoothnes 'colornoisereductionsmoothness' => { 493 => 'ColorNoiseReductionSmoothnes
s', 494 => 'ColorNoiseReductionSmoothness' }, s', 495 => 'ColorNoiseReductionSmoothness' },
'colorplanes' => { 123 => 0x2 }, 'colorplanes' => { 123 => 0x2 },
'colorprofile' => { 181 => 0x33 }, 'colorprofile' => { 181 => 0x33 },
'colorprofilesettings' => { 311 => 0x539 }, 'colorprofilesettings' => { 312 => 0x539 },
'colorrepresentation' => { 133 => 0x3c }, 'colorrepresentation' => { 133 => 0x3c },
'colorsaturationadj' => { 103 => 0x20305 }, 'colorsaturationadj' => { 103 => 0x20305 },
'colorsequence' => { 133 => 0x41 }, 'colorsequence' => { 133 => 0x41 },
'colorspace' => { 51 => 0x3, 64 => 0xb4, 97 => 0x10b4, 119 => 0xa001, 135 => 0x3, 162 => 'ColorSpace', 182 => 0x2f, 183 => 0x25, 184 => 0x17, 233 => 0x1e , 311 => 0x507, 369 => 0x37, 408 => 0xa011, 411 => 0xb, 421 => 0x1b, 422 => 0x83 , 423 => 0xe, 439 => 0x6, 498 => 'ColorSpace' }, 'colorspace' => { 51 => 0x3, 64 => 0xb4, 97 => 0x10b4, 119 => 0xa001, 135 => 0x3, 162 => 'ColorSpace', 182 => 0x2f, 183 => 0x25, 184 => 0x17, 233 => 0x1e , 312 => 0x507, 370 => 0x37, 409 => 0xa011, 412 => 0xb, 422 => 0x1b, 423 => 0x83 , 424 => 0xe, 440 => 0x6, 499 => 'ColorSpace' },
'colorspace2' => { 63 => 0x9 }, 'colorspace2' => { 63 => 0x9 },
'colorspecapproximation' => { 135 => 0x2 }, 'colorspecapproximation' => { 135 => 0x2 },
'colorspecdata' => { 135 => 0x3 }, 'colorspecdata' => { 135 => 0x3 },
'colorspecmethod' => { 135 => 0x0 }, 'colorspecmethod' => { 135 => 0x0 },
'colorspecprecedence' => { 135 => 0x1 }, 'colorspecprecedence' => { 135 => 0x1 },
'colortempasshot' => { 38 => 0x4, 39 => 0x7, 40 => 0x1d, 41 => 0x59, 42 = > 0x6d, 43 => 0x26, 44 => 0x43, 47 => 0x43, 48 => 0x43, 49 => 0x43, 50 => 0x4b } , 'colortempasshot' => { 38 => 0x4, 39 => 0x7, 40 => 0x1d, 41 => 0x59, 42 = > 0x6d, 43 => 0x26, 44 => 0x43, 47 => 0x43, 48 => 0x43, 49 => 0x43, 50 => 0x4b } ,
'colortempauto' => { 38 => 0x9, 39 => 0xf, 40 => 0x22, 41 => 0x5e, 42 => 0x72, 43 => 0x1c, 44 => 0x48, 47 => 0x48, 48 => 0x48, 49 => 0x48, 50 => 0x50 }, 'colortempauto' => { 38 => 0x9, 39 => 0xf, 40 => 0x22, 41 => 0x5e, 42 => 0x72, 43 => 0x1c, 44 => 0x48, 47 => 0x48, 48 => 0x48, 49 => 0x48, 50 => 0x50 },
'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0xa4, 42 => 0xdb, 43 => 0x35, 44 => 0x5c, 47 => 0x75, 48 => 0x8e, 49 => 0x93, 50 => 0x96 , 369 => 0x55 }, 'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0xa4, 42 => 0xdb, 43 => 0x35, 44 => 0x5c, 47 => 0x75, 48 => 0x8e, 49 => 0x93, 50 => 0x96 , 370 => 0x55 },
'colortempcustom' => { 44 => 0x84 }, 'colortempcustom' => { 44 => 0x84 },
'colortempcustom1' => { 40 => 0x45 }, 'colortempcustom1' => { 40 => 0x45 },
'colortempcustom2' => { 40 => 0x4a }, 'colortempcustom2' => { 40 => 0x4a },
'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a,
42 => 0xd1, 43 => 0x2b, 44 => 0x52, 47 => 0x6b, 48 => 0x84, 49 => 0x89, 50 => 0x 42 => 0xd1, 43 => 0x2b, 44 => 0x52, 47 => 0x6b, 48 => 0x84, 49 => 0x89, 50 => 0x
8c, 369 => 0x53 }, 8c, 370 => 0x53 },
'colortemperature' => { 7 => 0x73, 8 => [0x48,0x4e], 9 => 0xc0, 10 => 0x3 'colortemperature' => { 7 => 0x73, 8 => [0x48,0x4e], 9 => 0xc0, 10 => 0x3
7, 11 => 0x62, 12 => 0x37, 13 => 0x7c, 14 => 0x73, 15 => 0x73, 16 => 0x77, 17 => 7, 11 => 0x62, 12 => 0x37, 13 => 0x7c, 14 => 0x73, 15 => 0x73, 16 => 0x77, 17 =>
0x73, 18 => 0x7c, 19 => 0x58, 20 => 0x73, 21 => 0xc0, 22 => 0x7f, 23 => 0x7d, 2 0x73, 18 => 0x7c, 19 => 0x58, 20 => 0x73, 21 => 0xc0, 22 => 0x7f, 23 => 0x7d, 2
4 => 0xc0, 25 => 0xc6, 26 => 0xc7, 27 => 0x135, 28 => 0x7b, 29 => 0x13a, 64 => 0 4 => 0xc0, 25 => 0xc6, 26 => 0xc7, 27 => 0x135, 28 => 0x7b, 29 => 0x13a, 64 => 0
xae, 74 => 0x9, 97 => 0x10ae, 127 => 0x1005, 138 => 0x846, 156 => 'ColorTemperat xae, 74 => 0x9, 97 => 0x10ae, 127 => 0x1005, 138 => 0x846, 156 => 'ColorTemperat
ure', 182 => [0x6e,0x49], 183 => 0x3f, 184 => [0x39,0x5e], 186 => 0x10b, 189 => ure', 182 => [0x6e,0x49], 183 => 0x3f, 184 => [0x39,0x5e], 186 => 0x10b, 189 =>
[0x3c,0x4c,0x4e], 329 => 0x321, 369 => 0x50, 401 => 0x1308, 434 => 0xb021, 492 = [0x3c,0x4c,0x4e], 330 => 0x321, 370 => 0x50, 402 => 0x1308, 435 => 0xb021, 493 =
> 'Temperature', 494 => 'Temperature' }, > 'Temperature', 495 => 'Temperature' },
'colortemperatureadj' => { 469 => 0x8013 }, 'colortemperatureadj' => { 470 => 0x8013 },
'colortemperatureauto' => { 233 => 0x4f }, 'colortemperatureauto' => { 233 => 0x4f },
'colortemperaturebg' => { 316 => 0x1013 }, 'colortemperaturebg' => { 317 => 0x1013 },
'colortemperaturecustom' => { 421 => 0xc, 422 => 0xb }, 'colortemperaturecustom' => { 422 => 0xc, 423 => 0xb },
'colortemperaturerg' => { 316 => 0x1014 }, 'colortemperaturerg' => { 317 => 0x1014 },
'colortemperatureset' => { 421 => 0x7, 422 => 0x6 }, 'colortemperatureset' => { 422 => 0x7, 423 => 0x6 },
'colortemperaturesetting' => { 184 => 0x25, 423 => 0x17, 439 => 0xe }, 'colortemperaturesetting' => { 184 => 0x25, 424 => 0x17, 440 => 0xe },
'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42
=> 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa, => 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa,
369 => 0x5a }, 370 => 0x5a },
'colortempflashdata' => { 44 => 0x24a }, 'colortempflashdata' => { 44 => 0x24a },
'colortempfluorescent' => { 38 => 0x2c, 39 => 0x47, 40 => 0x3b, 41 => 0xa e, 42 => 0xe5, 43 => 0x3f, 44 => 0x66, 47 => 0x7f, 48 => 0x98, 49 => 0x9d, 50 => 0xa0 }, 'colortempfluorescent' => { 38 => 0x2c, 39 => 0x47, 40 => 0x3b, 41 => 0xa e, 42 => 0xe5, 43 => 0x3f, 44 => 0x66, 47 => 0x7f, 48 => 0x98, 49 => 0x9d, 50 => 0xa0 },
'colortempfluorescentd' => { 369 => 0x57 }, 'colortempfluorescentd' => { 370 => 0x57 },
'colortempfluorescentn' => { 369 => 0x58 }, 'colortempfluorescentn' => { 370 => 0x58 },
'colortempfluorescentw' => { 369 => 0x59 }, 'colortempfluorescentw' => { 370 => 0x59 },
'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43
=> 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 334 => 0x4 => 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 335 => 0x4
4, 401 => 0x1307 }, 4, 402 => 0x1307 },
'colortempmeasured' => { 38 => 0xe, 39 => 0x17, 41 => 0x63, 42 => 0x77, 4 4 => 0x4d, 47 => 0x4d, 48 => 0x4d, 49 => 0x4d, 50 => 0x55 }, 'colortempmeasured' => { 38 => 0xe, 39 => 0x17, 41 => 0x63, 42 => 0x77, 4 4 => 0x4d, 47 => 0x4d, 48 => 0x4d, 49 => 0x4d, 50 => 0x55 },
'colortemppc1' => { 43 => 0x94, 44 => 0x75 }, 'colortemppc1' => { 43 => 0x94, 44 => 0x75 },
'colortemppc2' => { 43 => 0x99, 44 => 0x7a }, 'colortemppc2' => { 43 => 0x99, 44 => 0x7a },
'colortemppc3' => { 43 => 0x9e, 44 => 0x7f }, 'colortemppc3' => { 43 => 0x9e, 44 => 0x7f },
'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x9f, 42 'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x9f, 42
=> 0xd6, 43 => 0x30, 44 => 0x57, 47 => 0x70, 48 => 0x89, 49 => 0x8e, 50 => 0x91, => 0xd6, 43 => 0x30, 44 => 0x57, 47 => 0x70, 48 => 0x89, 49 => 0x8e, 50 => 0x91,
369 => 0x54 }, 370 => 0x54 },
'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9,
42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x 42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x
9b, 369 => 0x56 }, 9b, 370 => 0x56 },
'colortempunknown' => { 38 => 0x13, 39 => 0x1f, 41 => 0x68, 42 => 0x7c, 4 3 => 0x21, 47 => 0x52, 48 => 0x52, 49 => 0x52, 50 => 0x5a }, 'colortempunknown' => { 38 => 0x13, 39 => 0x1f, 41 => 0x68, 42 => 0x7c, 4 3 => 0x21, 47 => 0x52, 48 => 0x52, 49 => 0x52, 50 => 0x5a },
'colortempunknown10' => { 38 => 0x63, 39 => 0x9f, 41 => 0x95, 42 => 0xa9, 43 => 0x76, 47 => 0xa2, 48 => 0x7f, 49 => 0x7f, 50 => 0x87 }, 'colortempunknown10' => { 38 => 0x63, 39 => 0x9f, 41 => 0x95, 42 => 0xa9, 43 => 0x76, 47 => 0xa2, 48 => 0x7f, 49 => 0x7f, 50 => 0x87 },
'colortempunknown11' => { 38 => 0x68, 39 => 0xa7, 41 => 0xbd, 42 => [0xae ,0xb3], 43 => 0x7b, 47 => 0xa7, 48 => 0xa7, 49 => 0x84, 50 => 0xaf }, 'colortempunknown11' => { 38 => 0x68, 39 => 0xa7, 41 => 0xbd, 42 => [0xae ,0xb3], 43 => 0x7b, 47 => 0xa7, 48 => 0xa7, 49 => 0x84, 50 => 0xaf },
'colortempunknown12' => { 38 => 0x6d, 39 => 0xaf, 41 => 0xc2, 42 => 0xb8, 43 => 0x80, 47 => 0xac, 48 => 0xac, 49 => 0xac, 50 => 0xb4 }, 'colortempunknown12' => { 38 => 0x6d, 39 => 0xaf, 41 => 0xc2, 42 => 0xb8, 43 => 0x80, 47 => 0xac, 48 => 0xac, 49 => 0xac, 50 => 0xb4 },
'colortempunknown13' => { 38 => 0x72, 39 => 0xb7, 41 => 0xc7, 42 => 0xbd, 43 => 0x85, 47 => 0xb1, 48 => 0xb1, 49 => 0xb1, 50 => 0xb9 }, 'colortempunknown13' => { 38 => 0x72, 39 => 0xb7, 41 => 0xc7, 42 => 0xbd, 43 => 0x85, 47 => 0xb1, 48 => 0xb1, 49 => 0xb1, 50 => 0xb9 },
'colortempunknown14' => { 41 => 0xcc, 42 => 0xc2, 43 => 0x8a, 47 => 0xb6, 48 => 0xb6, 49 => 0xb6, 50 => 0xbe }, 'colortempunknown14' => { 41 => 0xcc, 42 => 0xc2, 43 => 0x8a, 47 => 0xb6, 48 => 0xb6, 49 => 0xb6, 50 => 0xbe },
'colortempunknown15' => { 41 => 0xd1, 42 => 0xc7, 43 => 0x8f, 47 => 0xbb, 48 => 0xbb, 49 => 0xbb, 50 => 0xc3 }, 'colortempunknown15' => { 41 => 0xd1, 42 => 0xc7, 43 => 0x8f, 47 => 0xbb, 48 => 0xbb, 49 => 0xbb, 50 => 0xc3 },
'colortempunknown16' => { 41 => 0xd6, 42 => 0xcc, 43 => 0xa3, 48 => 0xc0, 49 => 0xc0, 50 => 0xc8 }, 'colortempunknown16' => { 41 => 0xd6, 42 => 0xcc, 43 => 0xa3, 48 => 0xc0, 49 => 0xc0, 50 => 0xc8 },
'colortempunknown17' => { 41 => 0xdb, 42 => 0xf4, 48 => 0xc5, 49 => 0xc5, 50 => 0xcd }, 'colortempunknown17' => { 41 => 0xdb, 42 => 0xf4, 48 => 0xc5, 49 => 0xc5, 50 => 0xcd },
'colortempunknown18' => { 41 => 0xe0, 42 => 0xf9, 48 => 0xca, 49 => 0xca, 50 => 0xd2 }, 'colortempunknown18' => { 41 => 0xe0, 42 => 0xf9, 48 => 0xca, 49 => 0xca, 50 => 0xd2 },
skipping to change at line 1790 skipping to change at line 1795
'colortempunknown28' => { 41 => 0x112, 49 => 0xfc, 50 => 0x104 }, 'colortempunknown28' => { 41 => 0x112, 49 => 0xfc, 50 => 0x104 },
'colortempunknown29' => { 41 => 0x117, 49 => 0x101, 50 => 0x109 }, 'colortempunknown29' => { 41 => 0x117, 49 => 0x101, 50 => 0x109 },
'colortempunknown3' => { 38 => 0x40, 39 => 0x67, 41 => 0x72, 42 => 0x86, 43 => 0x53, 47 => 0x5c, 48 => 0x5c, 49 => 0x5c, 50 => 0x64 }, 'colortempunknown3' => { 38 => 0x40, 39 => 0x67, 41 => 0x72, 42 => 0x86, 43 => 0x53, 47 => 0x5c, 48 => 0x5c, 49 => 0x5c, 50 => 0x64 },
'colortempunknown30' => { 49 => 0x106 }, 'colortempunknown30' => { 49 => 0x106 },
'colortempunknown4' => { 38 => 0x45, 39 => 0x6f, 41 => 0x77, 42 => 0x8b, 43 => 0x58, 47 => 0x61, 48 => 0x61, 49 => 0x61, 50 => 0x69 }, 'colortempunknown4' => { 38 => 0x45, 39 => 0x6f, 41 => 0x77, 42 => 0x8b, 43 => 0x58, 47 => 0x61, 48 => 0x61, 49 => 0x61, 50 => 0x69 },
'colortempunknown5' => { 38 => 0x4a, 39 => 0x77, 41 => 0x7c, 42 => 0x90, 43 => 0x5d, 47 => 0x66, 48 => 0x66, 49 => 0x66, 50 => 0x6e }, 'colortempunknown5' => { 38 => 0x4a, 39 => 0x77, 41 => 0x7c, 42 => 0x90, 43 => 0x5d, 47 => 0x66, 48 => 0x66, 49 => 0x66, 50 => 0x6e },
'colortempunknown6' => { 38 => 0x4f, 39 => 0x7f, 41 => 0x81, 42 => 0x95, 43 => 0x62, 47 => 0x8e, 48 => 0x6b, 49 => 0x6b, 50 => 0x73 }, 'colortempunknown6' => { 38 => 0x4f, 39 => 0x7f, 41 => 0x81, 42 => 0x95, 43 => 0x62, 47 => 0x8e, 48 => 0x6b, 49 => 0x6b, 50 => 0x73 },
'colortempunknown7' => { 38 => 0x54, 39 => 0x87, 41 => 0x86, 42 => 0x9a, 43 => 0x67, 47 => 0x93, 48 => 0x70, 49 => 0x70, 50 => 0x78 }, 'colortempunknown7' => { 38 => 0x54, 39 => 0x87, 41 => 0x86, 42 => 0x9a, 43 => 0x67, 47 => 0x93, 48 => 0x70, 49 => 0x70, 50 => 0x78 },
'colortempunknown8' => { 38 => 0x59, 39 => 0x8f, 41 => 0x8b, 42 => 0x9f, 43 => 0x6c, 47 => 0x98, 48 => 0x75, 49 => 0x75, 50 => 0x7d }, 'colortempunknown8' => { 38 => 0x59, 39 => 0x8f, 41 => 0x8b, 42 => 0x9f, 43 => 0x6c, 47 => 0x98, 48 => 0x75, 49 => 0x75, 50 => 0x7d },
'colortempunknown9' => { 38 => 0x5e, 39 => 0x97, 41 => 0x90, 42 => 0xa4, 43 => 0x71, 47 => 0x9d, 48 => 0x7a, 49 => 0x7a, 50 => 0x82 }, 'colortempunknown9' => { 38 => 0x5e, 39 => 0x97, 41 => 0x90, 42 => 0xa4, 43 => 0x71, 47 => 0x9d, 48 => 0x7a, 49 => 0x7a, 50 => 0x82 },
'colortint' => { 333 => 0x35c }, 'colortint' => { 334 => 0x35c },
'colortone' => { 10 => 0x6f, 12 => 0x77, 34 => 0x2a, 51 => 0x2, 63 => 0x8 }, 'colortone' => { 10 => 0x6f, 12 => 0x77, 34 => 0x2a, 51 => 0x2, 63 => 0x8 },
'colortoneadj' => { 103 => 0x20304, 108 => 0x11e }, 'colortoneadj' => { 103 => 0x20304, 108 => 0x11e },
'colortoneauto' => { 71 => 0x9c }, 'colortoneauto' => { 71 => 0x9c },
'colortonefaithful' => { 19 => 0x107, 70 => 0x6c, 71 => 0x6c }, 'colortonefaithful' => { 19 => 0x107, 70 => 0x6c, 71 => 0x6c },
'colortonelandscape' => { 19 => 0x105, 70 => 0x3c, 71 => 0x3c }, 'colortonelandscape' => { 19 => 0x105, 70 => 0x3c, 71 => 0x3c },
'colortonemonochrome' => { 70 => 0x84, 71 => 0x84 }, 'colortonemonochrome' => { 70 => 0x84, 71 => 0x84 },
'colortoneneutral' => { 19 => 0x106, 70 => 0x54, 71 => 0x54 }, 'colortoneneutral' => { 19 => 0x106, 70 => 0x54, 71 => 0x54 },
'colortoneportrait' => { 19 => 0x104, 70 => 0x24, 71 => 0x24 }, 'colortoneportrait' => { 19 => 0x104, 70 => 0x24, 71 => 0x24 },
'colortonestandard' => { 19 => 0x103, 70 => 0xc, 71 => 0xc }, 'colortonestandard' => { 19 => 0x103, 70 => 0xc, 71 => 0xc },
'colortoneuserdef1' => { 19 => 0x109, 70 => 0x9c, 71 => 0xb4 }, 'colortoneuserdef1' => { 19 => 0x109, 70 => 0x9c, 71 => 0xb4 },
'colortoneuserdef2' => { 19 => 0x10a, 70 => 0xb4, 71 => 0xcc }, 'colortoneuserdef2' => { 19 => 0x10a, 70 => 0xb4, 71 => 0xcc },
'colortoneuserdef3' => { 19 => 0x10b, 70 => 0xcc, 71 => 0xe4 }, 'colortoneuserdef3' => { 19 => 0x10b, 70 => 0xcc, 71 => 0xe4 },
'comlenblksize' => { 138 => 0xfde8 }, 'comlenblksize' => { 138 => 0xfde8 },
'commanddialplaybackmode' => { 309 => 0x1cb }, 'commanddialplaybackmode' => { 310 => 0x1cb },
'commanddials' => { 304 => '5.1' }, 'commanddials' => { 305 => '5.1' },
'commanddialsaperturesetting' => { 293 => '17.3', 294 => '18.3', 296 => ' 'commanddialsaperturesetting' => { 294 => '17.3', 295 => '18.3', 297 => '
18.3', 297 => '18.3', 302 => '33.3', 303 => '17.3', 306 => '18.3', 307 => '18.3' 18.3', 298 => '18.3', 303 => '33.3', 304 => '17.3', 307 => '18.3', 308 => '18.3'
}, },
'commanddialschangemainsub' => { 293 => '17.2', 294 => '18.1', 296 => '18 'commanddialschangemainsub' => { 294 => '17.2', 295 => '18.1', 297 => '18
.1', 297 => '18.1', 302 => '33.2', 303 => '17.2', 306 => '18.1', 307 => '18.1' } .1', 298 => '18.1', 303 => '33.2', 304 => '17.2', 307 => '18.1', 308 => '18.1' }
, ,
'commanddialsmenuandplayback' => { 293 => '17.4', 294 => '18.2', 296 => ' 'commanddialsmenuandplayback' => { 294 => '17.4', 295 => '18.2', 297 => '
18.2', 297 => '18.2', 302 => '33.4', 303 => '17.4', 306 => '18.2', 307 => '18.2' 18.2', 298 => '18.2', 303 => '33.4', 304 => '17.4', 307 => '18.2', 308 => '18.2'
}, },
'commanddialsreverserotation' => { 293 => '17.1', 294 => '6.4', 296 => '6 'commanddialsreverserotation' => { 294 => '17.1', 295 => '6.4', 297 => '6
.2', 297 => '6.2', 298 => '16.2', 299 => '17.2', 302 => '33.1', 303 => '17.1', 3 .2', 298 => '6.2', 299 => '16.2', 300 => '17.2', 303 => '33.1', 304 => '17.1', 3
06 => '6.2', 307 => '6.2', 308 => '18.1' }, 07 => '6.2', 308 => '6.2', 309 => '18.1' },
'commanderchannel' => { 304 => '10.2', 305 => '25.2' }, 'commanderchannel' => { 305 => '10.2', 306 => '25.2' },
'commandergroupa_ttl-aacomp' => { 304 => '13.1', 305 => '31.1' }, 'commandergroupa_ttl-aacomp' => { 305 => '13.1', 306 => '31.1' },
'commandergroupa_ttlcomp' => { 308 => '32.1' }, 'commandergroupa_ttlcomp' => { 309 => '32.1' },
'commandergroupamanualoutput' => { 304 => '13.2', 305 => '28.2' }, 'commandergroupamanualoutput' => { 305 => '13.2', 306 => '28.2' },
'commandergroupamode' => { 304 => '11.2', 305 => '28.1' }, 'commandergroupamode' => { 305 => '11.2', 306 => '28.1' },
'commandergroupb_ttl-aacomp' => { 304 => '14.1', 305 => '32.1' }, 'commandergroupb_ttl-aacomp' => { 305 => '14.1', 306 => '32.1' },
'commandergroupb_ttlcomp' => { 308 => '33.1' }, 'commandergroupb_ttlcomp' => { 309 => '33.1' },
'commandergroupbmanualoutput' => { 304 => '14.2', 305 => '29.2' }, 'commandergroupbmanualoutput' => { 305 => '14.2', 306 => '29.2' },
'commandergroupbmode' => { 304 => '11.3', 305 => '29.1' }, 'commandergroupbmode' => { 305 => '11.3', 306 => '29.1' },
'commanderinternalflash' => { 304 => '11.1', 305 => '27.1' }, 'commanderinternalflash' => { 305 => '11.1', 306 => '27.1' },
'commanderinternalmanualoutput' => { 304 => '12.2', 305 => '27.2' }, 'commanderinternalmanualoutput' => { 305 => '12.2', 306 => '27.2' },
'commanderinternalttlchannel' => { 302 => '18.2' }, 'commanderinternalttlchannel' => { 303 => '18.2' },
'commanderinternalttlcomp' => { 304 => '12.1', 305 => '30.2', 308 => '31. 'commanderinternalttlcomp' => { 305 => '12.1', 306 => '30.2', 309 => '31.
2' }, 2' },
'commanderinternalttlcompbuiltin' => { 302 => '20.1', 303 => '26.1' }, 'commanderinternalttlcompbuiltin' => { 303 => '20.1', 304 => '26.1' },
'commanderinternalttlcompgroupa' => { 302 => '21.1', 303 => '27.1' }, 'commanderinternalttlcompgroupa' => { 303 => '21.1', 304 => '27.1' },
'commanderinternalttlcompgroupb' => { 302 => '22.1', 303 => '28.1' }, 'commanderinternalttlcompgroupb' => { 303 => '22.1', 304 => '28.1' },
'comment' => { 0 => 0x2, 120 => 'Comment', 157 => 'Comment', 324 => 'Comm 'comment' => { 0 => 0x2, 120 => 'Comment', 157 => 'Comment', 325 => 'Comm
ent', 386 => "\xa9cmt", 388 => 'comment', 394 => "\xa9cmt" }, ent', 387 => "\xa9cmt", 389 => 'comment', 395 => "\xa9cmt" },
'compass' => { 404 => 0x4 }, 'compass' => { 405 => 0x4 },
'compatibleversion' => { 492 => 'CompatibleVersion', 494 => 'CompatibleVe 'compatibleversion' => { 493 => 'CompatibleVersion', 495 => 'CompatibleVe
rsion' }, rsion' },
'compilation' => { 386 => 'cpil' }, 'compilation' => { 387 => 'cpil' },
'compimageimagespersequence' => { 499 => [\'CompositeImageExposureTimes', 'compimageimagespersequence' => { 500 => [\'CompositeImageExposureTimes',
'CompositeImageExposureTimesNumberOfImagesInSequences'] }, 'CompositeImageExposureTimesNumberOfImagesInSequences'] },
'compimagemaxexposureall' => { 499 => [\'CompositeImageExposureTimes','Co 'compimagemaxexposureall' => { 500 => [\'CompositeImageExposureTimes','Co
mpositeImageExposureTimesMaxExposureTimesOfAll'] }, mpositeImageExposureTimesMaxExposureTimesOfAll'] },
'compimagemaxexposureused' => { 499 => [\'CompositeImageExposureTimes','C 'compimagemaxexposureused' => { 500 => [\'CompositeImageExposureTimes','C
ompositeImageExposureTimesMaxExposureTimesOfUsed'] }, ompositeImageExposureTimesMaxExposureTimesOfUsed'] },
'compimageminexposureall' => { 499 => [\'CompositeImageExposureTimes','Co 'compimageminexposureall' => { 500 => [\'CompositeImageExposureTimes','Co
mpositeImageExposureTimesMinExposureTimesOfAll'] }, mpositeImageExposureTimesMinExposureTimesOfAll'] },
'compimageminexposureused' => { 499 => [\'CompositeImageExposureTimes','C 'compimageminexposureused' => { 500 => [\'CompositeImageExposureTimes','C
ompositeImageExposureTimesMinExposureTimesOfUsed'] }, ompositeImageExposureTimesMinExposureTimesOfUsed'] },
'compimagenumsequences' => { 499 => [\'CompositeImageExposureTimes','Comp 'compimagenumsequences' => { 500 => [\'CompositeImageExposureTimes','Comp
ositeImageExposureTimesNumberOfSequences'] }, ositeImageExposureTimesNumberOfSequences'] },
'compimagesumexposureall' => { 499 => [\'CompositeImageExposureTimes','Co 'compimagesumexposureall' => { 500 => [\'CompositeImageExposureTimes','Co
mpositeImageExposureTimesSumOfExposureTimesOfAll'] }, mpositeImageExposureTimesSumOfExposureTimesOfAll'] },
'compimagesumexposureused' => { 499 => [\'CompositeImageExposureTimes','C 'compimagesumexposureused' => { 500 => [\'CompositeImageExposureTimes','C
ompositeImageExposureTimesSumOfExposureTimesOfUsed'] }, ompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
'compimagetotalexposureperiod' => { 499 => [\'CompositeImageExposureTimes 'compimagetotalexposureperiod' => { 500 => [\'CompositeImageExposureTimes
','CompositeImageExposureTimesTotalExposurePeriod'] }, ','CompositeImageExposureTimesTotalExposurePeriod'] },
'compimagevalues' => { 499 => [\'CompositeImageExposureTimes','CompositeI 'compimagevalues' => { 500 => [\'CompositeImageExposureTimes','CompositeI
mageExposureTimesValues'] }, mageExposureTimesValues'] },
'complianceprofile' => { 509 => 'complianceProfile' }, 'complianceprofile' => { 510 => 'complianceProfile' },
'componentsconfiguration' => { 119 => 0x9101, 162 => 'Components', 498 => 'componentsconfiguration' => { 119 => 0x9101, 162 => 'Components', 499 =>
'ComponentsConfiguration' }, 'ComponentsConfiguration' },
'componentversion' => { 97 => 0x80c }, 'componentversion' => { 97 => 0x80c },
'composer' => { 179 => 'WM/Composer', 386 => ["\xa9com","\xa9wrt"], 394 = 'composer' => { 179 => 'WM/Composer', 387 => ["\xa9com","\xa9wrt"], 395 =
> ["\xa9com","\xa9wrt"], 519 => 'composer' }, > ["\xa9com","\xa9wrt"], 520 => 'composer' },
'composerkeywords' => { 394 => "\xa9cok" }, 'composerkeywords' => { 395 => "\xa9cok" },
'compositeimage' => { 119 => 0xa460, 499 => 'CompositeImage' }, 'compositeimage' => { 119 => 0xa460, 500 => 'CompositeImage' },
'compositeimagecount' => { 119 => 0xa461, 499 => 'CompositeImageCount' }, 'compositeimagecount' => { 119 => 0xa461, 500 => 'CompositeImageCount' },
'compositeimageexposuretimes' => { 119 => 0xa462, 499 => 'CompositeImageE 'compositeimageexposuretimes' => { 119 => 0xa462, 500 => 'CompositeImageE
xposureTimes' }, xposureTimes' },
'composition' => { 482 => 'Composition' }, 'composition' => { 483 => 'Composition' },
'compositionadjust' => { 368 => '0.1' }, 'compositionadjust' => { 369 => '0.1' },
'compositionadjustrotation' => { 368 => 0x7 }, 'compositionadjustrotation' => { 369 => 0x7 },
'compositionadjustx' => { 368 => 0x5 }, 'compositionadjustx' => { 369 => 0x5 },
'compositionadjusty' => { 368 => 0x6 }, 'compositionadjusty' => { 369 => 0x6 },
'compressedbitsperpixel' => { 119 => 0x9102, 498 => 'CompressedBitsPerPix 'compressedbitsperpixel' => { 119 => 0x9102, 499 => 'CompressedBitsPerPix
el' }, el' },
'compressedimagesize' => { 186 => 0x40, 316 => 0x40 }, 'compressedimagesize' => { 186 => 0x40, 317 => 0x40 },
'compression' => { 119 => 0x103, 339 => 0xb, 515 => 'Compression' }, 'compression' => { 119 => 0x103, 340 => 0xb, 516 => 'Compression' },
'compressionfactor' => { 311 => 0x50d }, 'compressionfactor' => { 312 => 0x50d },
'compressionformat' => { 63 => 0x4 }, 'compressionformat' => { 63 => 0x4 },
'compressionratio' => { 162 => 'Compression', 316 => 0x1034 }, 'compressionratio' => { 162 => 'Compression', 317 => 0x1034 },
'compressorversion' => { 394 => 'CNCV' }, 'compressorversion' => { 395 => 'CNCV' },
'condadobvfactor' => { 138 => 0xf3e }, 'condadobvfactor' => { 138 => 0xf3e },
'condadodaybvthresh' => { 138 => 0xf3c }, 'condadodaybvthresh' => { 138 => 0xf3c },
'condadodayoffsets' => { 138 => 0xf42 }, 'condadodayoffsets' => { 138 => 0xf42 },
'condadofluoffsets' => { 138 => 0xf44 }, 'condadofluoffsets' => { 138 => 0xf44 },
'condadofluthresh' => { 138 => 0xf41 }, 'condadofluthresh' => { 138 => 0xf41 },
'condadoillfactor' => { 138 => 0xf3f }, 'condadoillfactor' => { 138 => 0xf3f },
'condadoneurange' => { 138 => 0xf3d }, 'condadoneurange' => { 138 => 0xf3d },
'condadotunoffsets' => { 138 => 0xf43 }, 'condadotunoffsets' => { 138 => 0xf43 },
'condadotunthresh' => { 138 => 0xf40 }, 'condadotunthresh' => { 138 => 0xf40 },
'conductor' => { 179 => 'WM/Conductor', 386 => "\xa9con" }, 'conductor' => { 179 => 'WM/Conductor', 387 => "\xa9con" },
'confidence' => { 477 => 'Confidence' }, 'confidence' => { 478 => 'Confidence' },
'confidencelevel' => { 488 => 'ConfidenceLevel' }, 'confidencelevel' => { 489 => 'ConfidenceLevel' },
'confidencemime' => { 477 => 'ConfidenceMime' }, 'confidencemime' => { 478 => 'ConfidenceMime' },
'constrainedcropheight' => { 108 => 0x266, 380 => 0xd6 }, 'constrainedcropheight' => { 108 => 0x266, 381 => 0xd6 },
'constrainedcropwidth' => { 108 => 0x262, 380 => 0xd5 }, 'constrainedcropwidth' => { 108 => 0x262, 381 => 0xd5 },
'contact' => { 131 => 0x76 }, 'contact' => { 131 => 0x76 },
'contactinfo' => { 492 => 'ContactInfo', 494 => 'ContactInfo', 508 => 'co 'contactinfo' => { 493 => 'ContactInfo', 495 => 'ContactInfo', 509 => 'co
ntactInfo' }, ntactInfo' },
'container' => { 472 => 'Container' }, 'container' => { 473 => 'Container' },
'containerdirectory' => { 472 => [\'Container','ContainerDirectory'] }, 'containerdirectory' => { 473 => [\'Container','ContainerDirectory'] },
'containerdirectoryitem' => { 472 => [\'Container','ContainerDirectoryIte 'containerdirectoryitem' => { 473 => [\'Container','ContainerDirectoryIte
m'] }, m'] },
'containerdirectoryitemdatauri' => { 472 => [\'Container','ContainerDirec 'containerdirectoryitemdatauri' => { 473 => [\'Container','ContainerDirec
toryItemDataURI'] }, toryItemDataURI'] },
'containerdirectoryitemlength' => { 472 => [\'Container','ContainerDirect 'containerdirectoryitemlength' => { 473 => [\'Container','ContainerDirect
oryItemLength'] }, oryItemLength'] },
'containerdirectoryitemmime' => { 472 => [\'Container','ContainerDirector 'containerdirectoryitemmime' => { 473 => [\'Container','ContainerDirector
yItemMime'] }, yItemMime'] },
'containerdirectoryitempadding' => { 472 => [\'Container','ContainerDirec 'containerdirectoryitempadding' => { 473 => [\'Container','ContainerDirec
toryItemPadding'] }, toryItemPadding'] },
'containerformat' => { 505 => 'ContainerFormat' }, 'containerformat' => { 506 => 'ContainerFormat' },
'containerformatidentifier' => { 505 => [\'ContainerFormat','ContainerFor 'containerformatidentifier' => { 506 => [\'ContainerFormat','ContainerFor
matIdentifier'] }, matIdentifier'] },
'containerformatname' => { 505 => [\'ContainerFormat','ContainerFormatNam 'containerformatname' => { 506 => [\'ContainerFormat','ContainerFormatNam
e'] }, e'] },
'contentcreatedate' => { 386 => "\xa9day", 394 => ['@day',"\xa9day"] }, 'contentcreatedate' => { 387 => "\xa9day", 395 => ['@day',"\xa9day"] },
'contentdistributor' => { 179 => 'WM/ContentDistributor' }, 'contentdistributor' => { 179 => 'WM/ContentDistributor' },
'contentdistributorid' => { 394 => 'cdis' }, 'contentdistributorid' => { 395 => 'cdis' },
'contentid' => { 394 => 'ccid' }, 'contentid' => { 395 => 'ccid' },
'contentlocationcode' => { 131 => 0x1a }, 'contentlocationcode' => { 131 => 0x1a },
'contentlocationname' => { 131 => 0x1b }, 'contentlocationname' => { 131 => 0x1b },
'contenttype' => { 509 => 'contentType' }, 'contenttype' => { 510 => 'contentType' },
'continuousbracketing' => { 184 => 0x20 }, 'continuousbracketing' => { 184 => 0x20 },
'continuousdrive' => { 34 => 0x5 }, 'continuousdrive' => { 34 => 0x5 },
'continuousmodedisplay' => { 309 => 0x51 }, 'continuousmodedisplay' => { 310 => 0x51 },
'continuousmodeliveview' => { 307 => '77.2' }, 'continuousmodeliveview' => { 308 => '77.2' },
'continuousshootingspeed' => { 84 => 0x610 }, 'continuousshootingspeed' => { 84 => 0x610 },
'continuousshotlimit' => { 84 => 0x611 }, 'continuousshotlimit' => { 84 => 0x611 },
'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 112 => 0xc, 113 => [0x 'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 112 => 0xc, 113 => [0x
3012,0x20], 119 => [0xa408,0xfe54], 127 => [0x1004,0x1006], 156 => 'Contrast', 1 3012,0x20], 119 => [0xa408,0xfe54], 127 => [0x1004,0x1006], 156 => 'Contrast', 1
76 => 'Contrast', 181 => 0x20, 182 => 0x31, 183 => 0x27, 184 => 0x19, 189 => 0x2 76 => 'Contrast', 181 => 0x20, 182 => 0x31, 183 => 0x27, 184 => 0x19, 189 => 0x2
, 245 => 0x33, 246 => 0x37, 247 => 0x3f, 316 => 0x1029, 334 => 0x39, 336 => 0x30 , 246 => 0x33, 247 => 0x37, 248 => 0x3f, 317 => 0x1029, 335 => 0x39, 337 => 0x30
0a, 369 => 0x20, 376 => 0xc, 388 => 'player.movie.visual.contrast', 395 => 0x24, 0a, 370 => 0x20, 377 => 0xc, 389 => 'player.movie.visual.contrast', 396 => 0x24,
397 => 0x52, 401 => 0x1012, 411 => 0xd, 421 => 0x1d, 422 => 0x1a, 434 => 0x2004 398 => 0x52, 402 => 0x1012, 412 => 0xd, 422 => 0x1d, 423 => 0x1a, 435 => 0x2004
, 492 => 'Contrast', 494 => 'Contrast', 498 => 'Contrast' }, , 493 => 'Contrast', 495 => 'Contrast', 499 => 'Contrast' },
'contrast2012' => { 492 => 'Contrast2012', 494 => 'Contrast2012' }, 'contrast2012' => { 493 => 'Contrast2012', 495 => 'Contrast2012' },
'contrastadj' => { 103 => 0x20303, 108 => 0x115, 289 => 0x2c, 469 => 0x80 'contrastadj' => { 103 => 0x20303, 108 => 0x115, 290 => 0x2c, 470 => 0x80
17 }, 17 },
'contrastauto' => { 71 => 0x90 }, 'contrastauto' => { 71 => 0x90 },
'contrastcurve' => { 233 => 0x8c }, 'contrastcurve' => { 233 => 0x8c },
'contrastdetectaf' => { 193 => 0x4 }, 'contrastdetectaf' => { 193 => 0x4 },
'contrastdetectafarea' => { 369 => 0x231 }, 'contrastdetectafarea' => { 370 => 0x231 },
'contrastdetectafinfocus' => { 193 => [0x1c,0x52] }, 'contrastdetectafinfocus' => { 193 => [0x1c,0x52] },
'contrastfaithful' => { 19 => 0xec, 70 => 0x60, 71 => 0x60 }, 'contrastfaithful' => { 19 => 0xec, 70 => 0x60, 71 => 0x60 },
'contrasthighlight' => { 369 => 0x6d }, 'contrasthighlight' => { 370 => 0x6d },
'contrasthighlightshadowadj' => { 369 => 0x6f }, 'contrasthighlightshadowadj' => { 370 => 0x6f },
'contrastlandscape' => { 19 => 0xea, 70 => 0x30, 71 => 0x30 }, 'contrastlandscape' => { 19 => 0xea, 70 => 0x30, 71 => 0x30 },
'contrastmode' => { 334 => 0x2c }, 'contrastmode' => { 335 => 0x2c },
'contrastmonochrome' => { 19 => 0xed, 70 => 0x78, 71 => 0x78 }, 'contrastmonochrome' => { 19 => 0xed, 70 => 0x78, 71 => 0x78 },
'contrastneutral' => { 19 => 0xeb, 70 => 0x48, 71 => 0x48 }, 'contrastneutral' => { 19 => 0xeb, 70 => 0x48, 71 => 0x48 },
'contrastportrait' => { 19 => 0xe9, 70 => 0x18, 71 => 0x18 }, 'contrastportrait' => { 19 => 0xe9, 70 => 0x18, 71 => 0x18 },
'contrastsetting' => { 311 => 0x505, 319 => 0x1012, 423 => 0x10, 439 => 0 'contrastsetting' => { 312 => 0x505, 320 => 0x1012, 424 => 0x10, 440 => 0
x8 }, x8 },
'contrastshadow' => { 369 => 0x6e }, 'contrastshadow' => { 370 => 0x6e },
'contraststandard' => { 19 => 0xe8, 70 => 0x0, 71 => 0x0 }, 'contraststandard' => { 19 => 0xe8, 70 => 0x0, 71 => 0x0 },
'contrastuserdef1' => { 19 => 0xee, 70 => 0x90, 71 => 0xa8 }, 'contrastuserdef1' => { 19 => 0xee, 70 => 0x90, 71 => 0xa8 },
'contrastuserdef2' => { 19 => 0xef, 70 => 0xa8, 71 => 0xc0 }, 'contrastuserdef2' => { 19 => 0xef, 70 => 0xa8, 71 => 0xc0 },
'contrastuserdef3' => { 19 => 0xf0, 70 => 0xc0, 71 => 0xd8 }, 'contrastuserdef3' => { 19 => 0xf0, 70 => 0xc0, 71 => 0xd8 },
'contributedmedia' => { 519 => 'contributedMedia' }, 'contributedmedia' => { 520 => 'contributedMedia' },
'contributedmediaduration' => { 519 => [\'contributedMedia','contributedM 'contributedmediaduration' => { 520 => [\'contributedMedia','contributedM
ediaDuration'] }, ediaDuration'] },
'contributedmediadurationscale' => { 519 => [\'contributedMedia','contrib 'contributedmediadurationscale' => { 520 => [\'contributedMedia','contrib
utedMediaDurationScale'] }, utedMediaDurationScale'] },
'contributedmediadurationvalue' => { 519 => [\'contributedMedia','contrib 'contributedmediadurationvalue' => { 520 => [\'contributedMedia','contrib
utedMediaDurationValue'] }, utedMediaDurationValue'] },
'contributedmediamanaged' => { 519 => [\'contributedMedia','contributedMe 'contributedmediamanaged' => { 520 => [\'contributedMedia','contributedMe
diaManaged'] }, diaManaged'] },
'contributedmediapath' => { 519 => [\'contributedMedia','contributedMedia 'contributedmediapath' => { 520 => [\'contributedMedia','contributedMedia
Path'] }, Path'] },
'contributedmediastarttime' => { 519 => [\'contributedMedia','contributed 'contributedmediastarttime' => { 520 => [\'contributedMedia','contributed
MediaStartTime'] }, MediaStartTime'] },
'contributedmediastarttimescale' => { 519 => [\'contributedMedia','contri 'contributedmediastarttimescale' => { 520 => [\'contributedMedia','contri
butedMediaStartTimeScale'] }, butedMediaStartTimeScale'] },
'contributedmediastarttimevalue' => { 519 => [\'contributedMedia','contri 'contributedmediastarttimevalue' => { 520 => [\'contributedMedia','contri
butedMediaStartTimeValue'] }, butedMediaStartTimeValue'] },
'contributedmediatrack' => { 519 => [\'contributedMedia','contributedMedi 'contributedmediatrack' => { 520 => [\'contributedMedia','contributedMedi
aTrack'] }, aTrack'] },
'contributedmediawebstatement' => { 519 => [\'contributedMedia','contribu 'contributedmediawebstatement' => { 520 => [\'contributedMedia','contribu
tedMediaWebStatement'] }, tedMediaWebStatement'] },
'contributor' => { 495 => 'contributor', 505 => 'Contributor' }, 'contributor' => { 496 => 'contributor', 506 => 'Contributor' },
'contributoridentifier' => { 505 => [\'Contributor','ContributorIdentifie 'contributoridentifier' => { 506 => [\'Contributor','ContributorIdentifie
r'] }, r'] },
'contributorname' => { 505 => [\'Contributor','ContributorName'] }, 'contributorname' => { 506 => [\'Contributor','ContributorName'] },
'contributorrole' => { 505 => [\'Contributor','ContributorRole'] }, 'contributorrole' => { 506 => [\'Contributor','ContributorRole'] },
'contributors' => { 157 => 'Contributors' }, 'contributors' => { 157 => 'Contributors' },
'controldialset' => { 184 => 0x46 }, 'controldialset' => { 184 => 0x46 },
'controlledvocabularyterm' => { 505 => 'CVterm' }, 'controlledvocabularyterm' => { 506 => 'CVterm' },
'controllerboardversion' => { 329 => 0x332 }, 'controllerboardversion' => { 330 => 0x332 },
'controlmode' => { 77 => 0x12 }, 'controlmode' => { 77 => 0x12 },
'controlringresponse' => { 309 => 0x1d5 }, 'controlringresponse' => { 310 => 0x1d5 },
'controlringrotation' => { 84 => 0x712 }, 'controlringrotation' => { 84 => 0x712 },
'conversionlens' => { 312 => 0x403, 334 => 0x35 }, 'conversionlens' => { 313 => 0x403, 335 => 0x35 },
'converter' => { 119 => 0xfe4d, 276 => 0xb, 492 => 'Converter', 494 => 'C 'converter' => { 119 => 0xfe4d, 277 => 0xb, 493 => 'Converter', 495 => 'C
onverter' }, onverter' },
'converttograyscale' => { 492 => 'ConvertToGrayscale', 494 => 'ConvertToG 'converttograyscale' => { 493 => 'ConvertToGrayscale', 495 => 'ConvertToG
rayscale' }, rayscale' },
'cookingequipment' => { 511 => 'cookingEquipment' }, 'cookingequipment' => { 512 => 'cookingEquipment' },
'cookingmethod' => { 511 => 'cookingMethod' }, 'cookingmethod' => { 512 => 'cookingMethod' },
'copyright' => { 0 => 0x3, 119 => 0x8298, 157 => 'Copyright', 324 => 'Cop 'copyright' => { 0 => 0x3, 119 => 0x8298, 157 => 'Copyright', 325 => 'Cop
yright', 369 => 0x22f, 385 => 'Copyright', 386 => ['cprt',"\xa9cpy"], 388 => 'co yright', 370 => 0x22f, 386 => 'Copyright', 387 => ['cprt',"\xa9cpy"], 389 => 'co
pyright', 394 => ['cprt',"\xa9cpy"], 492 => 'Copyright', 494 => 'Copyright', 506 pyright', 395 => ['cprt',"\xa9cpy"], 493 => 'Copyright', 495 => 'Copyright', 507
=> 'Copyright', 512 => 'copyright', 515 => 'Copyright', 519 => 'copyright' }, => 'Copyright', 513 => 'copyright', 516 => 'Copyright', 520 => 'copyright' },
'copyrightflag' => { 383 => 0x40a }, 'copyrightflag' => { 384 => 0x40a },
'copyrightnotice' => { 131 => 0x74 }, 'copyrightnotice' => { 131 => 0x74 },
'copyrightowner' => { 321 => 'CopyrightOwner' }, 'copyrightowner' => { 322 => 'CopyrightOwner' },
'copyrightownerid' => { 321 => [\'CopyrightOwner','CopyrightOwnerCopyrigh 'copyrightownerid' => { 322 => [\'CopyrightOwner','CopyrightOwnerCopyrigh
tOwnerID'] }, tOwnerID'] },
'copyrightownerimageid' => { 321 => 'CopyrightOwnerImageID' }, 'copyrightownerimageid' => { 322 => 'CopyrightOwnerImageID' },
'copyrightownername' => { 321 => [\'CopyrightOwner','CopyrightOwnerCopyri 'copyrightownername' => { 322 => [\'CopyrightOwner','CopyrightOwnerCopyri
ghtOwnerName'] }, ghtOwnerName'] },
'copyrightregistrationnumber' => { 321 => 'CopyrightRegistrationNumber' } 'copyrightregistrationnumber' => { 322 => 'CopyrightRegistrationNumber' }
, ,
'copyrightstatus' => { 321 => 'CopyrightStatus' }, 'copyrightstatus' => { 322 => 'CopyrightStatus' },
'copyrightyear' => { 505 => 'CopyrightYear', 509 => 'copyrightYear' }, 'copyrightyear' => { 506 => 'CopyrightYear', 510 => 'copyrightYear' },
'coringfilter' => { 315 => 0x310, 316 => 0x102d, 319 => 0x310 }, 'coringfilter' => { 316 => 0x310, 317 => 0x102d, 320 => 0x310 },
'coringvalues' => { 315 => 0x311, 319 => 0x311 }, 'coringvalues' => { 316 => 0x311, 320 => 0x311 },
'corporateentity' => { 509 => 'corporateEntity' }, 'corporateentity' => { 510 => 'corporateEntity' },
'correlatedcolortemp' => { 333 => 0x35b }, 'correlatedcolortemp' => { 334 => 0x35b },
'country' => { 161 => 'Country', 334 => 0x69, 507 => 'Country' }, 'country' => { 161 => 'Country', 335 => 0x69, 508 => 'Country' },
'country-primarylocationcode' => { 131 => 0x64 }, 'country-primarylocationcode' => { 131 => 0x64 },
'country-primarylocationname' => { 131 => 0x65 }, 'country-primarylocationname' => { 131 => 0x65 },
'countrycode' => { 232 => 0x5, 381 => 'CountryCode', 504 => 'CountryCode' 'countrycode' => { 232 => 0x5, 382 => 'CountryCode', 505 => 'CountryCode'
}, },
'course' => { 511 => 'course' }, 'course' => { 512 => 'course' },
'coverage' => { 495 => 'coverage' }, 'coverage' => { 496 => 'coverage' },
'coverart' => { 386 => 'covr' }, 'coverart' => { 387 => 'covr' },
'coverdate' => { 509 => 'coverDate' }, 'coverdate' => { 510 => 'coverDate' },
'coverdisplaydate' => { 509 => 'coverDisplayDate' }, 'coverdisplaydate' => { 510 => 'coverDisplayDate' },
'coveruri' => { 394 => 'cvru' }, 'coveruri' => { 395 => 'cvru' },
'cpufirmwareversion' => { 369 => 0x28 }, 'cpufirmwareversion' => { 370 => 0x28 },
'crc32' => { 496 => 'crc32' }, 'crc32' => { 497 => 'crc32' },
'createdate' => { 119 => 0x9004, 157 => 'CreateDate', 320 => 'CreationDat 'createdate' => { 119 => 0x9004, 157 => 'CreateDate', 321 => 'CreationDat
e', 324 => 'create-date', 385 => 'CreationDate', 391 => 0x1, 517 => 'CreateDate' e', 325 => 'create-date', 386 => 'CreationDate', 392 => 0x1, 518 => 'CreateDate'
}, },
'creationdate' => { 388 => 'creationdate', 506 => 'CreationDate', 509 => 'creationdate' => { 389 => 'creationdate', 507 => 'CreationDate', 510 =>
'creationDate' }, 'creationDate' },
'creationtime' => { 324 => 'Creation Time' }, 'creationtime' => { 325 => 'Creation Time' },
'creativestyle' => { 421 => 0x1a, 422 => 0x18, 432 => 0x41, 434 => 0xb020 'creativestyle' => { 422 => 0x1a, 423 => 0x18, 433 => 0x41, 435 => 0xb020
, 465 => 0x4a }, , 466 => 0x4a },
'creativestylesetting' => { 423 => 0xf, 439 => 0x7 }, 'creativestylesetting' => { 424 => 0xf, 440 => 0x7 },
'creativestylewaschanged' => { 469 => 0x8001 }, 'creativestylewaschanged' => { 470 => 0x8001 },
'creator' => { 320 => 'Creator', 385 => 'Creator', 495 => 'creator', 505 'creator' => { 321 => 'Creator', 386 => 'Creator', 496 => 'creator', 506
=> 'Creator', 506 => 'Creator' }, => 'Creator', 507 => 'Creator' },
'creatoraddress' => { 504 => [\'CreatorContactInfo','CreatorContactInfoCi 'creatoraddress' => { 505 => [\'CreatorContactInfo','CreatorContactInfoCi
AdrExtadr'] }, AdrExtadr'] },
'creatorappid' => { 178 => 'CreatorAppId' }, 'creatorappid' => { 178 => 'CreatorAppId' },
'creatorcity' => { 504 => [\'CreatorContactInfo','CreatorContactInfoCiAdr 'creatorcity' => { 505 => [\'CreatorContactInfo','CreatorContactInfoCiAdr
City'] }, City'] },
'creatorcontactinfo' => { 504 => 'CreatorContactInfo' }, 'creatorcontactinfo' => { 505 => 'CreatorContactInfo' },
'creatorcountry' => { 504 => [\'CreatorContactInfo','CreatorContactInfoCi 'creatorcountry' => { 505 => [\'CreatorContactInfo','CreatorContactInfoCi
AdrCtry'] }, AdrCtry'] },
'creatoridentifier' => { 505 => [\'Creator','CreatorIdentifier'] }, 'creatoridentifier' => { 506 => [\'Creator','CreatorIdentifier'] },
'creatorname' => { 505 => [\'Creator','CreatorName'] }, 'creatorname' => { 506 => [\'Creator','CreatorName'] },
'creatoropenwithuioptions' => { 178 => 'CreatorOpenWithUIOptions' }, 'creatoropenwithuioptions' => { 178 => 'CreatorOpenWithUIOptions' },
'creatorpostalcode' => { 504 => [\'CreatorContactInfo','CreatorContactInf 'creatorpostalcode' => { 505 => [\'CreatorContactInfo','CreatorContactInf
oCiAdrPcode'] }, oCiAdrPcode'] },
'creatorregion' => { 504 => [\'CreatorContactInfo','CreatorContactInfoCiA 'creatorregion' => { 505 => [\'CreatorContactInfo','CreatorContactInfoCiA
drRegion'] }, drRegion'] },
'creatorrole' => { 505 => [\'Creator','CreatorRole'] }, 'creatorrole' => { 506 => [\'Creator','CreatorRole'] },
'creatortool' => { 517 => 'CreatorTool' }, 'creatortool' => { 518 => 'CreatorTool' },
'creatorworkemail' => { 504 => [\'CreatorContactInfo','CreatorContactInfo 'creatorworkemail' => { 505 => [\'CreatorContactInfo','CreatorContactInfo
CiEmailWork'] }, CiEmailWork'] },
'creatorworktelephone' => { 504 => [\'CreatorContactInfo','CreatorContact 'creatorworktelephone' => { 505 => [\'CreatorContactInfo','CreatorContact
InfoCiTelWork'] }, InfoCiTelWork'] },
'creatorworkurl' => { 504 => [\'CreatorContactInfo','CreatorContactInfoCi 'creatorworkurl' => { 505 => [\'CreatorContactInfo','CreatorContactInfoCi
UrlWork'] }, UrlWork'] },
'credit' => { 131 => 0x6e, 507 => 'Credit' }, 'credit' => { 131 => 0x6e, 508 => 'Credit' },
'creditline' => { 512 => 'creditLine' }, 'creditline' => { 513 => 'creditLine' },
'creditlinereq' => { 522 => 'CreditLineReq' }, 'creditlinereq' => { 523 => 'CreditLineReq' },
'creditlinerequired' => { 321 => 'CreditLineRequired' }, 'creditlinerequired' => { 322 => 'CreditLineRequired' },
'cropactive' => { 101 => 0x0, 108 => 0x244 }, 'cropactive' => { 101 => 0x0, 108 => 0x244 },
'cropangle' => { 492 => 'CropAngle', 494 => 'CropAngle' }, 'cropangle' => { 493 => 'CropAngle', 495 => 'CropAngle' },
'croparea' => { 233 => 0x45, 469 => 0x9011 }, 'croparea' => { 233 => 0x45, 470 => 0x9011 },
'cropaspectratio' => { 103 => 0x30101, 108 => 0x260 }, 'cropaspectratio' => { 103 => 0x30101, 108 => 0x260 },
'cropaspectratiocustom' => { 103 => 0x30102 }, 'cropaspectratiocustom' => { 103 => 0x30102 },
'cropbottom' => { 123 => 0x9, 281 => 0x36, 339 => 0x31, 380 => 0xdc, 492 => 'CropBottom', 494 => 'CropBottom' }, 'cropbottom' => { 123 => 0x9, 282 => 0x36, 340 => 0x31, 381 => 0xdc, 493 => 'CropBottom', 495 => 'CropBottom' },
'cropbottommargin' => { 53 => 0x3 }, 'cropbottommargin' => { 53 => 0x3 },
'cropcircleactive' => { 109 => 0xd6 }, 'cropcircleactive' => { 109 => 0xd6 },
'cropcircleradius' => { 109 => 0xd9 }, 'cropcircleradius' => { 109 => 0xd9 },
'cropcirclex' => { 109 => 0xd7 }, 'cropcirclex' => { 109 => 0xd7 },
'cropcircley' => { 109 => 0xd8 }, 'cropcircley' => { 109 => 0xd8 },
'cropconstraintowarp' => { 492 => 'CropConstrainToWarp', 494 => 'CropCons 'cropconstraintowarp' => { 493 => 'CropConstrainToWarp', 495 => 'CropCons
trainToWarp' }, trainToWarp' },
'croph' => { 486 => 'CropH' }, 'croph' => { 487 => 'CropH' },
'cropheight' => { 101 => 0x6, 108 => 0x24c, 315 => 0x615, 319 => 0x615, 4 'cropheight' => { 101 => 0x6, 108 => 0x24c, 316 => 0x615, 320 => 0x615, 4
92 => 'CropHeight', 494 => 'CropHeight' }, 93 => 'CropHeight', 495 => 'CropHeight' },
'crophispeed' => { 233 => 0x1b }, 'crophispeed' => { 233 => 0x1b },
'cropleft' => { 108 => 0x246, 123 => 0x6, 281 => 0x1e, 315 => 0x612, 319 => 0x612, 339 => 0x30, 380 => 0xd9, 492 => 'CropLeft', 494 => 'CropLeft' }, 'cropleft' => { 108 => 0x246, 123 => 0x6, 282 => 0x1e, 316 => 0x612, 320 => 0x612, 340 => 0x30, 381 => 0xd9, 493 => 'CropLeft', 495 => 'CropLeft' },
'cropleftmargin' => { 53 => 0x0 }, 'cropleftmargin' => { 53 => 0x0 },
'cropmode' => { 127 => 0x104d, 401 => 0x1018 }, 'cropmode' => { 127 => 0x104d, 402 => 0x1018 },
'croporiginalheight' => { 101 => 0xb }, 'croporiginalheight' => { 101 => 0xb },
'croporiginalwidth' => { 101 => 0xa }, 'croporiginalwidth' => { 101 => 0xa },
'cropoutputheight' => { 281 => 0xce }, 'cropoutputheight' => { 282 => 0xce },
'cropoutputheightinches' => { 281 => 0x96 }, 'cropoutputheightinches' => { 282 => 0x96 },
'cropoutputpixels' => { 281 => 0xd6 }, 'cropoutputpixels' => { 282 => 0xd6 },
'cropoutputresolution' => { 281 => 0xb6 }, 'cropoutputresolution' => { 282 => 0xb6 },
'cropoutputscale' => { 281 => 0xbe }, 'cropoutputscale' => { 282 => 0xbe },
'cropoutputwidth' => { 281 => 0xc6 }, 'cropoutputwidth' => { 282 => 0xc6 },
'cropoutputwidthinches' => { 281 => 0x8e }, 'cropoutputwidthinches' => { 282 => 0x8e },
'croppedareaimageheightpixels' => { 480 => 'CroppedAreaImageHeightPixels' 'croppedareaimageheightpixels' => { 481 => 'CroppedAreaImageHeightPixels'
, 481 => 'CroppedAreaImageHeightPixels' }, , 482 => 'CroppedAreaImageHeightPixels' },
'croppedareaimagewidthpixels' => { 480 => 'CroppedAreaImageWidthPixels', 'croppedareaimagewidthpixels' => { 481 => 'CroppedAreaImageWidthPixels',
481 => 'CroppedAreaImageWidthPixels' }, 482 => 'CroppedAreaImageWidthPixels' },
'croppedarealeftpixels' => { 480 => 'CroppedAreaLeftPixels', 481 => 'Crop 'croppedarealeftpixels' => { 481 => 'CroppedAreaLeftPixels', 482 => 'Crop
pedAreaLeftPixels' }, pedAreaLeftPixels' },
'croppedareatoppixels' => { 480 => 'CroppedAreaTopPixels', 481 => 'Croppe 'croppedareatoppixels' => { 481 => 'CroppedAreaTopPixels', 482 => 'Croppe
dAreaTopPixels' }, dAreaTopPixels' },
'croppedimageheight' => { 5 => 0x2, 401 => 0x1604 }, 'croppedimageheight' => { 5 => 0x2, 402 => 0x1604 },
'croppedimageleft' => { 5 => 0x3 }, 'croppedimageleft' => { 5 => 0x3 },
'croppedimagetop' => { 5 => 0x4 }, 'croppedimagetop' => { 5 => 0x4 },
'croppedimagewidth' => { 5 => 0x1, 401 => 0x1603 }, 'croppedimagewidth' => { 5 => 0x1, 402 => 0x1603 },
'cropping' => { 469 => 0x9010 }, 'cropping' => { 470 => 0x9010 },
'cropright' => { 123 => 0x8, 281 => 0x2e, 339 => 0x32, 380 => 0xdb, 492 = 'cropright' => { 123 => 0x8, 282 => 0x2e, 340 => 0x32, 381 => 0xdb, 493 =
> 'CropRight', 494 => 'CropRight' }, > 'CropRight', 495 => 'CropRight' },
'croprightmargin' => { 53 => 0x1 }, 'croprightmargin' => { 53 => 0x1 },
'croprotatedoriginalheight' => { 101 => 0x2 }, 'croprotatedoriginalheight' => { 101 => 0x2 },
'croprotatedoriginalwidth' => { 101 => 0x1 }, 'croprotatedoriginalwidth' => { 101 => 0x1 },
'croprotation' => { 101 => 0x8, 123 => 0xb }, 'croprotation' => { 101 => 0x8, 123 => 0xb },
'cropscaledresolution' => { 281 => 0x9e }, 'cropscaledresolution' => { 282 => 0x9e },
'cropsourceresolution' => { 281 => 0xae }, 'cropsourceresolution' => { 282 => 0xae },
'croptop' => { 108 => 0x248, 123 => 0x7, 281 => 0x26, 315 => 0x613, 319 = 'croptop' => { 108 => 0x248, 123 => 0x7, 282 => 0x26, 316 => 0x613, 320 =
> 0x613, 339 => 0x2f, 380 => 0xda, 492 => 'CropTop', 494 => 'CropTop' }, > 0x613, 340 => 0x2f, 381 => 0xda, 493 => 'CropTop', 495 => 'CropTop' },
'croptopmargin' => { 53 => 0x2 }, 'croptopmargin' => { 53 => 0x2 },
'cropunit' => { 492 => 'CropUnit', 494 => 'CropUnit' }, 'cropunit' => { 493 => 'CropUnit', 495 => 'CropUnit' },
'cropunits' => { 492 => 'CropUnits', 494 => 'CropUnits' }, 'cropunits' => { 493 => 'CropUnits', 495 => 'CropUnits' },
'cropw' => { 486 => 'CropW' }, 'cropw' => { 487 => 'CropW' },
'cropwidth' => { 101 => 0x5, 108 => 0x24a, 315 => 0x614, 319 => 0x614, 49 'cropwidth' => { 101 => 0x5, 108 => 0x24a, 316 => 0x614, 320 => 0x614, 49
2 => 'CropWidth', 494 => 'CropWidth' }, 3 => 'CropWidth', 495 => 'CropWidth' },
'cropx' => { 101 => 0x3, 486 => 'CropX' }, 'cropx' => { 101 => 0x3, 487 => 'CropX' },
'cropy' => { 101 => 0x4, 486 => 'CropY' }, 'cropy' => { 101 => 0x4, 487 => 'CropY' },
'crossprocess' => { 369 => 0x7b }, 'crossprocess' => { 370 => 0x7b },
'crossprocessparams' => { 369 => 0x235 }, 'crossprocessparams' => { 370 => 0x235 },
'cuisine' => { 511 => 'cuisine' }, 'cuisine' => { 512 => 'cuisine' },
'currenticcprofile' => { 119 => 0xc691 }, 'currenticcprofile' => { 119 => 0xc691 },
'currentpreprofilematrix' => { 119 => 0xc692 }, 'currentpreprofilematrix' => { 119 => 0xc692 },
'currentversion' => { 469 => 0xd000 }, 'currentversion' => { 470 => 0xd000 },
'curve0x' => { 486 => 'Curve0x' }, 'curve0x' => { 487 => 'Curve0x' },
'curve0y' => { 486 => 'Curve0y' }, 'curve0y' => { 487 => 'Curve0y' },
'curve1x' => { 486 => 'Curve1x' }, 'curve1x' => { 487 => 'Curve1x' },
'curve1y' => { 486 => 'Curve1y' }, 'curve1y' => { 487 => 'Curve1y' },
'curve2x' => { 486 => 'Curve2x' }, 'curve2x' => { 487 => 'Curve2x' },
'curve2y' => { 486 => 'Curve2y' }, 'curve2y' => { 487 => 'Curve2y' },
'curve3x' => { 486 => 'Curve3x' }, 'curve3x' => { 487 => 'Curve3x' },
'curve3y' => { 486 => 'Curve3y' }, 'curve3y' => { 487 => 'Curve3y' },
'curve4x' => { 486 => 'Curve4x' }, 'curve4x' => { 487 => 'Curve4x' },
'curve4y' => { 486 => 'Curve4y' }, 'curve4y' => { 487 => 'Curve4y' },
'curves' => { 286 => 0x76a43201 }, 'curves' => { 287 => 0x76a43201 },
'custom1' => { 321 => 'Custom1' }, 'custom1' => { 322 => 'Custom1' },
'custom10' => { 321 => 'Custom10' }, 'custom10' => { 322 => 'Custom10' },
'custom2' => { 321 => 'Custom2' }, 'custom2' => { 322 => 'Custom2' },
'custom3' => { 321 => 'Custom3' }, 'custom3' => { 322 => 'Custom3' },
'custom4' => { 321 => 'Custom4' }, 'custom4' => { 322 => 'Custom4' },
'custom5' => { 321 => 'Custom5' }, 'custom5' => { 322 => 'Custom5' },
'custom6' => { 321 => 'Custom6' }, 'custom6' => { 322 => 'Custom6' },
'custom7' => { 321 => 'Custom7' }, 'custom7' => { 322 => 'Custom7' },
'custom8' => { 321 => 'Custom8' }, 'custom8' => { 322 => 'Custom8' },
'custom9' => { 321 => 'Custom9' }, 'custom9' => { 322 => 'Custom9' },
'customcolortone' => { 109 => 0x4c }, 'customcolortone' => { 109 => 0x4c },
'customcontrast' => { 109 => 0x4e }, 'customcontrast' => { 109 => 0x4e },
'customcontrols' => { 84 => 0x70c }, 'customcontrols' => { 84 => 0x70c },
'customdefaultunsharpfineness' => { 109 => 0xbe }, 'customdefaultunsharpfineness' => { 109 => 0xbe },
'customdefaultunsharpstrength' => { 109 => 0xbc }, 'customdefaultunsharpstrength' => { 109 => 0xbc },
'customdefaultunsharpthreshold' => { 109 => 0xc0 }, 'customdefaultunsharpthreshold' => { 109 => 0xc0 },
'customilluminant' => { 138 => 0x405 }, 'customilluminant' => { 138 => 0x405 },
'customizedials' => { 84 => 0x715 }, 'customizedials' => { 84 => 0x715 },
'customlinear' => { 109 => 0x4f }, 'customlinear' => { 109 => 0x4f },
'customoutputhighlightpoint' => { 109 => 0x53 }, 'customoutputhighlightpoint' => { 109 => 0x53 },
'customoutputshadowpoint' => { 109 => 0x54 }, 'customoutputshadowpoint' => { 109 => 0x54 },
'custompicturestyle' => { 103 => 0x10021 }, 'custompicturestyle' => { 103 => 0x10021 },
'custompicturestyledata' => { 103 => 0xf0500 }, 'custompicturestyledata' => { 103 => 0xf0500 },
'custompicturestylefilename' => { 64 => 0x4010 }, 'custompicturestylefilename' => { 64 => 0x4010 },
'customrawhighlight' => { 109 => 0x7c }, 'customrawhighlight' => { 109 => 0x7c },
'customrawhighlightpoint' => { 109 => 0x51 }, 'customrawhighlightpoint' => { 109 => 0x51 },
'customrawshadow' => { 109 => 0x85 }, 'customrawshadow' => { 109 => 0x85 },
'customrawshadowpoint' => { 109 => 0x52 }, 'customrawshadowpoint' => { 109 => 0x52 },
'customrendered' => { 119 => 0xa401, 191 => 0x6420, 498 => 'CustomRendere 'customrendered' => { 119 => 0xa401, 191 => 0x6420, 499 => 'CustomRendere
d' }, d' },
'customsaturation' => { 109 => 0x4d, 311 => 0x503 }, 'customsaturation' => { 109 => 0x4d, 312 => 0x503 },
'customsettingsalldefault' => { 293 => '0.2', 302 => '0.2' }, 'customsettingsalldefault' => { 294 => '0.2', 303 => '0.2' },
'customsettingsbank' => { 293 => '0.1', 294 => '0.1', 296 => '0.1', 297 = 'customsettingsbank' => { 294 => '0.1', 295 => '0.1', 297 => '0.1', 298 =
> '0.1', 302 => '0.1', 306 => '0.2', 307 => '0.2', 309 => 0x1 }, > '0.1', 303 => '0.1', 307 => '0.2', 308 => '0.2', 310 => 0x1 },
'customsharpness' => { 109 => 0x50 }, 'customsharpness' => { 109 => 0x50 },
'customunsharpmaskfineness' => { 109 => 0xb8 }, 'customunsharpmaskfineness' => { 109 => 0xb8 },
'customunsharpmaskstrength' => { 109 => 0xb6 }, 'customunsharpmaskstrength' => { 109 => 0xb6 },
'customunsharpmaskthreshold' => { 109 => 0xba }, 'customunsharpmaskthreshold' => { 109 => 0xba },
'customwb_rblevels' => { 439 => 0x1a }, 'customwb_rblevels' => { 440 => 0x1a },
'customwb_rgblevels' => { 422 => 0x8, 423 => 0x19 }, 'customwb_rgblevels' => { 423 => 0x8, 424 => 0x19 },
'customwbbluelevel' => { 184 => 0x36 }, 'customwbbluelevel' => { 184 => 0x36 },
'customwberror' => { 184 => 0x37 }, 'customwberror' => { 184 => 0x37 },
'customwbgreenlevel' => { 184 => 0x35 }, 'customwbgreenlevel' => { 184 => 0x35 },
'customwbredlevel' => { 184 => 0x34 }, 'customwbredlevel' => { 184 => 0x34 },
'customwbsetting' => { 184 => 0x26 }, 'customwbsetting' => { 184 => 0x26 },
'cx' => { 394 => '_cx_' }, 'cx' => { 395 => '_cx_' },
'cy' => { 394 => '_cy_' }, 'cy' => { 395 => '_cy_' },
'd-lightinghq' => { 286 => 0x2175eb78 }, 'd-lightinghq' => { 287 => 0x2175eb78 },
'd-lightinghqcolorboost' => { 282 => 0x2 }, 'd-lightinghqcolorboost' => { 283 => 0x2 },
'd-lightinghqhighlight' => { 282 => 0x1 }, 'd-lightinghqhighlight' => { 283 => 0x1 },
'd-lightinghqselected' => { 286 => 0x6a6e36b6 }, 'd-lightinghqselected' => { 287 => 0x6a6e36b6 },
'd-lightinghqshadow' => { 282 => 0x0 }, 'd-lightinghqshadow' => { 283 => 0x0 },
'd-lightinghs' => { 286 => 0xce5554aa }, 'd-lightinghs' => { 287 => 0xce5554aa },
'd-lightinghsadjustment' => { 283 => 0x0 }, 'd-lightinghsadjustment' => { 284 => 0x0 },
'd-lightinghscolorboost' => { 283 => 0x1 }, 'd-lightinghscolorboost' => { 284 => 0x1 },
'd-rangeoptimizerhighlight' => { 469 => 0x8024 }, 'd-rangeoptimizerhighlight' => { 470 => 0x8024 },
'd-rangeoptimizermode' => { 469 => 0x8022 }, 'd-rangeoptimizermode' => { 470 => 0x8022 },
'd-rangeoptimizershadow' => { 469 => 0x802d }, 'd-rangeoptimizershadow' => { 470 => 0x802d },
'd-rangeoptimizervalue' => { 469 => 0x8023 }, 'd-rangeoptimizervalue' => { 470 => 0x8023 },
'darkblacksegrows' => { 138 => 0x18d8 }, 'darkblacksegrows' => { 138 => 0x18d8 },
'darkfocusenvironment' => { 334 => 0x8003 }, 'darkfocusenvironment' => { 335 => 0x8003 },
'darkframecountfactor' => { 138 => 0xc85 }, 'darkframecountfactor' => { 138 => 0xc85 },
'darkframelongexposure' => { 138 => 0xc84 }, 'darkframelongexposure' => { 138 => 0xc84 },
'darkframeshortexposure' => { 138 => 0xc83 }, 'darkframeshortexposure' => { 138 => 0xc83 },
'darkpedestal' => { 138 => 0xc7f }, 'darkpedestal' => { 138 => 0xc7f },
'datacompressionmethod' => { 133 => 0x6e }, 'datacompressionmethod' => { 133 => 0x6e },
'dataimprint' => { 181 => 0x34 }, 'dataimprint' => { 181 => 0x34 },
'dataonscreen' => { 505 => 'DataOnScreen' }, 'dataonscreen' => { 506 => 'DataOnScreen' },
'dataonscreenregion' => { 505 => [\'DataOnScreen','DataOnScreenRegion'] } 'dataonscreenregion' => { 506 => [\'DataOnScreen','DataOnScreenRegion'] }
, ,
'dataonscreenregiond' => { 505 => [\'DataOnScreen','DataOnScreenRegionD'] 'dataonscreenregiond' => { 506 => [\'DataOnScreen','DataOnScreenRegionD']
}, },
'dataonscreenregionh' => { 505 => [\'DataOnScreen','DataOnScreenRegionH'] 'dataonscreenregionh' => { 506 => [\'DataOnScreen','DataOnScreenRegionH']
}, },
'dataonscreenregiontext' => { 505 => [\'DataOnScreen','DataOnScreenRegion 'dataonscreenregiontext' => { 506 => [\'DataOnScreen','DataOnScreenRegion
Text'] }, Text'] },
'dataonscreenregionunit' => { 505 => [\'DataOnScreen','DataOnScreenRegion 'dataonscreenregionunit' => { 506 => [\'DataOnScreen','DataOnScreenRegion
Unit'] }, Unit'] },
'dataonscreenregionw' => { 505 => [\'DataOnScreen','DataOnScreenRegionW'] 'dataonscreenregionw' => { 506 => [\'DataOnScreen','DataOnScreenRegionW']
}, },
'dataonscreenregionx' => { 505 => [\'DataOnScreen','DataOnScreenRegionX'] 'dataonscreenregionx' => { 506 => [\'DataOnScreen','DataOnScreenRegionX']
}, },
'dataonscreenregiony' => { 505 => [\'DataOnScreen','DataOnScreenRegionY'] 'dataonscreenregiony' => { 506 => [\'DataOnScreen','DataOnScreenRegionY']
}, },
'datascaling' => { 369 => 0x3d }, 'datascaling' => { 370 => 0x3d },
'date' => { 369 => 0x6, 495 => 'date' }, 'date' => { 370 => 0x6, 496 => 'date' },
'dateacquired' => { 178 => 'DateAcquired', 179 => '{2CBAA8F5-D81F-47CA-B1 7A-F8D822300131} 100' }, 'dateacquired' => { 178 => 'DateAcquired', 179 => '{2CBAA8F5-D81F-47CA-B1 7A-F8D822300131} 100' },
'datecreated' => { 131 => 0x37, 507 => 'DateCreated' }, 'datecreated' => { 131 => 0x37, 508 => 'DateCreated' },
'datedisplayformat' => { 278 => 0x3 }, 'datedisplayformat' => { 279 => 0x3 },
'dateidentified' => { 118 => [\'Identification','IdentificationDateIdenti fied'] }, 'dateidentified' => { 118 => [\'Identification','IdentificationDateIdenti fied'] },
'dateimprint' => { 298 => '4.2' }, 'dateimprint' => { 299 => '4.2' },
'daterecieved' => { 509 => 'dateRecieved' }, 'daterecieved' => { 510 => 'dateRecieved' },
'datesent' => { 132 => 0x46 }, 'datesent' => { 132 => 0x46 },
'datestampmode' => { 64 => 0x1c, 233 => 0x9d }, 'datestampmode' => { 64 => 0x1c, 233 => 0x9d },
'datetime' => { 487 => 'datetime', 515 => 'DateTime' }, 'datetime' => { 488 => 'datetime', 516 => 'DateTime' },
'datetimedigitized' => { 498 => 'DateTimeDigitized' }, 'datetimedigitized' => { 499 => 'DateTimeDigitized' },
'datetimeoriginal' => { 100 => 0x0, 119 => 0x9003, 154 => 0x14, 157 => 'O 'datetimeoriginal' => { 100 => 0x0, 119 => 0x9003, 154 => 0x14, 157 => 'O
riginalDate', 389 => 'IDIT', 394 => 'date', 395 => 0xb, 396 => 0x3b, 397 => 0x3e riginalDate', 390 => 'IDIT', 395 => 'date', 396 => 0xb, 397 => 0x3b, 398 => 0x3e
, 498 => 'DateTimeOriginal' }, , 499 => 'DateTimeOriginal' },
'datetimestamp' => { 140 => 0x64 }, 'datetimestamp' => { 140 => 0x64 },
'datetimeutc' => { 311 => 0x908 }, 'datetimeutc' => { 312 => 0x908 },
'daylightsavings' => { 78 => 0x3, 278 => 0x2 }, 'daylightsavings' => { 78 => 0x3, 279 => 0x2 },
'dayofweek' => { 396 => 0x42, 397 => 0x4a }, 'dayofweek' => { 397 => 0x42, 398 => 0x4a },
'dccontinent' => { 118 => [\'dctermsLocation','dctermsLocationContinent'] }, 'dccontinent' => { 118 => [\'dctermsLocation','dctermsLocationContinent'] },
'dccoordinateprecision' => { 118 => [\'dctermsLocation','dctermsLocationC oordinatePrecision'] }, 'dccoordinateprecision' => { 118 => [\'dctermsLocation','dctermsLocationC oordinatePrecision'] },
'dccoordinateuncertaintyinmeters' => { 118 => [\'dctermsLocation','dcterm sLocationCoordinateUncertaintyInMeters'] }, 'dccoordinateuncertaintyinmeters' => { 118 => [\'dctermsLocation','dcterm sLocationCoordinateUncertaintyInMeters'] },
'dccountry' => { 118 => [\'dctermsLocation','dctermsLocationCountry'] }, 'dccountry' => { 118 => [\'dctermsLocation','dctermsLocationCountry'] },
'dccountrycode' => { 118 => [\'dctermsLocation','dctermsLocationCountryCo de'] }, 'dccountrycode' => { 118 => [\'dctermsLocation','dctermsLocationCountryCo de'] },
'dccounty' => { 118 => [\'dctermsLocation','dctermsLocationCounty'] }, 'dccounty' => { 118 => [\'dctermsLocation','dctermsLocationCounty'] },
'dcdecimallatitude' => { 118 => [\'dctermsLocation','dctermsLocationDecim alLatitude'] }, 'dcdecimallatitude' => { 118 => [\'dctermsLocation','dctermsLocationDecim alLatitude'] },
'dcdecimallongitude' => { 118 => [\'dctermsLocation','dctermsLocationDeci malLongitude'] }, 'dcdecimallongitude' => { 118 => [\'dctermsLocation','dctermsLocationDeci malLongitude'] },
'dcevent' => { 118 => 'Event' }, 'dcevent' => { 118 => 'Event' },
'dcfootprintspatialfit' => { 118 => [\'dctermsLocation','dctermsLocationF ootprintSpatialFit'] }, 'dcfootprintspatialfit' => { 118 => [\'dctermsLocation','dctermsLocationF ootprintSpatialFit'] },
skipping to change at line 2209 skipping to change at line 2214
'dcverbatimdepth' => { 118 => [\'dctermsLocation','dctermsLocationVerbati mDepth'] }, 'dcverbatimdepth' => { 118 => [\'dctermsLocation','dctermsLocationVerbati mDepth'] },
'dcverbatimelevation' => { 118 => [\'dctermsLocation','dctermsLocationVer batimElevation'] }, 'dcverbatimelevation' => { 118 => [\'dctermsLocation','dctermsLocationVer batimElevation'] },
'dcverbatimlatitude' => { 118 => [\'dctermsLocation','dctermsLocationVerb atimLatitude'] }, 'dcverbatimlatitude' => { 118 => [\'dctermsLocation','dctermsLocationVerb atimLatitude'] },
'dcverbatimlocality' => { 118 => [\'dctermsLocation','dctermsLocationVerb atimLocality'] }, 'dcverbatimlocality' => { 118 => [\'dctermsLocation','dctermsLocationVerb atimLocality'] },
'dcverbatimlongitude' => { 118 => [\'dctermsLocation','dctermsLocationVer batimLongitude'] }, 'dcverbatimlongitude' => { 118 => [\'dctermsLocation','dctermsLocationVer batimLongitude'] },
'dcverbatimsrs' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimS RS'] }, 'dcverbatimsrs' => { 118 => [\'dctermsLocation','dctermsLocationVerbatimS RS'] },
'dcverticaldatum' => { 118 => [\'dctermsLocation','dctermsLocationVertica lDatum'] }, 'dcverticaldatum' => { 118 => [\'dctermsLocation','dctermsLocationVertica lDatum'] },
'dcwaterbody' => { 118 => [\'dctermsLocation','dctermsLocationWaterBody'] }, 'dcwaterbody' => { 118 => [\'dctermsLocation','dctermsLocationWaterBody'] },
'declination' => { 165 => 'Declination' }, 'declination' => { 165 => 'Declination' },
'decposition' => { 181 => 0x32 }, 'decposition' => { 181 => 0x32 },
'defaultautogray' => { 492 => 'DefaultAutoGray', 494 => 'DefaultAutoGray' 'defaultautogray' => { 493 => 'DefaultAutoGray', 495 => 'DefaultAutoGray'
}, },
'defaultautotone' => { 492 => 'DefaultAutoTone', 494 => 'DefaultAutoTone' 'defaultautotone' => { 493 => 'DefaultAutoTone', 495 => 'DefaultAutoTone'
}, },
'defaultblackrender' => { 119 => 0xc7a6 }, 'defaultblackrender' => { 119 => 0xc7a6 },
'defaultcroporigin' => { 119 => 0xc61f }, 'defaultcroporigin' => { 119 => 0xc61f },
'defaultcropsize' => { 119 => 0xc620 }, 'defaultcropsize' => { 119 => 0xc620 },
'defaulteraseoption' => { 84 => 0x813 }, 'defaulteraseoption' => { 84 => 0x813 },
'defaultscale' => { 119 => 0xc61e }, 'defaultscale' => { 119 => 0xc61e },
'defaultsspecifictoiso' => { 492 => 'DefaultsSpecificToISO', 494 => 'Defa 'defaultsspecifictoiso' => { 493 => 'DefaultsSpecificToISO', 495 => 'Defa
ultsSpecificToISO' }, ultsSpecificToISO' },
'defaultsspecifictoserial' => { 492 => 'DefaultsSpecificToSerial', 494 => 'defaultsspecifictoserial' => { 493 => 'DefaultsSpecificToSerial', 495 =>
'DefaultsSpecificToSerial' }, 'DefaultsSpecificToSerial' },
'defaultusercrop' => { 119 => 0xc7b5 }, 'defaultusercrop' => { 119 => 0xc7b5 },
'defectisocode' => { 138 => 0x90f }, 'defectisocode' => { 138 => 0x90f },
'defringe' => { 492 => 'Defringe', 494 => 'Defringe' }, 'defringe' => { 493 => 'Defringe', 495 => 'Defringe' },
'defringegreenamount' => { 492 => 'DefringeGreenAmount', 494 => 'Defringe 'defringegreenamount' => { 493 => 'DefringeGreenAmount', 495 => 'Defringe
GreenAmount' }, GreenAmount' },
'defringegreenhuehi' => { 492 => 'DefringeGreenHueHi', 494 => 'DefringeGr 'defringegreenhuehi' => { 493 => 'DefringeGreenHueHi', 495 => 'DefringeGr
eenHueHi' }, eenHueHi' },
'defringegreenhuelo' => { 492 => 'DefringeGreenHueLo', 494 => 'DefringeGr 'defringegreenhuelo' => { 493 => 'DefringeGreenHueLo', 495 => 'DefringeGr
eenHueLo' }, eenHueLo' },
'defringepurpleamount' => { 492 => 'DefringePurpleAmount', 494 => 'Defrin 'defringepurpleamount' => { 493 => 'DefringePurpleAmount', 495 => 'Defrin
gePurpleAmount' }, gePurpleAmount' },
'defringepurplehuehi' => { 492 => 'DefringePurpleHueHi', 494 => 'Defringe 'defringepurplehuehi' => { 493 => 'DefringePurpleHueHi', 495 => 'Defringe
PurpleHueHi' }, PurpleHueHi' },
'defringepurplehuelo' => { 492 => 'DefringePurpleHueLo', 494 => 'Defringe 'defringepurplehuelo' => { 493 => 'DefringePurpleHueLo', 495 => 'Defringe
PurpleHueLo' }, PurpleHueLo' },
'dehaze' => { 492 => 'Dehaze', 494 => 'Dehaze' }, 'dehaze' => { 493 => 'Dehaze', 495 => 'Dehaze' },
'deletedimagecount' => { 233 => 0xa6, 258 => 0x6e }, 'deletedimagecount' => { 233 => 0xa6, 259 => 0x6e },
'deprecatedon' => { 490 => 'deprecatedOn' }, 'deprecatedon' => { 491 => 'deprecatedOn' },
'depthfar' => { 119 => 0xc7eb }, 'depthfar' => { 119 => 0xc7eb },
'depthformat' => { 119 => 0xc7e9 }, 'depthformat' => { 119 => 0xc7e9 },
'depthimage' => { 477 => 'Data' }, 'depthimage' => { 478 => 'Data' },
'depthmeasuretype' => { 119 => 0xc7ed }, 'depthmeasuretype' => { 119 => 0xc7ed },
'depthnear' => { 119 => 0xc7ea }, 'depthnear' => { 119 => 0xc7ea },
'depthunits' => { 119 => 0xc7ec }, 'depthunits' => { 119 => 0xc7ec },
'derivedfrom' => { 520 => 'DerivedFrom' }, 'derivedfrom' => { 521 => 'DerivedFrom' },
'derivedfromalternatepaths' => { 520 => [\'DerivedFrom','DerivedFromAlter 'derivedfromalternatepaths' => { 521 => [\'DerivedFrom','DerivedFromAlter
natePaths'] }, natePaths'] },
'derivedfromdocumentid' => { 520 => [\'DerivedFrom','DerivedFromDocumentI 'derivedfromdocumentid' => { 521 => [\'DerivedFrom','DerivedFromDocumentI
D'] }, D'] },
'derivedfromfilepath' => { 520 => [\'DerivedFrom','DerivedFromFilePath'] 'derivedfromfilepath' => { 521 => [\'DerivedFrom','DerivedFromFilePath']
}, },
'derivedfromfrompart' => { 520 => [\'DerivedFrom','DerivedFromFromPart'] 'derivedfromfrompart' => { 521 => [\'DerivedFrom','DerivedFromFromPart']
}, },
'derivedfrominstanceid' => { 520 => [\'DerivedFrom','DerivedFromInstanceI 'derivedfrominstanceid' => { 521 => [\'DerivedFrom','DerivedFromInstanceI
D'] }, D'] },
'derivedfromlastmodifydate' => { 520 => [\'DerivedFrom','DerivedFromLastM 'derivedfromlastmodifydate' => { 521 => [\'DerivedFrom','DerivedFromLastM
odifyDate'] }, odifyDate'] },
'derivedfromlasturl' => { 520 => [\'DerivedFrom','DerivedFromLastURL'] }, 'derivedfromlasturl' => { 521 => [\'DerivedFrom','DerivedFromLastURL'] },
'derivedfromlinkcategory' => { 520 => [\'DerivedFrom','DerivedFromLinkCat 'derivedfromlinkcategory' => { 521 => [\'DerivedFrom','DerivedFromLinkCat
egory'] }, egory'] },
'derivedfromlinkform' => { 520 => [\'DerivedFrom','DerivedFromLinkForm'] 'derivedfromlinkform' => { 521 => [\'DerivedFrom','DerivedFromLinkForm']
}, },
'derivedfrommanager' => { 520 => [\'DerivedFrom','DerivedFromManager'] }, 'derivedfrommanager' => { 521 => [\'DerivedFrom','DerivedFromManager'] },
'derivedfrommanagervariant' => { 520 => [\'DerivedFrom','DerivedFromManag 'derivedfrommanagervariant' => { 521 => [\'DerivedFrom','DerivedFromManag
erVariant'] }, erVariant'] },
'derivedfrommanageto' => { 520 => [\'DerivedFrom','DerivedFromManageTo'] 'derivedfrommanageto' => { 521 => [\'DerivedFrom','DerivedFromManageTo']
}, },
'derivedfrommanageui' => { 520 => [\'DerivedFrom','DerivedFromManageUI'] 'derivedfrommanageui' => { 521 => [\'DerivedFrom','DerivedFromManageUI']
}, },
'derivedfrommaskmarkers' => { 520 => [\'DerivedFrom','DerivedFromMaskMark 'derivedfrommaskmarkers' => { 521 => [\'DerivedFrom','DerivedFromMaskMark
ers'] }, ers'] },
'derivedfromoriginaldocumentid' => { 520 => [\'DerivedFrom','DerivedFromO 'derivedfromoriginaldocumentid' => { 521 => [\'DerivedFrom','DerivedFromO
riginalDocumentID'] }, riginalDocumentID'] },
'derivedfrompartmapping' => { 520 => [\'DerivedFrom','DerivedFromPartMapp 'derivedfrompartmapping' => { 521 => [\'DerivedFrom','DerivedFromPartMapp
ing'] }, ing'] },
'derivedfromplacedresolutionunit' => { 520 => [\'DerivedFrom','DerivedFro 'derivedfromplacedresolutionunit' => { 521 => [\'DerivedFrom','DerivedFro
mPlacedResolutionUnit'] }, mPlacedResolutionUnit'] },
'derivedfromplacedxresolution' => { 520 => [\'DerivedFrom','DerivedFromPl 'derivedfromplacedxresolution' => { 521 => [\'DerivedFrom','DerivedFromPl
acedXResolution'] }, acedXResolution'] },
'derivedfromplacedyresolution' => { 520 => [\'DerivedFrom','DerivedFromPl 'derivedfromplacedyresolution' => { 521 => [\'DerivedFrom','DerivedFromPl
acedYResolution'] }, acedYResolution'] },
'derivedfromrenditionclass' => { 520 => [\'DerivedFrom','DerivedFromRendi 'derivedfromrenditionclass' => { 521 => [\'DerivedFrom','DerivedFromRendi
tionClass'] }, tionClass'] },
'derivedfromrenditionparams' => { 520 => [\'DerivedFrom','DerivedFromRend 'derivedfromrenditionparams' => { 521 => [\'DerivedFrom','DerivedFromRend
itionParams'] }, itionParams'] },
'derivedfromtopart' => { 520 => [\'DerivedFrom','DerivedFromToPart'] }, 'derivedfromtopart' => { 521 => [\'DerivedFrom','DerivedFromToPart'] },
'derivedfromversionid' => { 520 => [\'DerivedFrom','DerivedFromVersionID' 'derivedfromversionid' => { 521 => [\'DerivedFrom','DerivedFromVersionID'
] }, ] },
'description' => { 324 => 'Description', 386 => ['desc','dscp',"\xa9des"] 'description' => { 325 => 'Description', 387 => ['desc','dscp',"\xa9des"]
, 388 => 'description', 394 => 'dscp', 492 => 'Description', 494 => 'Description , 389 => 'description', 395 => 'dscp', 493 => 'Description', 495 => 'Description
', 495 => 'description', 517 => 'Description' }, ', 496 => 'description', 518 => 'Description' },
'destination' => { 132 => 0x5 }, 'destination' => { 132 => 0x5 },
'destinationcity' => { 369 => 0x24, 375 => 0x3 }, 'destinationcity' => { 370 => 0x24, 376 => 0x3 },
'destinationcitycode' => { 376 => 0x1001 }, 'destinationcitycode' => { 377 => 0x1001 },
'destinationdst' => { 369 => 0x26, 375 => '0.3' }, 'destinationdst' => { 370 => 0x26, 376 => '0.3' },
'developmentdynamicrange' => { 127 => 0x1403 }, 'developmentdynamicrange' => { 127 => 0x1403 },
'deviantmatrixcustom' => { 138 => 0x7de }, 'deviantmatrixcustom' => { 138 => 0x7de },
'deviantmatrixdaylight' => { 138 => 0x7da }, 'deviantmatrixdaylight' => { 138 => 0x7da },
'deviantmatrixflash' => { 138 => 0x7dd }, 'deviantmatrixflash' => { 138 => 0x7dd },
'deviantmatrixfluorescent' => { 138 => 0x7dc }, 'deviantmatrixfluorescent' => { 138 => 0x7dc },
'deviantmatrixtungsten' => { 138 => 0x7db }, 'deviantmatrixtungsten' => { 138 => 0x7db },
'deviantwhitecustom' => { 138 => 0x842 }, 'deviantwhitecustom' => { 138 => 0x842 },
'deviantwhitedaylight' => { 138 => 0x83e }, 'deviantwhitedaylight' => { 138 => 0x83e },
'deviantwhiteflash' => { 138 => 0x841 }, 'deviantwhiteflash' => { 138 => 0x841 },
'deviantwhitefluorescent' => { 138 => 0x840 }, 'deviantwhitefluorescent' => { 138 => 0x840 },
'deviantwhitetungsten' => { 138 => 0x83f }, 'deviantwhitetungsten' => { 138 => 0x83f },
'device' => { 509 => 'device' }, 'device' => { 510 => 'device' },
'devicesettingdescription' => { 498 => 'DeviceSettingDescription' }, 'devicesettingdescription' => { 499 => 'DeviceSettingDescription' },
'devicesettingdescriptioncolumns' => { 498 => [\'DeviceSettingDescription 'devicesettingdescriptioncolumns' => { 499 => [\'DeviceSettingDescription
','DeviceSettingDescriptionColumns'] }, ','DeviceSettingDescriptionColumns'] },
'devicesettingdescriptionrows' => { 498 => [\'DeviceSettingDescription',' 'devicesettingdescriptionrows' => { 499 => [\'DeviceSettingDescription','
DeviceSettingDescriptionRows'] }, DeviceSettingDescriptionRows'] },
'devicesettingdescriptionsettings' => { 498 => [\'DeviceSettingDescriptio 'devicesettingdescriptionsettings' => { 499 => [\'DeviceSettingDescriptio
n','DeviceSettingDescriptionSettings'] }, n','DeviceSettingDescriptionSettings'] },
'devicetype' => { 408 => 0x2 }, 'devicetype' => { 409 => 0x2 },
'dewarpdata' => { 116 => 'DewarpData' }, 'dewarpdata' => { 116 => 'DewarpData' },
'dewarpflag' => { 116 => 'DewarpFlag' }, 'dewarpflag' => { 116 => 'DewarpFlag' },
'dialdirectiontvav' => { 84 => 0x706 }, 'dialdirectiontvav' => { 84 => 0x706 },
'dietaryneeds' => { 511 => 'dietaryNeeds' }, 'dietaryneeds' => { 512 => 'dietaryNeeds' },
'diffractioncompensation' => { 222 => 0x20e, 237 => 0x142, 238 => 0x1a2, 239 => 0x1b6 }, 'diffractioncompensation' => { 222 => 0x20e, 237 => 0x142, 238 => 0x1a2, 239 => 0x1b6 },
'diffractioncorrection' => { 334 => 0xbc, 359 => 0x3 }, 'diffractioncorrection' => { 335 => 0xbc, 360 => 0x3 },
'diffractioncorrectionon' => { 103 => 0x2070b }, 'diffractioncorrectionon' => { 103 => 0x2070b },
'digitalcreationdate' => { 131 => 0x3e }, 'digitalcreationdate' => { 131 => 0x3e },
'digitalcreationtime' => { 131 => 0x3f }, 'digitalcreationtime' => { 131 => 0x3f },
'digitaldeehighlightadj' => { 253 => 0x202 }, 'digitaldeehighlightadj' => { 254 => 0x202 },
'digitaldeeshadowadj' => { 253 => 0x200 }, 'digitaldeeshadowadj' => { 254 => 0x200 },
'digitaldeethreshold' => { 253 => 0x201 }, 'digitaldeethreshold' => { 254 => 0x201 },
'digitalfilter' => { 411 => 0x59 }, 'digitalfilter' => { 412 => 0x59 },
'digitalfilter01' => { 356 => 0x5 }, 'digitalfilter01' => { 357 => 0x5 },
'digitalfilter02' => { 356 => 0x16 }, 'digitalfilter02' => { 357 => 0x16 },
'digitalfilter03' => { 356 => 0x27 }, 'digitalfilter03' => { 357 => 0x27 },
'digitalfilter04' => { 356 => 0x38 }, 'digitalfilter04' => { 357 => 0x38 },
'digitalfilter05' => { 356 => 0x49 }, 'digitalfilter05' => { 357 => 0x49 },
'digitalfilter06' => { 356 => 0x5a }, 'digitalfilter06' => { 357 => 0x5a },
'digitalfilter07' => { 356 => 0x6b }, 'digitalfilter07' => { 357 => 0x6b },
'digitalfilter08' => { 356 => 0x7c }, 'digitalfilter08' => { 357 => 0x7c },
'digitalfilter09' => { 356 => 0x8d }, 'digitalfilter09' => { 357 => 0x8d },
'digitalfilter10' => { 356 => 0x9e }, 'digitalfilter10' => { 357 => 0x9e },
'digitalfilter11' => { 356 => 0xaf }, 'digitalfilter11' => { 357 => 0xaf },
'digitalfilter12' => { 356 => 0xc0 }, 'digitalfilter12' => { 357 => 0xc0 },
'digitalfilter13' => { 356 => 0xd1 }, 'digitalfilter13' => { 357 => 0xd1 },
'digitalfilter14' => { 356 => 0xe2 }, 'digitalfilter14' => { 357 => 0xe2 },
'digitalfilter15' => { 356 => 0xf3 }, 'digitalfilter15' => { 357 => 0xf3 },
'digitalfilter16' => { 356 => 0x104 }, 'digitalfilter16' => { 357 => 0x104 },
'digitalfilter17' => { 356 => 0x115 }, 'digitalfilter17' => { 357 => 0x115 },
'digitalfilter18' => { 356 => 0x126 }, 'digitalfilter18' => { 357 => 0x126 },
'digitalfilter19' => { 356 => 0x137 }, 'digitalfilter19' => { 357 => 0x137 },
'digitalfilter20' => { 356 => 0x148 }, 'digitalfilter20' => { 357 => 0x148 },
'digitalgain' => { 74 => 0xb }, 'digitalgain' => { 74 => 0xb },
'digitalgem' => { 217 => 0x0 }, 'digitalgem' => { 217 => 0x0 },
'digitalice' => { 253 => 0x100 }, 'digitalice' => { 254 => 0x100 },
'digitalimageguid' => { 505 => 'DigImageGUID' }, 'digitalimageguid' => { 506 => 'DigImageGUID' },
'digitallensoptimizer' => { 62 => 0xa }, 'digitallensoptimizer' => { 62 => 0xa },
'digitallensoptimizersetting' => { 80 => 0x9 }, 'digitallensoptimizersetting' => { 80 => 0x9 },
'digitalroc' => { 250 => 0x0 }, 'digitalroc' => { 251 => 0x0 },
'digitalsourcefiletype' => { 505 => 'DigitalSourcefileType' }, 'digitalsourcefiletype' => { 506 => 'DigitalSourcefileType' },
'digitalsourcetype' => { 505 => 'DigitalSourceType' }, 'digitalsourcetype' => { 506 => 'DigitalSourceType' },
'digitalzoom' => { 34 => 0xc, 112 => 0xa, 127 => 0x1044, 140 => 0x68, 151 'digitalzoom' => { 34 => 0xc, 112 => 0xa, 127 => 0x1044, 140 => 0x68, 151
=> 0x22, 152 => 0x1e, 156 => 'DigitalZoom', 181 => 0xc, 233 => 0x86, 276 => 0xa => 0x22, 152 => 0x1e, 156 => 'DigitalZoom', 181 => 0xc, 233 => 0x86, 277 => 0xa
, 316 => 0x204, 369 => 0x1e, 376 => 0xa, 410 => 0x204, 456 => 0x12, 457 => 0x12 , 317 => 0x204, 370 => 0x1e, 377 => 0xa, 411 => 0x204, 457 => 0x12, 458 => 0x12
}, },
'digitalzoomon' => { 410 => 0x21b }, 'digitalzoomon' => { 411 => 0x21b },
'digitalzoomratio' => { 119 => 0xa404, 445 => 0x200, 447 => 0x21c, 498 => 'digitalzoomratio' => { 119 => 0xa404, 446 => 0x200, 448 => 0x21c, 499 =>
'DigitalZoomRatio' }, 'DigitalZoomRatio' },
'director' => { 179 => 'WM/Director', 386 => "\xa9dir", 388 => 'director' 'director' => { 179 => 'WM/Director', 387 => "\xa9dir", 389 => 'director'
, 394 => "\xa9dir", 519 => 'director' }, , 395 => "\xa9dir", 520 => 'director' },
'directorphotography' => { 519 => 'directorPhotography' }, 'directorphotography' => { 520 => 'directorPhotography' },
'directory' => { 120 => 'Directory' }, 'directory' => { 120 => 'Directory' },
'directoryindex' => { 7 => 0x137, 9 => 0x2dc, 11 => 0x17e, 13 => 0x238, 1 4 => 0x13f, 15 => 0x133, 16 => 0x1df, 17 => 0x1a7, 18 => 0x1f0, 19 => 0xcc, 20 = > 0x1c7, 21 => 0x298, 22 => 0x1e7, 23 => 0x1e5, 24 => [0x27c,0x280], 25 => 0x2b6 , 26 => 0x2bf, 28 => 0x1f7, 29 => 0x4ba }, 'directoryindex' => { 7 => 0x137, 9 => 0x2dc, 11 => 0x17e, 13 => 0x238, 1 4 => 0x13f, 15 => 0x133, 16 => 0x1df, 17 => 0x1a7, 18 => 0x1f0, 19 => 0xcc, 20 = > 0x1c7, 21 => 0x298, 22 => 0x1e7, 23 => 0x1e5, 24 => [0x27c,0x280], 25 => 0x2b6 , 26 => 0x2bf, 28 => 0x1f7, 29 => 0x4ba },
'directoryindex2' => { 21 => 0x29c }, 'directoryindex2' => { 21 => 0x29c },
'directorynumber' => { 210 => 0x3, 397 => 0x12 }, 'directorynumber' => { 210 => 0x3, 398 => 0x12 },
'disableautocreation' => { 475 => 'DisableAutoCreation' }, 'disableautocreation' => { 476 => 'DisableAutoCreation' },
'disclaimer' => { 324 => 'Disclaimer' }, 'disclaimer' => { 325 => 'Disclaimer' },
'discnumber' => { 519 => 'discNumber' }, 'discnumber' => { 520 => 'discNumber' },
'dishtype' => { 511 => 'dishType' }, 'dishtype' => { 512 => 'dishType' },
'disknumber' => { 386 => 'disk' }, 'disknumber' => { 387 => 'disk' },
'displayallafpoints' => { 84 => 0x514 }, 'displayallafpoints' => { 84 => 0x514 },
'displayaperture' => { 34 => 0x23 }, 'displayaperture' => { 34 => 0x23 },
'displayedunitsx' => { 384 => 0x2 }, 'displayedunitsx' => { 385 => 0x2 },
'displayedunitsy' => { 384 => 0x6 }, 'displayedunitsy' => { 385 => 0x6 },
'displayname' => { 388 => 'displayname', 508 => 'displayName' }, 'displayname' => { 389 => 'displayname', 509 => 'displayName' },
'distance1' => { 140 => 0x28 }, 'distance1' => { 140 => 0x28 },
'distance2' => { 140 => 0x2c }, 'distance2' => { 140 => 0x2c },
'distance3' => { 140 => 0x30 }, 'distance3' => { 140 => 0x30 },
'distance4' => { 140 => 0x34 }, 'distance4' => { 140 => 0x34 },
'distortion' => { 408 => 0xa050 }, 'distortion' => { 409 => 0xa050 },
'distortioncompensation' => { 469 => 0x8040 }, 'distortioncompensation' => { 470 => 0x8040 },
'distortioncontrol' => { 258 => 0x10 }, 'distortioncontrol' => { 259 => 0x10 },
'distortioncorrection' => { 79 => 0x3, 103 => 0x20705, 109 => 0x67, 119 = 'distortioncorrection' => { 79 => 0x3, 103 => 0x20705, 109 => 0x67, 119 =
> 0x7036, 311 => 0x50b, 338 => '7.1', 359 => 0x0, 464 => 0x601, 465 => 0x5b }, > 0x7036, 312 => 0x50b, 339 => '7.1', 360 => 0x0, 465 => 0x601, 466 => 0x5b },
'distortioncorrection2' => { 315 => 0x1011 }, 'distortioncorrection2' => { 316 => 0x1011 },
'distortioncorrectionalreadyapplied' => { 489 => 'DistortionCorrectionAlr 'distortioncorrectionalreadyapplied' => { 490 => 'DistortionCorrectionAlr
eadyApplied' }, eadyApplied' },
'distortioncorrectionon' => { 103 => '0x20705.0', 109 => 0x63 }, 'distortioncorrectionon' => { 103 => '0x20705.0', 109 => 0x63 },
'distortioncorrectionsetting' => { 80 => 0x7, 434 => 0x2013 }, 'distortioncorrectionsetting' => { 80 => 0x7, 435 => 0x2013 },
'distortioncorrectionvalue' => { 79 => 0x9 }, 'distortioncorrectionvalue' => { 79 => 0x9 },
'distortioncorrparams' => { 119 => 0x7037, 444 => 0x1a23, 447 => 0x1870, 'distortioncorrparams' => { 119 => 0x7037, 445 => 0x1a23, 448 => 0x1870,
449 => 0x189c, 450 => 0x18cc, 451 => 0x17d0, 464 => 0x6ca, 465 => 0x64 }, 450 => 0x189c, 451 => 0x18cc, 452 => 0x17d0, 465 => 0x6ca, 466 => 0x64 },
'distortioncorrparamsnumber' => { 447 => 0x1899, 449 => 0x18c5, 450 => 0x 'distortioncorrparamsnumber' => { 448 => 0x1899, 450 => 0x18c5, 451 => 0x
18f5, 451 => 0x17f9 }, 18f5, 452 => 0x17f9 },
'distortioncorrparamspresent' => { 447 => 0x1898, 449 => 0x18c4, 450 => 0 'distortioncorrparamspresent' => { 448 => 0x1898, 450 => 0x18c4, 451 => 0
x18f4, 451 => 0x17f8, 453 => 0x10b, 454 => 0x10b, 464 => 0x600, 465 => 0x5a }, x18f4, 452 => 0x17f8, 454 => 0x10b, 455 => 0x10b, 465 => 0x600, 466 => 0x5a },
'distortioneffect' => { 103 => 0x20709 }, 'distortioneffect' => { 103 => 0x20709 },
'distortionn' => { 338 => 0xc }, 'distortionn' => { 339 => 0xc },
'distortionparam02' => { 338 => 0x2 }, 'distortionparam02' => { 339 => 0x2 },
'distortionparam04' => { 338 => 0x4 }, 'distortionparam04' => { 339 => 0x4 },
'distortionparam08' => { 338 => 0x8 }, 'distortionparam08' => { 339 => 0x8 },
'distortionparam09' => { 338 => 0x9 }, 'distortionparam09' => { 339 => 0x9 },
'distortionparam11' => { 338 => 0xb }, 'distortionparam11' => { 339 => 0xb },
'distortionscale' => { 338 => 0x5 }, 'distortionscale' => { 339 => 0x5 },
'distributor' => { 509 => 'distributor' }, 'distributor' => { 510 => 'distributor' },
'distributorproductid' => { 508 => 'distributorProductID' }, 'distributorproductid' => { 509 => 'distributorProductID' },
'dloon' => { 103 => '0x20706.0', 109 => 0xdc }, 'dloon' => { 103 => '0x20706.0', 109 => 0xdc },
'dlosetting' => { 103 => 0x20706, 109 => 0xdd }, 'dlosetting' => { 103 => 0x20706, 109 => 0xdd },
'dlosettingapplied' => { 102 => 0x4 }, 'dlosettingapplied' => { 102 => 0x4 },
'dloshootingdistance' => { 109 => 0xde }, 'dloshootingdistance' => { 109 => 0xde },
'dloversion' => { 102 => 0x5 }, 'dloversion' => { 102 => 0x5 },
'dmcomment' => { 519 => 'comment' }, 'dmcomment' => { 520 => 'comment' },
'dmdithermatrix' => { 138 => 0xc7a }, 'dmdithermatrix' => { 138 => 0xc7a },
'dmdithermatrixheight' => { 138 => 0xc7c }, 'dmdithermatrixheight' => { 138 => 0xc7c },
'dmdithermatrixwidth' => { 138 => 0xc7b }, 'dmdithermatrixwidth' => { 138 => 0xc7b },
'dngadobedata' => { 119 => 0xc634 }, 'dngadobedata' => { 119 => 0xc634 },
'dngbackwardversion' => { 119 => 0xc613 }, 'dngbackwardversion' => { 119 => 0xc613 },
'dngignoresidecars' => { 492 => 'DNGIgnoreSidecars', 494 => 'DNGIgnoreSid ecars' }, 'dngignoresidecars' => { 493 => 'DNGIgnoreSidecars', 495 => 'DNGIgnoreSid ecars' },
'dnglensinfo' => { 119 => 0xc630 }, 'dnglensinfo' => { 119 => 0xc630 },
'dngprivatedata' => { 119 => 0xc634 }, 'dngprivatedata' => { 119 => 0xc634 },
'dngversion' => { 119 => 0xc612 }, 'dngversion' => { 119 => 0xc612 },
'document' => { 324 => 'Document' }, 'document' => { 325 => 'Document' },
'documentancestors' => { 507 => 'DocumentAncestors' }, 'documentancestors' => { 508 => 'DocumentAncestors' },
'documenthistory' => { 131 => 0xe7 }, 'documenthistory' => { 131 => 0xe7 },
'documentid' => { 520 => 'DocumentID' }, 'documentid' => { 521 => 'DocumentID' },
'documentname' => { 119 => 0x10d }, 'documentname' => { 119 => 0x10d },
'documentnotes' => { 131 => 0xe6 }, 'documentnotes' => { 131 => 0xe6 },
'doi' => { 509 => 'doi' }, 'doi' => { 510 => 'doi' },
'dopesheet' => { 505 => 'Dopesheet' }, 'dopesheet' => { 506 => 'Dopesheet' },
'dopesheetlink' => { 505 => 'DopesheetLink' }, 'dopesheetlink' => { 506 => 'DopesheetLink' },
'dopesheetlinklink' => { 505 => [\'DopesheetLink','DopesheetLinkLink'] }, 'dopesheetlinklink' => { 506 => [\'DopesheetLink','DopesheetLinkLink'] },
'dopesheetlinklinkqualifier' => { 505 => [\'DopesheetLink','DopesheetLink 'dopesheetlinklinkqualifier' => { 506 => [\'DopesheetLink','DopesheetLink
LinkQualifier'] }, LinkQualifier'] },
'doublingmicrovolts' => { 138 => 0xc82 }, 'doublingmicrovolts' => { 138 => 0xc82 },
'dpp' => { 487 => 'dpp' }, 'dpp' => { 488 => 'dpp' },
'dr4cameramodel' => { 104 => 0x3 }, 'dr4cameramodel' => { 104 => 0x3 },
'drangepriority' => { 127 => 0x1443 }, 'drangepriority' => { 127 => 0x1443 },
'drangepriorityauto' => { 127 => 0x1444 }, 'drangepriorityauto' => { 127 => 0x1444 },
'drangepriorityfixed' => { 127 => 0x1445 }, 'drangepriorityfixed' => { 127 => 0x1445 },
'drivemode' => { 113 => 0x3103, 125 => '0.1', 181 => 0x6, 184 => 0x1e, 18 'drivemode' => { 113 => 0x3103, 125 => '0.1', 181 => 0x6, 184 => 0x1e, 18
7 => 0xe, 191 => 0x64d0, 311 => 0x600, 369 => 0x34, 401 => 0x1002, 411 => 0x3, 4 7 => 0xe, 191 => 0x64d0, 312 => 0x600, 370 => 0x34, 402 => 0x1002, 412 => 0x3, 4
21 => 0x4, 422 => 0x7e, 423 => 0x34 }, 22 => 0x4, 423 => 0x7e, 424 => 0x34 },
'drivemode2' => { 184 => 0xa, 350 => 0x7, 432 => 0xe, 439 => 0x1 }, 'drivemode2' => { 184 => 0xa, 351 => 0x7, 433 => 0xe, 440 => 0x1 },
'drivemodesetting' => { 423 => 0x4 }, 'drivemodesetting' => { 424 => 0x4 },
'drivespeed' => { 125 => '0.2' }, 'drivespeed' => { 125 => '0.2' },
'dspfirmwareversion' => { 369 => 0x27 }, 'dspfirmwareversion' => { 370 => 0x27 },
'duration' => { 67 => 0x6a, 155 => 'Duration', 169 => 'Duration', 511 => 'duration' => { 67 => 0x6a, 155 => 'Duration', 169 => 'Duration', 512 =>
'duration', 519 => 'duration' }, 'duration', 520 => 'duration' },
'durationscale' => { 519 => [\'duration','durationScale'] }, 'durationscale' => { 520 => [\'duration','durationScale'] },
'durationvalue' => { 519 => [\'duration','durationValue'] }, 'durationvalue' => { 520 => [\'duration','durationValue'] },
'dustremovaldata' => { 64 => 0x97 }, 'dustremovaldata' => { 64 => 0x97 },
'dxcropalert' => { 238 => 0x23c, 239 => 0x250 }, 'dxcropalert' => { 238 => 0x23c, 239 => 0x250 },
'dynamicafarea' => { 293 => '1.4', 302 => '1.4' }, 'dynamicafarea' => { 294 => '1.4', 303 => '1.4' },
'dynamicareaafassist' => { 309 => 0x18 }, 'dynamicafareasize' => { 238 => 0x240, 239 => 0x254 },
'dynamicareaafdisplay' => { 294 => '46.1', 296 => '47.1', 297 => '47.1', 'dynamicareaafassist' => { 310 => 0x18 },
306 => '47.1', 307 => '47.1' }, 'dynamicareaafdisplay' => { 295 => '46.1', 297 => '47.1', 298 => '47.1',
307 => '47.1', 308 => '47.1' },
'dynamicrange' => { 127 => 0x1400 }, 'dynamicrange' => { 127 => 0x1400 },
'dynamicrangeboost' => { 334 => 0xee }, 'dynamicrangeboost' => { 335 => 0xee },
'dynamicrangeexpansion' => { 369 => 0x69, 401 => 0x100e }, 'dynamicrangeexpansion' => { 370 => 0x69, 402 => 0x100e },
'dynamicrangemax' => { 108 => 0x7c }, 'dynamicrangemax' => { 108 => 0x7c },
'dynamicrangemin' => { 108 => 0x7a }, 'dynamicrangemin' => { 108 => 0x7a },
'dynamicrangeoptimizer' => { 184 => 0x15, 434 => [0xb025,0xb04f], 443 => 'dynamicrangeoptimizer' => { 184 => 0x15, 435 => [0xb025,0xb04f], 444 =>
0x1144, 444 => [0x1144,0x324], 445 => [0x1120,0x300], 446 => [0x119c,0x37c], 447 0x1144, 445 => [0x1144,0x324], 446 => [0x1120,0x300], 447 => [0x119c,0x37c], 448
=> [0x1178,0x328], 448 => [0x1030,0x50], 449 => [0x228,0x50], 450 => [0x228,0x5 => [0x1178,0x328], 449 => [0x1030,0x50], 450 => [0x228,0x50], 451 => [0x228,0x5
0], 451 => [0x21b,0x4e] }, 0], 452 => [0x21b,0x4e] },
'dynamicrangeoptimizerbracket' => { 432 => 0x2e }, 'dynamicrangeoptimizerbracket' => { 433 => 0x2e },
'dynamicrangeoptimizerlevel' => { 421 => 0x19, 422 => 0x17, 423 => 0xd, 4 'dynamicrangeoptimizerlevel' => { 422 => 0x19, 423 => 0x17, 424 => 0xd, 4
32 => 0x79, 439 => 0x5 }, 33 => 0x79, 440 => 0x5 },
'dynamicrangeoptimizermode' => { 187 => 0x15, 421 => 0x18, 422 => 0x16, 4 'dynamicrangeoptimizermode' => { 187 => 0x15, 422 => 0x18, 423 => 0x16, 4
32 => [0x77,0x15] }, 33 => [0x77,0x15] },
'dynamicrangeoptimizersetting' => { 184 => 0x27, 423 => 0xc, 439 => 0x4 } 'dynamicrangeoptimizersetting' => { 184 => 0x27, 424 => 0xc, 440 => 0x4 }
, ,
'dynamicrangesetting' => { 127 => 0x1402 }, 'dynamicrangesetting' => { 127 => 0x1402 },
'e-dialinprogram' => { 350 => '1.3' }, 'e-dialinprogram' => { 351 => '1.3' },
'earliestageorloweststage' => { 118 => [\'GeologicalContext','GeologicalC ontextEarliestAgeOrLowestStage'] }, 'earliestageorloweststage' => { 118 => [\'GeologicalContext','GeologicalC ontextEarliestAgeOrLowestStage'] },
'earliesteonorlowesteonothem' => { 118 => [\'GeologicalContext','Geologic alContextEarliestEonOrLowestEonothem'] }, 'earliesteonorlowesteonothem' => { 118 => [\'GeologicalContext','Geologic alContextEarliestEonOrLowestEonothem'] },
'earliestepochorlowestseries' => { 118 => [\'GeologicalContext','Geologic alContextEarliestEpochOrLowestSeries'] }, 'earliestepochorlowestseries' => { 118 => [\'GeologicalContext','Geologic alContextEarliestEpochOrLowestSeries'] },
'earliesteraorlowesterathem' => { 118 => [\'GeologicalContext','Geologica lContextEarliestEraOrLowestErathem'] }, 'earliesteraorlowesterathem' => { 118 => [\'GeologicalContext','Geologica lContextEarliestEraOrLowestErathem'] },
'earliestperiodorlowestsystem' => { 118 => [\'GeologicalContext','Geologi calContextEarliestPeriodOrLowestSystem'] }, 'earliestperiodorlowestsystem' => { 118 => [\'GeologicalContext','Geologi calContextEarliestPeriodOrLowestSystem'] },
'earthpos' => { 472 => 'EarthPos' }, 'earthpos' => { 473 => 'EarthPos' },
'earthposaltitude' => { 472 => [\'EarthPos','EarthPosAltitude'] }, 'earthposaltitude' => { 473 => [\'EarthPos','EarthPosAltitude'] },
'earthposlatitude' => { 472 => [\'EarthPos','EarthPosLatitude'] }, 'earthposlatitude' => { 473 => [\'EarthPos','EarthPosLatitude'] },
'earthposlongitude' => { 472 => [\'EarthPos','EarthPosLongitude'] }, 'earthposlongitude' => { 473 => [\'EarthPos','EarthPosLongitude'] },
'earthposrotationw' => { 472 => [\'EarthPos','EarthPosRotationW'] }, 'earthposrotationw' => { 473 => [\'EarthPos','EarthPosRotationW'] },
'earthposrotationx' => { 472 => [\'EarthPos','EarthPosRotationX'] }, 'earthposrotationx' => { 473 => [\'EarthPos','EarthPosRotationX'] },
'earthposrotationy' => { 472 => [\'EarthPos','EarthPosRotationY'] }, 'earthposrotationy' => { 473 => [\'EarthPos','EarthPosRotationY'] },
'earthposrotationz' => { 472 => [\'EarthPos','EarthPosRotationZ'] }, 'earthposrotationz' => { 473 => [\'EarthPos','EarthPosRotationZ'] },
'earthpostimestamp' => { 472 => [\'EarthPos','EarthPosTimestamp'] }, 'earthpostimestamp' => { 473 => [\'EarthPos','EarthPosTimestamp'] },
'easyexposurecomp' => { 308 => '6.1' }, 'easyexposurecomp' => { 309 => '6.1' },
'easyexposurecompensation' => { 293 => '6.4', 294 => '6.5', 296 => '6.3', 'easyexposurecompensation' => { 294 => '6.4', 295 => '6.5', 297 => '6.3',
297 => '6.3', 301 => '5.1', 302 => '4.4', 303 => '5.2', 306 => '6.3', 307 => '6 298 => '6.3', 302 => '5.1', 303 => '4.4', 304 => '5.2', 307 => '6.3', 308 => '6
.3', 309 => 0x1d }, .3', 310 => 0x1d },
'easymode' => { 34 => 0xb }, 'easymode' => { 34 => 0xb },
'edgemapslope' => { 138 => 0x930 }, 'edgemapslope' => { 138 => 0x930 },
'edgemapx1' => { 138 => 0x931 }, 'edgemapx1' => { 138 => 0x931 },
'edgemapx2' => { 138 => 0x932 }, 'edgemapx2' => { 138 => 0x932 },
'edgemapx3' => { 138 => 0x934 }, 'edgemapx3' => { 138 => 0x934 },
'edgemapx4' => { 138 => 0x935 }, 'edgemapx4' => { 138 => 0x935 },
'edgenoisereduction' => { 287 => 0x4, 469 => 0x8028 }, 'edgenoisereduction' => { 288 => 0x4, 470 => 0x8028 },
'edit1' => { 394 => "\xa9ed1" }, 'edit1' => { 395 => "\xa9ed1" },
'edit2' => { 394 => "\xa9ed2" }, 'edit2' => { 395 => "\xa9ed2" },
'edit3' => { 394 => "\xa9ed3" }, 'edit3' => { 395 => "\xa9ed3" },
'edit4' => { 394 => "\xa9ed4" }, 'edit4' => { 395 => "\xa9ed4" },
'edit5' => { 394 => "\xa9ed5" }, 'edit5' => { 395 => "\xa9ed5" },
'edit6' => { 394 => "\xa9ed6" }, 'edit6' => { 395 => "\xa9ed6" },
'edit7' => { 394 => "\xa9ed7" }, 'edit7' => { 395 => "\xa9ed7" },
'edit8' => { 394 => "\xa9ed8" }, 'edit8' => { 395 => "\xa9ed8" },
'edit9' => { 394 => "\xa9ed9" }, 'edit9' => { 395 => "\xa9ed9" },
'edition' => { 509 => 'edition' }, 'edition' => { 510 => 'edition' },
'editorialupdate' => { 131 => 0x8 }, 'editorialupdate' => { 131 => 0x8 },
'editstatus' => { 131 => 0x7, 381 => 'EditStatus', 487 => 'EditStatus' }, 'editstatus' => { 131 => 0x7, 382 => 'EditStatus', 488 => 'EditStatus' },
'editversionname' => { 286 => 0x3d136244 }, 'editversionname' => { 287 => 0x3d136244 },
'effectivelv' => { 369 => 0x2d }, 'effectivelv' => { 370 => 0x2d },
'effectivemaxaperture' => { 226 => 0x12, 227 => 0x13, 231 => 0x14 }, 'effectivemaxaperture' => { 226 => 0x12, 227 => 0x13, 231 => 0x14 },
'eissn' => { 509 => 'eIssn' }, 'eissn' => { 510 => 'eIssn' },
'electricalblackcolumns' => { 138 => 0x1810 }, 'electricalblackcolumns' => { 138 => 0x1810 },
'electronicfront-curtainshutter' => { 296 => '5.2', 297 => '5.2', 306 => 'electronicfront-curtainshutter' => { 297 => '5.2', 298 => '5.2', 307 =>
'5.3', 307 => '5.2' }, '5.3', 308 => '5.2' },
'electronicfrontcurtainshutter' => { 434 => 0x201a }, 'electronicfrontcurtainshutter' => { 435 => 0x201a },
'elevation' => { 165 => 'Elevation' }, 'elevation' => { 165 => 'Elevation' },
'email' => { 157 => 'EMail' }, 'email' => { 157 => 'EMail' },
'embargodate' => { 512 => 'embargoDate' }, 'embargodate' => { 513 => 'embargoDate' },
'embdencrightsexpr' => { 505 => 'EmbdEncRightsExpr' }, 'embdencrightsexpr' => { 506 => 'EmbdEncRightsExpr' },
'embeddedencodedrightsexpr' => { 505 => [\'EmbdEncRightsExpr','EmbdEncRig 'embeddedencodedrightsexpr' => { 506 => [\'EmbdEncRightsExpr','EmbdEncRig
htsExprEncRightsExpr'] }, htsExprEncRightsExpr'] },
'embeddedencodedrightsexprlangid' => { 505 => [\'EmbdEncRightsExpr','Embd 'embeddedencodedrightsexprlangid' => { 506 => [\'EmbdEncRightsExpr','Embd
EncRightsExprRightsExprLangId'] }, EncRightsExprRightsExprLangId'] },
'embeddedencodedrightsexprtype' => { 505 => [\'EmbdEncRightsExpr','EmbdEn 'embeddedencodedrightsexprtype' => { 506 => [\'EmbdEncRightsExpr','EmbdEn
cRightsExprRightsExprEncType'] }, cRightsExprRightsExprEncType'] },
'embeddedxmpdigest' => { 507 => 'EmbeddedXMPDigest' }, 'embeddedxmpdigest' => { 508 => 'EmbeddedXMPDigest' },
'emissivity' => { 121 => 0x3 }, 'emissivity' => { 121 => 0x3 },
'emptyslotrelease' => { 238 => 0x625, 239 => 0x655 }, 'emptyslotrelease' => { 238 => 0x625, 239 => 0x655 },
'enablechromanoisereduction' => { 138 => 0xe6e }, 'enablechromanoisereduction' => { 138 => 0xe6e },
'enablesharpening' => { 138 => 0x92e }, 'enablesharpening' => { 138 => 0x92e },
'encodedby' => { 179 => 'WM/EncodedBy', 386 => "\xa9enc" }, 'encodedby' => { 179 => 'WM/EncodedBy', 387 => "\xa9enc" },
'encodedwith' => { 388 => 'Encoded_With' }, 'encodedwith' => { 389 => 'Encoded_With' },
'encoder' => { 386 => "\xa9too", 394 => "\xa9too" }, 'encoder' => { 387 => "\xa9too", 395 => "\xa9too" },
'encoderid' => { 394 => "\xa9enc" }, 'encoderid' => { 395 => "\xa9enc" },
'encodingtime' => { 179 => 'WM/EncodingTime' }, 'encodingtime' => { 179 => 'WM/EncodingTime' },
'encryptionkey' => { 408 => 0xa020 }, 'encryptionkey' => { 409 => 0xa020 },
'endingpage' => { 509 => 'endingPage' }, 'endingpage' => { 510 => 'endingPage' },
'enduser' => { 321 => 'EndUser' }, 'enduser' => { 322 => 'EndUser' },
'enduserid' => { 321 => [\'EndUser','EndUserEndUserID'] }, 'enduserid' => { 322 => [\'EndUser','EndUserEndUserID'] },
'endusername' => { 321 => [\'EndUser','EndUserEndUserName'] }, 'endusername' => { 322 => [\'EndUser','EndUserEndUserName'] },
'energysavingmode' => { 238 => 0x648, 239 => 0x678 }, 'energysavingmode' => { 238 => 0x648, 239 => 0x678 },
'engineer' => { 519 => 'engineer' }, 'engineer' => { 520 => 'engineer' },
'enhancedarktones' => { 279 => 0x8 }, 'enhancedarktones' => { 280 => 0x8 },
'enhancedetailsalreadyapplied' => { 489 => 'EnhanceDetailsAlreadyApplied' 'enhancedetailsalreadyapplied' => { 490 => 'EnhanceDetailsAlreadyApplied'
}, },
'enhancedetailsversion' => { 489 => 'EnhanceDetailsVersion' }, 'enhancedetailsversion' => { 490 => 'EnhanceDetailsVersion' },
'enhancement' => { 112 => 0x16, 113 => 0x3016 }, 'enhancement' => { 112 => 0x16, 113 => 0x3016 },
'enhanceparams' => { 119 => 0xc7ee }, 'enhanceparams' => { 119 => 0xc7ee },
'enhancer' => { 315 => 0x300 }, 'enhancer' => { 316 => 0x300 },
'enhancervalues' => { 315 => 0x301 }, 'enhancervalues' => { 316 => 0x301 },
'enhancesuperresolutionalreadyapplied' => { 489 => 'EnhanceSuperResolutio 'enhancesuperresolutionalreadyapplied' => { 490 => 'EnhanceSuperResolutio
nAlreadyApplied' }, nAlreadyApplied' },
'enhancesuperresolutionscale' => { 489 => 'EnhanceSuperResolutionScale' } 'enhancesuperresolutionscale' => { 490 => 'EnhanceSuperResolutionScale' }
, ,
'enhancesuperresolutionversion' => { 489 => 'EnhanceSuperResolutionVersio 'enhancesuperresolutionversion' => { 490 => 'EnhanceSuperResolutionVersio
n' }, n' },
'envelopenumber' => { 132 => 0x28 }, 'envelopenumber' => { 132 => 0x28 },
'envelopepriority' => { 132 => 0x3c }, 'envelopepriority' => { 132 => 0x3c },
'enveloperecordversion' => { 132 => 0x0 }, 'enveloperecordversion' => { 132 => 0x0 },
'episode' => { 505 => 'Episode' }, 'episode' => { 506 => 'Episode' },
'episodeglobaluniqueid' => { 386 => 'egid' }, 'episodeglobaluniqueid' => { 387 => 'egid' },
'episodeidentifier' => { 505 => [\'Episode','EpisodeIdentifier'] }, 'episodeidentifier' => { 506 => [\'Episode','EpisodeIdentifier'] },
'episodename' => { 505 => [\'Episode','EpisodeName'] }, 'episodename' => { 506 => [\'Episode','EpisodeName'] },
'episodenumber' => { 505 => [\'Episode','EpisodeNumber'] }, 'episodenumber' => { 506 => [\'Episode','EpisodeNumber'] },
'epsonimageheight' => { 316 => 0x20c }, 'epsonimageheight' => { 317 => 0x20c },
'epsonimagewidth' => { 316 => 0x20b }, 'epsonimagewidth' => { 317 => 0x20b },
'epsonsoftware' => { 316 => 0x20d }, 'epsonsoftware' => { 317 => 0x20d },
'equipmentinstitution' => { 471 => 'EquipmentInstitution' }, 'equipmentinstitution' => { 472 => 'EquipmentInstitution' },
'equipmentmanufacturer' => { 471 => 'EquipmentManufacturer' }, 'equipmentmanufacturer' => { 472 => 'EquipmentManufacturer' },
'equipmentversion' => { 312 => 0x0 }, 'equipmentversion' => { 313 => 0x0 },
'ettlii' => { 84 => 0x304, 85 => 0xd, 86 => 0xe, 87 => 0x7, 88 => 0x7, 89 => 0xe }, 'ettlii' => { 84 => 0x304, 85 => 0xd, 86 => 0xe, 87 => 0x7, 88 => 0x7, 89 => 0xe },
'event' => { 473 => 'Event', 485 => 'Event', 505 => 'Event', 509 => 'even 'event' => { 474 => 'Event', 486 => 'Event', 506 => 'Event', 510 => 'even
t' }, t' },
'eventalias' => { 508 => 'eventAlias' }, 'eventalias' => { 509 => 'eventAlias' },
'eventdate' => { 118 => [\'Event','EventEventDate'] }, 'eventdate' => { 118 => [\'Event','EventEventDate'] },
'eventday' => { 118 => [\'Event','EventDay'] }, 'eventday' => { 118 => [\'Event','EventDay'] },
'eventearliestdate' => { 118 => [\'Event','EventEarliestDate'] }, 'eventearliestdate' => { 118 => [\'Event','EventEarliestDate'] },
'eventend' => { 508 => 'eventEnd' }, 'eventend' => { 509 => 'eventEnd' },
'eventenddayofyear' => { 118 => [\'Event','EventEndDayOfYear'] }, 'eventenddayofyear' => { 118 => [\'Event','EventEndDayOfYear'] },
'eventfieldnotes' => { 118 => [\'Event','EventFieldNotes'] }, 'eventfieldnotes' => { 118 => [\'Event','EventFieldNotes'] },
'eventfieldnumber' => { 118 => [\'Event','EventFieldNumber'] }, 'eventfieldnumber' => { 118 => [\'Event','EventFieldNumber'] },
'eventhabitat' => { 118 => [\'Event','EventHabitat'] }, 'eventhabitat' => { 118 => [\'Event','EventHabitat'] },
'eventid' => { 118 => [\'Event','EventEventID'], 505 => 'EventId' }, 'eventid' => { 118 => [\'Event','EventEventID'], 506 => 'EventId' },
'eventlatestdate' => { 118 => [\'Event','EventLatestDate'] }, 'eventlatestdate' => { 118 => [\'Event','EventLatestDate'] },
'eventmonth' => { 118 => [\'Event','EventMonth'] }, 'eventmonth' => { 118 => [\'Event','EventMonth'] },
'eventnumber' => { 395 => 0x9, 396 => 0x37, 397 => 0x3a }, 'eventnumber' => { 396 => 0x9, 397 => 0x37, 398 => 0x3a },
'eventparenteventid' => { 118 => [\'Event','EventParentEventID'] }, 'eventparenteventid' => { 118 => [\'Event','EventParentEventID'] },
'eventremarks' => { 118 => [\'Event','EventEventRemarks'] }, 'eventremarks' => { 118 => [\'Event','EventEventRemarks'] },
'eventsamplesizeunit' => { 118 => [\'Event','EventSampleSizeUnit'] }, 'eventsamplesizeunit' => { 118 => [\'Event','EventSampleSizeUnit'] },
'eventsamplesizevalue' => { 118 => [\'Event','EventSampleSizeValue'] }, 'eventsamplesizevalue' => { 118 => [\'Event','EventSampleSizeValue'] },
'eventsamplingeffort' => { 118 => [\'Event','EventSamplingEffort'] }, 'eventsamplingeffort' => { 118 => [\'Event','EventSamplingEffort'] },
'eventsamplingprotocol' => { 118 => [\'Event','EventSamplingProtocol'] }, 'eventsamplingprotocol' => { 118 => [\'Event','EventSamplingProtocol'] },
'eventstart' => { 508 => 'eventStart' }, 'eventstart' => { 509 => 'eventStart' },
'eventstartdayofyear' => { 118 => [\'Event','EventStartDayOfYear'] }, 'eventstartdayofyear' => { 118 => [\'Event','EventStartDayOfYear'] },
'eventsubtype' => { 508 => 'eventSubtype' }, 'eventsubtype' => { 509 => 'eventSubtype' },
'eventtime' => { 118 => [\'Event','EventEventTime'] }, 'eventtime' => { 118 => [\'Event','EventEventTime'] },
'eventtype' => { 508 => 'eventType' }, 'eventtype' => { 509 => 'eventType' },
'eventverbatimeventdate' => { 118 => [\'Event','EventVerbatimEventDate'] }, 'eventverbatimeventdate' => { 118 => [\'Event','EventVerbatimEventDate'] },
'eventyear' => { 118 => [\'Event','EventYear'] }, 'eventyear' => { 118 => [\'Event','EventYear'] },
'evfgrid' => { 309 => 0x165 }, 'evfgrid' => { 310 => 0x165 },
'evfimageframe' => { 309 => 0x164 }, 'evfimageframe' => { 310 => 0x164 },
'evfreleaseindicator' => { 309 => 0x24f }, 'evfreleaseindicator' => { 310 => 0x24f },
'evfwarmdisplaybrightness' => { 309 => 0x24d }, 'evfwarmdisplaybrightness' => { 310 => 0x24d },
'evfwarmdisplaymode' => { 309 => 0x24b }, 'evfwarmdisplaymode' => { 310 => 0x24b },
'evsteps' => { 350 => '1.2', 352 => 0x0 }, 'evsteps' => { 351 => '1.2', 353 => 0x0 },
'evstepsize' => { 298 => '5.1', 299 => '6.1', 300 => '6.1', 304 => '0.7' 'evstepsize' => { 299 => '5.1', 300 => '6.1', 301 => '6.1', 305 => '0.7'
}, },
'exclusivecoverage' => { 482 => 'ExclusiveCoverage' }, 'exclusivecoverage' => { 483 => 'ExclusiveCoverage' },
'exclusivityenddate' => { 512 => 'exclusivityEndDate' }, 'exclusivityenddate' => { 513 => 'exclusivityEndDate' },
'excursiontolerance' => { 133 => 0x82 }, 'excursiontolerance' => { 133 => 0x82 },
'executiveproducer' => { 386 => "\xa9xpd" }, 'executiveproducer' => { 387 => "\xa9xpd" },
'exif' => { 120 => 'EXIF' }, 'exif' => { 120 => 'EXIF' },
'exifbyteorder' => { 120 => 'ExifByteOrder' }, 'exifbyteorder' => { 120 => 'ExifByteOrder' },
'exifcamerainfo' => { 131 => 0xe8 }, 'exifcamerainfo' => { 131 => 0xe8 },
'exifimageheight' => { 119 => 0xa003, 498 => 'PixelYDimension' }, 'exifimageheight' => { 119 => 0xa003, 499 => 'PixelYDimension' },
'exifimagewidth' => { 119 => 0xa002, 498 => 'PixelXDimension' }, 'exifimagewidth' => { 119 => 0xa002, 499 => 'PixelXDimension' },
'exifunicodebyteorder' => { 120 => 'ExifUnicodeByteOrder' }, 'exifunicodebyteorder' => { 120 => 'ExifUnicodeByteOrder' },
'exifversion' => { 119 => 0x9000, 498 => 'ExifVersion' }, 'exifversion' => { 119 => 0x9000, 499 => 'ExifVersion' },
'exitpupilposition' => { 226 => 0x4, 227 => 0x4, 231 => 0x4 }, 'exitpupilposition' => { 226 => 0x4, 227 => 0x4, 231 => 0x4 },
'expirationdate' => { 131 => 0x25, 512 => 'expirationDate' }, 'expirationdate' => { 131 => 0x25, 513 => 'expirationDate' },
'expirationtime' => { 131 => 0x26 }, 'expirationtime' => { 131 => 0x26 },
'exposure' => { 119 => 0xfe51, 492 => 'Exposure', 494 => 'Exposure' }, 'exposure' => { 119 => 0xfe51, 493 => 'Exposure', 495 => 'Exposure' },
'exposure2012' => { 492 => 'Exposure2012', 494 => 'Exposure2012' }, 'exposure2012' => { 493 => 'Exposure2012', 495 => 'Exposure2012' },
'exposureadj' => { 284 => 0x0 }, 'exposureadj' => { 285 => 0x0 },
'exposureadj2' => { 284 => 0x12 }, 'exposureadj2' => { 285 => 0x12 },
'exposureadjust' => { 411 => 0xc }, 'exposureadjust' => { 412 => 0xc },
'exposurebracketingindicatorlast' => { 184 => 0x52 }, 'exposurebracketingindicatorlast' => { 184 => 0x52 },
'exposurebracketshotnumber' => { 187 => 0x2d, 432 => 0x2f }, 'exposurebracketshotnumber' => { 187 => 0x2d, 433 => 0x2f },
'exposurebracketstepsize' => { 350 => 0x8 }, 'exposurebracketstepsize' => { 351 => 0x8 },
'exposurebracketvalue' => { 233 => 0x19 }, 'exposurebracketvalue' => { 233 => 0x19 },
'exposurecompautocancel' => { 84 => 0x113 }, 'exposurecompautocancel' => { 84 => 0x113 },
'exposurecompensation' => { 77 => 0x6, 93 => 0x0, 119 => 0x9204, 140 => 0 'exposurecompensation' => { 77 => 0x6, 93 => 0x0, 119 => 0x9204, 140 => 0
x24, 156 => 'ExposureComp', 176 => 'ExposureCompensation', 181 => 0xd, 182 => 0x x24, 156 => 'ExposureComp', 176 => 'ExposureCompensation', 181 => 0xd, 182 => 0x
53, 183 => 0x1e, 187 => 0x49c0, 316 => 0x1006, 369 => 0x16, 378 => 0x402, 408 => 53, 183 => 0x1e, 187 => 0x49c0, 317 => 0x1006, 370 => 0x16, 379 => 0x402, 409 =>
0xa013, 411 => [0xc,0x35,0x4d], 443 => 0x114c, 444 => 0x114c, 445 => 0x1128, 44 0xa013, 412 => [0xc,0x35,0x4d], 444 => 0x114c, 445 => 0x114c, 446 => 0x1128, 44
7 => 0x1180, 448 => 0x1038, 449 => 0x230, 450 => 0x230, 451 => 0x223, 498 => 'Ex 8 => 0x1180, 449 => 0x1038, 450 => 0x230, 451 => 0x230, 452 => 0x223, 499 => 'Ex
posureBiasValue' }, posureBiasValue' },
'exposurecompensation2' => { 439 => [0x24,0x26,0x2a] }, 'exposurecompensation2' => { 440 => [0x24,0x26,0x2a] },
'exposurecompensationmode' => { 184 => 0x47, 187 => 0x2a }, 'exposurecompensationmode' => { 184 => 0x47, 187 => 0x2a },
'exposurecompensationset' => { 421 => 0x3, 422 => 0x3, 423 => 0x3, 439 => 0x1e }, 'exposurecompensationset' => { 422 => 0x3, 423 => 0x3, 424 => 0x3, 440 => 0x1e },
'exposurecompensationsetting' => { 184 => 0x1 }, 'exposurecompensationsetting' => { 184 => 0x1 },
'exposurecompstepsize' => { 293 => '6.3', 294 => '7.3', 296 => '7.3', 297 'exposurecompstepsize' => { 294 => '6.3', 295 => '7.3', 297 => '7.3', 298
=> '7.3', 302 => '4.3', 306 => '7.3', 307 => '7.3' }, => '7.3', 303 => '4.3', 307 => '7.3', 308 => '7.3' },
'exposurecontrolstep' => { 301 => '6.1', 303 => '6.1' }, 'exposurecontrolstep' => { 302 => '6.1', 304 => '6.1' },
'exposurecontrolstepsize' => { 293 => '6.2', 294 => '7.1', 296 => '7.1', 'exposurecontrolstepsize' => { 294 => '6.2', 295 => '7.1', 297 => '7.1',
297 => '7.1', 302 => '4.2', 306 => '7.1', 307 => '7.1', 308 => '7.1', 309 => 0x1 298 => '7.1', 303 => '4.2', 307 => '7.1', 308 => '7.1', 309 => '7.1', 310 => 0x1
b }, b },
'exposurecount' => { 127 => 0x1032 }, 'exposurecount' => { 127 => 0x1032 },
'exposuredelaymode' => { 293 => '10.1', 294 => '11.1', 296 => '11.1', 297 => '11.1', 298 => '9.1', 299 => '10.1', 300 => '10.1', 302 => '10.4', 303 => '1 0.1', 304 => '6.4', 306 => '11.1', 307 => '11.1', 308 => '11.2' }, 'exposuredelaymode' => { 294 => '10.1', 295 => '11.1', 297 => '11.1', 298 => '11.1', 299 => '9.1', 300 => '10.1', 301 => '10.1', 303 => '10.4', 304 => '1 0.1', 305 => '6.4', 307 => '11.1', 308 => '11.1', 309 => '11.2' },
'exposuredifference' => { 233 => 0xe }, 'exposuredifference' => { 233 => 0xe },
'exposuregaincustom' => { 138 => 0x89c }, 'exposuregaincustom' => { 138 => 0x89c },
'exposuregaindaylight' => { 138 => 0x898 }, 'exposuregaindaylight' => { 138 => 0x898 },
'exposuregainflash' => { 138 => 0x89b }, 'exposuregainflash' => { 138 => 0x89b },
'exposuregainfluorescent' => { 138 => 0x89a }, 'exposuregainfluorescent' => { 138 => 0x89a },
'exposuregaintungsten' => { 138 => 0x899 }, 'exposuregaintungsten' => { 138 => 0x899 },
'exposureindex' => { 119 => 0xa215, 498 => 'ExposureIndex' }, 'exposureindex' => { 119 => 0xa215, 499 => 'ExposureIndex' },
'exposureindicator' => { 184 => 0x50 }, 'exposureindicator' => { 184 => 0x50 },
'exposurelevelincrements' => { 82 => 0x6, 83 => 0x6, 84 => 0x101, 85 => 0 'exposurelevelincrements' => { 82 => 0x6, 83 => 0x6, 84 => 0x101, 85 => 0
x5, 86 => 0x6, 87 => 0x5, 88 => 0x5, 89 => 0x6, 90 => 0x4, 421 => 0x58, 422 => 0 x5, 86 => 0x6, 87 => 0x5, 88 => 0x5, 89 => 0x6, 90 => 0x4, 422 => 0x58, 423 => 0
x58 }, x58 },
'exposurelockused' => { 480 => 'ExposureLockUsed' }, 'exposurelockused' => { 481 => 'ExposureLockUsed' },
'exposuremode' => { 119 => 0xa402, 156 => 'ExposureMode', 181 => 0x1, 182 'exposuremode' => { 119 => 0xa402, 156 => 'ExposureMode', 181 => 0x1, 182
=> 0xa, 183 => 0x0, 184 => 0x0, 187 => 0x34, 311 => 0x200, 331 => 0x40d, 411 => => 0xa, 183 => 0x0, 184 => 0x0, 187 => 0x34, 312 => 0x200, 332 => 0x40d, 412 =>
0x8, 434 => 0xb041, 498 => 'ExposureMode' }, 0x8, 435 => 0xb041, 499 => 'ExposureMode' },
'exposuremodeinmanual' => { 84 => 0x10b }, 'exposuremodeinmanual' => { 84 => 0x10b },
'exposureprogram' => { 119 => 0x8822, 401 => 0x1001, 414 => [0x17e,0x43], 'exposureprogram' => { 119 => 0x8822, 402 => 0x1001, 415 => [0x17e,0x43],
421 => 0x3c, 422 => 0x3c, 423 => 0x5, 427 => 0x14, 432 => 0x3f, 439 => 0x2, 443 422 => 0x3c, 423 => 0x3c, 424 => 0x5, 428 => 0x14, 433 => 0x3f, 440 => 0x2, 444
=> 0x1175, 444 => 0x1179, 445 => 0x1155, 446 => 0x11d1, 447 => 0x11ad, 448 => 0 => 0x1175, 445 => 0x1179, 446 => 0x1155, 447 => 0x11d1, 448 => 0x11ad, 449 => 0
x1065, 449 => 0x25d, 450 => 0x25d, 451 => 0x24c, 461 => 0xb, 462 => 0xc, 463 => x1065, 450 => 0x25d, 451 => 0x25d, 452 => 0x24c, 462 => 0xb, 463 => 0xc, 464 =>
0xb, 465 => 0x48, 498 => 'ExposureProgram' }, 0xb, 466 => 0x48, 499 => 'ExposureProgram' },
'exposureshift' => { 311 => 0x203 }, 'exposureshift' => { 312 => 0x203 },
'exposurestandardadjustment' => { 434 => 0x202d }, 'exposurestandardadjustment' => { 435 => 0x202d },
'exposuretime' => { 7 => 0x4, 8 => 0x4, 9 => 0x4, 10 => 0x4, 11 => 0x4, 1 'exposuretime' => { 7 => 0x4, 8 => 0x4, 9 => 0x4, 10 => 0x4, 11 => 0x4, 1
2 => 0x4, 13 => 0x4, 14 => 0x4, 15 => 0x4, 16 => 0x4, 17 => 0x4, 18 => 0x4, 19 = 2 => 0x4, 13 => 0x4, 14 => 0x4, 15 => 0x4, 16 => 0x4, 17 => 0x4, 18 => 0x4, 19 =
> 0x4, 20 => 0x4, 21 => 0x4, 22 => 0x4, 23 => 0x4, 24 => 0x4, 25 => 0x4, 26 => 0 > 0x4, 20 => 0x4, 21 => 0x4, 22 => 0x4, 23 => 0x4, 24 => 0x4, 25 => 0x4, 26 => 0
x4, 27 => 0x4, 28 => 0x4, 29 => 0x4, 30 => 0x6, 31 => 0x7, 77 => 0x16, 119 => 0x x4, 27 => 0x4, 28 => 0x4, 29 => 0x4, 30 => 0x6, 31 => 0x7, 77 => 0x16, 119 => 0x
829a, 137 => 0xfd05, 140 => 0x20, 142 => 0xfa24, 144 => 0xf104, 147 => 0x12, 149 829a, 137 => 0xfd05, 140 => 0x20, 142 => 0xfa24, 144 => 0xf104, 147 => 0x12, 149
=> 0x38, 151 => 0x14, 152 => 0x10, 154 => 0x10, 156 => 'ExposureTime', 181 => 0 => 0x38, 151 => 0x14, 152 => 0x10, 154 => 0x10, 156 => 'ExposureTime', 181 => 0
x9, 182 => 0x35, 183 => 0x48, 184 => 0x8, 187 => 0x49b8, 369 => 0x12, 408 => 0xa x9, 182 => 0x35, 183 => 0x48, 184 => 0x8, 187 => 0x49b8, 370 => 0x12, 409 => 0xa
018, 411 => [0x32,0x4a], 421 => 0x0, 422 => 0x0, 439 => [0x21,0x23,0x27], 465 => 018, 412 => [0x32,0x4a], 422 => 0x0, 423 => 0x0, 440 => [0x21,0x23,0x27], 466 =>
0x10, 498 => 'ExposureTime' }, 0x10, 499 => 'ExposureTime' },
'exposuretime2' => { 411 => [0x33,0x4b] }, 'exposuretime2' => { 412 => [0x33,0x4b] },
'exposuretuning' => { 233 => 0x1c }, 'exposuretuning' => { 233 => 0x1c },
'exposurevalue' => { 138 => 0x3 }, 'exposurevalue' => { 138 => 0x3 },
'exposurewarning' => { 127 => 0x1302 }, 'exposurewarning' => { 127 => 0x1302 },
'exrauto' => { 127 => 0x1033 }, 'exrauto' => { 127 => 0x1033 },
'exrmode' => { 127 => 0x1034 }, 'exrmode' => { 127 => 0x1034 },
'extdescraccessibility' => { 504 => 'ExtDescrAccessibility' }, 'extdescraccessibility' => { 505 => 'ExtDescrAccessibility' },
'extendedmenubanks' => { 238 => 0x114, 239 => 0x124 }, 'extendedmenubanks' => { 238 => 0x114, 239 => 0x124 },
'extendedshutterspeeds' => { 309 => 0x102 }, 'extendedshutterspeeds' => { 310 => 0x102 },
'extendedwbdetect' => { 311 => 0x902 }, 'extendedwbdetect' => { 312 => 0x902 },
'extender' => { 312 => 0x301 }, 'extender' => { 313 => 0x301 },
'extenderfirmwareversion' => { 312 => 0x304 }, 'extenderfirmwareversion' => { 313 => 0x304 },
'extendermagnification' => { 158 => 'Magnification' }, 'extendermagnification' => { 158 => 'Magnification' },
'extendermake' => { 158 => 'Make' }, 'extendermake' => { 158 => 'Make' },
'extendermodel' => { 158 => 'Model', 312 => 0x303 }, 'extendermodel' => { 158 => 'Model', 313 => 0x303 },
'extenderserialnumber' => { 158 => 'SerialNumber', 312 => 0x302 }, 'extenderserialnumber' => { 158 => 'SerialNumber', 313 => 0x302 },
'extenderstatus' => { 367 => 0x3 }, 'extenderstatus' => { 368 => 0x3 },
'externalflash' => { 314 => 0x1201 }, 'externalflash' => { 315 => 0x1201 },
'externalflashae1' => { 316 => 0x101f }, 'externalflashae1' => { 317 => 0x101f },
'externalflashae1_0' => { 316 => 0x101b }, 'externalflashae1_0' => { 317 => 0x101b },
'externalflashae2' => { 316 => 0x1020 }, 'externalflashae2' => { 317 => 0x1020 },
'externalflashae2_0' => { 316 => 0x101c }, 'externalflashae2_0' => { 317 => 0x101c },
'externalflashbounce' => { 314 => 0x1204, 316 => 0x1026, 357 => 0x1a }, 'externalflashbounce' => { 315 => 0x1204, 317 => 0x1026, 358 => 0x1a },
'externalflashcompensation' => { 213 => 0x1b }, 'externalflashcompensation' => { 213 => 0x1b },
'externalflashexposurecomp' => { 233 => 0x17, 357 => 0x19 }, 'externalflashexposurecomp' => { 233 => 0x17, 358 => 0x19 },
'externalflashfirmware' => { 211 => 0x6, 212 => 0x6, 213 => 0x6, 214 => 0 x6, 215 => 0x6, 216 => 0x6 }, 'externalflashfirmware' => { 211 => 0x6, 212 => 0x6, 213 => 0x6, 214 => 0 x6, 215 => 0x6, 216 => 0x6 },
'externalflashflags' => { 211 => 0x8, 212 => 0x8, 213 => 0x8, 214 => 0x8, 216 => 0x8 }, 'externalflashflags' => { 211 => 0x8, 212 => 0x8, 213 => 0x8, 214 => 0x8, 216 => 0x8 },
'externalflashguidenumber' => { 314 => 0x1203, 357 => '24.1' }, 'externalflashguidenumber' => { 315 => 0x1203, 358 => '24.1' },
'externalflashgvalue' => { 316 => 0x1025 }, 'externalflashgvalue' => { 317 => 0x1025 },
'externalflashmode' => { 316 => 0x1028, 357 => 0x2 }, 'externalflashmode' => { 317 => 0x1028, 358 => 0x2 },
'externalflashreadystate' => { 215 => '9.1' }, 'externalflashreadystate' => { 215 => '9.1' },
'externalflashstatus' => { 215 => '8.2' }, 'externalflashstatus' => { 215 => '8.2' },
'externalflashzoom' => { 314 => 0x1205, 316 => 0x1027 }, 'externalflashzoom' => { 315 => 0x1205, 317 => 0x1027 },
'externalflashzoomoverride' => { 215 => '8.1' }, 'externalflashzoomoverride' => { 215 => '8.1' },
'externalmetadatalink' => { 505 => 'ExternalMetadataLink' }, 'externalmetadatalink' => { 506 => 'ExternalMetadataLink' },
'externalsensorbrightnessvalue' => { 329 => 0x311, 332 => 0x311, 333 => 0 'externalsensorbrightnessvalue' => { 330 => 0x311, 333 => 0x311, 334 => 0
x311, 336 => 0x3408 }, x311, 337 => 0x3408 },
'extrainfoversion' => { 425 => 0x1a }, 'extrainfoversion' => { 426 => 0x1a },
'eyestartaf' => { 184 => 0x40 }, 'eyestartaf' => { 184 => 0x40 },
'fac100per' => { 138 => 0xe94 }, 'fac100per' => { 138 => 0xe94 },
'fac170per' => { 138 => 0xe93 }, 'fac170per' => { 138 => 0xe93 },
'fac18per' => { 138 => 0xe92 }, 'fac18per' => { 138 => 0xe92 },
'face10position' => { 110 => 0x3f4, 111 => 0x1ec, 209 => 0x28, 354 => 0x1 'face10position' => { 110 => 0x3f4, 111 => 0x1ec, 209 => 0x28, 355 => 0x1
2 }, 2 },
'face10size' => { 355 => 0x12 }, 'face10size' => { 356 => 0x12 },
'face11position' => { 209 => 0x2c, 354 => 0x14 }, 'face11position' => { 209 => 0x2c, 355 => 0x14 },
'face11size' => { 355 => 0x14 }, 'face11size' => { 356 => 0x14 },
'face12position' => { 209 => 0x30, 354 => 0x16 }, 'face12position' => { 209 => 0x30, 355 => 0x16 },
'face12size' => { 355 => 0x16 }, 'face12size' => { 356 => 0x16 },
'face13position' => { 354 => 0x18 }, 'face13position' => { 355 => 0x18 },
'face13size' => { 355 => 0x18 }, 'face13size' => { 356 => 0x18 },
'face14position' => { 354 => 0x1a }, 'face14position' => { 355 => 0x1a },
'face14size' => { 355 => 0x1a }, 'face14size' => { 356 => 0x1a },
'face15position' => { 354 => 0x1c }, 'face15position' => { 355 => 0x1c },
'face15size' => { 355 => 0x1c }, 'face15size' => { 356 => 0x1c },
'face16position' => { 354 => 0x1e }, 'face16position' => { 355 => 0x1e },
'face16size' => { 355 => 0x1e }, 'face16size' => { 356 => 0x1e },
'face17position' => { 354 => 0x20 }, 'face17position' => { 355 => 0x20 },
'face17size' => { 355 => 0x20 }, 'face17size' => { 356 => 0x20 },
'face18position' => { 354 => 0x22 }, 'face18position' => { 355 => 0x22 },
'face18size' => { 355 => 0x22 }, 'face18size' => { 356 => 0x22 },
'face19position' => { 354 => 0x24 }, 'face19position' => { 355 => 0x24 },
'face19size' => { 355 => 0x24 }, 'face19size' => { 356 => 0x24 },
'face1position' => { 54 => 0x8, 110 => 0xd, 111 => 0x18, 209 => 0x4, 326 'face1position' => { 54 => 0x8, 110 => 0xd, 111 => 0x18, 209 => 0x4, 327
=> 0x1, 354 => 0x0, 398 => 0xbc, 428 => 0x1, 429 => 0x0, 430 => 0x0, 431 => 0x5b => 0x1, 355 => 0x0, 399 => 0xbc, 429 => 0x1, 430 => 0x0, 431 => 0x0, 432 => 0x5b
}, },
'face1size' => { 355 => 0x0 }, 'face1size' => { 356 => 0x0 },
'face20position' => { 354 => 0x26 }, 'face20position' => { 355 => 0x26 },
'face20size' => { 355 => 0x26 }, 'face20size' => { 356 => 0x26 },
'face21position' => { 354 => 0x28 }, 'face21position' => { 355 => 0x28 },
'face21size' => { 355 => 0x28 }, 'face21size' => { 356 => 0x28 },
'face22position' => { 354 => 0x2a }, 'face22position' => { 355 => 0x2a },
'face22size' => { 355 => 0x2a }, 'face22size' => { 356 => 0x2a },
'face23position' => { 354 => 0x2c }, 'face23position' => { 355 => 0x2c },
'face23size' => { 355 => 0x2c }, 'face23size' => { 356 => 0x2c },
'face24position' => { 354 => 0x2e }, 'face24position' => { 355 => 0x2e },
'face24size' => { 355 => 0x2e }, 'face24size' => { 356 => 0x2e },
'face25position' => { 354 => 0x30 }, 'face25position' => { 355 => 0x30 },
'face25size' => { 355 => 0x30 }, 'face25size' => { 356 => 0x30 },
'face26position' => { 354 => 0x32 }, 'face26position' => { 355 => 0x32 },
'face26size' => { 355 => 0x32 }, 'face26size' => { 356 => 0x32 },
'face27position' => { 354 => 0x34 }, 'face27position' => { 355 => 0x34 },
'face27size' => { 355 => 0x34 }, 'face27size' => { 356 => 0x34 },
'face28position' => { 354 => 0x36 }, 'face28position' => { 355 => 0x36 },
'face28size' => { 355 => 0x36 }, 'face28size' => { 356 => 0x36 },
'face29position' => { 354 => 0x38 }, 'face29position' => { 355 => 0x38 },
'face29size' => { 355 => 0x38 }, 'face29size' => { 356 => 0x38 },
'face2position' => { 54 => 0xa, 110 => 0x7c, 111 => 0x4c, 209 => 0x8, 326 'face2position' => { 54 => 0xa, 110 => 0x7c, 111 => 0x4c, 209 => 0x8, 327
=> 0x5, 354 => 0x2, 398 => 0xc8, 428 => 0x6, 429 => 0x20, 430 => 0x25, 431 => 0 => 0x5, 355 => 0x2, 399 => 0xc8, 429 => 0x6, 430 => 0x20, 431 => 0x25, 432 => 0
x65 }, x65 },
'face2size' => { 355 => 0x2 }, 'face2size' => { 356 => 0x2 },
'face30position' => { 354 => 0x3a }, 'face30position' => { 355 => 0x3a },
'face30size' => { 355 => 0x3a }, 'face30size' => { 356 => 0x3a },
'face31position' => { 354 => 0x3c }, 'face31position' => { 355 => 0x3c },
'face31size' => { 355 => 0x3c }, 'face31size' => { 356 => 0x3c },
'face32position' => { 354 => 0x3e }, 'face32position' => { 355 => 0x3e },
'face32size' => { 355 => 0x3e }, 'face32size' => { 356 => 0x3e },
'face3position' => { 54 => 0xc, 110 => 0xeb, 111 => 0x80, 209 => 0xc, 326 'face3position' => { 54 => 0xc, 110 => 0xeb, 111 => 0x80, 209 => 0xc, 327
=> 0x9, 354 => 0x4, 398 => 0xd4, 428 => 0xb, 429 => 0x40, 430 => 0x4a, 431 => 0 => 0x9, 355 => 0x4, 399 => 0xd4, 429 => 0xb, 430 => 0x40, 431 => 0x4a, 432 => 0
x6f }, x6f },
'face3size' => { 355 => 0x4 }, 'face3size' => { 356 => 0x4 },
'face4position' => { 54 => 0xe, 110 => 0x15a, 111 => 0xb4, 209 => 0x10, 3 'face4position' => { 54 => 0xe, 110 => 0x15a, 111 => 0xb4, 209 => 0x10, 3
26 => 0xd, 354 => 0x6, 398 => 0xe0, 428 => 0x10, 429 => 0x60, 430 => 0x6f, 431 = 27 => 0xd, 355 => 0x6, 399 => 0xe0, 429 => 0x10, 430 => 0x60, 431 => 0x6f, 432 =
> 0x79 }, > 0x79 },
'face4size' => { 355 => 0x6 }, 'face4size' => { 356 => 0x6 },
'face5position' => { 54 => 0x10, 110 => 0x1c9, 111 => 0xe8, 209 => 0x14, 'face5position' => { 54 => 0x10, 110 => 0x1c9, 111 => 0xe8, 209 => 0x14,
326 => 0x11, 354 => 0x8, 398 => 0xec, 428 => 0x15, 429 => 0x80, 430 => 0x94 }, 327 => 0x11, 355 => 0x8, 399 => 0xec, 429 => 0x15, 430 => 0x80, 431 => 0x94 },
'face5size' => { 355 => 0x8 }, 'face5size' => { 356 => 0x8 },
'face6position' => { 54 => 0x12, 110 => 0x238, 111 => 0x11c, 209 => 0x18, 'face6position' => { 54 => 0x12, 110 => 0x238, 111 => 0x11c, 209 => 0x18,
354 => 0xa, 398 => 0xf8, 428 => 0x1a, 429 => 0xa0, 430 => 0xb9 }, 355 => 0xa, 399 => 0xf8, 429 => 0x1a, 430 => 0xa0, 431 => 0xb9 },
'face6size' => { 355 => 0xa }, 'face6size' => { 356 => 0xa },
'face7position' => { 54 => 0x14, 110 => 0x2a7, 111 => 0x150, 209 => 0x1c, 'face7position' => { 54 => 0x14, 110 => 0x2a7, 111 => 0x150, 209 => 0x1c,
354 => 0xc, 398 => 0x104, 428 => 0x1f, 429 => 0xc0, 430 => 0xde }, 355 => 0xc, 399 => 0x104, 429 => 0x1f, 430 => 0xc0, 431 => 0xde },
'face7size' => { 355 => 0xc }, 'face7size' => { 356 => 0xc },
'face8position' => { 54 => 0x16, 110 => 0x316, 111 => 0x184, 209 => 0x20, 'face8position' => { 54 => 0x16, 110 => 0x316, 111 => 0x184, 209 => 0x20,
354 => 0xe, 398 => 0x110, 428 => 0x24, 429 => 0xe0, 430 => 0x103 }, 355 => 0xe, 399 => 0x110, 429 => 0x24, 430 => 0xe0, 431 => 0x103 },
'face8size' => { 355 => 0xe }, 'face8size' => { 356 => 0xe },
'face9position' => { 54 => 0x18, 110 => 0x385, 111 => 0x1b8, 209 => 0x24, 'face9position' => { 54 => 0x18, 110 => 0x385, 111 => 0x1b8, 209 => 0x24,
354 => 0x10 }, 355 => 0x10 },
'face9size' => { 355 => 0x10 }, 'face9size' => { 356 => 0x10 },
'facebalanceorigi' => { 486 => 'FaceBalanceOrigI' }, 'facebalanceorigi' => { 487 => 'FaceBalanceOrigI' },
'facebalanceorigq' => { 486 => 'FaceBalanceOrigQ' }, 'facebalanceorigq' => { 487 => 'FaceBalanceOrigQ' },
'facebalancestrength' => { 486 => 'FaceBalanceStrength' }, 'facebalancestrength' => { 487 => 'FaceBalanceStrength' },
'facebalancewarmth' => { 486 => 'FaceBalanceWarmth' }, 'facebalancewarmth' => { 487 => 'FaceBalanceWarmth' },
'facedetect' => { 369 => 0x76, 408 => 0x100 }, 'facedetect' => { 370 => 0x76, 409 => 0x100 },
'facedetectarea' => { 315 => 0x1201 }, 'facedetectarea' => { 316 => 0x1201 },
'facedetectframecrop' => { 315 => 0x1207 }, 'facedetectframecrop' => { 316 => 0x1207 },
'facedetectframesize' => { 54 => 0x3, 110 => 0x1, 111 => 0x4, 209 => 0x1, 'facedetectframesize' => { 54 => 0x3, 110 => 0x1, 111 => 0x4, 209 => 0x1,
315 => 0x1203, 369 => 0x77, 398 => 0xb6 }, 316 => 0x1203, 370 => 0x77, 399 => 0xb6 },
'facedetection' => { 423 => 0x30, 439 => 0x19 }, 'facedetection' => { 424 => 0x30, 440 => 0x19 },
'faceelementpositions' => { 127 => 0x4203 }, 'faceelementpositions' => { 127 => 0x4203 },
'faceelementselected' => { 127 => 0x4005 }, 'faceelementselected' => { 127 => 0x4005 },
'faceelementtypes' => { 127 => 0x4201 }, 'faceelementtypes' => { 127 => 0x4201 },
'faceid' => { 488 => 'FaceID' }, 'faceid' => { 489 => 'FaceID' },
'faceinfounknown' => { 113 => 0x2089 }, 'faceinfounknown' => { 113 => 0x2089 },
'facename' => { 408 => 0x123 }, 'facename' => { 409 => 0x123 },
'faceorientation' => { 111 => 0x8 }, 'faceorientation' => { 111 => 0x8 },
'faceposition' => { 353 => 0x2, 409 => 0x4 }, 'faceposition' => { 354 => 0x2, 410 => 0x4 },
'facepositions' => { 127 => 0x4103 }, 'facepositions' => { 127 => 0x4103 },
'facerecognition' => { 408 => 0x120 }, 'facerecognition' => { 409 => 0x120 },
'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 110 => 0x0, 111 => 'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 110 => 0x0, 111 =>
0x2, 113 => 0x211c, 127 => 0x4100, 209 => 0x3, 315 => 0x1200, 334 => 0x3f, 353 = 0x2, 113 => 0x211c, 127 => 0x4100, 209 => 0x3, 316 => 0x1200, 335 => 0x3f, 354 =
> 0x0, 398 => 0xb5, 409 => 0x0, 428 => 0x0, 431 => 0x3, 442 => 0x30 }, > 0x0, 399 => 0xb5, 410 => 0x0, 429 => 0x0, 432 => 0x3, 443 => 0x30 },
'facesrecognized' => { 327 => 0x0 }, 'facesrecognized' => { 328 => 0x0 },
'facewidth' => { 55 => 0x1 }, 'facewidth' => { 55 => 0x1 },
'fade' => { 434 => 0x2034 }, 'fade' => { 435 => 0x2034 },
'faithfuloutputhighlightpoint' => { 109 => 0x38 }, 'faithfuloutputhighlightpoint' => { 109 => 0x38 },
'faithfuloutputshadowpoint' => { 109 => 0x39 }, 'faithfuloutputshadowpoint' => { 109 => 0x39 },
'faithfulrawcolortone' => { 109 => 0x31 }, 'faithfulrawcolortone' => { 109 => 0x31 },
'faithfulrawcontrast' => { 109 => 0x33 }, 'faithfulrawcontrast' => { 109 => 0x33 },
'faithfulrawhighlight' => { 109 => 0x79 }, 'faithfulrawhighlight' => { 109 => 0x79 },
'faithfulrawhighlightpoint' => { 109 => 0x36 }, 'faithfulrawhighlightpoint' => { 109 => 0x36 },
'faithfulrawlinear' => { 109 => 0x34 }, 'faithfulrawlinear' => { 109 => 0x34 },
'faithfulrawsaturation' => { 109 => 0x32 }, 'faithfulrawsaturation' => { 109 => 0x32 },
'faithfulrawshadow' => { 109 => 0x82 }, 'faithfulrawshadow' => { 109 => 0x82 },
'faithfulrawshadowpoint' => { 109 => 0x37 }, 'faithfulrawshadowpoint' => { 109 => 0x37 },
'faithfulrawsharpness' => { 109 => 0x35 }, 'faithfulrawsharpness' => { 109 => 0x35 },
'faithfulunsharpmaskfineness' => { 109 => 0xac }, 'faithfulunsharpmaskfineness' => { 109 => 0xac },
'faithfulunsharpmaskstrength' => { 109 => 0xaa }, 'faithfulunsharpmaskstrength' => { 109 => 0xaa },
'faithfulunsharpmaskthreshold' => { 109 => 0xae }, 'faithfulunsharpmaskthreshold' => { 109 => 0xae },
'far' => { 477 => 'Far' }, 'far' => { 478 => 'Far' },
'fastresetlinetime' => { 138 => 0x1860 }, 'fastresetlinetime' => { 138 => 0x1860 },
'feedidentifier' => { 505 => 'FeedIdentifier' }, 'feedidentifier' => { 506 => 'FeedIdentifier' },
'femicroadjustment' => { 84 => 0x111 }, 'femicroadjustment' => { 84 => 0x111 },
'ffid' => { 496 => 'ffid' }, 'ffid' => { 497 => 'ffid' },
'field' => { 508 => 'field' }, 'field' => { 509 => 'field' },
'fieldcount' => { 316 => 0x103f }, 'fieldcount' => { 317 => 0x103f },
'fieldofview' => { 394 => "FOV\x00" }, 'fieldofview' => { 395 => "FOV\x00" },
'fifoenonepixeldelay' => { 138 => 0x1901 }, 'fifoenonepixeldelay' => { 138 => 0x1901 },
'filecreatedate' => { 120 => 'FileCreateDate' }, 'filecreatedate' => { 120 => 'FileCreateDate' },
'filedatarate' => { 519 => 'fileDataRate' }, 'filedatarate' => { 520 => 'fileDataRate' },
'fileformat' => { 95 => 0x0, 132 => 0x14, 411 => [0x22,0x26], 434 => 0xb0 'fileformat' => { 95 => 0x0, 132 => 0x14, 412 => [0x22,0x26], 435 => 0xb0
00 }, 00 },
'filegroupid' => { 120 => 'FileGroupID' }, 'filegroupid' => { 120 => 'FileGroupID' },
'fileindex' => { 7 => 0x143, 9 => 0x2d0, 11 => 0x172, 13 => 0x22c, 14 => 0x133, 15 => 0x13f, 16 => 0x1d3, 17 => 0x19b, 18 => 0x1e4, 19 => 0xd0, 20 => 0x1 bb, 21 => 0x28c, 22 => 0x1db, 23 => 0x1d9, 24 => [0x270,0x274], 25 => 0x2aa, 26 => 0x2b3, 28 => 0x1eb, 29 => 0x4ae, 335 => 0x0 }, 'fileindex' => { 7 => 0x143, 9 => 0x2d0, 11 => 0x172, 13 => 0x22c, 14 => 0x133, 15 => 0x13f, 16 => 0x1d3, 17 => 0x19b, 18 => 0x1e4, 19 => 0xd0, 20 => 0x1 bb, 21 => 0x28c, 22 => 0x1db, 23 => 0x1d9, 24 => [0x270,0x274], 25 => 0x2aa, 26 => 0x2b3, 28 => 0x1eb, 29 => 0x4ae, 336 => 0x0 },
'fileindex2' => { 21 => 0x290 }, 'fileindex2' => { 21 => 0x290 },
'filemodifydate' => { 120 => 'FileModifyDate' }, 'filemodifydate' => { 120 => 'FileModifyDate' },
'filename' => { 120 => 'FileName' }, 'filename' => { 120 => 'FileName' },
'filenameasdelivered' => { 321 => 'FileNameAsDelivered' }, 'filenameasdelivered' => { 322 => 'FileNameAsDelivered' },
'filenumber' => { 57 => 0x1, 64 => 0x8, 97 => 0x1817, 114 => 'Canon-FileN 'filenumber' => { 57 => 0x1, 64 => 0x8, 97 => 0x1817, 114 => 'Canon-FileN
umber', 210 => 0x4, 397 => 0x10 }, umber', 210 => 0x4, 398 => 0x10 },
'filenumbermemory' => { 181 => 0x1a }, 'filenumbermemory' => { 181 => 0x1a },
'filenumbersequence' => { 293 => '12.2', 298 => '3.1', 299 => '4.1', 300 => '4.1', 302 => '11.1', 303 => '4.3', 308 => '5.2', 309 => 0x48 }, 'filenumbersequence' => { 294 => '12.2', 299 => '3.1', 300 => '4.1', 301 => '4.1', 303 => '11.1', 304 => '4.3', 309 => '5.2', 310 => 0x48 },
'filepermissions' => { 120 => 'FilePermissions' }, 'filepermissions' => { 120 => 'FilePermissions' },
'filesource' => { 119 => 0xa300, 127 => 0x8000, 498 => 'FileSource' }, 'filesource' => { 119 => 0xa300, 127 => 0x8000, 499 => 'FileSource' },
'fileuserid' => { 120 => 'FileUserID' }, 'fileuserid' => { 120 => 'FileUserID' },
'fileversion' => { 132 => 0x16 }, 'fileversion' => { 132 => 0x16 },
'fillflashautoreduction' => { 82 => 0xe, 83 => 0xe, 90 => 0xa }, 'fillflashautoreduction' => { 82 => 0xe, 83 => 0xe, 90 => 0xa },
'filllight' => { 492 => 'FillLight', 494 => 'FillLight' }, 'filllight' => { 493 => 'FillLight', 495 => 'FillLight' },
'fillorder' => { 119 => 0x10a }, 'fillorder' => { 119 => 0x10a },
'filmgraineffect' => { 311 => 0x538 }, 'filmgraineffect' => { 312 => 0x538 },
'filmmode' => { 127 => 0x1401, 331 => 0x412, 334 => 0x42 }, 'filmmode' => { 127 => 0x1401, 332 => 0x412, 335 => 0x42 },
'filmtype' => { 253 => 0x2 }, 'filmtype' => { 254 => 0x2 },
'filtereffect' => { 57 => 0xe, 245 => 0x37, 246 => 0x3f, 247 => 0x47, 334 'filtereffect' => { 57 => 0xe, 246 => 0x37, 247 => 0x3f, 248 => 0x47, 335
=> 0xa1 }, => 0xa1 },
'filtereffectauto' => { 71 => 0xa0 }, 'filtereffectauto' => { 71 => 0xa0 },
'filtereffectfaithful' => { 70 => 0x70, 71 => 0x70 }, 'filtereffectfaithful' => { 70 => 0x70, 71 => 0x70 },
'filtereffectlandscape' => { 70 => 0x40, 71 => 0x40 }, 'filtereffectlandscape' => { 70 => 0x40, 71 => 0x40 },
'filtereffectmonochrome' => { 19 => 0xff, 70 => 0x88, 71 => 0x88 }, 'filtereffectmonochrome' => { 19 => 0xff, 70 => 0x88, 71 => 0x88 },
'filtereffectneutral' => { 70 => 0x58, 71 => 0x58 }, 'filtereffectneutral' => { 70 => 0x58, 71 => 0x58 },
'filtereffectportrait' => { 70 => 0x28, 71 => 0x28 }, 'filtereffectportrait' => { 70 => 0x28, 71 => 0x28 },
'filtereffectstandard' => { 70 => 0x10, 71 => 0x10 }, 'filtereffectstandard' => { 70 => 0x10, 71 => 0x10 },
'filtereffectuserdef1' => { 70 => 0xa0, 71 => 0xb8 }, 'filtereffectuserdef1' => { 70 => 0xa0, 71 => 0xb8 },
'filtereffectuserdef2' => { 70 => 0xb8, 71 => 0xd0 }, 'filtereffectuserdef2' => { 70 => 0xb8, 71 => 0xd0 },
'filtereffectuserdef3' => { 70 => 0xd0, 71 => 0xe8 }, 'filtereffectuserdef3' => { 70 => 0xd0, 71 => 0xe8 },
'finderdisplayduringexposure' => { 83 => 0x1 }, 'finderdisplayduringexposure' => { 83 => 0x1 },
'finesharpness' => { 369 => 0x70 }, 'finesharpness' => { 370 => 0x70 },
'finetuneoptcenterweighted' => { 293 => '7.2', 294 => '9.1', 296 => '9.1' 'finetuneoptcenterweighted' => { 294 => '7.2', 295 => '9.1', 297 => '9.1'
, 297 => '9.1', 301 => '8.1', 306 => '9.1', 307 => '9.1', 308 => '9.1', 309 => 0 , 298 => '9.1', 302 => '8.1', 307 => '9.1', 308 => '9.1', 309 => '9.1', 310 => 0
x23 }, x23 },
'finetuneopthighlightweighted' => { 296 => '46.1', 297 => '46.1', 306 => 'finetuneopthighlightweighted' => { 297 => '46.1', 298 => '46.1', 307 =>
'46.1', 307 => '46.1', 309 => 0x27 }, '46.1', 308 => '46.1', 310 => 0x27 },
'finetuneoptmatrixmetering' => { 293 => '8.1', 294 => '8.2', 296 => '8.2' 'finetuneoptmatrixmetering' => { 294 => '8.1', 295 => '8.2', 297 => '8.2'
, 297 => '8.2', 301 => '7.2', 302 => '6.1', 306 => '8.2', 307 => '8.2', 308 => ' , 298 => '8.2', 302 => '7.2', 303 => '6.1', 307 => '8.2', 308 => '8.2', 309 => '
8.2', 309 => 0x21 }, 8.2', 310 => 0x21 },
'finetuneoptspotmetering' => { 293 => '8.2', 294 => '9.2', 296 => '9.2', 'finetuneoptspotmetering' => { 294 => '8.2', 295 => '9.2', 297 => '9.2',
297 => '9.2', 301 => '8.2', 302 => '6.2', 306 => '9.2', 307 => '9.2', 308 => '9. 298 => '9.2', 302 => '8.2', 303 => '6.2', 307 => '9.2', 308 => '9.2', 309 => '9.
2', 309 => 0x25 }, 2', 310 => 0x25 },
'finishexposure' => { 138 => 0xdbd }, 'finishexposure' => { 138 => 0xdbd },
'finishfiletype' => { 138 => 0xdb8 }, 'finishfiletype' => { 138 => 0xdb8 },
'finishlook' => { 138 => 0xdbc }, 'finishlook' => { 138 => 0xdbc },
'finishnoise' => { 138 => 0xdba }, 'finishnoise' => { 138 => 0xdba },
'finishresolution' => { 138 => 0xdb9 }, 'finishresolution' => { 138 => 0xdb9 },
'finishsharpening' => { 138 => 0xdbb }, 'finishsharpening' => { 138 => 0xdbb },
'firmware' => { 316 => 0x405, 411 => [0x8c,0x17,0x3b], 489 => 'Firmware' 'firmware' => { 317 => 0x405, 412 => [0x8c,0x17,0x3b], 490 => 'Firmware'
}, },
'firmware2' => { 411 => 0x57 }, 'firmware2' => { 412 => 0x57 },
'firmwaredate' => { 112 => 0x15, 113 => 0x2001, 395 => 0x4, 397 => 0x30 } 'firmwaredate' => { 112 => 0x15, 113 => 0x2001, 396 => 0x4, 398 => 0x30 }
, ,
'firmwareid' => { 188 => 0x0 }, 'firmwareid' => { 188 => 0x0 },
'firmwarename' => { 408 => 0xa001 }, 'firmwarename' => { 409 => 0xa001 },
'firmwarerevision' => { 19 => 0xa4, 64 => 0x1e, 399 => 0x0 }, 'firmwarerevision' => { 19 => 0xa4, 64 => 0x1e, 400 => 0x0 },
'firmwarerevision2' => { 399 => 0xc }, 'firmwarerevision2' => { 400 => 0xc },
'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107,
138 => [0x415,0xce5], 154 => 0x57, 156 => 'FirmwareVersion', 332 => 0x320, 334 = 138 => [0x415,0xce5], 154 => 0x57, 156 => 'FirmwareVersion', 333 => 0x320, 335 =
> 0x2, 336 => 0x3109, 369 => 0x230, 394 => ['CNFV','FIRM'], 396 => 0x18, 397 => > 0x2, 337 => 0x3109, 370 => 0x230, 395 => ['CNFV','FIRM'], 397 => 0x18, 398 =>
0x2a, 401 => 0x2 }, 0x2a, 402 => 0x2 },
'firmwareversions' => { 378 => 0x301 }, 'firmwareversions' => { 379 => 0x301 },
'firstphotodate' => { 480 => 'FirstPhotoDate' }, 'firstphotodate' => { 481 => 'FirstPhotoDate' },
'firstpublicationdate' => { 321 => 'FirstPublicationDate' }, 'firstpublicationdate' => { 322 => 'FirstPublicationDate' },
'fixtureidentifier' => { 131 => 0x16, 487 => 'FixtureIdentifier' }, 'fixtureidentifier' => { 131 => 0x16, 488 => 'FixtureIdentifier' },
'flash' => { 114 => 'XMP-Flash', 119 => 0x9209, 152 => 0x22, 182 => 0x1f, 'flash' => { 114 => 'XMP-Flash', 119 => 0x9209, 152 => 0x22, 182 => 0x1f,
183 => 0x15, 397 => 0x5a, 498 => 'Flash' }, 183 => 0x15, 398 => 0x5a, 499 => 'Flash' },
'flashaction' => { 421 => 0x3e, 422 => 0x3e, 434 => 0x2017, 439 => [0x2a, 'flashaction' => { 422 => 0x3e, 423 => 0x3e, 435 => 0x2017, 440 => [0x2a,
0x2c,0x30] }, 0x2c,0x30] },
'flashaction2' => { 421 => 0x4c, 422 => 0x4c, 439 => 0x77 }, 'flashaction2' => { 422 => 0x4c, 423 => 0x4c, 440 => 0x77 },
'flashactionexternal' => { 439 => [0x78,0x7c] }, 'flashactionexternal' => { 440 => [0x78,0x7c] },
'flashactivity' => { 34 => 0x1c }, 'flashactivity' => { 34 => 0x1c },
'flashbatterylevel' => { 44 => 0x249 }, 'flashbatterylevel' => { 44 => 0x249 },
'flashbias' => { 334 => 0x24 }, 'flashbias' => { 335 => 0x24 },
'flashbits' => { 34 => 0x1d }, 'flashbits' => { 34 => 0x1d },
'flashburstpriority' => { 309 => 0x111 }, 'flashburstpriority' => { 310 => 0x111 },
'flashbuttonfunction' => { 84 => 0x70e }, 'flashbuttonfunction' => { 84 => 0x70e },
'flashchargelevel' => { 316 => 0x1010 }, 'flashchargelevel' => { 317 => 0x1010 },
'flashcolorfilter' => { 213 => 0x10, 214 => 0x10, 216 => 0x10 }, 'flashcolorfilter' => { 213 => 0x10, 214 => 0x10, 216 => 0x10 },
'flashcommandermode' => { 211 => '9.1', 212 => '9.1', 213 => '9.1', 214 = > '9.1', 216 => '9.1' }, 'flashcommandermode' => { 211 => '9.1', 212 => '9.1', 213 => '9.1', 214 = > '9.1', 216 => '9.1' },
'flashcompensation' => { 138 => 0x3f3, 211 => 0xa, 212 => 0xa, 213 => 0xa 'flashcompensation' => { 138 => 0x3f3, 211 => 0xa, 212 => 0xa, 213 => 0xa
, 214 => 0x27, 215 => 0xa, 216 => 0xa, 489 => 'FlashCompensation' }, , 214 => 0x27, 215 => 0xa, 216 => 0xa, 490 => 'FlashCompensation' },
'flashcontrol' => { 421 => 0x23, 422 => 0x1f, 423 => 0x21 }, 'flashcontrol' => { 422 => 0x23, 423 => 0x1f, 424 => 0x21 },
'flashcontrolbuilt-in' => { 302 => '16.1', 303 => '23.1', 305 => '23.1', 'flashcontrolbuilt-in' => { 303 => '16.1', 304 => '23.1', 306 => '23.1',
306 => '24.1' }, 307 => '24.1' },
'flashcontrolmode' => { 211 => '9.2', 212 => '9.2', 213 => '9.2', 214 => 'flashcontrolmode' => { 211 => '9.2', 212 => '9.2', 213 => '9.2', 214 =>
'9.2', 216 => '9.2', 222 => 0x214, 237 => 0x148, 238 => 0x1a8, 239 => 0x1bc, 311 '9.2', 216 => '9.2', 222 => 0x214, 237 => 0x148, 238 => 0x1a8, 239 => 0x1bc, 312
=> 0x404 }, => 0x404 },
'flashcurtain' => { 334 => 0x48 }, 'flashcurtain' => { 335 => 0x48 },
'flashdefault' => { 184 => 0x42 }, 'flashdefault' => { 184 => 0x42 },
'flashdevice' => { 316 => 0x1005 }, 'flashdevice' => { 317 => 0x1005 },
'flashdistance' => { 113 => 0x2034 }, 'flashdistance' => { 113 => 0x2034 },
'flashenergy' => { 119 => 0xa20b, 498 => 'FlashEnergy' }, 'flashenergy' => { 119 => 0xa20b, 499 => 'FlashEnergy' },
'flashexposurebracketvalue' => { 233 => 0x18 }, 'flashexposurebracketvalue' => { 233 => 0x18 },
'flashexposurecomp' => { 77 => 0xf, 127 => 0x1011, 159 => 'ExposureComp', 'flashexposurecomp' => { 77 => 0xf, 127 => 0x1011, 159 => 'ExposureComp',
181 => 0x23, 186 => 0x104, 187 => 0x49c1, 233 => 0x12, 311 => 0x401, 316 => 0x1 181 => 0x23, 186 => 0x104, 187 => 0x49c1, 233 => 0x12, 312 => 0x401, 317 => 0x1
023, 369 => 0x4d, 401 => 0x100b, 411 => [0x3a,0x56], 434 => 0x104 }, 023, 370 => 0x4d, 402 => 0x100b, 412 => [0x3a,0x56], 435 => 0x104 },
'flashexposurecomp2' => { 274 => 0x4d2 }, 'flashexposurecomp2' => { 275 => 0x4d2 },
'flashexposurecomp3' => { 213 => 0x1d }, 'flashexposurecomp3' => { 213 => 0x1d },
'flashexposurecomp4' => { 213 => 0x27 }, 'flashexposurecomp4' => { 213 => 0x27 },
'flashexposurecomparea' => { 294 => '38.4', 296 => '38.4', 297 => '38.4', 'flashexposurecomparea' => { 295 => '38.4', 297 => '38.4', 298 => '38.4',
306 => '38.4', 307 => '38.4', 309 => 0x59 }, 307 => '38.4', 308 => '38.4', 310 => 0x59 },
'flashexposurecompset' => { 184 => 0x10, 342 => 0xe, 421 => 0x14, 422 => 'flashexposurecompset' => { 184 => 0x10, 343 => 0xe, 422 => 0x14, 423 =>
0x12, 423 => 0x23, 439 => 0x1f }, 0x12, 424 => 0x23, 440 => 0x1f },
'flashexposurecompset2' => { 439 => [0x26,0x2c] }, 'flashexposurecompset2' => { 440 => [0x26,0x2c] },
'flashexposureindicator' => { 184 => 0x54 }, 'flashexposureindicator' => { 184 => 0x54 },
'flashexposureindicatorlast' => { 184 => 0x56 }, 'flashexposureindicatorlast' => { 184 => 0x56 },
'flashexposureindicatornext' => { 184 => 0x55 }, 'flashexposureindicatornext' => { 184 => 0x55 },
'flashexposurelock' => { 57 => 0x19 }, 'flashexposurelock' => { 57 => 0x19 },
'flashfired' => { 140 => 0x5d, 159 => 'Fired', 181 => 0x14, 273 => '590.3 ', 498 => [\'Flash','FlashFired'] }, 'flashfired' => { 140 => 0x5d, 159 => 'Fired', 181 => 0x14, 274 => '590.3 ', 499 => [\'Flash','FlashFired'] },
'flashfiring' => { 84 => 0x306, 85 => 0x6, 86 => 0x7, 89 => 0x7 }, 'flashfiring' => { 84 => 0x306, 85 => 0x6, 86 => 0x7, 89 => 0x7 },
'flashfirmwareversion' => { 312 => 0x1002 }, 'flashfirmwareversion' => { 313 => 0x1002 },
'flashfocallength' => { 211 => 0xb, 212 => 0xc, 213 => 0xc, 214 => 0xc, 2 15 => 0xc, 216 => 0x26 }, 'flashfocallength' => { 211 => 0xb, 212 => 0xc, 213 => 0xc, 214 => 0xc, 2 15 => 0xc, 216 => 0x26 },
'flashfunction' => { 187 => 0x31, 498 => [\'Flash','FlashFunction'] }, 'flashfunction' => { 187 => 0x31, 499 => [\'Flash','FlashFunction'] },
'flashgndistance' => { 211 => 0xe, 212 => 0xf, 213 => 0xf, 214 => 0xf, 21 5 => 0xf, 216 => 0xf, 222 => 0x21a, 237 => 0x14e, 238 => 0x1ae, 239 => 0x1c2 }, 'flashgndistance' => { 211 => 0xe, 212 => 0xf, 213 => 0xf, 214 => 0xf, 21 5 => 0xf, 216 => 0xf, 222 => 0x21a, 237 => 0x14e, 238 => 0x1ae, 239 => 0x1c2 },
'flashgroupacompensation' => { 211 => 0x11, 212 => 0x12, 213 => 0x13, 214 => 0x28, 215 => 0x28, 216 => 0x28 }, 'flashgroupacompensation' => { 211 => 0x11, 212 => 0x12, 213 => 0x13, 214 => 0x28, 215 => 0x28, 216 => 0x28 },
'flashgroupacontrolmode' => { 211 => 0xf, 212 => '16.1', 213 => '17.1', 2 14 => '17.1', 215 => '17.1', 216 => '17.1' }, 'flashgroupacontrolmode' => { 211 => 0xf, 212 => '16.1', 213 => '17.1', 2 14 => '17.1', 215 => '17.1', 216 => '17.1' },
'flashgroupaoutput' => { 211 => 0x11, 212 => 0x12, 213 => 0x13, 214 => 0x 28, 215 => 0x28, 216 => 0x28 }, 'flashgroupaoutput' => { 211 => 0x11, 212 => 0x12, 213 => 0x13, 214 => 0x 28, 215 => 0x28, 216 => 0x28 },
'flashgroupbcompensation' => { 211 => 0x12, 212 => 0x13, 213 => 0x14, 214 => 0x29, 215 => 0x29, 216 => 0x29 }, 'flashgroupbcompensation' => { 211 => 0x12, 212 => 0x13, 213 => 0x14, 214 => 0x29, 215 => 0x29, 216 => 0x29 },
'flashgroupbcontrolmode' => { 211 => 0x10, 212 => '17.1', 213 => '18.1', 214 => '18.1', 215 => '18.1', 216 => '18.1' }, 'flashgroupbcontrolmode' => { 211 => 0x10, 212 => '17.1', 213 => '18.1', 214 => '18.1', 215 => '18.1', 216 => '18.1' },
'flashgroupboutput' => { 211 => 0x12, 212 => 0x13, 213 => 0x14, 214 => 0x 29, 215 => 0x29, 216 => 0x29 }, 'flashgroupboutput' => { 211 => 0x12, 212 => 0x13, 213 => 0x14, 214 => 0x 29, 215 => 0x29, 216 => 0x29 },
'flashgroupccompensation' => { 212 => 0x14, 213 => 0x15, 214 => 0x2a, 215 => 0x2a, 216 => 0x2a }, 'flashgroupccompensation' => { 212 => 0x14, 213 => 0x15, 214 => 0x2a, 215 => 0x2a, 216 => 0x2a },
'flashgroupccontrolmode' => { 212 => '17.2', 213 => '18.2', 214 => '18.2' , 215 => '18.2', 216 => '18.2' }, 'flashgroupccontrolmode' => { 212 => '17.2', 213 => '18.2', 214 => '18.2' , 215 => '18.2', 216 => '18.2' },
'flashgroupcoutput' => { 212 => 0x14, 213 => 0x15, 214 => 0x2a, 215 => 0x 2a, 216 => 0x2a }, 'flashgroupcoutput' => { 212 => 0x14, 213 => 0x15, 214 => 0x2a, 215 => 0x 2a, 216 => 0x2a },
'flashguidenumber' => { 77 => 0xd, 94 => 0x0, 159 => 'GuideNumber' }, 'flashguidenumber' => { 77 => 0xd, 94 => 0x0, 159 => 'GuideNumber' },
'flashilluminationpattern' => { 216 => 0x25 }, 'flashilluminationpattern' => { 216 => 0x25 },
'flashintensity' => { 112 => [0x19,0x5], 311 => 0x405 }, 'flashintensity' => { 112 => [0x19,0x5], 312 => 0x405 },
'flashlevel' => { 295 => 0x9, 434 => 0xb048 }, 'flashlevel' => { 296 => 0x9, 435 => 0xb048 },
'flashmake' => { 159 => 'Make' }, 'flashmake' => { 159 => 'Make' },
'flashmanufacturer' => { 178 => 'FlashManufacturer' }, 'flashmanufacturer' => { 178 => 'FlashManufacturer' },
'flashmastercompensation' => { 222 => 0x22e, 237 => 0x162, 238 => 0x1aa, 239 => 0x1be }, 'flashmastercompensation' => { 222 => 0x22e, 237 => 0x162, 238 => 0x1aa, 239 => 0x1be },
'flashmastercontrolmode' => { 222 => 0x22c, 237 => 0x160 }, 'flashmastercontrolmode' => { 222 => 0x22c, 237 => 0x160 },
'flashmasteroutput' => { 222 => 0x232, 237 => 0x166 }, 'flashmasteroutput' => { 222 => 0x232, 237 => 0x166 },
'flashmetering' => { 181 => 0x3f, 184 => 0x1c }, 'flashmetering' => { 181 => 0x3f, 184 => 0x1c },
'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 1 6 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 }, 'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 1 6 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 },
'flashmeteringsegments' => { 369 => 0x20a }, 'flashmeteringsegments' => { 370 => 0x20a },
'flashmode' => { 112 => 0x4, 138 => 0x3f2, 140 => 0x5c, 151 => 0x27, 159 'flashmode' => { 112 => 0x4, 138 => 0x3f2, 140 => 0x5c, 151 => 0x27, 159
=> 'Mode', 181 => 0x2, 182 => 0x20, 183 => 0x16, 184 => 0xf, 233 => 0x87, 311 => => 'Mode', 181 => 0x2, 182 => 0x20, 183 => 0x16, 184 => 0xf, 233 => 0x87, 312 =>
0x400, 316 => 0x1004, 369 => 0xc, 376 => 0x4, 400 => 0x20, 401 => 0x100a, 410 = 0x400, 317 => 0x1004, 370 => 0xc, 377 => 0x4, 401 => 0x20, 402 => 0x100a, 411 =
> 0x225, 421 => 0x13, 422 => 0x7f, 423 => 0x20, 439 => 0x10, 443 => 0x1138, 444 > 0x225, 422 => 0x13, 423 => 0x7f, 424 => 0x20, 440 => 0x10, 444 => 0x1138, 445
=> 0x1138, 445 => 0x1114, 446 => 0x1190, 447 => 0x116c, 448 => 0x1024, 449 => 0x => 0x1138, 446 => 0x1114, 447 => 0x1190, 448 => 0x116c, 449 => 0x1024, 450 => 0x
21c, 450 => 0x21c, 451 => 0x211, 498 => [\'Flash','FlashMode'] }, 21c, 451 => 0x21c, 452 => 0x211, 499 => [\'Flash','FlashMode'] },
'flashmodel' => { 159 => 'Model', 178 => 'FlashModel', 312 => 0x1001 }, 'flashmodel' => { 159 => 'Model', 178 => 'FlashModel', 313 => 0x1001 },
'flashoptions' => { 350 => 0x2 }, 'flashoptions' => { 351 => 0x2 },
'flashoptions2' => { 350 => 0x10 }, 'flashoptions2' => { 351 => 0x10 },
'flashoutput' => { 44 => 0x248, 77 => 0x21, 211 => 0xa, 212 => 0xa, 213 = > 0xa, 214 => 0x27, 216 => 0x21, 222 => 0x21e, 237 => 0x152, 238 => 0x1b2, 239 = > 0x1c6 }, 'flashoutput' => { 44 => 0x248, 77 => 0x21, 211 => 0xa, 212 => 0xa, 213 = > 0xa, 214 => 0x27, 216 => 0x21, 222 => 0x21e, 237 => 0x152, 238 => 0x1b2, 239 = > 0x1c6 },
'flashpixversion' => { 119 => 0xa000, 498 => 'FlashpixVersion' }, 'flashpixversion' => { 119 => 0xa000, 499 => 'FlashpixVersion' },
'flashredeyemode' => { 498 => [\'Flash','FlashRedEyeMode'] }, 'flashredeyemode' => { 499 => [\'Flash','FlashRedEyeMode'] },
'flashremotecontrol' => { 222 => 0x228, 237 => 0x15c, 238 => 0x1bc, 311 = 'flashremotecontrol' => { 222 => 0x228, 237 => 0x15c, 238 => 0x1bc, 312 =
> 0x403 }, > 0x403 },
'flashreturn' => { 498 => [\'Flash','FlashReturn'] }, 'flashreturn' => { 499 => [\'Flash','FlashReturn'] },
'flashserialnumber' => { 159 => 'SerialNumber', 312 => 0x1003 }, 'flashserialnumber' => { 159 => 'SerialNumber', 313 => 0x1003 },
'flashsetting' => { 233 => 0x8 }, 'flashsetting' => { 233 => 0x8 },
'flashshutterspeed' => { 293 => '20.2', 294 => '23.2', 296 => '23.2', 297 => '23.2', 302 => '15.2', 303 => '22.2', 304 => '7.2', 305 => '22.2', 306 => '2 3.2', 307 => '23.2', 308 => '23.1', 309 => 0x57 }, 'flashshutterspeed' => { 294 => '20.2', 295 => '23.2', 297 => '23.2', 298 => '23.2', 303 => '15.2', 304 => '22.2', 305 => '7.2', 306 => '22.2', 307 => '2 3.2', 308 => '23.2', 309 => '23.1', 310 => 0x57 },
'flashsource' => { 211 => 0x4, 212 => 0x4, 213 => 0x4, 214 => 0x4, 215 => 0x4, 216 => 0x4 }, 'flashsource' => { 211 => 0x4, 212 => 0x4, 213 => 0x4, 214 => 0x4, 215 => 0x4, 216 => 0x4 },
'flashstatus' => { 357 => 0x0, 439 => [0x82,0x86], 453 => 0x31, 454 => 0x 'flashstatus' => { 358 => 0x0, 440 => [0x82,0x86], 454 => 0x31, 455 => 0x
39, 455 => 0x39 }, 39, 456 => 0x39 },
'flashstatusbuilt-in' => { 423 => [0x87,0x287] }, 'flashstatusbuilt-in' => { 424 => [0x87,0x287] },
'flashstatusexternal' => { 423 => [0x88,0x288] }, 'flashstatusexternal' => { 424 => [0x88,0x288] },
'flashsyncspeed' => { 293 => '20.1', 294 => '23.1', 296 => '23.1', 297 => 'flashsyncspeed' => { 294 => '20.1', 295 => '23.1', 297 => '23.1', 298 =>
'23.1', 302 => '15.1', 303 => '22.1', 305 => '22.1', 306 => '23.1', 307 => '23. '23.1', 303 => '15.1', 304 => '22.1', 306 => '22.1', 307 => '23.1', 308 => '23.
1', 309 => 0x53 }, 1', 310 => 0x53 },
'flashsyncspeedav' => { 82 => 0x3, 84 => 0x10f, 85 => 0x2, 86 => 0x3, 87 => 0x2, 88 => 0x2, 89 => 0x3, 90 => 0x6 }, 'flashsyncspeedav' => { 82 => 0x3, 84 => 0x10f, 85 => 0x2, 86 => 0x3, 87 => 0x2, 88 => 0x2, 89 => 0x3, 90 => 0x6 },
'flashthreshold' => { 94 => 0x1 }, 'flashthreshold' => { 94 => 0x1 },
'flashtype' => { 159 => 'Type', 184 => 0x59, 233 => 0x9, 312 => 0x1000 }, 'flashtype' => { 159 => 'Type', 184 => 0x59, 233 => 0x9, 313 => 0x1000 },
'flashwarning' => { 303 => '30.1', 304 => '7.1', 308 => '31.1', 334 => 0x 'flashwarning' => { 304 => '30.1', 305 => '7.1', 309 => '31.1', 335 => 0x
62 }, 62 },
'flashwirelessoption' => { 222 => 0x234, 237 => 0x15a, 238 => 0x1c8 }, 'flashwirelessoption' => { 222 => 0x234, 237 => 0x15a, 238 => 0x1c8 },
'flexiblespotposition' => { 434 => 0x201d }, 'flexiblespotposition' => { 435 => 0x201d },
'flickadvancedirection' => { 309 => 0x25f }, 'flickadvancedirection' => { 310 => 0x25f },
'flickerreduce' => { 410 => 0x218 }, 'flickerreduce' => { 411 => 0x218 },
'flickerreduction' => { 127 => 0x1446, 257 => 0x7 }, 'flickerreduction' => { 127 => 0x1446, 258 => 0x7 },
'flickerreductionindicator' => { 252 => 0x532 }, 'flickerreductionindicator' => { 253 => 0x532 },
'flickerreductionshooting' => { 238 => 0x1a4, 239 => 0x1b8 }, 'flickerreductionshooting' => { 238 => 0x1a4, 239 => 0x1b8 },
'flightpitchdegree' => { 116 => 'FlightPitchDegree' }, 'flightpitchdegree' => { 116 => 'FlightPitchDegree' },
'flightrolldegree' => { 116 => 'FlightRollDegree' }, 'flightrolldegree' => { 116 => 'FlightRollDegree' },
'flightxspeed' => { 116 => 'FlightXSpeed' }, 'flightxspeed' => { 116 => 'FlightXSpeed' },
'flightyawdegree' => { 116 => 'FlightYawDegree' }, 'flightyawdegree' => { 116 => 'FlightYawDegree' },
'flightyspeed' => { 116 => 'FlightYSpeed' }, 'flightyspeed' => { 116 => 'FlightYSpeed' },
'flightzspeed' => { 116 => 'FlightZSpeed' }, 'flightzspeed' => { 116 => 'FlightZSpeed' },
'fliphorizontal' => { 286 => 0x76a43206 }, 'fliphorizontal' => { 287 => 0x76a43206 },
'fnumber' => { 7 => 0x3, 9 => 0x3, 11 => 0x3, 13 => 0x3, 14 => 0x3, 15 => 'fnumber' => { 7 => 0x3, 9 => 0x3, 11 => 0x3, 13 => 0x3, 14 => 0x3, 15 =>
0x3, 16 => 0x3, 17 => 0x3, 18 => 0x3, 19 => 0x3, 20 => 0x3, 21 => 0x3, 22 => 0x 0x3, 16 => 0x3, 17 => 0x3, 18 => 0x3, 19 => 0x3, 20 => 0x3, 21 => 0x3, 22 => 0x
3, 23 => 0x3, 24 => 0x3, 25 => 0x3, 26 => 0x3, 27 => 0x3, 28 => 0x3, 29 => 0x3, 3, 23 => 0x3, 24 => 0x3, 25 => 0x3, 26 => 0x3, 27 => 0x3, 28 => 0x3, 29 => 0x3,
30 => 0x5, 31 => 0x6, 77 => 0x15, 119 => 0x829d, 137 => 0xfd04, 140 => 0x1e, 142 30 => 0x5, 31 => 0x6, 77 => 0x15, 119 => 0x829d, 137 => 0xfd04, 140 => 0x1e, 142
=> 0xfa23, 144 => 0xf103, 147 => 0x13, 149 => 0x3c, 151 => 0x1c, 152 => 0x18, 1 => 0xfa23, 144 => 0xf103, 147 => 0x13, 149 => 0x3c, 151 => 0x1c, 152 => 0x18, 1
54 => 0xc, 163 => 'FNumber', 181 => 0xa, 182 => 0x36, 183 => 0x47, 184 => 0x9, 1 54 => 0xc, 163 => 'FNumber', 181 => 0xa, 182 => 0x36, 183 => 0x47, 184 => 0x9, 1
87 => 0x49c7, 231 => 0x38, 333 => 0x35a, 369 => 0x13, 408 => 0xa019, 411 => [0x3 87 => 0x49c7, 231 => 0x38, 334 => 0x35a, 370 => 0x13, 409 => 0xa019, 412 => [0x3
1,0x49], 421 => 0x1, 422 => 0x1, 439 => [0x20,0x22,0x26], 498 => 'FNumber' }, 1,0x49], 422 => 0x1, 423 => 0x1, 440 => [0x20,0x22,0x26], 499 => 'FNumber' },
'focaldistance' => { 478 => 'FocalDistance' }, 'focaldistance' => { 479 => 'FocalDistance' },
'focallength' => { 7 => 0x1d, 8 => 0xa, 9 => 0x23, 10 => 0x9, 11 => 0x1d, 'focallength' => { 7 => 0x1d, 8 => 0xa, 9 => 0x23, 10 => 0x9, 11 => 0x1d,
12 => 0x9, 13 => 0x1e, 14 => 0x1d, 15 => 0x1d, 16 => 0x1e, 17 => 0x1e, 18 => 0x 12 => 0x9, 13 => 0x1e, 14 => 0x1d, 15 => 0x1d, 16 => 0x1e, 17 => 0x1e, 18 => 0x
1e, 19 => 0x28, 20 => 0x1e, 21 => 0x23, 22 => 0x1e, 23 => 0x1e, 24 => 0x23, 25 = 1e, 19 => 0x28, 20 => 0x1e, 21 => 0x23, 22 => 0x1e, 23 => 0x1e, 24 => 0x23, 25 =
> 0x23, 26 => 0x23, 27 => 0x23, 28 => 0x1e, 29 => 0x23, 59 => 0x1, 113 => 0x1d, > 0x23, 26 => 0x23, 27 => 0x23, 28 => 0x1e, 29 => 0x23, 59 => 0x1, 113 => 0x1d,
119 => 0x920a, 147 => 0x1d, 163 => 'FocalLength', 181 => 0x12, 226 => 0xa, 227 = 119 => 0x920a, 147 => 0x1d, 163 => 'FocalLength', 181 => 0x12, 226 => 0xa, 227 =
> 0xb, 231 => [0xc,0x3c], 328 => 0x1, 369 => 0x1d, 378 => 0x403, 401 => 0x1500, > 0xb, 231 => [0xc,0x3c], 329 => 0x1, 370 => 0x1d, 379 => 0x403, 402 => 0x1500,
420 => 0xe, 447 => 0x1278, 448 => 0x1134, 449 => 0x32c, 450 => 0x32c, 451 => 0x3 421 => 0xe, 448 => 0x1278, 449 => 0x1134, 450 => 0x32c, 451 => 0x32c, 452 => 0x3
0a, 498 => 'FocalLength' }, 0a, 499 => 'FocalLength' },
'focallength2' => { 439 => [0x23,0x25,0x29] }, 'focallength2' => { 440 => [0x23,0x25,0x29] },
'focallengthin35mmformat' => { 119 => 0xa405, 408 => 0xa01a, 498 => 'Foca 'focallengthin35mmformat' => { 119 => 0xa405, 409 => 0xa01a, 499 => 'Foca
lLengthIn35mmFilm' }, lLengthIn35mmFilm' },
'focallengthtelezoom' => { 420 => 0x10 }, 'focallengthtelezoom' => { 421 => 0x10 },
'focalplaneafpointarea' => { 452 => 0x2 }, 'focalplaneafpointarea' => { 453 => 0x2 },
'focalplaneafpointlocation1' => { 452 => 0x6 }, 'focalplaneafpointlocation1' => { 453 => 0x6 },
'focalplaneafpointlocation10' => { 452 => 0x2a }, 'focalplaneafpointlocation10' => { 453 => 0x2a },
'focalplaneafpointlocation11' => { 452 => 0x2e }, 'focalplaneafpointlocation11' => { 453 => 0x2e },
'focalplaneafpointlocation12' => { 452 => 0x32 }, 'focalplaneafpointlocation12' => { 453 => 0x32 },
'focalplaneafpointlocation13' => { 452 => 0x36 }, 'focalplaneafpointlocation13' => { 453 => 0x36 },
'focalplaneafpointlocation14' => { 452 => 0x3a }, 'focalplaneafpointlocation14' => { 453 => 0x3a },
'focalplaneafpointlocation15' => { 452 => 0x3e }, 'focalplaneafpointlocation15' => { 453 => 0x3e },
'focalplaneafpointlocation2' => { 452 => 0xa }, 'focalplaneafpointlocation2' => { 453 => 0xa },
'focalplaneafpointlocation3' => { 452 => 0xe }, 'focalplaneafpointlocation3' => { 453 => 0xe },
'focalplaneafpointlocation4' => { 452 => 0x12 }, 'focalplaneafpointlocation4' => { 453 => 0x12 },
'focalplaneafpointlocation5' => { 452 => 0x16 }, 'focalplaneafpointlocation5' => { 453 => 0x16 },
'focalplaneafpointlocation6' => { 452 => 0x1a }, 'focalplaneafpointlocation6' => { 453 => 0x1a },
'focalplaneafpointlocation7' => { 452 => 0x1e }, 'focalplaneafpointlocation7' => { 453 => 0x1e },
'focalplaneafpointlocation8' => { 452 => 0x22 }, 'focalplaneafpointlocation8' => { 453 => 0x22 },
'focalplaneafpointlocation9' => { 452 => 0x26 }, 'focalplaneafpointlocation9' => { 453 => 0x26 },
'focalplaneafpointsused' => { 452 => 0x1 }, 'focalplaneafpointsused' => { 453 => 0x1 },
'focalplanediagonal' => { 312 => 0x103, 316 => 0x205 }, 'focalplanediagonal' => { 313 => 0x103, 317 => 0x205 },
'focalplaneresolutionunit' => { 119 => 0xa210, 498 => 'FocalPlaneResoluti 'focalplaneresolutionunit' => { 119 => 0xa210, 499 => 'FocalPlaneResoluti
onUnit' }, onUnit' },
'focalplanexresolution' => { 119 => 0xa20e, 498 => 'FocalPlaneXResolution 'focalplanexresolution' => { 119 => 0xa20e, 499 => 'FocalPlaneXResolution
' }, ' },
'focalplanexsize' => { 59 => 0x2 }, 'focalplanexsize' => { 59 => 0x2 },
'focalplanexunknown' => { 59 => 0x2 }, 'focalplanexunknown' => { 59 => 0x2 },
'focalplaneyresolution' => { 119 => 0xa20f, 498 => 'FocalPlaneYResolution ' }, 'focalplaneyresolution' => { 119 => 0xa20f, 499 => 'FocalPlaneYResolution ' },
'focalplaneysize' => { 59 => 0x3 }, 'focalplaneysize' => { 59 => 0x3 },
'focalplaneyunknown' => { 59 => 0x3 }, 'focalplaneyunknown' => { 59 => 0x3 },
'focalpointx' => { 478 => 'FocalPointX' }, 'focalpointx' => { 479 => 'FocalPointX' },
'focalpointy' => { 478 => 'FocalPointY' }, 'focalpointy' => { 479 => 'FocalPointY' },
'focaltype' => { 10 => 0x2d, 59 => 0x0 }, 'focaltype' => { 10 => 0x2d, 59 => 0x0 },
'focalunits' => { 34 => 0x19 }, 'focalunits' => { 34 => 0x19 },
'focus' => { 276 => 0x8 }, 'focus' => { 277 => 0x8 },
'focusarea' => { 181 => 0x31 }, 'focusarea' => { 181 => 0x31 },
'focusareaselection' => { 304 => '15.2' }, 'focusareaselection' => { 305 => '15.2' },
'focusbracket' => { 334 => 0xbd }, 'focusbracket' => { 335 => 0xbd },
'focusbracketstepsize' => { 311 => 0x308 }, 'focusbracketstepsize' => { 312 => 0x308 },
'focuscontinuous' => { 34 => 0x20 }, 'focuscontinuous' => { 34 => 0x20 },
'focusdisplayaiservoandmf' => { 84 => 0x515 }, 'focusdisplayaiservoandmf' => { 84 => 0x515 },
'focusdistance' => { 163 => 'FocusDistance', 181 => 0x13, 187 => 0x49bb, 226 => 0x9, 227 => 0xa, 231 => [0xb,0x4e], 314 => 0x305, 328 => 0x0, 332 => 0x30 4, 333 => 0x304 }, 'focusdistance' => { 163 => 'FocusDistance', 181 => 0x13, 187 => 0x49bb, 226 => 0x9, 227 => 0xa, 231 => [0xb,0x4e], 315 => 0x305, 329 => 0x0, 333 => 0x30 4, 334 => 0x304 },
'focusdistancelower' => { 7 => 0x45, 9 => 0x8e, 11 => 0x45, 13 => 0x56, 1 4 => 0x45, 15 => 0x45, 16 => 0x52, 17 => 0x52, 18 => 0x56, 20 => 0x52, 21 => 0x8 e, 22 => 0x59, 23 => 0x57, 24 => 0x8e, 25 => 0x94, 26 => 0x95, 27 => 0xa7, 28 => 0x56, 29 => 0xa7, 57 => 0x15, 77 => 0x14 }, 'focusdistancelower' => { 7 => 0x45, 9 => 0x8e, 11 => 0x45, 13 => 0x56, 1 4 => 0x45, 15 => 0x45, 16 => 0x52, 17 => 0x52, 18 => 0x56, 20 => 0x52, 21 => 0x8 e, 22 => 0x59, 23 => 0x57, 24 => 0x8e, 25 => 0x94, 26 => 0x95, 27 => 0xa7, 28 => 0x56, 29 => 0xa7, 57 => 0x15, 77 => 0x14 },
'focusdistancerange' => { 1 => 0xc }, 'focusdistancerange' => { 1 => 0xc },
'focusdistancerangewidth' => { 231 => 0x4c }, 'focusdistancerangewidth' => { 231 => 0x4c },
'focusdistanceupper' => { 7 => 0x43, 9 => 0x8c, 11 => 0x43, 13 => 0x54, 1 4 => 0x43, 15 => 0x43, 16 => 0x50, 17 => 0x50, 18 => 0x54, 20 => 0x50, 21 => 0x8 c, 22 => 0x57, 23 => 0x55, 24 => 0x8c, 25 => 0x92, 26 => 0x93, 27 => 0xa5, 28 => 0x54, 29 => 0xa5, 57 => 0x14, 77 => 0x13 }, 'focusdistanceupper' => { 7 => 0x43, 9 => 0x8c, 11 => 0x43, 13 => 0x54, 1 4 => 0x43, 15 => 0x43, 16 => 0x50, 17 => 0x50, 18 => 0x54, 20 => 0x50, 21 => 0x8 c, 22 => 0x57, 23 => 0x55, 24 => 0x8c, 25 => 0x92, 26 => 0x93, 27 => 0xa5, 28 => 0x54, 29 => 0xa5, 57 => 0x14, 77 => 0x13 },
'focusholdbutton' => { 184 => 0x44 }, 'focusholdbutton' => { 184 => 0x44 },
'focusinfoversion' => { 314 => 0x0 }, 'focusinfoversion' => { 315 => 0x0 },
'focusingscreen' => { 83 => 0x0, 84 => 0x80b, 89 => 0x0 }, 'focusingscreen' => { 83 => 0x0, 84 => 0x80b, 89 => 0x0 },
'focuslocation' => { 434 => 0x2027 }, 'focuslocation' => { 435 => 0x2027 },
'focuslocked' => { 180 => 0x14 }, 'focuslocked' => { 180 => 0x14 },
'focusmode' => { 34 => 0x7, 112 => 0x3, 113 => [0x3003,0xd], 127 => 0x102 'focusmode' => { 34 => 0x7, 112 => 0x3, 113 => [0x3003,0xd], 127 => 0x102
1, 138 => 0x3f5, 140 => 0x38, 156 => 'FocusMode', 181 => 0x30, 183 => 0xe, 184 = 1, 138 => 0x3f5, 140 => 0x38, 156 => 'FocusMode', 181 => 0x30, 183 => 0xe, 184 =
> 0xc, 233 => 0x7, 311 => 0x301, 316 => 0x100b, 334 => 0x7, 369 => 0xd, 376 => 0 > 0xc, 233 => 0x7, 312 => 0x301, 317 => 0x100b, 335 => 0x7, 370 => 0xd, 377 => 0
x3, 401 => 0x1006, 414 => [0xb,0x5], 420 => [0x15,0x1d], 421 => 0x4d, 422 => 0x4 x3, 402 => 0x1006, 415 => [0xb,0x5], 421 => [0x15,0x1d], 422 => 0x4d, 423 => 0x4
d, 434 => [0xb042,0xb04e,0x201b], 439 => 0x13, 459 => 0x16 }, d, 435 => [0xb042,0xb04e,0x201b], 440 => 0x13, 460 => 0x16 },
'focusmode2' => { 126 => '0.1', 350 => '3.1', 439 => [0x2c,0x2e,0x32] }, 'focusmode2' => { 126 => '0.1', 351 => '3.1', 440 => [0x2c,0x2e,0x32] },
'focusmodesetting' => { 295 => '10.1', 418 => 0x14, 419 => 0x15, 421 => 0 'focusmodesetting' => { 296 => '10.1', 419 => 0x14, 420 => 0x15, 422 => 0
x10, 422 => 0xf, 423 => 0x6 }, x10, 423 => 0xf, 424 => 0x6 },
'focusmodeswitch' => { 184 => 0x58, 421 => 0x2e }, 'focusmodeswitch' => { 184 => 0x58, 422 => 0x2e },
'focuspeakingdisplay' => { 309 => 0x235 }, 'focuspeakingdisplay' => { 310 => 0x235 },
'focuspeakinghighlightcolor' => { 309 => 0x4b }, 'focuspeakinghighlightcolor' => { 310 => 0x4b },
'focuspeakinglevel' => { 309 => 0x49 }, 'focuspeakinglevel' => { 310 => 0x49 },
'focuspixel' => { 127 => 0x1023 }, 'focuspixel' => { 127 => 0x1023 },
'focuspointlock' => { 309 => 0x1d3 }, 'focuspointlock' => { 310 => 0x1d3 },
'focuspointpersistence' => { 309 => 0x105 }, 'focuspointpersistence' => { 310 => 0x105 },
'focuspointwrap' => { 293 => '2.2', 294 => '2.2', 296 => '2.1', 297 => '2 'focuspointwrap' => { 294 => '2.2', 295 => '2.2', 297 => '2.1', 298 => '2
.1', 301 => '1.1', 302 => '2.2', 303 => '1.1', 306 => '2.2', 307 => '2.1', 308 = .1', 302 => '1.1', 303 => '2.2', 304 => '1.1', 307 => '2.2', 308 => '2.1', 309 =
> '2.5', 309 => 0x16 }, > '2.5', 310 => 0x16 },
'focusposition' => { 1 => 0x2f, 226 => 0x8, 227 => 0x8, 369 => 0x10, 432 'focusposition' => { 1 => 0x2f, 226 => 0x8, 227 => 0x8, 370 => 0x10, 433
=> 0x9bb }, => 0x9bb },
'focusposition2' => { 439 => [0x29,0x2b,0x2f], 459 => 0x2d, 462 => 0x20 } 'focusposition2' => { 440 => [0x29,0x2b,0x2f], 460 => 0x2d, 463 => 0x20 }
, ,
'focuspositionhorizontal' => { 193 => 0x2f, 194 => 0x43 }, 'focuspositionhorizontal' => { 193 => 0x2f, 194 => 0x43 },
'focuspositionvertical' => { 193 => 0x31, 194 => 0x45 }, 'focuspositionvertical' => { 193 => 0x31, 194 => 0x45 },
'focusprocess' => { 311 => 0x302 }, 'focusprocess' => { 312 => 0x302 },
'focusrange' => { 34 => 0x12, 316 => 0x100a }, 'focusrange' => { 34 => 0x12, 317 => 0x100a },
'focusrangeindex' => { 360 => '3.1' }, 'focusrangeindex' => { 361 => '3.1' },
'focusresult' => { 194 => 0x4a }, 'focusresult' => { 194 => 0x4a },
'focusringrotation' => { 84 => 0x713 }, 'focusringrotation' => { 84 => 0x713 },
'focussetting' => { 411 => 0x6 }, 'focussetting' => { 412 => 0x6 },
'focusshiftautoreset' => { 239 => 0x6da }, 'focusshiftautoreset' => { 239 => 0x6da },
'focusshiftexposurelock' => { 222 => 0x1b4, 237 => 0xe8, 238 => 0xf4, 239 => 0x104 }, 'focusshiftexposurelock' => { 222 => 0x1b4, 237 => 0xe8, 238 => 0xf4, 239 => 0x104 },
'focusshiftinterval' => { 222 => 0x1b0, 237 => 0xe4, 238 => 0xf0, 239 => 0x100 }, 'focusshiftinterval' => { 222 => 0x1b0, 237 => 0xe4, 238 => 0xf0, 239 => 0x100 },
'focusshiftnumbershots' => { 222 => 0x1a8, 237 => 0xdc, 238 => 0xe8, 239 => 0xf8 }, 'focusshiftnumbershots' => { 222 => 0x1a8, 237 => 0xdc, 238 => 0xe8, 239 => 0xf8 },
'focusshiftshooting' => { 255 => 0x20 }, 'focusshiftshooting' => { 256 => 0x20 },
'focusshiftstepwidth' => { 222 => 0x1ac, 237 => 0xe0, 238 => 0xec, 239 => 0xfc }, 'focusshiftstepwidth' => { 222 => 0x1ac, 237 => 0xe0, 238 => 0xec, 239 => 0xfc },
'focusstatus' => { 420 => 0x19, 421 => 0x53, 422 => 0x53 }, 'focusstatus' => { 421 => 0x19, 422 => 0x53, 423 => 0x53 },
'focusstepcount' => { 314 => 0x301, 316 => 0x100e }, 'focusstepcount' => { 315 => 0x301, 317 => 0x100e },
'focusstepinfinity' => { 314 => 0x303, 316 => 0x103b }, 'focusstepinfinity' => { 315 => 0x303, 317 => 0x103b },
'focusstepnear' => { 314 => 0x304, 316 => 0x103c }, 'focusstepnear' => { 315 => 0x304, 317 => 0x103c },
'focustrackinglockon' => { 293 => ['1.5','4.1'], 294 => '1.4', 301 => '0. 'focustrackinglockon' => { 294 => ['1.5','4.1'], 295 => '1.4', 302 => '0.
4', 302 => '3.1', 303 => '0.4', 306 => '1.4' }, 4', 303 => '3.1', 304 => '0.4', 307 => '1.4' },
'focuswarning' => { 127 => 0x1301 }, 'focuswarning' => { 127 => 0x1301 },
'foldername' => { 181 => 0x27 }, 'foldername' => { 181 => 0x27 },
'foldernumber' => { 421 => 0x9a, 423 => [0x402,0x114,0x316] }, 'foldernumber' => { 422 => 0x9a, 424 => [0x402,0x114,0x316] },
'fontcomposite' => { 524 => [\'Fonts','FontsComposite'] }, 'fontcomposite' => { 525 => [\'Fonts','FontsComposite'] },
'fontface' => { 524 => [\'Fonts','FontsFontFace'] }, 'fontface' => { 525 => [\'Fonts','FontsFontFace'] },
'fontfamily' => { 524 => [\'Fonts','FontsFontFamily'] }, 'fontfamily' => { 525 => [\'Fonts','FontsFontFamily'] },
'fontfilename' => { 524 => [\'Fonts','FontsFontFileName'] }, 'fontfilename' => { 525 => [\'Fonts','FontsFontFileName'] },
'fontname' => { 524 => [\'Fonts','FontsFontName'] }, 'fontname' => { 525 => [\'Fonts','FontsFontName'] },
'fonts' => { 524 => 'Fonts' }, 'fonts' => { 525 => 'Fonts' },
'fonttype' => { 524 => [\'Fonts','FontsFontType'] }, 'fonttype' => { 525 => [\'Fonts','FontsFontType'] },
'fontversion' => { 524 => [\'Fonts','FontsVersionString'] }, 'fontversion' => { 525 => [\'Fonts','FontsVersionString'] },
'for' => { 385 => 'For' }, 'for' => { 386 => 'For' },
'forcewrite' => { 120 => 'ForceWrite' }, 'forcewrite' => { 120 => 'ForceWrite' },
'format' => { 394 => "\xa9fmt", 477 => 'Format', 495 => 'format', 517 => 'format' => { 395 => "\xa9fmt", 478 => 'Format', 496 => 'format', 518 =>
'Format' }, 'Format' },
'forwardlock' => { 514 => 'forwardlock' }, 'forwardlock' => { 515 => 'forwardlock' },
'forwardmatrix1' => { 119 => 0xc714 }, 'forwardmatrix1' => { 119 => 0xc714 },
'forwardmatrix2' => { 119 => 0xc715 }, 'forwardmatrix2' => { 119 => 0xc715 },
'forwardmatrix3' => { 119 => 0xcd34 }, 'forwardmatrix3' => { 119 => 0xcd34 },
'fossilspecimen' => { 118 => 'FossilSpecimen' }, 'fossilspecimen' => { 118 => 'FossilSpecimen' },
'fossilspecimenmaterialsampleid' => { 118 => [\'FossilSpecimen','FossilSp ecimenMaterialSampleID'] }, 'fossilspecimenmaterialsampleid' => { 118 => [\'FossilSpecimen','FossilSp ecimenMaterialSampleID'] },
'framecount' => { 67 => [0x2,0x4] }, 'framecount' => { 67 => [0x2,0x4] },
'frameheight' => { 127 => 0x3822 }, 'frameheight' => { 127 => 0x3822 },
'framenum' => { 380 => 0xd7 }, 'framenum' => { 381 => 0xd7 },
'framenumber' => { 127 => 0x8003, 187 => 0x3c, 369 => 0x29 }, 'framenumber' => { 127 => 0x8003, 187 => 0x3c, 370 => 0x29 },
'framerate' => { 67 => [0x1,0x6], 119 => 0xc764, 127 => 0x3820 }, 'framerate' => { 67 => [0x1,0x6], 119 => 0xc764, 127 => 0x3820 },
'framereadouttime' => { 388 => 'camera.framereadouttimeinmicroseconds' }, 'framereadouttime' => { 389 => 'camera.framereadouttimeinmicroseconds' },
'framewidth' => { 127 => 0x3821 }, 'framewidth' => { 127 => 0x3821 },
'framing' => { 508 => 'framing' }, 'framing' => { 509 => 'framing' },
'freebytes' => { 97 => 0x1 }, 'freebytes' => { 97 => 0x1 },
'freememorycardimages' => { 182 => [0x37,0x54], 183 => [0x2d,0x4a], 184 = > 0x32 }, 'freememorycardimages' => { 182 => [0x37,0x54], 183 => [0x2d,0x4a], 184 = > 0x32 },
'frontfacingcamera' => { 1 => 0x45 }, 'frontfacingcamera' => { 1 => 0x45 },
'fujiflashmode' => { 127 => 0x1010 }, 'fujiflashmode' => { 127 => 0x1010 },
'fujimodel' => { 127 => 0x1447 }, 'fujimodel' => { 127 => 0x1447 },
'fujimodel2' => { 127 => 0x1448 }, 'fujimodel2' => { 127 => 0x1448 },
'fullhdhighspeedrec' => { 127 => 0x3824 }, 'fullhdhighspeedrec' => { 127 => 0x3824 },
'fullimagesize' => { 434 => 0xb02b }, 'fullimagesize' => { 435 => 0xb02b },
'fullpanoheightpixels' => { 480 => 'FullPanoHeightPixels', 481 => 'FullPa 'fullpanoheightpixels' => { 481 => 'FullPanoHeightPixels', 482 => 'FullPa
noHeightPixels' }, noHeightPixels' },
'fullpanowidthpixels' => { 480 => 'FullPanoWidthPixels', 481 => 'FullPano 'fullpanowidthpixels' => { 481 => 'FullPanoWidthPixels', 482 => 'FullPano
WidthPixels' }, WidthPixels' },
'fullpresssnap' => { 401 => 0x100d }, 'fullpresssnap' => { 402 => 0x100d },
'fullsizeimage' => { 162 => 'data' }, 'fullsizeimage' => { 162 => 'data' },
'fullsizeimagename' => { 162 => '1Name' }, 'fullsizeimagename' => { 162 => '1Name' },
'fullsizeimagetype' => { 162 => '0Type' }, 'fullsizeimagetype' => { 162 => '0Type' },
'func1button' => { 296 => '14.1', 297 => '14.1', 307 => '14.1', 309 => 0x 'func1button' => { 297 => '14.1', 298 => '14.1', 308 => '14.1', 310 => 0x
63 }, 63 },
'func1buttonplaybackmode' => { 309 => 0x1a5 }, 'func1buttonplaybackmode' => { 310 => 0x1a5 },
'func1buttonplusdials' => { 296 => '42.1', 297 => '42.1', 307 => '42.1' } 'func1buttonplusdials' => { 297 => '42.1', 298 => '42.1', 308 => '42.1' }
, ,
'func2button' => { 296 => '80.1', 297 => '80.1', 307 => '80.1', 309 => 0x 'func2button' => { 297 => '80.1', 298 => '80.1', 308 => '80.1', 310 => 0x
73 }, 73 },
'func2buttonplaybackmode' => { 309 => 0x1a7 }, 'func2buttonplaybackmode' => { 310 => 0x1a7 },
'func2buttonplusdials' => { 296 => '81.1' }, 'func2buttonplusdials' => { 297 => '81.1' },
'func3button' => { 296 => '83.1', 309 => 0x119 }, 'func3button' => { 297 => '83.1', 310 => 0x119 },
'func3buttonplaybackmode' => { 309 => 0x1a9 }, 'func3buttonplaybackmode' => { 310 => 0x1a9 },
'func4button' => { 309 => 0x175 }, 'func4button' => { 310 => 0x175 },
'func4buttonplaybackmode' => { 309 => 0x1af }, 'func4buttonplaybackmode' => { 310 => 0x1af },
'funcbutton' => { 293 => ['14.1','15.1'], 294 => '14.1', 302 => '28.1', 3 'funcbutton' => { 294 => ['14.1','15.1'], 295 => '14.1', 303 => '28.1', 3
03 => '13.1', 306 => '14.1', 308 => '14.1' }, 04 => '13.1', 307 => '14.1', 309 => '14.1' },
'funcbuttonplusdials' => { 293 => ['14.2','15.2'], 294 => '14.2', 302 => 'funcbuttonplusdials' => { 294 => ['14.2','15.2'], 295 => '14.2', 303 =>
'31.1', 306 => '42.1' }, '31.1', 307 => '42.1' },
'functionbutton' => { 300 => '13.1', 304 => '5.2' }, 'functionbutton' => { 301 => '13.1', 305 => '5.2' },
'gainbase' => { 315 => 0x610 }, 'gainbase' => { 316 => 0x610 },
'gaincontrol' => { 119 => 0xa407, 498 => 'GainControl' }, 'gaincontrol' => { 119 => 0xa407, 499 => 'GainControl' },
'gamma' => { 119 => 0xa500, 138 => 0x8fe, 322 => 'gAMA', 339 => 0x11c, 49 'gamma' => { 119 => 0xa500, 138 => 0x8fe, 323 => 'gAMA', 340 => 0x11c, 50
9 => 'Gamma' }, 0 => 'Gamma' },
'gammablackpoint' => { 105 => 0xc }, 'gammablackpoint' => { 105 => 0xc },
'gammacolortone' => { 105 => 0x3 }, 'gammacolortone' => { 105 => 0x3 },
'gammacompensatedvalue' => { 133 => 0x91 }, 'gammacompensatedvalue' => { 133 => 0x91 },
'gammacontrast' => { 105 => 0x2 }, 'gammacontrast' => { 105 => 0x2 },
'gammacurveoutputrange' => { 105 => 0xf }, 'gammacurveoutputrange' => { 105 => 0xf },
'gammahighlight' => { 105 => 0xa }, 'gammahighlight' => { 105 => 0xa },
'gammalinear' => { 103 => 0x20200 }, 'gammalinear' => { 103 => 0x20200 },
'gammamidpoint' => { 105 => 0xe }, 'gammamidpoint' => { 105 => 0xe },
'gammasaturation' => { 105 => 0x4 }, 'gammasaturation' => { 105 => 0x4 },
'gammashadow' => { 105 => 0x9 }, 'gammashadow' => { 105 => 0x9 },
'gammasharpnessstrength' => { 105 => 0x8 }, 'gammasharpnessstrength' => { 105 => 0x8 },
'gammaunsharpmaskfineness' => { 105 => 0x6 }, 'gammaunsharpmaskfineness' => { 105 => 0x6 },
'gammaunsharpmaskstrength' => { 105 => 0x5 }, 'gammaunsharpmaskstrength' => { 105 => 0x5 },
'gammaunsharpmaskthreshold' => { 105 => 0x7 }, 'gammaunsharpmaskthreshold' => { 105 => 0x7 },
'gammawhitepoint' => { 105 => 0xd }, 'gammawhitepoint' => { 105 => 0xd },
'garminsettings' => { 394 => 'pmcc' }, 'garminsettings' => { 395 => 'pmcc' },
'garminsoftware' => { 394 => 'uuid' }, 'garminsoftware' => { 395 => 'uuid' },
'gdalmetadata' => { 119 => 0xa480 }, 'gdalmetadata' => { 119 => 0xa480 },
'gdalnodata' => { 119 => 0xa481 }, 'gdalnodata' => { 119 => 0xa481 },
'geimagesize' => { 127 => 0x1304 }, 'geimagesize' => { 127 => 0x1304 },
'gemake' => { 129 => 0x300 }, 'gemake' => { 129 => 0x300 },
'gemodel' => { 129 => 0x207 }, 'gemodel' => { 129 => 0x207 },
'genre' => { 386 => ['gnre',"\xa9gen"], 388 => 'genre', 394 => ['gnre',"\ 'genre' => { 387 => ['gnre',"\xa9gen"], 389 => 'genre', 395 => ['gnre',"\
xa9gen"], 505 => 'Genre', 509 => 'genre', 519 => 'genre' }, xa9gen"], 506 => 'Genre', 510 => 'genre', 520 => 'genre' },
'genrecvid' => { 505 => [\'Genre','GenreCvId'] }, 'genrecvid' => { 506 => [\'Genre','GenreCvId'] },
'genrecvtermid' => { 505 => [\'Genre','GenreCvTermId'] }, 'genrecvtermid' => { 506 => [\'Genre','GenreCvTermId'] },
'genrecvtermname' => { 505 => [\'Genre','GenreCvTermName'] }, 'genrecvtermname' => { 506 => [\'Genre','GenreCvTermName'] },
'genrecvtermrefinedabout' => { 505 => [\'Genre','GenreCvTermRefinedAbout' 'genrecvtermrefinedabout' => { 506 => [\'Genre','GenreCvTermRefinedAbout'
] }, ] },
'genreid' => { 386 => 'geID' }, 'genreid' => { 387 => 'geID' },
'geography' => { 510 => 'geography' }, 'geography' => { 511 => 'geography' },
'geologicalcontext' => { 118 => 'GeologicalContext' }, 'geologicalcontext' => { 118 => 'GeologicalContext' },
'geologicalcontextbed' => { 118 => [\'GeologicalContext','GeologicalConte xtBed'] }, 'geologicalcontextbed' => { 118 => [\'GeologicalContext','GeologicalConte xtBed'] },
'geologicalcontextformation' => { 118 => [\'GeologicalContext','Geologica lContextFormation'] }, 'geologicalcontextformation' => { 118 => [\'GeologicalContext','Geologica lContextFormation'] },
'geologicalcontextgroup' => { 118 => [\'GeologicalContext','GeologicalCon textGroup'] }, 'geologicalcontextgroup' => { 118 => [\'GeologicalContext','GeologicalCon textGroup'] },
'geologicalcontextid' => { 118 => [\'GeologicalContext','GeologicalContex tGeologicalContextID'] }, 'geologicalcontextid' => { 118 => [\'GeologicalContext','GeologicalContex tGeologicalContextID'] },
'geologicalcontextmember' => { 118 => [\'GeologicalContext','GeologicalCo ntextMember'] }, 'geologicalcontextmember' => { 118 => [\'GeologicalContext','GeologicalCo ntextMember'] },
'geosync' => { 120 => 'Geosync' }, 'geosync' => { 120 => 'Geosync' },
'geotag' => { 120 => 'Geotag' }, 'geotag' => { 120 => 'Geotag' },
'geotiffasciiparams' => { 119 => 0x87b1 }, 'geotiffasciiparams' => { 119 => 0x87b1 },
'geotiffdirectory' => { 119 => 0x87af }, 'geotiffdirectory' => { 119 => 0x87af },
'geotiffdoubleparams' => { 119 => 0x87b0 }, 'geotiffdoubleparams' => { 119 => 0x87b0 },
'geotime' => { 120 => 'Geotime' }, 'geotime' => { 120 => 'Geotime' },
'giftftppriority' => { 482 => 'GIFTFtpPriority' }, 'giftftppriority' => { 483 => 'GIFTFtpPriority' },
'gimbalpitchdegree' => { 116 => 'GimbalPitchDegree' }, 'gimbalpitchdegree' => { 116 => 'GimbalPitchDegree' },
'gimbalreverse' => { 116 => 'GimbalReverse' }, 'gimbalreverse' => { 116 => 'GimbalReverse' },
'gimbalrolldegree' => { 116 => 'GimbalRollDegree' }, 'gimbalrolldegree' => { 116 => 'GimbalRollDegree' },
'gimbalyawdegree' => { 116 => 'GimbalYawDegree' }, 'gimbalyawdegree' => { 116 => 'GimbalYawDegree' },
'globalaltitude' => { 383 => 0x419 }, 'globalaltitude' => { 384 => 0x419 },
'globalangle' => { 383 => 0x40d }, 'globalangle' => { 384 => 0x40d },
'good' => { 519 => 'good' }, 'good' => { 520 => 'good' },
'googlehostheader' => { 386 => 'gshh' }, 'googlehostheader' => { 387 => 'gshh' },
'googlepingmessage' => { 386 => 'gspm' }, 'googlepingmessage' => { 387 => 'gspm' },
'googlepingurl' => { 386 => 'gspu' }, 'googlepingurl' => { 387 => 'gspu' },
'googleplusuploadcode' => { 119 => 0x9009 }, 'googleplusuploadcode' => { 119 => 0x9009 },
'googlesourcedata' => { 386 => 'gssd' }, 'googlesourcedata' => { 387 => 'gssd' },
'googlestarttime' => { 386 => 'gsst' }, 'googlestarttime' => { 387 => 'gsst' },
'googletrackduration' => { 386 => 'gstd' }, 'googletrackduration' => { 387 => 'gstd' },
'goprotype' => { 394 => 'GoPr' }, 'goprotype' => { 395 => 'GoPr' },
'gpsaltitude' => { 130 => 0x6, 160 => 'Altitude', 498 => 'GPSAltitude' }, 'gpsaltitude' => { 130 => 0x6, 160 => 'Altitude', 499 => 'GPSAltitude' },
'gpsaltituderef' => { 130 => 0x5, 498 => 'GPSAltitudeRef' }, 'gpsaltituderef' => { 130 => 0x5, 499 => 'GPSAltitudeRef' },
'gpsareainformation' => { 130 => 0x1c, 498 => 'GPSAreaInformation' }, 'gpsareainformation' => { 130 => 0x1c, 499 => 'GPSAreaInformation' },
'gpscoordinates' => { 386 => "\xa9xyz", 388 => 'location.ISO6709', 394 => 'gpscoordinates' => { 387 => "\xa9xyz", 389 => 'location.ISO6709', 395 =>
['@xyz',"\xa9xyz"] }, ['@xyz',"\xa9xyz"] },
'gpsdatestamp' => { 130 => 0x1d }, 'gpsdatestamp' => { 130 => 0x1d },
'gpsdatetime' => { 160 => 'DateTime', 498 => 'GPSTimeStamp' }, 'gpsdatetime' => { 160 => 'DateTime', 499 => 'GPSTimeStamp' },
'gpsdestbearing' => { 130 => 0x18, 160 => 'Bearing', 498 => 'GPSDestBeari 'gpsdestbearing' => { 130 => 0x18, 160 => 'Bearing', 499 => 'GPSDestBeari
ng' }, ng' },
'gpsdestbearingref' => { 130 => 0x17, 498 => 'GPSDestBearingRef' }, 'gpsdestbearingref' => { 130 => 0x17, 499 => 'GPSDestBearingRef' },
'gpsdestdistance' => { 130 => 0x1a, 160 => 'Distance', 498 => 'GPSDestDis 'gpsdestdistance' => { 130 => 0x1a, 160 => 'Distance', 499 => 'GPSDestDis
tance' }, tance' },
'gpsdestdistanceref' => { 130 => 0x19, 498 => 'GPSDestDistanceRef' }, 'gpsdestdistanceref' => { 130 => 0x19, 499 => 'GPSDestDistanceRef' },
'gpsdestlatitude' => { 130 => 0x14, 498 => 'GPSDestLatitude' }, 'gpsdestlatitude' => { 130 => 0x14, 499 => 'GPSDestLatitude' },
'gpsdestlatituderef' => { 130 => 0x13 }, 'gpsdestlatituderef' => { 130 => 0x13 },
'gpsdestlongitude' => { 130 => 0x16, 498 => 'GPSDestLongitude' }, 'gpsdestlongitude' => { 130 => 0x16, 499 => 'GPSDestLongitude' },
'gpsdestlongituderef' => { 130 => 0x15 }, 'gpsdestlongituderef' => { 130 => 0x15 },
'gpsdifferential' => { 130 => 0x1e, 160 => 'Differential', 498 => 'GPSDif 'gpsdifferential' => { 130 => 0x1e, 160 => 'Differential', 499 => 'GPSDif
ferential' }, ferential' },
'gpsdop' => { 130 => 0xb, 498 => 'GPSDOP' }, 'gpsdop' => { 130 => 0xb, 499 => 'GPSDOP' },
'gpshpositioningerror' => { 130 => 0x1f, 498 => 'GPSHPositioningError' }, 'gpshpositioningerror' => { 130 => 0x1f, 499 => 'GPSHPositioningError' },
'gpsimgdirection' => { 130 => 0x11, 498 => 'GPSImgDirection' }, 'gpsimgdirection' => { 130 => 0x11, 499 => 'GPSImgDirection' },
'gpsimgdirectionref' => { 130 => 0x10, 498 => 'GPSImgDirectionRef' }, 'gpsimgdirectionref' => { 130 => 0x10, 499 => 'GPSImgDirectionRef' },
'gpslatitude' => { 114 => 'GPS-GPSLatitude', 116 => 'GpsLatitude', 130 => 'gpslatitude' => { 114 => 'GPS-GPSLatitude', 116 => 'GpsLatitude', 130 =>
0x2, 160 => 'Latitude', 498 => 'GPSLatitude' }, 0x2, 160 => 'Latitude', 499 => 'GPSLatitude' },
'gpslatituderef' => { 130 => 0x1 }, 'gpslatituderef' => { 130 => 0x1 },
'gpslongitude' => { 114 => 'GPS-GPSLongitude', 116 => 'GpsLongitude', 130 => 0x4, 160 => 'Longitude', 498 => 'GPSLongitude' }, 'gpslongitude' => { 114 => 'GPS-GPSLongitude', 116 => 'GpsLongitude', 130 => 0x4, 160 => 'Longitude', 499 => 'GPSLongitude' },
'gpslongituderef' => { 130 => 0x3 }, 'gpslongituderef' => { 130 => 0x3 },
'gpslongtitude' => { 116 => 'GpsLongtitude' }, 'gpslongtitude' => { 116 => 'GpsLongtitude' },
'gpsmapdatum' => { 130 => 0x12, 160 => 'Datum', 498 => 'GPSMapDatum' }, 'gpsmapdatum' => { 130 => 0x12, 160 => 'Datum', 499 => 'GPSMapDatum' },
'gpsmeasuremode' => { 130 => 0xa, 160 => 'MeasureMode', 498 => 'GPSMeasur 'gpsmeasuremode' => { 130 => 0xa, 160 => 'MeasureMode', 499 => 'GPSMeasur
eMode' }, eMode' },
'gpsposition' => { 114 => 'Exif-GPSPosition' }, 'gpsposition' => { 114 => 'Exif-GPSPosition' },
'gpsprocessingmethod' => { 130 => 0x1b, 498 => 'GPSProcessingMethod' }, 'gpsprocessingmethod' => { 130 => 0x1b, 499 => 'GPSProcessingMethod' },
'gpssatellites' => { 130 => 0x8, 160 => 'Satellites', 498 => 'GPSSatellit 'gpssatellites' => { 130 => 0x8, 160 => 'Satellites', 499 => 'GPSSatellit
es' }, es' },
'gpsspeed' => { 130 => 0xd, 160 => 'Speed', 498 => 'GPSSpeed' }, 'gpsspeed' => { 130 => 0xd, 160 => 'Speed', 499 => 'GPSSpeed' },
'gpsspeedref' => { 130 => 0xc, 498 => 'GPSSpeedRef' }, 'gpsspeedref' => { 130 => 0xc, 499 => 'GPSSpeedRef' },
'gpsstatus' => { 130 => 0x9, 498 => 'GPSStatus' }, 'gpsstatus' => { 130 => 0x9, 499 => 'GPSStatus' },
'gpsstring' => { 138 => 0x402 }, 'gpsstring' => { 138 => 0x402 },
'gpstimestamp' => { 130 => 0x7 }, 'gpstimestamp' => { 130 => 0x7 },
'gpstrack' => { 130 => 0xf, 160 => 'Heading', 498 => 'GPSTrack' }, 'gpstrack' => { 130 => 0xf, 160 => 'Heading', 499 => 'GPSTrack' },
'gpstrackref' => { 130 => 0xe, 498 => 'GPSTrackRef' }, 'gpstrackref' => { 130 => 0xe, 499 => 'GPSTrackRef' },
'gpsversionid' => { 130 => 0x0, 498 => 'GPSVersionID' }, 'gpsversionid' => { 130 => 0x0, 499 => 'GPSVersionID' },
'gradation' => { 311 => 0x50f }, 'gradation' => { 312 => 0x50f },
'gradientbasedcorractive' => { 492 => [\'GradientBasedCorrections','Gradi 'gradientbasedcorractive' => { 493 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsCorrectionActive'], 494 => [\'GradientBasedCorrections','Grad entBasedCorrectionsCorrectionActive'], 495 => [\'GradientBasedCorrections','Grad
ientBasedCorrectionsCorrectionActive'] }, ientBasedCorrectionsCorrectionActive'] },
'gradientbasedcorramount' => { 492 => [\'GradientBasedCorrections','Gradi 'gradientbasedcorramount' => { 493 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsCorrectionAmount'], 494 => [\'GradientBasedCorrections','Grad entBasedCorrectionsCorrectionAmount'], 495 => [\'GradientBasedCorrections','Grad
ientBasedCorrectionsCorrectionAmount'] }, ientBasedCorrectionsCorrectionAmount'] },
'gradientbasedcorrblacks2012' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrblacks2012' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalBlacks2012'], 494 => [\'GradientBasedCorrections','G radientBasedCorrectionsLocalBlacks2012'], 495 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalBlacks2012'] }, radientBasedCorrectionsLocalBlacks2012'] },
'gradientbasedcorrbrightness' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrbrightness' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalBrightness'], 494 => [\'GradientBasedCorrections','G radientBasedCorrectionsLocalBrightness'], 495 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalBrightness'] }, radientBasedCorrectionsLocalBrightness'] },
'gradientbasedcorrclarity' => { 492 => [\'GradientBasedCorrections','Grad 'gradientbasedcorrclarity' => { 493 => [\'GradientBasedCorrections','Grad
ientBasedCorrectionsLocalClarity'], 494 => [\'GradientBasedCorrections','Gradien ientBasedCorrectionsLocalClarity'], 495 => [\'GradientBasedCorrections','Gradien
tBasedCorrectionsLocalClarity'] }, tBasedCorrectionsLocalClarity'] },
'gradientbasedcorrclarity2012' => { 492 => [\'GradientBasedCorrections',' 'gradientbasedcorrclarity2012' => { 493 => [\'GradientBasedCorrections','
GradientBasedCorrectionsLocalClarity2012'], 494 => [\'GradientBasedCorrections', GradientBasedCorrectionsLocalClarity2012'], 495 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsLocalClarity2012'] }, 'GradientBasedCorrectionsLocalClarity2012'] },
'gradientbasedcorrcontrast' => { 492 => [\'GradientBasedCorrections','Gra 'gradientbasedcorrcontrast' => { 493 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsLocalContrast'], 494 => [\'GradientBasedCorrections','Gradi dientBasedCorrectionsLocalContrast'], 495 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsLocalContrast'] }, entBasedCorrectionsLocalContrast'] },
'gradientbasedcorrcontrast2012' => { 492 => [\'GradientBasedCorrections', 'gradientbasedcorrcontrast2012' => { 493 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsLocalContrast2012'], 494 => [\'GradientBasedCorrections 'GradientBasedCorrectionsLocalContrast2012'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsLocalContrast2012'] }, ','GradientBasedCorrectionsLocalContrast2012'] },
'gradientbasedcorrcorrectionname' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrcorrectionname' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionName'], 494 => [\'GradientBasedCorrections' ','GradientBasedCorrectionsCorrectionName'], 495 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionName'] }, ,'GradientBasedCorrectionsCorrectionName'] },
'gradientbasedcorrcorrectionsyncid' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrcorrectionsyncid' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionSyncID'], 494 => [\'GradientBasedCorrecti ns','GradientBasedCorrectionsCorrectionSyncID'], 495 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionSyncID'] }, ons','GradientBasedCorrectionsCorrectionSyncID'] },
'gradientbasedcorrdefringe' => { 492 => [\'GradientBasedCorrections','Gra 'gradientbasedcorrdefringe' => { 493 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsLocalDefringe'], 494 => [\'GradientBasedCorrections','Gradi dientBasedCorrectionsLocalDefringe'], 495 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsLocalDefringe'] }, entBasedCorrectionsLocalDefringe'] },
'gradientbasedcorrdehaze' => { 492 => [\'GradientBasedCorrections','Gradi 'gradientbasedcorrdehaze' => { 493 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsLocalDehaze'], 494 => [\'GradientBasedCorrections','GradientB entBasedCorrectionsLocalDehaze'], 495 => [\'GradientBasedCorrections','GradientB
asedCorrectionsLocalDehaze'] }, asedCorrectionsLocalDehaze'] },
'gradientbasedcorrections' => { 492 => 'GradientBasedCorrections', 494 => 'gradientbasedcorrections' => { 493 => 'GradientBasedCorrections', 495 =>
'GradientBasedCorrections' }, 'GradientBasedCorrections' },
'gradientbasedcorrexposure' => { 492 => [\'GradientBasedCorrections','Gra 'gradientbasedcorrexposure' => { 493 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsLocalExposure'], 494 => [\'GradientBasedCorrections','Gradi dientBasedCorrectionsLocalExposure'], 495 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsLocalExposure'] }, entBasedCorrectionsLocalExposure'] },
'gradientbasedcorrexposure2012' => { 492 => [\'GradientBasedCorrections', 'gradientbasedcorrexposure2012' => { 493 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsLocalExposure2012'], 494 => [\'GradientBasedCorrections 'GradientBasedCorrectionsLocalExposure2012'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsLocalExposure2012'] }, ','GradientBasedCorrectionsLocalExposure2012'] },
'gradientbasedcorrhighlights2012' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrhighlights2012' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsLocalHighlights2012'], 494 => [\'GradientBasedCorrect ','GradientBasedCorrectionsLocalHighlights2012'], 495 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsLocalHighlights2012'] }, ions','GradientBasedCorrectionsLocalHighlights2012'] },
'gradientbasedcorrhue' => { 492 => [\'GradientBasedCorrections','Gradient 'gradientbasedcorrhue' => { 493 => [\'GradientBasedCorrections','Gradient
BasedCorrectionsLocalHue'], 494 => [\'GradientBasedCorrections','GradientBasedCo BasedCorrectionsLocalHue'], 495 => [\'GradientBasedCorrections','GradientBasedCo
rrectionsLocalHue'] }, rrectionsLocalHue'] },
'gradientbasedcorrluminancenoise' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrluminancenoise' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsLocalLuminanceNoise'], 494 => [\'GradientBasedCorrect ','GradientBasedCorrectionsLocalLuminanceNoise'], 495 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsLocalLuminanceNoise'] }, ions','GradientBasedCorrectionsLocalLuminanceNoise'] },
'gradientbasedcorrmaskalpha' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskalpha' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksAlpha'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksAlpha'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksAlpha'] }, ','GradientBasedCorrectionsCorrectionMasksAlpha'] },
'gradientbasedcorrmaskangle' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskangle' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksAngle'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksAngle'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksAngle'] }, ','GradientBasedCorrectionsCorrectionMasksAngle'] },
'gradientbasedcorrmaskbottom' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrmaskbottom' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsCorrectionMasksBottom'], 494 => [\'GradientBasedCorrectio radientBasedCorrectionsCorrectionMasksBottom'], 495 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksBottom'] }, ns','GradientBasedCorrectionsCorrectionMasksBottom'] },
'gradientbasedcorrmaskcentervalue' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskcentervalue' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksCenterValue'], 494 => [\'GradientBase s','GradientBasedCorrectionsCorrectionMasksCenterValue'], 495 => [\'GradientBase
dCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] }, dCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
'gradientbasedcorrmaskcenterweight' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrmaskcenterweight' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 494 => [\'GradientBa ns','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 495 => [\'GradientBa
sedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] }, sedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
'gradientbasedcorrmaskdabs' => { 492 => [\'GradientBasedCorrections','Gra 'gradientbasedcorrmaskdabs' => { 493 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsCorrectionMasksDabs'], 494 => [\'GradientBasedCorrections', dientBasedCorrectionsCorrectionMasksDabs'], 495 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsCorrectionMasksDabs'] }, 'GradientBasedCorrectionsCorrectionMasksDabs'] },
'gradientbasedcorrmaskfeather' => { 492 => [\'GradientBasedCorrections',' 'gradientbasedcorrmaskfeather' => { 493 => [\'GradientBasedCorrections','
GradientBasedCorrectionsCorrectionMasksFeather'], 494 => [\'GradientBasedCorrect GradientBasedCorrectionsCorrectionMasksFeather'], 495 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksFeather'] }, ions','GradientBasedCorrectionsCorrectionMasksFeather'] },
'gradientbasedcorrmaskflipped' => { 492 => [\'GradientBasedCorrections',' 'gradientbasedcorrmaskflipped' => { 493 => [\'GradientBasedCorrections','
GradientBasedCorrectionsCorrectionMasksFlipped'], 494 => [\'GradientBasedCorrect GradientBasedCorrectionsCorrectionMasksFlipped'], 495 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksFlipped'] }, ions','GradientBasedCorrectionsCorrectionMasksFlipped'] },
'gradientbasedcorrmaskflow' => { 492 => [\'GradientBasedCorrections','Gra 'gradientbasedcorrmaskflow' => { 493 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsCorrectionMasksFlow'], 494 => [\'GradientBasedCorrections', dientBasedCorrectionsCorrectionMasksFlow'], 495 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsCorrectionMasksFlow'] }, 'GradientBasedCorrectionsCorrectionMasksFlow'] },
'gradientbasedcorrmaskfullx' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskfullx' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksFullX'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksFullX'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksFullX'] }, ','GradientBasedCorrectionsCorrectionMasksFullX'] },
'gradientbasedcorrmaskfully' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskfully' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksFullY'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksFullY'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksFullY'] }, ','GradientBasedCorrectionsCorrectionMasksFullY'] },
'gradientbasedcorrmaskinputdigest' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskinputdigest' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksInputDigest'], 494 => [\'GradientBase s','GradientBasedCorrectionsCorrectionMasksInputDigest'], 495 => [\'GradientBase
dCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] }, dCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
'gradientbasedcorrmaskleft' => { 492 => [\'GradientBasedCorrections','Gra 'gradientbasedcorrmaskleft' => { 493 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsCorrectionMasksLeft'], 494 => [\'GradientBasedCorrections', dientBasedCorrectionsCorrectionMasksLeft'], 495 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsCorrectionMasksLeft'] }, 'GradientBasedCorrectionsCorrectionMasksLeft'] },
'gradientbasedcorrmaskmaskactive' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmaskactive' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMaskActive'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMaskActive'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] }, orrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
'gradientbasedcorrmaskmaskblendmode' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrmaskmaskblendmode' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 494 => [\'Gradient ons','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 495 => [\'Gradient
BasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] }, BasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
'gradientbasedcorrmaskmaskdigest' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmaskdigest' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] }, orrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
'gradientbasedcorrmaskmaskinverted' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrmaskmaskinverted' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 494 => [\'GradientBa ns','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 495 => [\'GradientBa
sedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] }, sedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
'gradientbasedcorrmaskmaskname' => { 492 => [\'GradientBasedCorrections', 'gradientbasedcorrmaskmaskname' => { 493 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsCorrectionMasksMaskName'], 494 => [\'GradientBasedCorre 'GradientBasedCorrectionsCorrectionMasksMaskName'], 495 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksMaskName'] }, ctions','GradientBasedCorrectionsCorrectionMasksMaskName'] },
'gradientbasedcorrmaskmasks' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskmasks' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksMasks'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksMasks'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasks'] }, ','GradientBasedCorrectionsCorrectionMasksMasks'] },
'gradientbasedcorrmaskmasksalpha' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmasksalpha' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
'gradientbasedcorrmaskmasksangle' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmasksangle' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
'gradientbasedcorrmaskmasksbottom' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskmasksbottom' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 494 => [\'GradientBase s','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 495 => [\'GradientBase
dCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] }, dCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
'gradientbasedcorrmaskmaskscentervalue' => { 492 => [\'GradientBasedCorre 'gradientbasedcorrmaskmaskscentervalue' => { 493 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 494 => [\'Gr ctions','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 495 => [\'Gr
adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue
'] }, '] },
'gradientbasedcorrmaskmaskscenterweight' => { 492 => [\'GradientBasedCorr 'gradientbasedcorrmaskmaskscenterweight' => { 493 => [\'GradientBasedCorr
ections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 494 => [\' ections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 495 => [\'
GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWei GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWei
ght'] }, ght'] },
'gradientbasedcorrmaskmasksdabs' => { 492 => [\'GradientBasedCorrections' 'gradientbasedcorrmaskmasksdabs' => { 493 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionMasksMasksDabs'], 494 => [\'GradientBasedCor ,'GradientBasedCorrectionsCorrectionMasksMasksDabs'], 495 => [\'GradientBasedCor
rections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] }, rections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
'gradientbasedcorrmaskmasksfeather' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrmaskmasksfeather' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 494 => [\'GradientBa ns','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 495 => [\'GradientBa
sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] }, sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
'gradientbasedcorrmaskmasksflipped' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrmaskmasksflipped' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 494 => [\'GradientBa ns','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 495 => [\'GradientBa
sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] }, sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
'gradientbasedcorrmaskmasksflow' => { 492 => [\'GradientBasedCorrections' 'gradientbasedcorrmaskmasksflow' => { 493 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionMasksMasksFlow'], 494 => [\'GradientBasedCor ,'GradientBasedCorrectionsCorrectionMasksMasksFlow'], 495 => [\'GradientBasedCor
rections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] }, rections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
'gradientbasedcorrmaskmasksfullx' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmasksfullx' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
'gradientbasedcorrmaskmasksfully' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmasksfully' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
'gradientbasedcorrmaskmasksinputdigest' => { 492 => [\'GradientBasedCorre 'gradientbasedcorrmaskmasksinputdigest' => { 493 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 494 => [\'Gr ctions','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 495 => [\'Gr
adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest
'] }, '] },
'gradientbasedcorrmaskmasksleft' => { 492 => [\'GradientBasedCorrections' 'gradientbasedcorrmaskmasksleft' => { 493 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionMasksMasksLeft'], 494 => [\'GradientBasedCor ,'GradientBasedCorrectionsCorrectionMasksMasksLeft'], 495 => [\'GradientBasedCor
rections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] }, rections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
'gradientbasedcorrmaskmasksmaskactive' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrmaskmasksmaskactive' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 494 => [\'Grad tions','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 495 => [\'Grad
ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive']
}, },
'gradientbasedcorrmaskmasksmaskblendmode' => { 492 => [\'GradientBasedCor 'gradientbasedcorrmaskmasksmaskblendmode' => { 493 => [\'GradientBasedCor
rections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 494 => [ rections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 495 => [
\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBle \'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBle
ndMode'] }, ndMode'] },
'gradientbasedcorrmaskmasksmaskdigest' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrmaskmasksmaskdigest' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 494 => [\'Grad tions','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 495 => [\'Grad
ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest']
}, },
'gradientbasedcorrmaskmasksmaskinverted' => { 492 => [\'GradientBasedCorr 'gradientbasedcorrmaskmasksmaskinverted' => { 493 => [\'GradientBasedCorr
ections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 494 => [\' ections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 495 => [\'
GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInver GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInver
ted'] }, ted'] },
'gradientbasedcorrmaskmasksmaskname' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrmaskmasksmaskname' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 494 => [\'Gradient ons','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 495 => [\'Gradient
BasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] }, BasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
'gradientbasedcorrmaskmasksmasksubtype' => { 492 => [\'GradientBasedCorre 'gradientbasedcorrmaskmasksmasksubtype' => { 493 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 494 => [\'Gr ctions','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 495 => [\'Gr
adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType
'] }, '] },
'gradientbasedcorrmaskmasksmasksyncid' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrmaskmasksmasksyncid' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 494 => [\'Grad tions','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 495 => [\'Grad
ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID']
}, },
'gradientbasedcorrmaskmasksmaskversion' => { 492 => [\'GradientBasedCorre 'gradientbasedcorrmaskmasksmaskversion' => { 493 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 494 => [\'Gr ctions','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 495 => [\'Gr
adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion
'] }, '] },
'gradientbasedcorrmaskmasksmidpoint' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrmaskmasksmidpoint' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 494 => [\'Gradient ons','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 495 => [\'Gradient
BasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] }, BasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
'gradientbasedcorrmaskmasksorigin' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskmasksorigin' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 494 => [\'GradientBase s','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 495 => [\'GradientBase
dCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] }, dCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
'gradientbasedcorrmaskmasksperimetervalue' => { 492 => [\'GradientBasedCo 'gradientbasedcorrmaskmasksperimetervalue' => { 493 => [\'GradientBasedCo
rrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 494 => rrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 495 =>
[\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerim [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerim
eterValue'] }, eterValue'] },
'gradientbasedcorrmaskmasksradius' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskmasksradius' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 494 => [\'GradientBase s','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 495 => [\'GradientBase
dCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] }, dCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
'gradientbasedcorrmaskmasksreferencepoint' => { 492 => [\'GradientBasedCo 'gradientbasedcorrmaskmasksreferencepoint' => { 493 => [\'GradientBasedCo
rrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 494 => rrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 495 =>
[\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRefer [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRefer
encePoint'] }, encePoint'] },
'gradientbasedcorrmaskmasksright' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmasksright' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksRight'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksRight'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
'gradientbasedcorrmaskmasksroundness' => { 492 => [\'GradientBasedCorrect 'gradientbasedcorrmaskmasksroundness' => { 493 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 494 => [\'Gradie ions','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 495 => [\'Gradie
ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] }, ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
'gradientbasedcorrmaskmaskssizex' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmaskssizex' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
'gradientbasedcorrmaskmaskssizey' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmaskssizey' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
'gradientbasedcorrmaskmaskstop' => { 492 => [\'GradientBasedCorrections', 'gradientbasedcorrmaskmaskstop' => { 493 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsCorrectionMasksMasksTop'], 494 => [\'GradientBasedCorre 'GradientBasedCorrectionsCorrectionMasksMasksTop'], 495 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksMasksTop'] }, ctions','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
'gradientbasedcorrmaskmasksubtype' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskmasksubtype' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 494 => [\'GradientBase s','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 495 => [\'GradientBase
dCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] }, dCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
'gradientbasedcorrmaskmasksvalue' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmasksvalue' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 494 => [\'GradientBa ','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 495 => [\'GradientBa
sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] }, sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
'gradientbasedcorrmaskmasksversion' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrmaskmasksversion' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 494 => [\'GradientBa ns','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 495 => [\'GradientBa
sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] }, sedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
'gradientbasedcorrmaskmaskswhat' => { 492 => [\'GradientBasedCorrections' 'gradientbasedcorrmaskmaskswhat' => { 493 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionMasksMasksWhat'], 494 => [\'GradientBasedCor ,'GradientBasedCorrectionsCorrectionMasksMasksWhat'], 495 => [\'GradientBasedCor
rections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] }, rections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
'gradientbasedcorrmaskmaskswholeimagearea' => { 492 => [\'GradientBasedCo 'gradientbasedcorrmaskmaskswholeimagearea' => { 493 => [\'GradientBasedCo
rrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 494 => rrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 495 =>
[\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhole [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhole
ImageArea'] }, ImageArea'] },
'gradientbasedcorrmaskmasksx' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrmaskmasksx' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsCorrectionMasksMasksX'], 494 => [\'GradientBasedCorrectio radientBasedCorrectionsCorrectionMasksMasksX'], 495 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksMasksX'] }, ns','GradientBasedCorrectionsCorrectionMasksMasksX'] },
'gradientbasedcorrmaskmasksy' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrmaskmasksy' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsCorrectionMasksMasksY'], 494 => [\'GradientBasedCorrectio radientBasedCorrectionsCorrectionMasksMasksY'], 495 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksMasksY'] }, ns','GradientBasedCorrectionsCorrectionMasksMasksY'] },
'gradientbasedcorrmaskmasksyncid' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmasksyncid' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] }, orrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
'gradientbasedcorrmaskmaskszerox' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmaskszerox' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
'gradientbasedcorrmaskmaskszeroy' => { 492 => [\'GradientBasedCorrections 'gradientbasedcorrmaskmaskszeroy' => { 493 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 494 => [\'GradientBasedC ','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 495 => [\'GradientBasedC
orrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] }, orrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
'gradientbasedcorrmaskmaskversion' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskmaskversion' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 494 => [\'GradientBase s','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 495 => [\'GradientBase
dCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] }, dCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
'gradientbasedcorrmaskmidpoint' => { 492 => [\'GradientBasedCorrections', 'gradientbasedcorrmaskmidpoint' => { 493 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsCorrectionMasksMidpoint'], 494 => [\'GradientBasedCorre 'GradientBasedCorrectionsCorrectionMasksMidpoint'], 495 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksMidpoint'] }, ctions','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
'gradientbasedcorrmaskorigin' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrmaskorigin' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsCorrectionMasksOrigin'], 494 => [\'GradientBasedCorrectio radientBasedCorrectionsCorrectionMasksOrigin'], 495 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksOrigin'] }, ns','GradientBasedCorrectionsCorrectionMasksOrigin'] },
'gradientbasedcorrmaskperimetervalue' => { 492 => [\'GradientBasedCorrect 'gradientbasedcorrmaskperimetervalue' => { 493 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 494 => [\'Gradie ions','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 495 => [\'Gradie
ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
'gradientbasedcorrmaskradius' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrmaskradius' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsCorrectionMasksRadius'], 494 => [\'GradientBasedCorrectio radientBasedCorrectionsCorrectionMasksRadius'], 495 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksRadius'] }, ns','GradientBasedCorrectionsCorrectionMasksRadius'] },
'gradientbasedcorrmaskrange' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskrange' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 494 => [\'GradientBa adientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 495 => [\'GradientBa
sedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, sedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
'gradientbasedcorrmaskrangeareamodels' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrmaskrangeareamodels' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], tions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'],
494 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorr 495 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorr
ectionRangeMaskAreaModels'] }, ectionRangeMaskAreaModels'] },
'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 492 => [\'Grad 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 493 => [\'Grad
ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMas ientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMas
kAreaModelsColorRangeMaskAreaSampleInfo'], 494 => [\'GradientBasedCorrections',' kAreaModelsColorRangeMaskAreaSampleInfo'], 495 => [\'GradientBasedCorrections','
GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMa GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMa
skAreaSampleInfo'] }, skAreaSampleInfo'] },
'gradientbasedcorrmaskrangeareamodelscomponents' => { 492 => [\'GradientB 'gradientbasedcorrmaskrangeareamodelscomponents' => { 493 => [\'GradientB
asedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskArea asedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskArea
ModelsAreaComponents'], 494 => [\'GradientBasedCorrections','GradientBasedCorrec ModelsAreaComponents'], 495 => [\'GradientBasedCorrections','GradientBasedCorrec
tionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, tionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
'gradientbasedcorrmaskrangecoloramount' => { 492 => [\'GradientBasedCorre 'gradientbasedcorrmaskrangecoloramount' => { 493 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] ctions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount']
, 494 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCo , 495 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCo
rrectionRangeMaskColorAmount'] }, rrectionRangeMaskColorAmount'] },
'gradientbasedcorrmaskrangedepthfeather' => { 492 => [\'GradientBasedCorr 'gradientbasedcorrmaskrangedepthfeather' => { 493 => [\'GradientBasedCorr
ections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather ections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather
'], 494 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks '], 495 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks
CorrectionRangeMaskDepthFeather'] }, CorrectionRangeMaskDepthFeather'] },
'gradientbasedcorrmaskrangedepthmax' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrmaskrangedepthmax' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 494 ons','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 495
=> [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrecti => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrecti
onRangeMaskDepthMax'] }, onRangeMaskDepthMax'] },
'gradientbasedcorrmaskrangedepthmin' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrmaskrangedepthmin' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 494 ons','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 495
=> [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrecti => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrecti
onRangeMaskDepthMin'] }, onRangeMaskDepthMin'] },
'gradientbasedcorrmaskrangeinvert' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskrangeinvert' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 494 => [ s','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 495 => [
\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRa \'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRa
ngeMaskInvert'] }, ngeMaskInvert'] },
'gradientbasedcorrmaskrangelumfeather' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrmaskrangelumfeather' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], tions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'],
494 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorr 495 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorr
ectionRangeMaskLumFeather'] }, ectionRangeMaskLumFeather'] },
'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 492 => [\'Gradi 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 493 => [\'Gradi
entBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask entBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask
LuminanceDepthSampleInfo'], 494 => [\'GradientBasedCorrections','GradientBasedCo LuminanceDepthSampleInfo'], 495 => [\'GradientBasedCorrections','GradientBasedCo
rrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, rrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
'gradientbasedcorrmaskrangelummax' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskrangelummax' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 494 => [ s','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 495 => [
\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRa \'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRa
ngeMaskLumMax'] }, ngeMaskLumMax'] },
'gradientbasedcorrmaskrangelummin' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrmaskrangelummin' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 494 => [ s','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 495 => [
\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRa \'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRa
ngeMaskLumMin'] }, ngeMaskLumMin'] },
'gradientbasedcorrmaskrangelumrange' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrmaskrangelumrange' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 494 ons','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 495
=> [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrecti => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrecti
onRangeMaskLumRange'] }, onRangeMaskLumRange'] },
'gradientbasedcorrmaskrangesampletype' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrmaskrangesampletype' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], tions','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'],
494 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorr 495 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorr
ectionRangeMaskSampleType'] }, ectionRangeMaskSampleType'] },
'gradientbasedcorrmaskrangetype' => { 492 => [\'GradientBasedCorrections' 'gradientbasedcorrmaskrangetype' => { 493 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 494 => [\'Gr ,'GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 495 => [\'Gr
adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeM adientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeM
askType'] }, askType'] },
'gradientbasedcorrmaskrangeversion' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrmaskrangeversion' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 494 => ns','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 495 =>
[\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrection [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrection
RangeMaskVersion'] }, RangeMaskVersion'] },
'gradientbasedcorrmaskreferencepoint' => { 492 => [\'GradientBasedCorrect 'gradientbasedcorrmaskreferencepoint' => { 493 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 494 => [\'Gradie ions','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 495 => [\'Gradie
ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] }, ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
'gradientbasedcorrmaskright' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskright' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksRight'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksRight'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksRight'] }, ','GradientBasedCorrectionsCorrectionMasksRight'] },
'gradientbasedcorrmaskroundness' => { 492 => [\'GradientBasedCorrections' 'gradientbasedcorrmaskroundness' => { 493 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionMasksRoundness'], 494 => [\'GradientBasedCor ,'GradientBasedCorrectionsCorrectionMasksRoundness'], 495 => [\'GradientBasedCor
rections','GradientBasedCorrectionsCorrectionMasksRoundness'] }, rections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
'gradientbasedcorrmasks' => { 492 => [\'GradientBasedCorrections','Gradie 'gradientbasedcorrmasks' => { 493 => [\'GradientBasedCorrections','Gradie
ntBasedCorrectionsCorrectionMasks'], 494 => [\'GradientBasedCorrections','Gradie ntBasedCorrectionsCorrectionMasks'], 495 => [\'GradientBasedCorrections','Gradie
ntBasedCorrectionsCorrectionMasks'] }, ntBasedCorrectionsCorrectionMasks'] },
'gradientbasedcorrmasksizex' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmasksizex' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksSizeX'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksSizeX'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksSizeX'] }, ','GradientBasedCorrectionsCorrectionMasksSizeX'] },
'gradientbasedcorrmasksizey' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmasksizey' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksSizeY'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksSizeY'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksSizeY'] }, ','GradientBasedCorrectionsCorrectionMasksSizeY'] },
'gradientbasedcorrmasktop' => { 492 => [\'GradientBasedCorrections','Grad 'gradientbasedcorrmasktop' => { 493 => [\'GradientBasedCorrections','Grad
ientBasedCorrectionsCorrectionMasksTop'], 494 => [\'GradientBasedCorrections','G ientBasedCorrectionsCorrectionMasksTop'], 495 => [\'GradientBasedCorrections','G
radientBasedCorrectionsCorrectionMasksTop'] }, radientBasedCorrectionsCorrectionMasksTop'] },
'gradientbasedcorrmaskvalue' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskvalue' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksMaskValue'], 494 => [\'GradientBasedCorrect adientBasedCorrectionsCorrectionMasksMaskValue'], 495 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksMaskValue'] }, ions','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
'gradientbasedcorrmaskversion' => { 492 => [\'GradientBasedCorrections',' 'gradientbasedcorrmaskversion' => { 493 => [\'GradientBasedCorrections','
GradientBasedCorrectionsCorrectionMasksVersion'], 494 => [\'GradientBasedCorrect GradientBasedCorrectionsCorrectionMasksVersion'], 495 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksVersion'] }, ions','GradientBasedCorrectionsCorrectionMasksVersion'] },
'gradientbasedcorrmaskwhat' => { 492 => [\'GradientBasedCorrections','Gra 'gradientbasedcorrmaskwhat' => { 493 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsCorrectionMasksWhat'], 494 => [\'GradientBasedCorrections', dientBasedCorrectionsCorrectionMasksWhat'], 495 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsCorrectionMasksWhat'] }, 'GradientBasedCorrectionsCorrectionMasksWhat'] },
'gradientbasedcorrmaskwholeimagearea' => { 492 => [\'GradientBasedCorrect 'gradientbasedcorrmaskwholeimagearea' => { 493 => [\'GradientBasedCorrect
ions','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 494 => [\'Gradie ions','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 495 => [\'Gradie
ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] }, ntBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
'gradientbasedcorrmaskx' => { 492 => [\'GradientBasedCorrections','Gradie 'gradientbasedcorrmaskx' => { 493 => [\'GradientBasedCorrections','Gradie
ntBasedCorrectionsCorrectionMasksX'], 494 => [\'GradientBasedCorrections','Gradi ntBasedCorrectionsCorrectionMasksX'], 495 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsCorrectionMasksX'] }, entBasedCorrectionsCorrectionMasksX'] },
'gradientbasedcorrmasky' => { 492 => [\'GradientBasedCorrections','Gradie 'gradientbasedcorrmasky' => { 493 => [\'GradientBasedCorrections','Gradie
ntBasedCorrectionsCorrectionMasksY'], 494 => [\'GradientBasedCorrections','Gradi ntBasedCorrectionsCorrectionMasksY'], 495 => [\'GradientBasedCorrections','Gradi
entBasedCorrectionsCorrectionMasksY'] }, entBasedCorrectionsCorrectionMasksY'] },
'gradientbasedcorrmaskzerox' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskzerox' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksZeroX'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksZeroX'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksZeroX'] }, ','GradientBasedCorrectionsCorrectionMasksZeroX'] },
'gradientbasedcorrmaskzeroy' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrmaskzeroy' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionMasksZeroY'], 494 => [\'GradientBasedCorrections adientBasedCorrectionsCorrectionMasksZeroY'], 495 => [\'GradientBasedCorrections
','GradientBasedCorrectionsCorrectionMasksZeroY'] }, ','GradientBasedCorrectionsCorrectionMasksZeroY'] },
'gradientbasedcorrmoire' => { 492 => [\'GradientBasedCorrections','Gradie 'gradientbasedcorrmoire' => { 493 => [\'GradientBasedCorrections','Gradie
ntBasedCorrectionsLocalMoire'], 494 => [\'GradientBasedCorrections','GradientBas ntBasedCorrectionsLocalMoire'], 495 => [\'GradientBasedCorrections','GradientBas
edCorrectionsLocalMoire'] }, edCorrectionsLocalMoire'] },
'gradientbasedcorrrangemask' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrrangemask' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsCorrectionRangeMask'], 494 => [\'GradientBasedCorrections' adientBasedCorrectionsCorrectionRangeMask'], 495 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionRangeMask'] }, ,'GradientBasedCorrectionsCorrectionRangeMask'] },
'gradientbasedcorrrangemaskareamodels' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrrangemaskareamodels' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 494 => [\'Gradi tions','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 495 => [\'Gradi
entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] }, entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 492 => [\'Grad 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 493 => [\'Grad
ientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColo ientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColo
rRangeMaskAreaSampleInfo'], 494 => [\'GradientBasedCorrections','GradientBasedCo rRangeMaskAreaSampleInfo'], 495 => [\'GradientBasedCorrections','GradientBasedCo
rrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, rrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
'gradientbasedcorrrangemaskareamodelscomponents' => { 492 => [\'GradientB 'gradientbasedcorrrangemaskareamodelscomponents' => { 493 => [\'GradientB
asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaCompo asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaCompo
nents'], 494 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrection nents'], 495 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrection
RangeMaskAreaModelsAreaComponents'] }, RangeMaskAreaModelsAreaComponents'] },
'gradientbasedcorrrangemaskcoloramount' => { 492 => [\'GradientBasedCorre 'gradientbasedcorrrangemaskcoloramount' => { 493 => [\'GradientBasedCorre
ctions','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 494 => [\'Gra ctions','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 495 => [\'Gra
dientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] dientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount']
}, },
'gradientbasedcorrrangemaskdepthfeather' => { 492 => [\'GradientBasedCorr 'gradientbasedcorrrangemaskdepthfeather' => { 493 => [\'GradientBasedCorr
ections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 494 => [\'G ections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 495 => [\'G
radientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeathe radientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeathe
r'] }, r'] },
'gradientbasedcorrrangemaskdepthmax' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrrangemaskdepthmax' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 494 => [\'GradientB ons','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 495 => [\'GradientB
asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] }, asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
'gradientbasedcorrrangemaskdepthmin' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrrangemaskdepthmin' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 494 => [\'GradientB ons','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 495 => [\'GradientB
asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] }, asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
'gradientbasedcorrrangemaskinvert' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrrangemaskinvert' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 494 => [\'GradientBased s','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 495 => [\'GradientBased
Corrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] }, Corrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
'gradientbasedcorrrangemasklumfeather' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrrangemasklumfeather' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 494 => [\'Gradi tions','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 495 => [\'Gradi
entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] }, entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 492 => [\'Gradi 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 493 => [\'Gradi
entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthS entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthS
ampleInfo'], 494 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrec ampleInfo'], 495 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrec
tionRangeMaskLuminanceDepthSampleInfo'] }, tionRangeMaskLuminanceDepthSampleInfo'] },
'gradientbasedcorrrangemasklummax' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrrangemasklummax' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 494 => [\'GradientBased s','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 495 => [\'GradientBased
Corrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] }, Corrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
'gradientbasedcorrrangemasklummin' => { 492 => [\'GradientBasedCorrection 'gradientbasedcorrrangemasklummin' => { 493 => [\'GradientBasedCorrection
s','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 494 => [\'GradientBased s','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 495 => [\'GradientBased
Corrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] }, Corrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
'gradientbasedcorrrangemasklumrange' => { 492 => [\'GradientBasedCorrecti 'gradientbasedcorrrangemasklumrange' => { 493 => [\'GradientBasedCorrecti
ons','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 494 => [\'GradientB ons','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 495 => [\'GradientB
asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] }, asedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
'gradientbasedcorrrangemasksampletype' => { 492 => [\'GradientBasedCorrec 'gradientbasedcorrrangemasksampletype' => { 493 => [\'GradientBasedCorrec
tions','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 494 => [\'Gradi tions','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 495 => [\'Gradi
entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] }, entBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
'gradientbasedcorrrangemasktype' => { 492 => [\'GradientBasedCorrections' 'gradientbasedcorrrangemasktype' => { 493 => [\'GradientBasedCorrections'
,'GradientBasedCorrectionsCorrectionRangeMaskType'], 494 => [\'GradientBasedCorr ,'GradientBasedCorrectionsCorrectionRangeMaskType'], 495 => [\'GradientBasedCorr
ections','GradientBasedCorrectionsCorrectionRangeMaskType'] }, ections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
'gradientbasedcorrrangemaskversion' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrrangemaskversion' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 494 => [\'GradientBas ns','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 495 => [\'GradientBas
edCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] }, edCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
'gradientbasedcorrsaturation' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrsaturation' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalSaturation'], 494 => [\'GradientBasedCorrections','G radientBasedCorrectionsLocalSaturation'], 495 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalSaturation'] }, radientBasedCorrectionsLocalSaturation'] },
'gradientbasedcorrshadows2012' => { 492 => [\'GradientBasedCorrections',' 'gradientbasedcorrshadows2012' => { 493 => [\'GradientBasedCorrections','
GradientBasedCorrectionsLocalShadows2012'], 494 => [\'GradientBasedCorrections', GradientBasedCorrectionsLocalShadows2012'], 495 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsLocalShadows2012'] }, 'GradientBasedCorrectionsLocalShadows2012'] },
'gradientbasedcorrsharpness' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrsharpness' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsLocalSharpness'], 494 => [\'GradientBasedCorrections','Gra adientBasedCorrectionsLocalSharpness'], 495 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsLocalSharpness'] }, dientBasedCorrectionsLocalSharpness'] },
'gradientbasedcorrtemperature' => { 492 => [\'GradientBasedCorrections',' 'gradientbasedcorrtemperature' => { 493 => [\'GradientBasedCorrections','
GradientBasedCorrectionsLocalTemperature'], 494 => [\'GradientBasedCorrections', GradientBasedCorrectionsLocalTemperature'], 495 => [\'GradientBasedCorrections',
'GradientBasedCorrectionsLocalTemperature'] }, 'GradientBasedCorrectionsLocalTemperature'] },
'gradientbasedcorrtexture' => { 492 => [\'GradientBasedCorrections','Grad 'gradientbasedcorrtexture' => { 493 => [\'GradientBasedCorrections','Grad
ientBasedCorrectionsLocalTexture'], 494 => [\'GradientBasedCorrections','Gradien ientBasedCorrectionsLocalTexture'], 495 => [\'GradientBasedCorrections','Gradien
tBasedCorrectionsLocalTexture'] }, tBasedCorrectionsLocalTexture'] },
'gradientbasedcorrtint' => { 492 => [\'GradientBasedCorrections','Gradien 'gradientbasedcorrtint' => { 493 => [\'GradientBasedCorrections','Gradien
tBasedCorrectionsLocalTint'], 494 => [\'GradientBasedCorrections','GradientBased tBasedCorrectionsLocalTint'], 495 => [\'GradientBasedCorrections','GradientBased
CorrectionsLocalTint'] }, CorrectionsLocalTint'] },
'gradientbasedcorrtoninghue' => { 492 => [\'GradientBasedCorrections','Gr 'gradientbasedcorrtoninghue' => { 493 => [\'GradientBasedCorrections','Gr
adientBasedCorrectionsLocalToningHue'], 494 => [\'GradientBasedCorrections','Gra adientBasedCorrectionsLocalToningHue'], 495 => [\'GradientBasedCorrections','Gra
dientBasedCorrectionsLocalToningHue'] }, dientBasedCorrectionsLocalToningHue'] },
'gradientbasedcorrtoningsaturation' => { 492 => [\'GradientBasedCorrectio 'gradientbasedcorrtoningsaturation' => { 493 => [\'GradientBasedCorrectio
ns','GradientBasedCorrectionsLocalToningSaturation'], 494 => [\'GradientBasedCor ns','GradientBasedCorrectionsLocalToningSaturation'], 495 => [\'GradientBasedCor
rections','GradientBasedCorrectionsLocalToningSaturation'] }, rections','GradientBasedCorrectionsLocalToningSaturation'] },
'gradientbasedcorrwhat' => { 492 => [\'GradientBasedCorrections','Gradien 'gradientbasedcorrwhat' => { 493 => [\'GradientBasedCorrections','Gradien
tBasedCorrectionsWhat'], 494 => [\'GradientBasedCorrections','GradientBasedCorre tBasedCorrectionsWhat'], 495 => [\'GradientBasedCorrections','GradientBasedCorre
ctionsWhat'] }, ctionsWhat'] },
'gradientbasedcorrwhites2012' => { 492 => [\'GradientBasedCorrections','G 'gradientbasedcorrwhites2012' => { 493 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalWhites2012'], 494 => [\'GradientBasedCorrections','G radientBasedCorrectionsLocalWhites2012'], 495 => [\'GradientBasedCorrections','G
radientBasedCorrectionsLocalWhites2012'] }, radientBasedCorrectionsLocalWhites2012'] },
'grainamount' => { 492 => 'GrainAmount', 494 => 'GrainAmount' }, 'grainamount' => { 493 => 'GrainAmount', 495 => 'GrainAmount' },
'graineffectroughness' => { 127 => 0x1047 }, 'graineffectroughness' => { 127 => 0x1047 },
'graineffectsize' => { 127 => 0x104c }, 'graineffectsize' => { 127 => 0x104c },
'grainfrequency' => { 492 => 'GrainFrequency', 494 => 'GrainFrequency' }, 'grainfrequency' => { 493 => 'GrainFrequency', 495 => 'GrainFrequency' },
'grainseed' => { 492 => 'GrainSeed', 494 => 'GrainSeed' }, 'grainseed' => { 493 => 'GrainSeed', 495 => 'GrainSeed' },
'grainsize' => { 492 => 'GrainSize', 494 => 'GrainSize' }, 'grainsize' => { 493 => 'GrainSize', 495 => 'GrainSize' },
'graymixeraqua' => { 492 => 'GrayMixerAqua', 494 => 'GrayMixerAqua' }, 'graymixeraqua' => { 493 => 'GrayMixerAqua', 495 => 'GrayMixerAqua' },
'graymixerblue' => { 492 => 'GrayMixerBlue', 494 => 'GrayMixerBlue' }, 'graymixerblue' => { 493 => 'GrayMixerBlue', 495 => 'GrayMixerBlue' },
'graymixergreen' => { 492 => 'GrayMixerGreen', 494 => 'GrayMixerGreen' }, 'graymixergreen' => { 493 => 'GrayMixerGreen', 495 => 'GrayMixerGreen' },
'graymixermagenta' => { 492 => 'GrayMixerMagenta', 494 => 'GrayMixerMagen 'graymixermagenta' => { 493 => 'GrayMixerMagenta', 495 => 'GrayMixerMagen
ta' }, ta' },
'graymixerorange' => { 492 => 'GrayMixerOrange', 494 => 'GrayMixerOrange' 'graymixerorange' => { 493 => 'GrayMixerOrange', 495 => 'GrayMixerOrange'
}, },
'graymixerpurple' => { 492 => 'GrayMixerPurple', 494 => 'GrayMixerPurple' 'graymixerpurple' => { 493 => 'GrayMixerPurple', 495 => 'GrayMixerPurple'
}, },
'graymixerred' => { 492 => 'GrayMixerRed', 494 => 'GrayMixerRed' }, 'graymixerred' => { 493 => 'GrayMixerRed', 495 => 'GrayMixerRed' },
'graymixeryellow' => { 492 => 'GrayMixerYellow', 494 => 'GrayMixerYellow' 'graymixeryellow' => { 493 => 'GrayMixerYellow', 495 => 'GrayMixerYellow'
}, },
'graypoint' => { 469 => 0x8021 }, 'graypoint' => { 470 => 0x8021 },
'grayresponseunit' => { 119 => 0x122 }, 'grayresponseunit' => { 119 => 0x122 },
'greencurvelimits' => { 108 => 0x1c4 }, 'greencurvelimits' => { 108 => 0x1c4 },
'greencurvepoints' => { 107 => 0x53, 108 => 0x19a }, 'greencurvepoints' => { 107 => 0x53, 108 => 0x19a },
'greenghostmitigationstatus' => { 1 => 0x3f }, 'greenghostmitigationstatus' => { 1 => 0x3f },
'greenhsl' => { 103 => 0x20913 }, 'greenhsl' => { 103 => 0x20913 },
'greenhue' => { 492 => 'GreenHue', 494 => 'GreenHue' }, 'greenhue' => { 493 => 'GreenHue', 495 => 'GreenHue' },
'greensaturation' => { 492 => 'GreenSaturation', 494 => 'GreenSaturation' 'greensaturation' => { 493 => 'GreenSaturation', 495 => 'GreenSaturation'
}, },
'griddisplay' => { 293 => '13.3', 294 => '4.3', 296 => '4.2', 297 => '4.2 'griddisplay' => { 294 => '13.3', 295 => '4.3', 297 => '4.2', 298 => '4.2
', 298 => '2.2', 302 => '10.5', 303 => '3.4', 304 => '6.1', 306 => '4.4', 307 => ', 299 => '2.2', 303 => '10.5', 304 => '3.4', 305 => '6.1', 307 => '4.4', 308 =>
'4.2', 308 => '4.2' }, '4.2', 309 => '4.2' },
'gripbatteryadload' => { 348 => 0x5 }, 'gripbatteryadload' => { 349 => 0x5 },
'gripbatteryadnoload' => { 348 => 0x4 }, 'gripbatteryadnoload' => { 349 => 0x4 },
'gripbatterystate' => { 348 => '1.2' }, 'gripbatterystate' => { 349 => '1.2' },
'group' => { 492 => 'Group', 494 => 'Group' }, 'group' => { 493 => 'Group', 495 => 'Group' },
'groupareaafillumination' => { 294 => '46.4', 297 => '47.4', 306 => '47.4 'groupareaafillumination' => { 295 => '46.4', 298 => '47.4', 307 => '47.4
' }, ' },
'grouping' => { 386 => ['grup',"\xa9grp"], 394 => "\xa9grp" }, 'grouping' => { 387 => ['grup',"\xa9grp"], 395 => "\xa9grp" },
'guid' => { 386 => 'GUID' }, 'guid' => { 387 => 'GUID' },
'h2resetblackpixels' => { 138 => 0x18a6 }, 'h2resetblackpixels' => { 138 => 0x18a6 },
'h3resetblackcolumns' => { 138 => 0x18ce }, 'h3resetblackcolumns' => { 138 => 0x18ce },
'h3resetblackpixels' => { 138 => 0x18b0 }, 'h3resetblackpixels' => { 138 => 0x18b0 },
'halftonehints' => { 119 => 0x141 }, 'halftonehints' => { 119 => 0x141 },
'hardlink' => { 120 => 'HardLink' }, 'hardlink' => { 120 => 'HardLink' },
'hasalternative' => { 509 => 'hasAlternative' }, 'hasalternative' => { 510 => 'hasAlternative' },
'hascorrection' => { 509 => 'hasCorrection' }, 'hascorrection' => { 510 => 'hasCorrection' },
'hascorrectiona-lang' => { 509 => [\'hasCorrection','hasCorrectionA-lang' 'hascorrectiona-lang' => { 510 => [\'hasCorrection','hasCorrectionA-lang'
] }, ] },
'hascorrectiona-platform' => { 509 => [\'hasCorrection','hasCorrectionA-p 'hascorrectiona-platform' => { 510 => [\'hasCorrection','hasCorrectionA-p
latform'] }, latform'] },
'hascorrectiontext' => { 509 => [\'hasCorrection','hasCorrectionText'] }, 'hascorrectiontext' => { 510 => [\'hasCorrection','hasCorrectionText'] },
'hascrop' => { 492 => 'HasCrop', 494 => 'HasCrop' }, 'hascrop' => { 493 => 'HasCrop', 495 => 'HasCrop' },
'hasextendedxmp' => { 521 => 'HasExtendedXMP' }, 'hasextendedxmp' => { 522 => 'HasExtendedXMP' },
'hassettings' => { 492 => 'HasSettings', 494 => 'HasSettings' }, 'hassettings' => { 493 => 'HasSettings', 495 => 'HasSettings' },
'hastranslation' => { 509 => 'hasTranslation' }, 'hastranslation' => { 510 => 'hasTranslation' },
'hasvisibleoverprint' => { 524 => 'HasVisibleOverprint' }, 'hasvisibleoverprint' => { 525 => 'HasVisibleOverprint' },
'hasvisibletransparency' => { 524 => 'HasVisibleTransparency' }, 'hasvisibletransparency' => { 525 => 'HasVisibleTransparency' },
'hdmioutputn-log' => { 237 => 0x35a }, 'hdmioutputn-log' => { 237 => 0x35a },
'hdmioutputresolution' => { 238 => 0x610, 239 => 0x640 }, 'hdmioutputresolution' => { 238 => 0x610, 239 => 0x640 },
'hdmiviewassist' => { 309 => 0x20f }, 'hdmiviewassist' => { 310 => 0x20f },
'hdr' => { 60 => 0x1, 218 => 0x4, 219 => 0x4, 334 => 0x9e, 369 => 0x85, 4 'hdr' => { 60 => 0x1, 218 => 0x4, 219 => 0x4, 335 => 0x9e, 370 => 0x85, 4
34 => 0x200a }, 35 => 0x200a },
'hdreditmode' => { 492 => 'HDREditMode', 494 => 'HDREditMode' }, 'hdreditmode' => { 493 => 'HDREditMode', 495 => 'HDREditMode' },
'hdreffect' => { 60 => 0x2 }, 'hdreffect' => { 60 => 0x2 },
'hdrgain' => { 1 => 0x30 }, 'hdrgain' => { 1 => 0x30 },
'hdrheadroom' => { 1 => 0x21 }, 'hdrheadroom' => { 1 => 0x21 },
'hdrimagetype' => { 1 => 0xa }, 'hdrimagetype' => { 1 => 0xa },
'hdrlevel' => { 218 => 0x5, 219 => 0x5, 423 => 0x2e, 439 => 0x17 }, 'hdrlevel' => { 218 => 0x5, 219 => 0x5, 424 => 0x2e, 440 => 0x17 },
'hdrlevel2' => { 218 => 0x7 }, 'hdrlevel2' => { 218 => 0x7 },
'hdrpmakernote' => { 475 => 'hdrp_makernote' }, 'hdrpmakernote' => { 476 => 'hdrp_makernote' },
'hdrsetting' => { 423 => 0x2d, 439 => 0x16, 443 => 0x1148, 444 => 0x1148, 'hdrsetting' => { 424 => 0x2d, 440 => 0x16, 444 => 0x1148, 445 => 0x1148,
445 => 0x1124, 446 => 0x11a0, 447 => 0x117c, 448 => 0x1034, 449 => 0x22c, 450 = 446 => 0x1124, 447 => 0x11a0, 448 => 0x117c, 449 => 0x1034, 450 => 0x22c, 451 =
> 0x22c, 451 => 0x21f }, > 0x22c, 452 => 0x21f },
'hdrshot' => { 334 => 0x76 }, 'hdrshot' => { 335 => 0x76 },
'hdrsmoothing' => { 218 => 0x6 }, 'hdrsmoothing' => { 218 => 0x6 },
'hdvideo' => { 386 => 'hdvd' }, 'hdvideo' => { 387 => 'hdvd' },
'headline' => { 131 => 0x69, 505 => 'Headline', 507 => 'Headline' }, 'headline' => { 131 => 0x69, 506 => 'Headline', 508 => 'Headline' },
'hierarchicalkeywords' => { 171 => [\'Keywords','KeywordsHierarchy'] }, 'hierarchicalkeywords' => { 171 => [\'Keywords','KeywordsHierarchy'] },
'hierarchicalkeywords1' => { 171 => [\'Keywords','KeywordsHierarchyKeywor d'] }, 'hierarchicalkeywords1' => { 171 => [\'Keywords','KeywordsHierarchyKeywor d'] },
'hierarchicalkeywords1applied' => { 171 => [\'Keywords','KeywordsHierarch yApplied'] }, 'hierarchicalkeywords1applied' => { 171 => [\'Keywords','KeywordsHierarch yApplied'] },
'hierarchicalkeywords1children' => { 171 => [\'Keywords','KeywordsHierarc hyChildren'] }, 'hierarchicalkeywords1children' => { 171 => [\'Keywords','KeywordsHierarc hyChildren'] },
'hierarchicalkeywords2' => { 171 => [\'Keywords','KeywordsHierarchyChildr enKeyword'] }, 'hierarchicalkeywords2' => { 171 => [\'Keywords','KeywordsHierarchyChildr enKeyword'] },
'hierarchicalkeywords2applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenApplied'] }, 'hierarchicalkeywords2applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenApplied'] },
'hierarchicalkeywords2children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildren'] }, 'hierarchicalkeywords2children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildren'] },
'hierarchicalkeywords3' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenKeyword'] }, 'hierarchicalkeywords3' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenKeyword'] },
'hierarchicalkeywords3applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenApplied'] }, 'hierarchicalkeywords3applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenApplied'] },
'hierarchicalkeywords3children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildrenChildren'] }, 'hierarchicalkeywords3children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildrenChildren'] },
'hierarchicalkeywords4' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenChildrenKeyword'] }, 'hierarchicalkeywords4' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenChildrenKeyword'] },
'hierarchicalkeywords4applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenChildrenApplied'] }, 'hierarchicalkeywords4applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenChildrenApplied'] },
'hierarchicalkeywords4children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildrenChildrenChildren'] }, 'hierarchicalkeywords4children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildrenChildrenChildren'] },
'hierarchicalkeywords5' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenChildrenChildrenKeyword'] }, 'hierarchicalkeywords5' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenChildrenChildrenKeyword'] },
'hierarchicalkeywords5applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenChildrenChildrenApplied'] }, 'hierarchicalkeywords5applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenChildrenChildrenApplied'] },
'hierarchicalkeywords5children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildrenChildrenChildrenChildren'] }, 'hierarchicalkeywords5children' => { 171 => [\'Keywords','KeywordsHierarc hyChildrenChildrenChildrenChildrenChildren'] },
'hierarchicalkeywords6' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenChildrenChildrenChildrenKeyword'] }, 'hierarchicalkeywords6' => { 171 => [\'Keywords','KeywordsHierarchyChildr enChildrenChildrenChildrenChildrenKeyword'] },
'hierarchicalkeywords6applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenChildrenChildrenChildrenApplied'] }, 'hierarchicalkeywords6applied' => { 171 => [\'Keywords','KeywordsHierarch yChildrenChildrenChildrenChildrenChildrenApplied'] },
'hierarchicalsubject' => { 484 => 'hierarchicalSubject' }, 'hierarchicalsubject' => { 485 => 'hierarchicalSubject' },
'highestbiostratigraphiczone' => { 118 => [\'GeologicalContext','Geologic alContextHighestBiostratigraphicZone'] }, 'highestbiostratigraphiczone' => { 118 => [\'GeologicalContext','Geologic alContextHighestBiostratigraphicZone'] },
'highframerate' => { 239 => 0x48 }, 'highframerate' => { 239 => 0x48 },
'highfrequencyflickerreductionshooting' => { 239 => 0x27c }, 'highfrequencyflickerreductionshooting' => { 239 => 0x27c },
'highisomultiplierblue' => { 339 => 0x1a }, 'highisomultiplierblue' => { 340 => 0x1a },
'highisomultipliergreen' => { 339 => 0x19 }, 'highisomultipliergreen' => { 340 => 0x19 },
'highisomultiplierred' => { 339 => 0x18 }, 'highisomultiplierred' => { 340 => 0x18 },
'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0x 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0x
c9, 62 => 0x5, 84 => 0x202, 233 => 0xb1, 369 => 0x71, 421 => 0x2c, 422 => 0x26, c9, 62 => 0x5, 84 => 0x202, 233 => 0xb1, 370 => 0x71, 422 => 0x2c, 423 => 0x26,
423 => 0x26, 434 => 0x2009, 439 => 0x12, 465 => 0x42 }, 424 => 0x26, 435 => 0x2009, 440 => 0x12, 466 => 0x42 },
'highisonoisereduction2' => { 434 => 0xb050 }, 'highisonoisereduction2' => { 435 => 0xb050 },
'highlight' => { 411 => 0xf }, 'highlight' => { 412 => 0xf },
'highlight2012' => { 492 => 'Highlight2012', 494 => 'Highlight2012' }, 'highlight2012' => { 493 => 'Highlight2012', 495 => 'Highlight2012' },
'highlightadj' => { 103 => 0x2030c }, 'highlightadj' => { 103 => 0x2030c },
'highlightcolordistortreduct' => { 469 => 0x8026 }, 'highlightcolordistortreduct' => { 470 => 0x8026 },
'highlightlinearitylimit' => { 408 => 0xa025 }, 'highlightlinearitylimit' => { 409 => 0xa025 },
'highlightprotection' => { 285 => 0x6 }, 'highlightprotection' => { 286 => 0x6 },
'highlightrecovery' => { 492 => 'HighlightRecovery', 494 => 'HighlightRec 'highlightrecovery' => { 493 => 'HighlightRecovery', 495 => 'HighlightRec
overy' }, overy' },
'highlights' => { 434 => 0x2033, 486 => 'Highlights' }, 'highlights' => { 435 => 0x2033, 487 => 'Highlights' },
'highlights2012' => { 492 => 'Highlights2012', 494 => 'Highlights2012' }, 'highlights2012' => { 493 => 'Highlights2012', 495 => 'Highlights2012' },
'highlightsadj' => { 469 => 0x9019 }, 'highlightsadj' => { 470 => 0x9019 },
'highlightshadow' => { 334 => 0xad }, 'highlightshadow' => { 335 => 0xad },
'highlighttone' => { 127 => 0x1041 }, 'highlighttone' => { 127 => 0x1041 },
'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 62 => 0x3, 84 => 0x203 }, 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 62 => 0x3, 84 => 0x203 },
'highlightwarning' => { 334 => 0x8002 }, 'highlightwarning' => { 335 => 0x8002 },
'highlowkeyadj' => { 369 => 0x6c }, 'highlowkeyadj' => { 370 => 0x6c },
'highspeedsync' => { 184 => 0x5, 309 => 0x55, 421 => 0x2, 422 => 0x2 }, 'highspeedsync' => { 184 => 0x5, 310 => 0x55, 422 => 0x2, 423 => 0x2 },
'hintversion' => { 394 => 'hinv' }, 'hintversion' => { 395 => 'hinv' },
'histogramxml' => { 286 => 0x83a1a25 }, 'histogramxml' => { 287 => 0x83a1a25 },
'history' => { 507 => 'History', 520 => 'History' }, 'history' => { 508 => 'History', 521 => 'History' },
'historyaction' => { 520 => [\'History','HistoryAction'] }, 'historyaction' => { 521 => [\'History','HistoryAction'] },
'historychanged' => { 520 => [\'History','HistoryChanged'] }, 'historychanged' => { 521 => [\'History','HistoryChanged'] },
'historyinstanceid' => { 520 => [\'History','HistoryInstanceID'] }, 'historyinstanceid' => { 521 => [\'History','HistoryInstanceID'] },
'historyparameters' => { 520 => [\'History','HistoryParameters'] }, 'historyparameters' => { 521 => [\'History','HistoryParameters'] },
'historysoftwareagent' => { 520 => [\'History','HistorySoftwareAgent'] }, 'historysoftwareagent' => { 521 => [\'History','HistorySoftwareAgent'] },
'historywhen' => { 520 => [\'History','HistoryWhen'] }, 'historywhen' => { 521 => [\'History','HistoryWhen'] },
'holefilldarkdeltathreshold' => { 138 => 0xc88 }, 'holefilldarkdeltathreshold' => { 138 => 0xc88 },
'holefilldeltathreshold' => { 138 => 0xc7e }, 'holefilldeltathreshold' => { 138 => 0xc7e },
'hometowncity' => { 113 => 0x3006, 369 => 0x23, 375 => 0x2 }, 'hometowncity' => { 113 => 0x3006, 370 => 0x23, 376 => 0x2 },
'hometowncitycode' => { 376 => 0x1000 }, 'hometowncitycode' => { 377 => 0x1000 },
'hometowndst' => { 369 => 0x25, 375 => '0.2' }, 'hometowndst' => { 370 => 0x25, 376 => '0.2' },
'hostcomputer' => { 119 => 0x13c }, 'hostcomputer' => { 119 => 0x13c },
'hostsoftwarerendering' => { 138 => 0xce7 }, 'hostsoftwarerendering' => { 138 => 0xce7 },
'hue' => { 189 => 0x3b, 246 => 0x3d, 247 => 0x45, 369 => 0x67 }, 'hue' => { 189 => 0x3b, 247 => 0x3d, 248 => 0x45, 370 => 0x67 },
'hueadj' => { 289 => 0x2f, 469 => 0x8019 }, 'hueadj' => { 290 => 0x2f, 470 => 0x8019 },
'hueadjust' => { 401 => 0x1016 }, 'hueadjust' => { 402 => 0x1016 },
'hueadjustment' => { 182 => 0x4a, 183 => 0x40, 233 => 0x92, 245 => 0x36 } 'hueadjustment' => { 182 => 0x4a, 183 => 0x40, 233 => 0x92, 246 => 0x36 }
, ,
'hueadjustmentaqua' => { 492 => 'HueAdjustmentAqua', 494 => 'HueAdjustmen 'hueadjustmentaqua' => { 493 => 'HueAdjustmentAqua', 495 => 'HueAdjustmen
tAqua' }, tAqua' },
'hueadjustmentblue' => { 492 => 'HueAdjustmentBlue', 494 => 'HueAdjustmen 'hueadjustmentblue' => { 493 => 'HueAdjustmentBlue', 495 => 'HueAdjustmen
tBlue' }, tBlue' },
'hueadjustmentgreen' => { 492 => 'HueAdjustmentGreen', 494 => 'HueAdjustm 'hueadjustmentgreen' => { 493 => 'HueAdjustmentGreen', 495 => 'HueAdjustm
entGreen' }, entGreen' },
'hueadjustmentmagenta' => { 492 => 'HueAdjustmentMagenta', 494 => 'HueAdj 'hueadjustmentmagenta' => { 493 => 'HueAdjustmentMagenta', 495 => 'HueAdj
ustmentMagenta' }, ustmentMagenta' },
'hueadjustmentorange' => { 492 => 'HueAdjustmentOrange', 494 => 'HueAdjus 'hueadjustmentorange' => { 493 => 'HueAdjustmentOrange', 495 => 'HueAdjus
tmentOrange' }, tmentOrange' },
'hueadjustmentpurple' => { 492 => 'HueAdjustmentPurple', 494 => 'HueAdjus 'hueadjustmentpurple' => { 493 => 'HueAdjustmentPurple', 495 => 'HueAdjus
tmentPurple' }, tmentPurple' },
'hueadjustmentred' => { 492 => 'HueAdjustmentRed', 494 => 'HueAdjustmentR 'hueadjustmentred' => { 493 => 'HueAdjustmentRed', 495 => 'HueAdjustmentR
ed' }, ed' },
'hueadjustmentyellow' => { 492 => 'HueAdjustmentYellow', 494 => 'HueAdjus 'hueadjustmentyellow' => { 493 => 'HueAdjustmentYellow', 495 => 'HueAdjus
tmentYellow' }, tmentYellow' },
'huesetting' => { 319 => 0x1011 }, 'huesetting' => { 320 => 0x1011 },
'humanobservation' => { 118 => 'HumanObservation' }, 'humanobservation' => { 118 => 'HumanObservation' },
'humanobservationday' => { 118 => [\'HumanObservation','HumanObservationD ay'] }, 'humanobservationday' => { 118 => [\'HumanObservation','HumanObservationD ay'] },
'humanobservationearliestdate' => { 118 => [\'HumanObservation','HumanObs ervationEarliestDate'] }, 'humanobservationearliestdate' => { 118 => [\'HumanObservation','HumanObs ervationEarliestDate'] },
'humanobservationenddayofyear' => { 118 => [\'HumanObservation','HumanObs ervationEndDayOfYear'] }, 'humanobservationenddayofyear' => { 118 => [\'HumanObservation','HumanObs ervationEndDayOfYear'] },
'humanobservationeventdate' => { 118 => [\'HumanObservation','HumanObserv ationEventDate'] }, 'humanobservationeventdate' => { 118 => [\'HumanObservation','HumanObserv ationEventDate'] },
'humanobservationeventid' => { 118 => [\'HumanObservation','HumanObservat ionEventID'] }, 'humanobservationeventid' => { 118 => [\'HumanObservation','HumanObservat ionEventID'] },
'humanobservationeventremarks' => { 118 => [\'HumanObservation','HumanObs ervationEventRemarks'] }, 'humanobservationeventremarks' => { 118 => [\'HumanObservation','HumanObs ervationEventRemarks'] },
'humanobservationeventtime' => { 118 => [\'HumanObservation','HumanObserv ationEventTime'] }, 'humanobservationeventtime' => { 118 => [\'HumanObservation','HumanObserv ationEventTime'] },
'humanobservationfieldnotes' => { 118 => [\'HumanObservation','HumanObser vationFieldNotes'] }, 'humanobservationfieldnotes' => { 118 => [\'HumanObservation','HumanObser vationFieldNotes'] },
'humanobservationfieldnumber' => { 118 => [\'HumanObservation','HumanObse rvationFieldNumber'] }, 'humanobservationfieldnumber' => { 118 => [\'HumanObservation','HumanObse rvationFieldNumber'] },
skipping to change at line 3441 skipping to change at line 3447
'humanobservationlatestdate' => { 118 => [\'HumanObservation','HumanObser vationLatestDate'] }, 'humanobservationlatestdate' => { 118 => [\'HumanObservation','HumanObser vationLatestDate'] },
'humanobservationmonth' => { 118 => [\'HumanObservation','HumanObservatio nMonth'] }, 'humanobservationmonth' => { 118 => [\'HumanObservation','HumanObservatio nMonth'] },
'humanobservationparenteventid' => { 118 => [\'HumanObservation','HumanOb servationParentEventID'] }, 'humanobservationparenteventid' => { 118 => [\'HumanObservation','HumanOb servationParentEventID'] },
'humanobservationsamplesizeunit' => { 118 => [\'HumanObservation','HumanO bservationSampleSizeUnit'] }, 'humanobservationsamplesizeunit' => { 118 => [\'HumanObservation','HumanO bservationSampleSizeUnit'] },
'humanobservationsamplesizevalue' => { 118 => [\'HumanObservation','Human ObservationSampleSizeValue'] }, 'humanobservationsamplesizevalue' => { 118 => [\'HumanObservation','Human ObservationSampleSizeValue'] },
'humanobservationsamplingeffort' => { 118 => [\'HumanObservation','HumanO bservationSamplingEffort'] }, 'humanobservationsamplingeffort' => { 118 => [\'HumanObservation','HumanO bservationSamplingEffort'] },
'humanobservationsamplingprotocol' => { 118 => [\'HumanObservation','Huma nObservationSamplingProtocol'] }, 'humanobservationsamplingprotocol' => { 118 => [\'HumanObservation','Huma nObservationSamplingProtocol'] },
'humanobservationstartdayofyear' => { 118 => [\'HumanObservation','HumanO bservationStartDayOfYear'] }, 'humanobservationstartdayofyear' => { 118 => [\'HumanObservation','HumanO bservationStartDayOfYear'] },
'humanobservationverbatimeventdate' => { 118 => [\'HumanObservation','Hum anObservationVerbatimEventDate'] }, 'humanobservationverbatimeventdate' => { 118 => [\'HumanObservation','Hum anObservationVerbatimEventDate'] },
'humanobservationyear' => { 118 => [\'HumanObservation','HumanObservation Year'] }, 'humanobservationyear' => { 118 => [\'HumanObservation','HumanObservation Year'] },
'humidity' => { 119 => 0x9401, 499 => 'Humidity' }, 'humidity' => { 119 => 0x9401, 500 => 'Humidity' },
'icc_profile' => { 120 => 'ICC_Profile' }, 'icc_profile' => { 120 => 'ICC_Profile' },
'iccprofilename' => { 507 => 'ICCProfile' }, 'iccprofilename' => { 508 => 'ICCProfile' },
'iconuri' => { 394 => 'icnu' }, 'iconuri' => { 395 => 'icnu' },
'idccreativestyle' => { 469 => 0x8000 }, 'idccreativestyle' => { 470 => 0x8000 },
'idcpreviewlength' => { 469 => 0x202 }, 'idcpreviewlength' => { 470 => 0x202 },
'idcpreviewstart' => { 469 => 0x201 }, 'idcpreviewstart' => { 470 => 0x201 },
'identification' => { 118 => 'Identification' }, 'identification' => { 118 => 'Identification' },
'identificationid' => { 118 => [\'Identification','IdentificationIdentifi cationID'] }, 'identificationid' => { 118 => [\'Identification','IdentificationIdentifi cationID'] },
'identificationqualifier' => { 118 => [\'Identification','IdentificationI dentificationQualifier'] }, 'identificationqualifier' => { 118 => [\'Identification','IdentificationI dentificationQualifier'] },
'identificationreferences' => { 118 => [\'Identification','Identification IdentificationReferences'] }, 'identificationreferences' => { 118 => [\'Identification','Identification IdentificationReferences'] },
'identificationremarks' => { 118 => [\'Identification','IdentificationIde ntificationRemarks'] }, 'identificationremarks' => { 118 => [\'Identification','IdentificationIde ntificationRemarks'] },
'identificationverificationstatus' => { 118 => [\'Identification','Identi ficationIdentificationVerificationStatus'] }, 'identificationverificationstatus' => { 118 => [\'Identification','Identi ficationIdentificationVerificationStatus'] },
'identifiedby' => { 118 => [\'Identification','IdentificationIdentifiedBy '] }, 'identifiedby' => { 118 => [\'Identification','IdentificationIdentifiedBy '] },
'identifiedbyid' => { 118 => [\'Identification','IdentificationIdentified ByID'] }, 'identifiedbyid' => { 118 => [\'Identification','IdentificationIdentified ByID'] },
'identifier' => { 495 => 'identifier', 517 => 'Identifier' }, 'identifier' => { 496 => 'identifier', 518 => 'Identifier' },
'ifcameramodel' => { 138 => 0x9c8 }, 'ifcameramodel' => { 138 => 0x9c8 },
'illuminantdata1' => { 119 => 0xcd35 }, 'illuminantdata1' => { 119 => 0xcd35 },
'illuminantdata2' => { 119 => 0xcd36 }, 'illuminantdata2' => { 119 => 0xcd36 },
'illuminantdata3' => { 119 => 0xcd37 }, 'illuminantdata3' => { 119 => 0xcd37 },
'illumination' => { 304 => '0.5', 396 => 0x48 }, 'illumination' => { 305 => '0.5', 397 => 0x48 },
'imageabsolutex' => { 138 => 0x3fe }, 'imageabsolutex' => { 138 => 0x3fe },
'imageabsolutey' => { 138 => 0x3ff }, 'imageabsolutey' => { 138 => 0x3ff },
'imageadjustment' => { 233 => 0x80, 276 => 0x5 }, 'imageadjustment' => { 233 => 0x80, 277 => 0x5 },
'imagealterationconstraints' => { 321 => 'ImageAlterationConstraints' }, 'imagealterationconstraints' => { 322 => 'ImageAlterationConstraints' },
'imagearea' => { 262 => 0x10, 265 => 0x10 }, 'imagearea' => { 263 => 0x10, 266 => 0x10 },
'imageareaoffset' => { 369 => 0x38 }, 'imageareaoffset' => { 370 => 0x38 },
'imageauthentication' => { 233 => 0x20 }, 'imageauthentication' => { 233 => 0x20 },
'imageboundary' => { 233 => 0x16 }, 'imageboundary' => { 233 => 0x16 },
'imagecapturereqestid' => { 1 => 0x20 }, 'imagecapturereqestid' => { 1 => 0x20 },
'imagecapturetype' => { 1 => 0x14 }, 'imagecapturetype' => { 1 => 0x14 },
'imagecount' => { 127 => 0x1438, 233 => 0xa5, 437 => 0x11b }, 'imagecount' => { 127 => 0x1438, 233 => 0xa5, 438 => 0x11b },
'imagecreator' => { 321 => 'ImageCreator' }, 'imagecreator' => { 322 => 'ImageCreator' },
'imagecreatorid' => { 321