I want to write yaw pitch roll of the image ,but don't know how to do,the following can't work ``` import exiftool img_name = 'sam.jpg' with exiftool.ExifTool() as et: et.execute("-Yaw=21.123\n-Pitch=10.101\n-Roll=-7.252", img_name) ```