Rework field mapping
This commit is contained in:
parent
923a9bc20d
commit
6f5092e7cc
1 changed files with 1 additions and 6 deletions
|
@ -17,9 +17,7 @@ _integer_fields = [
|
||||||
'image_width',
|
'image_width',
|
||||||
'image_height',
|
'image_height',
|
||||||
'iso',
|
'iso',
|
||||||
'exposure_time',
|
|
||||||
'shutter_count',
|
'shutter_count',
|
||||||
'shutter_speed',
|
|
||||||
'jpg_from_raw_start',
|
'jpg_from_raw_start',
|
||||||
'jpg_from_raw_length',
|
'jpg_from_raw_length',
|
||||||
'thumbnail_offset',
|
'thumbnail_offset',
|
||||||
|
@ -29,9 +27,7 @@ _integer_fields = [
|
||||||
'exif_image_width',
|
'exif_image_width',
|
||||||
'exif_image_height',
|
'exif_image_height',
|
||||||
'shutter_count_2',
|
'shutter_count_2',
|
||||||
'stops_above_base_iso',
|
|
||||||
'sony_iso',
|
'sony_iso',
|
||||||
'iso_setting',
|
|
||||||
'iso_auto_min',
|
'iso_auto_min',
|
||||||
'iso_auto_max',
|
'iso_auto_max',
|
||||||
'bits_per_sample',
|
'bits_per_sample',
|
||||||
|
@ -58,8 +54,7 @@ _decimal_fields = [
|
||||||
'f_number',
|
'f_number',
|
||||||
'max_aperture_value',
|
'max_aperture_value',
|
||||||
'brightness_value',
|
'brightness_value',
|
||||||
'sony_exposure_time',
|
'stops_above_base_iso',
|
||||||
'sony_exposure_time_2',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue