From d63bee171a979802ad9885fd73e73f44e39918d5 Mon Sep 17 00:00:00 2001 From: Martin Schitter Date: Mon, 19 Oct 2015 04:34:13 +0200 Subject: [PATCH] first public test version of the GH4 branch --- .../python/aces_ocio/colorspaces/__init__.py | 2 + .../python/aces_ocio/colorspaces/panasonic_gh4.py | 507 +++ .../aces_ocio/colorspaces/panasonic_gh4_data.py | 4789 ++++++++++++++++++++ aces_1.0.1/python/aces_ocio/generate_config.py | 7 + 4 files changed, 5305 insertions(+) create mode 100644 aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4.py create mode 100644 aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4_data.py diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py b/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py index b76e24e..eed33da 100644 --- a/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py +++ b/aces_1.0.1/python/aces_ocio/colorspaces/__init__.py @@ -7,6 +7,7 @@ import canon import general import gopro import panasonic +import panasonic_gh4 import red import sony @@ -16,5 +17,6 @@ __all__ = ['aces', 'general', 'gopro', 'panasonic', + 'panasonic_gh4', 'red', 'sony'] diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4.py b/aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4.py new file mode 100644 index 0000000..b5cdf28 --- /dev/null +++ b/aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4.py @@ -0,0 +1,507 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +""" +Implements support for *Panasonic GH4* colorspaces conversions and transfer +functions based on empirical data. +""" +from panasonic_gh4_data import * + +import numpy as np +from scipy import interpolate +import matplotlib.pyplot as plt +import math, sys + +import array +import os + +import PyOpenColorIO as ocio + +import aces_ocio.generate_lut as genlut +from aces_ocio.utilities import ColorSpace + +__author__ = 'Martin Schitter' +__copyright__ = 'Copyright (C) 2015 - Martin Schitter' +__license__ = 'GNU General Public License' +__maintainer__ = 'Martin Schitter' +__email__ = 'ms+aces@mur.at' +__status__ = 'Experimental' + +__all__ = ['create_gh4_style', + 'create_colorspaces'] +styles = { + 'Scenery': [0.0079310344827586213, 0.017241379310344827, + 0.053448275862068968, 0.27517241379310342, 0.7501724137931034, + 1.3010344827586207, 2.1315517241379309, 3.0501724137931037, + 4.3113793103448277, 5.8546551724137927, 7.9153448275862068, + 10.296551724137931, 13.276896551724137, 16.769310344827588, + 21.641896551724138, 27.386034482758621, 34.62258620689655, + 43.353448275862071, 53.682931034482756, 65.670000000000002, + 80.268275862068961, 102.43344827586206, 116.53896551724138, + 134.62586206896552, 156.84931034482759, 170.11293103448276, + 184.20775862068965, 196.58258620689656, 207.89155172413794, + 217.53241379310344, 227.18224137931034, 236.08120689655172, + 244.85396551724139, 252.55293103448275, 254.95758620689656, + 255.0, 255.0, 255.0, 255.0, 255.0], + + 'Natural': [0.032758620689655175, 0.048275862068965517, + 0.16224137931034482, 0.4613793103448276, 1.0034482758620689, + 1.7708620689655172, 2.6732758620689654, 3.9575862068965519, + 5.5139655172413793, 7.4403448275862072, 9.6510344827586199, + 12.639310344827587, 16.452758620689654, 20.901551724137931, + 26.867241379310343, 34.115862068965519, 43.008448275862072, + 52.998448275862067, 64.548103448275867, 76.758448275862065, + 90.370862068965522, 109.64431034482759, 121.71120689655173, + 137.56103448275863, 157.60396551724139, 169.77672413793104, + 182.39965517241379, 194.02293103448275, 205.00258620689655, + 214.89431034482757, 224.41034482758621, 233.6396551724138, + 242.20258620689654, 250.67862068965516, 254.0, 254.0, 254.0, + 254.0, 254.0, 254.0], + + 'Vivid': [0.0013793103448275861, 0.0025862068965517241, + 0.024482758620689656, 0.11120689655172414, 0.16810344827586207, + 0.79741379310344829, 1.2001724137931034, 1.9437931034482758, + 2.9256896551724139, 4.0244827586206897, 5.4912068965517244, + 7.490344827586207, 10.088448275862069, 13.246379310344828, + 17.292586206896551, 22.015862068965518, 28.217068965517242, + 35.784310344827588, 44.731379310344828, 56.00931034482759, + 70.820689655172416, 93.825344827586207, 108.79879310344828, + 128.2251724137931, 152.32620689655172, 166.44137931034481, + 181.00758620689655, 193.65810344827585, 205.37741379310344, + 215.1153448275862, 224.87586206896552, 234.14637931034483, + 242.44327586206896, 250.86465517241379, 254.98724137931035, + 255.0, 255.0, 255.0, 255.0, 255.0], + + 'Cinelike-D': [0.21293103448275863, 0.27379310344827584, + 0.55500000000000005, 1.0448275862068965, 1.5686206896551724, + 2.7260344827586205, 3.9756896551724137, 5.5051724137931037, + 7.6129310344827585, 10.310344827586206, 13.517931034482759, + 17.027586206896551, 21.260862068965519, 25.73741379310345, + 30.967241379310344, 37.214310344827588, 44.142931034482757, + 51.230689655172412, 58.622068965517244, 66.37155172413793, + 75.241034482758621, 88.354310344827582, 96.904655172413797, + 108.34051724137932, 125.1453448275862, 136.35637931034483, + 150.76827586206898, 168.86913793103449, 185.40758620689655, + 200.0305172413793, 213.47120689655173, 227.06482758620689, + 242.42689655172413, 253.55879310344827, 254.97620689655173, + 255.0, 255.0, 255.0, 255.0, 255.0], + + 'V-Log': [31.429137931034482, 31.752758620689654, + 31.977413793103448, 32.531551724137934, 32.976551724137934, + 33.822586206896553, 34.706206896551727, 36.100344827586206, + 37.966551724137929, 40.231724137931032, 42.8301724137931, + 46.389482758620687, 50.373103448275863, 54.91965517241379, + 60.101724137931036, 65.1351724137931, 70.557586206896545, + 76.224827586206899, 81.544655172413798, 87.275517241379305, + 93.204999999999998, 100.89396551724138, 105.2244827586207, + 111.05396551724138, 118.80051724137931, 123.33396551724138, + 129.31517241379311, 135.62620689655174, 141.68793103448274, + 148.09086206896552, 154.73741379310346, 160.67603448275861, + 167.00999999999999, 173.17275862068965, 179.17706896551724, + 185.62896551724137, 190.93706896551726, 191.0, 191.0, 191.0], + + 'Standard': [0.019827586206896553, 0.030344827586206897, + 0.1296551724137931, 0.39862068965517239, 0.84431034482758616, + 1.5265517241379309, 2.3403448275862071, 3.3762068965517242, + 4.9127586206896554, 6.6224137931034486, 8.8127586206896549, + 11.51948275862069, 14.727241379310344, 18.599482758620688, + 23.895862068965517, 30.157413793103448, 38.333275862068966, + 47.146724137931038, 57.659999999999997, 68.3953448275862, + 81.231034482758616, 99.765517241379314, 111.80913793103448, + 127.22586206896551, 147.36137931034483, 160.73448275862069, + 174.77620689655171, 188.09258620689656, 200.56137931034482, + 212.24275862068964, 222.05310344827586, 231.96775862068966, + 240.85534482758621, 250.1894827586207, 255.0, 255.0, 255.0, + 255.0, 255.0, 255.0], + + 'BW': [0.012068965517241379, 0.03017241379310345, + 0.15879310344827585, 0.40379310344827585, 1.039655172413793, + 1.5532758620689655, 2.5448275862068965, 3.6275862068965519, + 5.1298275862068969, 7.1593103448275865, 9.1227586206896554, + 12.219482758620689, 15.602413793103448, 19.667068965517242, + 25.558793103448277, 32.138103448275864, 40.762413793103448, + 50.295862068965519, 61.059655172413791, 72.762758620689652, + 86.235172413793109, 105.61879310344827, 118.42362068965517, + 134.05362068965516, 155.23034482758621, 168.7403448275862, + 182.65913793103448, 195.72913793103447, 208.67896551724138, + 220.05086206896553, 229.83293103448275, 238.34137931034482, + 246.78810344827585, 254.53086206896552, 255.0, 255.0, 255.0, + 255.0, 255.0, 255.0], + + 'Cinelike-V': [0.0, 0.0, 0.00034482758620689653, + 0.017586206896551725, 0.16534482758620689, 0.71965517241379307, + 1.0924137931034483, 1.8994827586206897, 2.7312068965517242, + 3.7174137931034483, 5.0798275862068962, 7.0439655172413795, + 9.4998275862068962, 12.756379310344828, 17.174827586206895, + 22.375, 29.295000000000002, 37.235344827586204, + 47.138448275862068, 58.181034482758619, 71.008103448275861, + 89.295000000000002, 101.09810344827586, 117.49913793103448, + 138.71793103448275, 152.10293103448276, 166.64051724137931, + 181.39448275862068, 194.29568965517242, 206.1453448275862, + 218.05224137931035, 229.84310344827585, 243.2646551724138, + 254.25103448275863, 254.99310344827586, 255.0, 255.0, 255.0, + 255.0, 255.0], + + 'Portrait': [0.044999999999999998, 0.10706896551724138, + 0.21482758620689654, 0.61827586206896556, 1.258448275862069, + 1.9755172413793103, 2.8977586206896553, 4.243620689655172, + 5.7982758620689658, 7.8572413793103451, 10.573620689655172, + 13.566896551724138, 17.62396551724138, 22.091724137931035, + 28.537068965517243, 36.138103448275864, 45.346551724137932, + 55.862241379310348, 67.451379310344834, 79.880689655172418, + 94.139827586206891, 113.69862068965517, 126.13396551724138, + 141.94724137931036, 161.84068965517241, 173.89344827586206, + 186.02206896551724, 196.99051724137931, 207.93103448275863, + 217.54758620689654, 227.05655172413793, 235.96586206896552, + 245.08810344827586, 253.00948275862069, 253.97603448275862, + 254.0, 254.0, 254.0, 254.0, 254.0], + + 'Custom': [0.039310344827586205, 0.1, 0.31086206896551727, + 0.73482758620689659, 1.3484482758620691, 2.046551724137931, + 3.1565517241379308, 4.5710344827586207, 6.1872413793103451, + 8.3953448275862073, 10.947068965517241, 14.126724137931035, + 18.054827586206898, 22.778965517241378, 29.185689655172414, + 36.938448275862072, 45.952931034482759, 56.380000000000003, + 67.094310344827591, 79.601724137931029, 93.560000000000002, + 113.16017241379311, 125.54551724137932, 141.44189655172414, + 162.21155172413793, 174.12517241379311, 186.3755172413793, + 199.36862068965516, 211.13103448275862, 221.01068965517243, + 230.70120689655172, 239.67758620689656, 249.01879310344827, + 254.96413793103449, 255.0, 255.0, 255.0, 255.0, 255.0, 255.0] +} + +def prepare_photostyle_to_linear(style, corr=None, debug_plot=False): + + # 18% gray card correction + corr = 16.5 + + #if not corr: + # if style == 'V-Log': + # corr = 16.5 + # else: + # #corr = 17.3 + # corr = 16.5 + + exp = np.linspace( (corr-39)/3.0, corr/3.0, 40) + l = np.power(2, exp) * 0.18 + vals = np.array(styles[style]) + vals = vals/255 + + # remove visible edges at some exposure values + print 'DIR:', dir() + for n in [24, 21, 4]: + if debug_plot: + plt.semilogy(vals[n], l[n], 'bx' ) + vals = np.delete(vals, n) + l = np.delete(l, n) + + # modify equal values to get an invertable monotone function + force_monotone = np.linspace(0,0.00001,len(vals)) + vals = vals+force_monotone + + #interp = interpolate.Akima1DInterpolator(vals, l) + interp = interpolate.PchipInterpolator(vals, l, extrapolate=False) + + if debug_plot: + plt.semilogy(vals, l, 'b+' ) + x = np.linspace(0., 1.0, 4096) + y = interp(x) + plt.semilogy(x, y, 'r.', ms=1 ) + x = np.linspace(0., 1.0, 256) + y = interp(x) + plt.semilogy(x, y, 'bo', ms=2 ) + plt.show() + + return interp + + +def create_gh4_style(gamut, + transfer_function, + lut_directory, + lut_resolution_1d, + aliases, + style=None): + """ + Creates colorspace covering the conversion from GH4 picture styles + to ACES based on empirical data + + Parameters + ---------- + gamut : str + The name of the encoding gamut to use. + transfer_function : str + The name of the transfer function to use + lut_directory : str or unicode + The directory to use when generating LUTs + lut_resolution_1d : int + The resolution of generated 1D LUTs + aliases : list of str + Aliases for this colorspace + + Returns + ------- + ColorSpace + A ColorSpace container class referencing the LUTs, matrices + and identifying information for the requested colorspace. + """ + + name = 'GH4-%s - GH4-%s-Gamut' % (transfer_function, gamut) + if transfer_function == '': + name = 'Linear - GH4-%s-Gamut' % gamut + if gamut == '': + name = 'Curve - GH4-%s' % transfer_function + + cs = ColorSpace(name) + cs.description = name + cs.aliases = aliases + cs.equality_group = '' + cs.family = 'Input/Panasonic/GH4' + cs.is_data = False + + # A linear space needs allocation variables + if transfer_function == '': + cs.allocation_type = ocio.Constants.ALLOCATION_LG2 + cs.allocation_vars = [-8, 6, 0.00390625] + + cs.to_reference_transforms = [] + + if transfer_function != '': + f = prepare_photostyle_to_linear(transfer_function) + + #data = array.array('f', '\0' * lut_resolution_1d * 4) + #for c in range(lut_resolution_1d): + # data[c] = v_log_to_linear(float(c) / (lut_resolution_1d - 1)) + dom = np.linspace(0.0, 1.0, lut_resolution_1d) + data = f(dom) + + # constant extrapolation + data_min = np.nanmin(data) + data_max = np.nanmax(data) + inds = np.where(np.isnan(data)) + for i in inds[0]: + if i < lut_resolution_1d/2: + data[i] = data_min + #data[i] = 0.0 + else: + data[i] = data_max + + lut = 'gh4_%s_to_linear.spi1d' % transfer_function + genlut.write_SPI_1d( + os.path.join(lut_directory, lut), + 0.0, + 1.0, + data, + lut_resolution_1d, + 1) + + cs.to_reference_transforms.append({ + 'type': 'lutFile', + 'path': lut, + 'interpolation': 'linear', + 'direction': 'forward'}) + + # + # matrix calculations based on: + # http://www.colour-science.org + # + + if gamut != '': + + # Lin -> XYZ + + if gamut == 'V-Log': + cs.to_reference_transforms.append({ + 'type': 'matrix', + # colour.V_GAMUT_COLOURSPACE.RGB_to_XYZ_matrix + 'matrix': [0.679644, 0.152211, 0.1186 , 0., + 0.260686, 0.774894, -0.03558, 0., + -0.00931 , -0.004612, 1.10298, 0., + 0, 0, 0, 1.], + 'direction': 'forward'}) + else: + cs.to_reference_transforms.append({ + 'type': 'matrix', + # colour.sRGB_COLOURSPACE.RGB_to_XYZ_matrix + 'matrix': [0.41238656, 0.35759149, 0.18045049, 0.0, + 0.21263682, 0.71518298, 0.0721802 , 0.0, + 0.01933062, 0.11919716, 0.95037259, 0.0, + 0, 0, 0, 1.0], + 'direction': 'forward'}) + + # D65 -> D50 adaption + # + # colour.chromatic_adaptation_matrix_VonKries( + # colour.xy_to_XYZ(c.sRGB_COLOURSPACE.whitepoint), + # colour.xy_to_XYZ(colour.ILLUMINANTS[ + # 'CIE 1931 2 Degree Standard Observer']['D50']), 'CAT02') + # + + cs.to_reference_transforms.append({ + 'type': 'matrix', + 'matrix': [1.04251352, 0.03083262, -0.05276445, 0.0, + 0.0221519 , 1.00187227, -0.02105432, 0.0, + -0.00116356, -0.00341802, 0.76197255, 0.0, + 0, 0, 0, 1.0], + 'direction': 'forward'}) + + if gamut.endswith('XYZ'): + cs.from_reference_transforms = [] + return cs + + if gamut.endswith('Calibrated'): + wb = [0.]*16 + wb[0] = calibration_wb[style][0] + wb[5] = calibration_wb[style][1] + wb[10] = calibration_wb[style][2] + wb[15] = 1.0 + cs.to_reference_transforms.append({ + 'type': 'matrix', + 'matrix': wb, + 'direction': 'forward'}) + cs.to_reference_transforms.append({ + 'type': 'matrix', + 'matrix': (calibration_matrices[style][0] + [0.0] + + calibration_matrices[style][1] + [0.0] + + calibration_matrices[style][2] + [0.0] + + [0, 0, 0, 1.0]), + 'direction': 'forward'}) + + # D50 -> ACES WP (~D60) + + # colour.chromatic_adaptation_matrix_VonKries( + # colour.xy_to_XYZ(colour.ILLUMINANTS[ + # 'CIE 1931 2 Degree Standard Observer']['D50']), + # colour.xy_to_XYZ(colour.V_GAMUT_COLOURSPACE.whitepoint), + # 'CAT02') + + cs.to_reference_transforms.append({ + 'type': 'matrix', + 'matrix': [ 0.95991641, -0.02931741, 0.06566143, 0.0, + -0.02119542, 0.99887268, 0.02613247, 0.0, + 0.00137075, 0.00443593, 1.31260073, 0.0, + 0, 0, 0, 1.0], + 'direction': 'forward'}) + + + # XYZ -> ACES + + # colour.ACES_2065_1_COLOURSPACE.XYZ_to_RGB_matrix + cs.to_reference_transforms.append({ + 'type': 'matrix', + 'matrix': [1.04981102e+00, 0.00000000e+00, -9.74845410e-05, 0., + -4.95903023e-01, 1.37331305e+00, 9.82400365e-02, 0., + 0.00000000e+00, 0.00000000e+00, 9.91252022e-01, 0., + 0, 0, 0, 1.], + 'direction': 'forward'}) + + # + # matrix given py panasonic / calculated by nuke + # for one step transformation: + # + + # if gamut == 'V-Log': + # cs.to_reference_transforms.append({ + # 'type': 'matrix', + # 'matrix': [0.724383 , 0.166748 , 0.108497, 0., + # 0.021354 , 0.985138 , -0.006319, 0., + # -0.009234 , -0.001043 , 1.010273, 0., + # 0, 0, 0, 1.], + # 'direction': 'forward'}) + # elif gamut != '': + # cs.to_reference_transforms.append({ + # 'type': 'matrix', + # 'matrix': [0.43964687, 0.38298151, 0.17737158, 0.0, + # 0.08978026, 0.81343973, 0.09677973, 0.0, + # 0.01754464, 0.11155707, 0.87089837, 0.0, + # 0, 0, 0, 1.0], + # 'direction': 'forward'}) + + cs.from_reference_transforms = [] + return cs + + +def create_colorspaces(lut_directory, lut_resolution_1d): + """ + Generates the colorspace conversions. + + Parameters + ---------- + lut_directory : str or unicode + The directory to use when generating LUTs + lut_resolution_1d : int + The resolution of generated 1D LUTs + + Returns + ------- + list + A list of colorspaces for Panasonic cameras and encodings + """ + + colorspaces = [] + + styles_sort = styles.keys() + styles_sort.sort() + + for style in styles_sort: + + # Full conversion + style_1 = create_gh4_style( + style, + style, + lut_directory, + lut_resolution_1d, + ['gh4_%s_gh4_gamut' % style.lower().replace('-','_')]) + colorspaces.append(style_1) + + # Linearization Only + style_2 = create_gh4_style( + '', + style, + lut_directory, + lut_resolution_1d, + ['crv_gh4_%s' % style.lower().replace('-','_')]) + colorspaces.append(style_2) + + # Linearization and XYZ conversion + style_3 = create_gh4_style( + '%s-XYZ' % style, + style, + lut_directory, + lut_resolution_1d, + ['gh4_%s_xyz' % style.lower().replace('-','_')]) + colorspaces.append(style_3) + + # Primaries Only + style_4 = create_gh4_style( + style, + '', + lut_directory, + lut_resolution_1d, + ['lin_gh4_%s_gamut' % style.lower().replace('-','_')]) + colorspaces.append(style_4) + + if style != 'BW': + + # Full conversion calibrated + style_5 = create_gh4_style( + '%s-Calibrated' % style, + style, + lut_directory, + lut_resolution_1d, + ['gh4_%s_gh4_calibrated_gamut'% style.lower().replace('-','_')], + style) + colorspaces.append(style_5) + + # Primaries Only calibrated + style_6 = create_gh4_style( + '%s-Calibrated' % style, + '', + lut_directory, + lut_resolution_1d, + ['lin_gh4_%s_calibrated_gamut'%style.lower().replace('-','_')], + style) + colorspaces.append(style_6) + + + return colorspaces + diff --git a/aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4_data.py b/aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4_data.py new file mode 100644 index 0000000..7a15386 --- /dev/null +++ b/aces_1.0.1/python/aces_ocio/colorspaces/panasonic_gh4_data.py @@ -0,0 +1,4789 @@ +#!/usr/bin/env python + +# +# Calibration data generated by DCamProf +# http://www.ludd.ltu.se/~torger/dcamprof.html +# + +calibration_wb={'Cinelike-D': [0.933688, 0.927173, 1.0], + 'Cinelike-V': [0.934685, 0.925259, 1.0], + 'Custom': [0.937519, 0.925058, 1.0], + 'Natural': [0.937033, 0.922423, 1.0], + 'Portrait': [0.937594, 0.922524, 1.0], + 'Scenery': [0.937698, 0.922082, 1.0], + 'Standard': [0.957282, 0.941361, 1.0], + 'V-Log': [0.924181, 0.934648, 1.0], + 'Vivid': [0.937874, 0.922535, 1.0]} + +calibration_matrices={'Cinelike-D': [[0.962307, 0.102642, -0.100731], + [0.213134, 0.905112, -0.118246], + [-0.003996, 0.044169, 0.785028]], + 'Cinelike-V': [[0.878102, 0.158876, -0.072759], + [0.165819, 0.981612, -0.147431], + [-0.073725, 0.038909, 0.860017]], + 'Custom': [[0.818877, 0.212191, -0.066849], + [0.185659, 0.928077, -0.113736], + [-0.048928, 0.057816, 0.816314]], + 'Natural': [[0.844589, 0.207923, -0.088294], + [0.145194, 1.026278, -0.171472], + [-0.036077, -0.006428, 0.867707]], + 'Portrait': [[0.717531, 0.294566, -0.047878], + [0.1042, 1.019382, -0.123582], + [-0.046462, 0.06343, 0.808234]], + 'Scenery': [[0.833537, 0.210974, -0.080293], + [0.112723, 1.022743, -0.135466], + [-0.028009, 0.049696, 0.803514]], + 'Standard': [[0.823565, 0.223351, -0.082698], + [0.187869, 0.969691, -0.15756], + [-0.053784, 0.051442, 0.827543]], + 'V-Log': [[0.848235, 0.149055, -0.033072], + [0.282419, 0.792038, -0.074457], + [-0.020742, 0.052441, 0.793502]], + 'Vivid': [[0.738294, 0.319134, -0.09321], + [0.085875, 1.073405, -0.159281], + [-0.129938, 0.133756, 0.821384]]} + +calibration_luts={'Cinelike-D': {u'regularization': [0, 0, 0], + u'uvL': [0.257238, + 0.488867, + 0.000691295, + 0.321775, + 0.502615, + 0.00244119, + 0.385689, + 0.491489, + 0.00171701, + 0.298406, + 0.498669, + 0.00193992, + 0.351855, + 0.50132, + 0.00332861, + 0.414154, + 0.491594, + 0.000666574, + 0.233535, + 0.487858, + 3.79499e-05, + 0.380658, + 0.518554, + 0.00655526, + 0.415531, + 0.515054, + 0.00528521, + 0.320458, + 0.52087, + 0.00463135, + 0.442631, + 0.517517, + 0.00614465, + 0.264726, + 0.515006, + -0.000762908, + 0.284021, + 0.538291, + 0.00880486, + 0.241262, + 0.517712, + -0.00123776, + 0.328426, + 0.53615, + 0.00930137, + 0.219604, + 0.514341, + -0.000619943, + 0.201606, + 0.464589, + 0.00233074, + 0.244774, + 0.53933, + 0.00133926, + 0.179926, + 0.480337, + -0.00167031, + 0.234338, + 0.460582, + 0.00381334, + 0.184496, + 0.511455, + 0.00126326, + 0.201045, + 0.438388, + 0.00868793, + 0.189321, + 0.535313, + 0.00823873, + 0.170857, + 0.555777, + 0.00761125, + 0.160684, + 0.502147, + 0.00017588, + 0.137503, + 0.526923, + 0.0137501, + 0.161667, + 0.460721, + -0.000420941, + 0.253375, + 0.438202, + 0.00667807, + 0.186824, + 0.412159, + 0.00552041, + 0.143112, + 0.48443, + -0.00225289, + 0.165517, + 0.53087, + 0.00449169, + 0.18544, + 0.381383, + 0.00800905, + 0.149888, + 0.439647, + 0.00279449, + 0.144183, + 0.415622, + -0.000377174, + 0.278109, + 0.41134, + 0.00646585, + 0.172595, + 0.358365, + 0.00701735, + 0.218806, + 0.531742, + 0.000692605, + 0.148052, + 0.312793, + -0.0129371, + 0.175965, + 0.313264, + 0.00308609, + 0.211215, + 0.409634, + 0.00547407, + 0.157734, + 0.236528, + -0.043416, + 0.200296, + 0.339713, + 0.00990876, + 0.306294, + 0.387896, + 0.00447476, + 0.269888, + 0.544249, + 0.0070722, + 0.148447, + 0.547166, + 0.0113189, + 0.169016, + 0.27943, + -0.0070357, + 0.28973, + 0.37329, + 0.00542092, + 0.29238, + 0.354745, + -0.00442462, + 0.329798, + 0.372164, + -0.00318863, + 0.296049, + 0.459423, + 0.00227037, + 0.342849, + 0.449206, + 0.000132095, + 0.378253, + 0.437881, + 0.000408755, + 0.470856, + 0.51692, + 0.00544297, + 0.20916, + 0.488074, + 0], + u'uvU': [0.257238, + 0.488867, + -0.00285629, + 0.321775, + 0.502615, + -0.0033455, + 0.385689, + 0.491489, + -0.0200734, + 0.298406, + 0.498669, + -0.00364657, + 0.351855, + 0.50132, + -0.00519219, + 0.414154, + 0.491594, + -0.0134497, + 0.233535, + 0.487858, + -0.00172013, + 0.380658, + 0.518554, + -0.005364, + 0.415531, + 0.515054, + -0.00856837, + 0.320458, + 0.52087, + -0.00291556, + 0.442631, + 0.517517, + -0.00971038, + 0.264726, + 0.515006, + 0.000904004, + 0.284021, + 0.538291, + 0.00714874, + 0.241262, + 0.517712, + 0.00178508, + 0.328426, + 0.53615, + 0.00287547, + 0.219604, + 0.514341, + 0.0014498, + 0.201606, + 0.464589, + -0.00262434, + 0.244774, + 0.53933, + 0.0059106, + 0.179926, + 0.480337, + -0.00373316, + 0.234338, + 0.460582, + -0.00172548, + 0.184496, + 0.511455, + 0.000264336, + 0.201045, + 0.438388, + -0.000516868, + 0.189321, + 0.535313, + 0.00189051, + 0.170857, + 0.555777, + 0.00208776, + 0.160684, + 0.502147, + -0.00584752, + 0.137503, + 0.526923, + -0.0144141, + 0.161667, + 0.460721, + -0.00381816, + 0.253375, + 0.438202, + -0.00135126, + 0.186824, + 0.412159, + -0.00290701, + 0.143112, + 0.48443, + -0.0141062, + 0.165517, + 0.53087, + 0.00154561, + 0.18544, + 0.381383, + -0.00143422, + 0.149888, + 0.439647, + -0.00524122, + 0.144183, + 0.415622, + -0.00947378, + 0.278109, + 0.41134, + -0.00394844, + 0.172595, + 0.358365, + -0.00660474, + 0.218806, + 0.531742, + 0.00521246, + 0.148052, + 0.312793, + -0.0182976, + 0.175965, + 0.313264, + -0.0103033, + 0.211215, + 0.409634, + -0.00812408, + 0.157734, + 0.236528, + -0.0303895, + 0.200296, + 0.339713, + -0.00537209, + 0.306294, + 0.387896, + -0.00628985, + 0.269888, + 0.544249, + 0.00916229, + 0.148447, + 0.547166, + 2.3323e-05, + 0.169016, + 0.27943, + -0.0132465, + 0.28973, + 0.37329, + -0.00815756, + 0.29238, + 0.354745, + -0.0161368, + 0.329798, + 0.372164, + -0.0105125, + 0.296049, + 0.459423, + -0.0109956, + 0.342849, + 0.449206, + -0.0141543, + 0.378253, + 0.437881, + -0.0131313, + 0.470856, + 0.51692, + -0.0131295, + 0.20916, + 0.488074, + 0], + u'uvV': [0.257238, + 0.488867, + -0.00591499, + 0.321775, + 0.502615, + -0.017926, + 0.385689, + 0.491489, + -0.00326351, + 0.298406, + 0.498669, + -0.0126646, + 0.351855, + 0.50132, + -0.0190372, + 0.414154, + 0.491594, + -0.00769359, + 0.233535, + 0.487858, + -0.00212041, + 0.380658, + 0.518554, + -0.0242537, + 0.415531, + 0.515054, + -0.0209433, + 0.320458, + 0.52087, + -0.0163871, + 0.442631, + 0.517517, + -0.0214305, + 0.264726, + 0.515006, + -0.00885607, + 0.284021, + 0.538291, + -0.0164578, + 0.241262, + 0.517712, + -0.00604658, + 0.328426, + 0.53615, + -0.0221232, + 0.219604, + 0.514341, + -0.00371203, + 0.201606, + 0.464589, + 0.000536054, + 0.244774, + 0.53933, + -0.00915494, + 0.179926, + 0.480337, + -0.000820752, + 0.234338, + 0.460582, + -0.00104165, + 0.184496, + 0.511455, + -0.0024319, + 0.201045, + 0.438388, + 0.00222457, + 0.189321, + 0.535313, + -0.00114221, + 0.170857, + 0.555777, + 0.000338643, + 0.160684, + 0.502147, + -0.0058128, + 0.137503, + 0.526923, + -0.0336292, + 0.161667, + 0.460721, + -0.00378317, + 0.253375, + 0.438202, + -2.59843e-05, + 0.186824, + 0.412159, + 0.00454249, + 0.143112, + 0.48443, + -0.0272093, + 0.165517, + 0.53087, + -0.00818659, + 0.18544, + 0.381383, + 0.00655207, + 0.149888, + 0.439647, + -0.0132349, + 0.144183, + 0.415622, + -0.0265818, + 0.278109, + 0.41134, + 0.00448191, + 0.172595, + 0.358365, + 0.00629484, + 0.218806, + 0.531742, + -0.00119972, + 0.148052, + 0.312793, + -0.00627414, + 0.175965, + 0.313264, + 0.0150235, + 0.211215, + 0.409634, + 0.00485848, + 0.157734, + 0.236528, + 0.0273518, + 0.200296, + 0.339713, + 0.0137651, + 0.306294, + 0.387896, + 0.0102663, + 0.269888, + 0.544249, + -0.0171251, + 0.148447, + 0.547166, + -0.0177095, + 0.169016, + 0.27943, + 0.0174205, + 0.28973, + 0.37329, + 0.0113852, + 0.29238, + 0.354745, + 0.0258237, + 0.329798, + 0.372164, + 0.0165348, + 0.296049, + 0.459423, + -0.00303018, + 0.342849, + 0.449206, + -0.00157372, + 0.378253, + 0.437881, + 0.000515025, + 0.470856, + 0.51692, + -0.0105431, + 0.20916, + 0.488074, + -5.55112e-17]}, + 'Cinelike-V': {u'regularization': [0, 0, 0], + u'uvL': [0.25008, + 0.491394, + -0.00122168, + 0.315114, + 0.500243, + 0.00117177, + 0.384613, + 0.484194, + 0.00901194, + 0.356816, + 0.503099, + 0.00154966, + 0.42953, + 0.508902, + 0.00069443, + 0.38024, + 0.521628, + 0.000940816, + 0.312771, + 0.517583, + 0.00204402, + 0.461175, + 0.521288, + 0.00237291, + 0.259685, + 0.515114, + -0.000695094, + 0.416321, + 0.513095, + 0.00907469, + 0.231277, + 0.513069, + -0.000614249, + 0.252369, + 0.538607, + -0.000878235, + 0.29333, + 0.547644, + 0.00219029, + 0.331148, + 0.546402, + -0.00243007, + 0.354384, + 0.544076, + 0.00286796, + 0.33093, + 0.523772, + 0.000395326, + 0.228808, + 0.533928, + -0.000795656, + 0.243567, + 0.555025, + -0.00176803, + 0.184423, + 0.478756, + -0.00103087, + 0.228827, + 0.467925, + -0.00146338, + 0.186125, + 0.511646, + 0.00309207, + 0.205721, + 0.448228, + 0.00192307, + 0.190647, + 0.531246, + 0.00918309, + 0.183863, + 0.547847, + 0.00400415, + 0.170071, + 0.562434, + 0.000954436, + 0.393185, + 0.539997, + -0.000562972, + 0.285044, + 0.523506, + 0.00203656, + 0.166366, + 0.492199, + -0.000806134, + 0.140886, + 0.520725, + 0.0138082, + 0.252741, + 0.446129, + -0.00124905, + 0.290104, + 0.503366, + -0.000494717, + 0.197176, + 0.41346, + 0.00421892, + 0.145669, + 0.481199, + 0.000977944, + 0.167897, + 0.455116, + -0.00333503, + 0.17, + 0.527056, + 0.00503347, + 0.197429, + 0.383853, + 0.00553942, + 0.157354, + 0.428713, + 0.0013975, + 0.152776, + 0.402992, + 0.00646028, + 0.275436, + 0.425524, + -0.00310877, + 0.187882, + 0.350744, + 0.0141993, + 0.176265, + 0.363209, + 0.00432206, + 0.164167, + 0.303826, + -0.00396985, + 0.300835, + 0.412738, + -0.00441609, + 0.264204, + 0.549644, + -0.00221895, + 0.390031, + 0.512988, + 0.00186757, + 0.156153, + 0.541073, + 0.00683966, + 0.194043, + 0.315058, + 0.00406871, + 0.21778, + 0.434262, + -0.00516034, + 0.221864, + 0.373659, + -0.00693007, + 0.217977, + 0.309538, + -0.004849, + 0.184782, + 0.185935, + -0.00965977, + 0.220811, + 0.412464, + 0.000333758, + 0.217609, + 0.335168, + 0.014454, + 0.320659, + 0.398627, + -0.0062564, + 0.190992, + 0.273966, + -0.00157167, + 0.137255, + 0.560781, + 0.00124661, + 0.298628, + 0.380159, + -0.00144865, + 0.315218, + 0.358638, + -0.00831731, + 0.348984, + 0.388481, + -0.0195063, + 0.189721, + 0.22794, + -0.0100684, + 0.290552, + 0.465098, + -0.00340516, + 0.33975, + 0.45783, + -0.00849179, + 0.396056, + 0.457109, + -0.0188187, + 0.494583, + 0.517038, + 0.00532568, + 0.20916, + 0.488074, + 0], + u'uvU': [0.25008, + 0.491394, + -0.00328425, + 0.315114, + 0.500243, + -0.00589762, + 0.384613, + 0.484194, + -0.0127362, + 0.356816, + 0.503099, + -0.0072342, + 0.42953, + 0.508902, + -0.0124536, + 0.38024, + 0.521628, + -0.00770825, + 0.312771, + 0.517583, + -0.00675837, + 0.461175, + 0.521288, + -0.0130275, + 0.259685, + 0.515114, + 0.000344798, + 0.416321, + 0.513095, + -0.00668958, + 0.231277, + 0.513069, + 0.00044511, + 0.252369, + 0.538607, + 0.00516801, + 0.29333, + 0.547644, + 0.00574839, + 0.331148, + 0.546402, + 0.000657964, + 0.354384, + 0.544076, + -0.000164911, + 0.33093, + 0.523772, + -0.00227979, + 0.228808, + 0.533928, + 0.0038681, + 0.243567, + 0.555025, + 0.00388227, + 0.184423, + 0.478756, + -0.00445553, + 0.228827, + 0.467925, + -0.00323134, + 0.186125, + 0.511646, + -0.000919595, + 0.205721, + 0.448228, + -0.00275994, + 0.190647, + 0.531246, + 0.000574006, + 0.183863, + 0.547847, + -0.00282864, + 0.170071, + 0.562434, + -0.000129455, + 0.393185, + 0.539997, + -0.00350615, + 0.285044, + 0.523506, + 0.00108408, + 0.166366, + 0.492199, + -0.00816757, + 0.140886, + 0.520725, + -0.0126893, + 0.252741, + 0.446129, + -0.0035688, + 0.290104, + 0.503366, + -0.00254827, + 0.197176, + 0.41346, + -0.00462918, + 0.145669, + 0.481199, + -0.0141162, + 0.167897, + 0.455116, + -0.005681, + 0.17, + 0.527056, + -7.72549e-05, + 0.197429, + 0.383853, + -0.00403367, + 0.157354, + 0.428713, + -0.00786077, + 0.152776, + 0.402992, + -0.0106957, + 0.275436, + 0.425524, + -0.00639919, + 0.187882, + 0.350744, + -0.00615068, + 0.176265, + 0.363209, + -0.0118636, + 0.164167, + 0.303826, + -0.0157893, + 0.300835, + 0.412738, + -0.00730542, + 0.264204, + 0.549644, + 0.00720973, + 0.390031, + 0.512988, + -0.00799857, + 0.156153, + 0.541073, + -0.00047434, + 0.194043, + 0.315058, + -0.00918688, + 0.21778, + 0.434262, + -0.021132, + 0.221864, + 0.373659, + -0.0182941, + 0.217977, + 0.309538, + -0.016546, + 0.184782, + 0.185935, + -0.0185192, + 0.220811, + 0.412464, + -0.00749748, + 0.217609, + 0.335168, + -0.00655757, + 0.320659, + 0.398627, + -0.00923665, + 0.190992, + 0.273966, + -0.0125182, + 0.137255, + 0.560781, + -0.00159324, + 0.298628, + 0.380159, + -0.00885992, + 0.315218, + 0.358638, + -0.0108071, + 0.348984, + 0.388481, + -0.012318, + 0.189721, + 0.22794, + -0.0154123, + 0.290552, + 0.465098, + -0.0108347, + 0.33975, + 0.45783, + -0.0136405, + 0.396056, + 0.457109, + -0.0164903, + 0.494583, + 0.517038, + -0.0114597, + 0.20916, + 0.488074, + 0], + u'uvV': [0.25008, + 0.491394, + -0.00189968, + 0.315114, + 0.500243, + -0.013039, + 0.384613, + 0.484194, + -0.00218825, + 0.356816, + 0.503099, + -0.0239976, + 0.42953, + 0.508902, + -0.0308156, + 0.38024, + 0.521628, + -0.0193332, + 0.312771, + 0.517583, + -0.00455302, + 0.461175, + 0.521288, + -0.0399746, + 0.259685, + 0.515114, + -0.00544333, + 0.416321, + 0.513095, + -0.0198866, + 0.231277, + 0.513069, + -0.00245931, + 0.252369, + 0.538607, + -0.0127225, + 0.29333, + 0.547644, + -0.0280753, + 0.331148, + 0.546402, + -0.0330092, + 0.354384, + 0.544076, + -0.0398413, + 0.33093, + 0.523772, + -0.0207032, + 0.228808, + 0.533928, + -0.00297523, + 0.243567, + 0.555025, + -0.00948522, + 0.184423, + 0.478756, + -0.00815616, + 0.228827, + 0.467925, + 0.000809214, + 0.186125, + 0.511646, + -0.00392049, + 0.205721, + 0.448228, + -0.00281543, + 0.190647, + 0.531246, + -0.000419317, + 0.183863, + 0.547847, + -0.00128746, + 0.170071, + 0.562434, + 0.00112455, + 0.393185, + 0.539997, + -0.0422698, + 0.285044, + 0.523506, + -0.0145355, + 0.166366, + 0.492199, + -0.0135883, + 0.140886, + 0.520725, + -0.0262174, + 0.252741, + 0.446129, + 0.000607259, + 0.290104, + 0.503366, + -0.0103429, + 0.197176, + 0.41346, + -0.0058093, + 0.145669, + 0.481199, + -0.0297668, + 0.167897, + 0.455116, + -0.0185618, + 0.17, + 0.527056, + -0.00910975, + 0.197429, + 0.383853, + -0.0054369, + 0.157354, + 0.428713, + -0.0297555, + 0.152776, + 0.402992, + -0.0371661, + 0.275436, + 0.425524, + -0.000133531, + 0.187882, + 0.350744, + -0.00938072, + 0.176265, + 0.363209, + -0.00970907, + 0.164167, + 0.303826, + -0.0223894, + 0.300835, + 0.412738, + -0.00324652, + 0.264204, + 0.549644, + -0.0183149, + 0.390031, + 0.512988, + -0.0338664, + 0.156153, + 0.541073, + -0.0125624, + 0.194043, + 0.315058, + -0.0064156, + 0.21778, + 0.434262, + -0.0048415, + 0.221864, + 0.373659, + -0.008223, + 0.217977, + 0.309538, + -0.0128734, + 0.184782, + 0.185935, + -0.00111749, + 0.220811, + 0.412464, + -0.00421975, + 0.217609, + 0.335168, + -0.00354707, + 0.320659, + 0.398627, + -0.00409856, + 0.190992, + 0.273966, + -0.00455507, + 0.137255, + 0.560781, + -0.0111028, + 0.298628, + 0.380159, + 0.00248759, + 0.315218, + 0.358638, + 0.00298548, + 0.348984, + 0.388481, + -0.00265168, + 0.189721, + 0.22794, + -0.00254636, + 0.290552, + 0.465098, + 0.00246629, + 0.33975, + 0.45783, + 0.0015252, + 0.396056, + 0.457109, + -0.0172878, + 0.494583, + 0.517038, + -0.0342698, + 0.20916, + 0.488074, + 0]}, + 'Custom': {u'regularization': [0, 0, 0], + u'uvL': [0.242752, + 0.489103, + -0.00109879, + 0.303842, + 0.500941, + 0.00047339, + 0.343813, + 0.496327, + 0.000487633, + 0.404772, + 0.51092, + -0.00132301, + 0.266905, + 0.502747, + -0.00159656, + 0.292447, + 0.513376, + 0.00148793, + 0.340543, + 0.511352, + 0.00226764, + 0.374584, + 0.523176, + 0.00240288, + 0.432116, + 0.52149, + 0.0021713, + 0.230627, + 0.51443, + 0.00020804, + 0.257746, + 0.523331, + 0.00282181, + 0.285741, + 0.543135, + 0.00623247, + 0.329097, + 0.535407, + 0.00395049, + 0.199424, + 0.463205, + 0.00259083, + 0.231895, + 0.531369, + 0.0030418, + 0.240702, + 0.550603, + 0.00265373, + 0.178799, + 0.477482, + 0.000377153, + 0.233794, + 0.462557, + -0.00158786, + 0.18887, + 0.510062, + 0.004285, + 0.2017, + 0.437537, + 0.0076077, + 0.194855, + 0.533526, + 0.0100264, + 0.179976, + 0.557527, + 0.00586192, + 0.161029, + 0.495255, + 0.00538606, + 0.149161, + 0.518749, + 0.016384, + 0.25541, + 0.446589, + -0.0078093, + 0.191234, + 0.407567, + 0.00667845, + 0.15001, + 0.480239, + 0.00173733, + 0.169242, + 0.445913, + 0.00566669, + 0.192441, + 0.382192, + 0.00495178, + 0.158019, + 0.419975, + 0.00210322, + 0.278741, + 0.428957, + -0.0128386, + 0.170009, + 0.531349, + 0.0118425, + 0.184864, + 0.351712, + 0.00930563, + 0.160738, + 0.300908, + -0.00105185, + 0.180101, + 0.318002, + 0.00112386, + 0.200464, + 0.329914, + -0.0252247, + 0.168782, + 0.218612, + -0.0423369, + 0.212908, + 0.416257, + -0.00345976, + 0.313433, + 0.413628, + -0.0286278, + 0.177064, + 0.277707, + -0.005313, + 0.153335, + 0.549816, + 0.0122114, + 0.283178, + 0.399629, + -0.0209181, + 0.291101, + 0.381141, + -0.0308205, + 0.172433, + 0.240377, + -0.0225047, + 0.278506, + 0.466268, + -0.00457552, + 0.322911, + 0.460833, + -0.0114946, + 0.376365, + 0.461223, + -0.0229331, + 0.338348, + 0.401422, + -0.0411178, + 0.452773, + 0.518045, + 0.00431858, + 0.20916, + 0.488074, + 0], + u'uvU': [0.242752, + 0.489103, + -0.00332012, + 0.303842, + 0.500941, + -0.00655408, + 0.343813, + 0.496327, + -0.0132226, + 0.404772, + 0.51092, + -0.0154942, + 0.266905, + 0.502747, + -0.00289118, + 0.292447, + 0.513376, + -0.00292325, + 0.340543, + 0.511352, + -0.0080805, + 0.374584, + 0.523176, + -0.00823847, + 0.432116, + 0.52149, + -0.0160353, + 0.230627, + 0.51443, + 0.00131285, + 0.257746, + 0.523331, + 0.00290098, + 0.285741, + 0.543135, + 0.00649058, + 0.329097, + 0.535407, + -0.00120175, + 0.199424, + 0.463205, + -0.00348566, + 0.231895, + 0.531369, + 0.00485659, + 0.240702, + 0.550603, + 0.00537212, + 0.178799, + 0.477482, + -0.00499464, + 0.233794, + 0.462557, + -0.0034995, + 0.18887, + 0.510062, + -0.000811525, + 0.2017, + 0.437537, + -0.00221334, + 0.194855, + 0.533526, + 0.00120801, + 0.179976, + 0.557527, + 0.00106419, + 0.161029, + 0.495255, + -0.0140076, + 0.149161, + 0.518749, + -0.0126054, + 0.25541, + 0.446589, + -0.00560802, + 0.191234, + 0.407567, + -0.00483247, + 0.15001, + 0.480239, + -0.0154863, + 0.169242, + 0.445913, + -0.00492553, + 0.192441, + 0.382192, + -0.00765958, + 0.158019, + 0.419975, + -0.00992192, + 0.278741, + 0.428957, + -0.00944901, + 0.170009, + 0.531349, + 0.000596275, + 0.184864, + 0.351712, + -0.0103131, + 0.160738, + 0.300908, + -0.0203994, + 0.180101, + 0.318002, + -0.0136352, + 0.200464, + 0.329914, + -0.0248085, + 0.168782, + 0.218612, + -0.035582, + 0.212908, + 0.416257, + -0.008555, + 0.313433, + 0.413628, + -0.0151401, + 0.177064, + 0.277707, + -0.0191074, + 0.153335, + 0.549816, + -0.00083591, + 0.283178, + 0.399629, + -0.01357, + 0.291101, + 0.381141, + -0.0178386, + 0.172433, + 0.240377, + -0.0269531, + 0.278506, + 0.466268, + -0.0123639, + 0.322911, + 0.460833, + -0.0158771, + 0.376365, + 0.461223, + -0.0195403, + 0.338348, + 0.401422, + -0.0189026, + 0.452773, + 0.518045, + -0.016794, + 0.20916, + 0.488074, + 0], + u'uvV': [0.242752, + 0.489103, + -0.00161074, + 0.303842, + 0.500941, + -0.00176672, + 0.343813, + 0.496327, + 0.0148748, + 0.404772, + 0.51092, + -0.00605712, + 0.266905, + 0.502747, + -0.00803063, + 0.292447, + 0.513376, + -0.00745326, + 0.340543, + 0.511352, + -0.00614048, + 0.374584, + 0.523176, + -0.0152231, + 0.432116, + 0.52149, + -0.0109151, + 0.230627, + 0.51443, + -0.00512634, + 0.257746, + 0.523331, + -0.0132613, + 0.285741, + 0.543135, + -0.0242421, + 0.329097, + 0.535407, + -0.021671, + 0.199424, + 0.463205, + -0.00126343, + 0.231895, + 0.531369, + -0.00704758, + 0.240702, + 0.550603, + -0.00661978, + 0.178799, + 0.477482, + -0.00916779, + 0.233794, + 0.462557, + 0.00210822, + 0.18887, + 0.510062, + -0.00751079, + 0.2017, + 0.437537, + 0.00102055, + 0.194855, + 0.533526, + -0.00667642, + 0.179976, + 0.557527, + -0.00878109, + 0.161029, + 0.495255, + -0.0231284, + 0.149161, + 0.518749, + -0.0355546, + 0.25541, + 0.446589, + 0.00517549, + 0.191234, + 0.407567, + 0.00174768, + 0.15001, + 0.480239, + -0.0442238, + 0.169242, + 0.445913, + -0.0199697, + 0.192441, + 0.382192, + 0.00169794, + 0.158019, + 0.419975, + -0.0355314, + 0.278741, + 0.428957, + 0.00852044, + 0.170009, + 0.531349, + -0.0212475, + 0.184864, + 0.351712, + 0.0021492, + 0.160738, + 0.300908, + -0.0189598, + 0.180101, + 0.318002, + 0.00752659, + 0.200464, + 0.329914, + 0.00463963, + 0.168782, + 0.218612, + 0.014883, + 0.212908, + 0.416257, + 0.00368346, + 0.313433, + 0.413628, + 0.0122658, + 0.177064, + 0.277707, + 0.00937214, + 0.153335, + 0.549816, + -0.0271827, + 0.283178, + 0.399629, + 0.0179377, + 0.291101, + 0.381141, + 0.0271027, + 0.172433, + 0.240377, + 0.014742, + 0.278506, + 0.466268, + 0.0145124, + 0.322911, + 0.460833, + 0.0183649, + 0.376365, + 0.461223, + 0.00240291, + 0.338348, + 0.401422, + 0.0197033, + 0.452773, + 0.518045, + 0.00753947, + 0.20916, + 0.488074, + -5.55112e-17]}, + 'Natural': {u'regularization': [0, 0, 0], + u'uvL': [0.245105, + 0.491056, + -0.00138277, + 0.299359, + 0.500031, + -0.000385001, + 0.348175, + 0.490587, + 0.00209369, + 0.423093, + 0.497594, + -0.00533404, + 0.273687, + 0.503307, + -0.0021565, + 0.341939, + 0.512441, + 0.00122763, + 0.396336, + 0.514166, + 0.00367238, + 0.282124, + 0.52236, + 0.000515249, + 0.313757, + 0.518296, + 0.00261066, + 0.386047, + 0.520669, + 0.00311938, + 0.461312, + 0.518439, + 0.00487625, + 0.231501, + 0.515015, + -0.00306539, + 0.254248, + 0.526437, + 0.000542328, + 0.281811, + 0.54054, + 0.0044999, + 0.323486, + 0.545386, + 0.00623763, + 0.361322, + 0.540687, + 0.00625651, + 0.186287, + 0.480442, + 0.000827876, + 0.227204, + 0.462582, + 0.00581761, + 0.193451, + 0.511353, + 7.72472e-05, + 0.203246, + 0.450928, + 0.00833719, + 0.222254, + 0.531115, + 0.00122019, + 0.243583, + 0.551814, + 0.00144219, + 0.189246, + 0.528755, + 0.00581504, + 0.182267, + 0.554347, + 0.00388515, + 0.174164, + 0.463102, + 0.00551035, + 0.248961, + 0.442974, + 0.00998229, + 0.203793, + 0.426223, + 0.0158595, + 0.404425, + 0.534317, + 0.00511664, + 0.30849, + 0.545532, + 0.0057633, + 0.16665, + 0.501088, + 0.00185348, + 0.141944, + 0.524816, + 0.0183796, + 0.266584, + 0.427015, + 0.0105821, + 0.200759, + 0.395027, + 0.0170465, + 0.150287, + 0.47799, + 0.00418645, + 0.167868, + 0.435875, + 0.0143374, + 0.17296, + 0.528721, + 0.00664041, + 0.193095, + 0.365603, + 0.0192842, + 0.158492, + 0.406883, + 0.0173617, + 0.298102, + 0.403984, + 0.0122185, + 0.188042, + 0.341638, + 0.0233058, + 0.163648, + 0.290068, + 0.00978784, + 0.192273, + 0.300595, + 0.0185313, + 0.212637, + 0.324744, + 0.0176493, + 0.185742, + 0.182921, + -0.00664589, + 0.218334, + 0.438291, + 0.000789634, + 0.218631, + 0.410223, + 0.00257428, + 0.321116, + 0.381719, + 0.0106516, + 0.430303, + 0.516484, + 0.00204574, + 0.155709, + 0.547751, + 0.0086679, + 0.18904, + 0.257529, + 0.014865, + 0.288924, + 0.378547, + 0.00147407, + 0.299264, + 0.355794, + 0.0156216, + 0.34895, + 0.368106, + 0.000869356, + 0.188263, + 0.215788, + 0.00208407, + 0.272802, + 0.468912, + 0.00155584, + 0.33073, + 0.45284, + -0.00350188, + 0.397225, + 0.450335, + -0.0120447, + 0.157009, + 0.391162, + 0.0201859, + 0.143154, + 0.560775, + 0.00631065, + 0.20916, + 0.488074, + 0], + u'uvU': [0.245105, + 0.491056, + -0.00201006, + 0.299359, + 0.500031, + -0.00392655, + 0.348175, + 0.490587, + -0.00950054, + 0.423093, + 0.497594, + -0.0166051, + 0.273687, + 0.503307, + -0.00164568, + 0.341939, + 0.512441, + -0.00471836, + 0.396336, + 0.514166, + -0.00789915, + 0.282124, + 0.52236, + 0.00126693, + 0.313757, + 0.518296, + -0.00325471, + 0.386047, + 0.520669, + -0.00698211, + 0.461312, + 0.518439, + -0.013745, + 0.231501, + 0.515015, + 0.00145401, + 0.254248, + 0.526437, + 0.00353163, + 0.281811, + 0.54054, + 0.00685275, + 0.323486, + 0.545386, + 0.00547174, + 0.361322, + 0.540687, + -0.000834942, + 0.186287, + 0.480442, + -0.00321658, + 0.227204, + 0.462582, + -0.00084941, + 0.193451, + 0.511353, + 0.000403039, + 0.203246, + 0.450928, + -0.000252598, + 0.222254, + 0.531115, + 0.00510004, + 0.243583, + 0.551814, + 0.00616542, + 0.189246, + 0.528755, + 0.00133357, + 0.182267, + 0.554347, + 0.00181876, + 0.174164, + 0.463102, + -0.0028864, + 0.248961, + 0.442974, + -3.98416e-05, + 0.203793, + 0.426223, + 0.000656019, + 0.404425, + 0.534317, + -0.00526328, + 0.30849, + 0.545532, + 0.00712204, + 0.16665, + 0.501088, + -0.00630156, + 0.141944, + 0.524816, + -0.0100875, + 0.266584, + 0.427015, + -0.00184018, + 0.200759, + 0.395027, + -3.02609e-05, + 0.150287, + 0.47799, + -0.0111634, + 0.167868, + 0.435875, + -0.0025436, + 0.17296, + 0.528721, + 0.0014919, + 0.193095, + 0.365603, + -0.0012547, + 0.158492, + 0.406883, + -0.00526988, + 0.298102, + 0.403984, + -0.00405468, + 0.188042, + 0.341638, + -0.00244777, + 0.163648, + 0.290068, + -0.00910347, + 0.192273, + 0.300595, + -0.00357869, + 0.212637, + 0.324744, + -0.00445232, + 0.185742, + 0.182921, + -0.0143564, + 0.218334, + 0.438291, + -0.00505059, + 0.218631, + 0.410223, + -0.00442483, + 0.321116, + 0.381719, + -0.00678715, + 0.430303, + 0.516484, + -0.0116167, + 0.155709, + 0.547751, + 0.000873825, + 0.18904, + 0.257529, + -0.0058635, + 0.288924, + 0.378547, + -0.00722123, + 0.299264, + 0.355794, + -0.00508257, + 0.34895, + 0.368106, + -0.00927651, + 0.188263, + 0.215788, + -0.00912396, + 0.272802, + 0.468912, + -0.00376944, + 0.33073, + 0.45284, + -0.0106627, + 0.397225, + 0.450335, + -0.0150327, + 0.157009, + 0.391162, + -0.00551492, + 0.143154, + 0.560775, + 0.000758177, + 0.20916, + 0.488074, + 2.22045e-17], + u'uvV': [0.245105, + 0.491056, + -0.00556825, + 0.299359, + 0.500031, + -0.0125603, + 0.348175, + 0.490587, + 0.00968279, + 0.423093, + 0.497594, + -0.0166326, + 0.273687, + 0.503307, + -0.014813, + 0.341939, + 0.512441, + -0.0235464, + 0.396336, + 0.514166, + -0.0225854, + 0.282124, + 0.52236, + -0.0223069, + 0.313757, + 0.518296, + -0.00636755, + 0.386047, + 0.520669, + -0.0259431, + 0.461312, + 0.518439, + -0.0296762, + 0.231501, + 0.515015, + -0.00781745, + 0.254248, + 0.526437, + -0.0161802, + 0.281811, + 0.54054, + -0.0314356, + 0.323486, + 0.545386, + -0.0443955, + 0.361322, + 0.540687, + -0.0467784, + 0.186287, + 0.480442, + -0.00233945, + 0.227204, + 0.462582, + -0.00320969, + 0.193451, + 0.511353, + -0.00281743, + 0.203246, + 0.450928, + -0.0014999, + 0.222254, + 0.531115, + -0.0042116, + 0.243583, + 0.551814, + -0.0095009, + 0.189246, + 0.528755, + -0.00524324, + 0.182267, + 0.554347, + -0.00580989, + 0.174164, + 0.463102, + -0.00979293, + 0.248961, + 0.442974, + -0.00515576, + 0.203793, + 0.426223, + -0.00263748, + 0.404425, + 0.534317, + -0.0535099, + 0.30849, + 0.545532, + -0.041478, + 0.16665, + 0.501088, + -0.0125399, + 0.141944, + 0.524816, + -0.0422733, + 0.266584, + 0.427015, + -0.00535641, + 0.200759, + 0.395027, + -0.00415477, + 0.150287, + 0.47799, + -0.0343842, + 0.167868, + 0.435875, + -0.0199827, + 0.17296, + 0.528721, + -0.0156294, + 0.193095, + 0.365603, + -0.00634513, + 0.158492, + 0.406883, + -0.0356633, + 0.298102, + 0.403984, + -0.00958832, + 0.188042, + 0.341638, + -0.00954055, + 0.163648, + 0.290068, + -0.0218701, + 0.192273, + 0.300595, + -0.00464529, + 0.212637, + 0.324744, + -1.61401e-05, + 0.185742, + 0.182921, + -0.00207733, + 0.218334, + 0.438291, + -0.00277604, + 0.218631, + 0.410223, + -0.00203978, + 0.321116, + 0.381719, + -0.00455567, + 0.430303, + 0.516484, + -0.041553, + 0.155709, + 0.547751, + -0.0218067, + 0.18904, + 0.257529, + -0.00260357, + 0.288924, + 0.378547, + 0.0130011, + 0.299264, + 0.355794, + 0.00587228, + 0.34895, + 0.368106, + -0.00261732, + 0.188263, + 0.215788, + -0.00108841, + 0.272802, + 0.468912, + -0.0078972, + 0.33073, + 0.45284, + 0.0105451, + 0.397225, + 0.450335, + -0.018457, + 0.157009, + 0.391162, + -0.0430045, + 0.143154, + 0.560775, + -0.0255977, + 0.20916, + 0.488074, + -5.55112e-17]}, + 'Portrait': {u'regularization': [0, 0, 0], + u'uvL': [0.241375, + 0.495882, + -0.00243373, + 0.282683, + 0.502991, + -0.00261025, + 0.341352, + 0.500097, + 0.00205995, + 0.438565, + 0.506928, + -0.000459433, + 0.406051, + 0.512368, + 0.00455113, + 0.334114, + 0.517204, + 0.00647086, + 0.254524, + 0.512474, + -0.000395475, + 0.311081, + 0.517104, + 0.00380253, + 0.396191, + 0.524044, + 0.00736428, + 0.472247, + 0.516061, + 0.00725413, + 0.249974, + 0.528284, + 0.00283593, + 0.281656, + 0.530531, + 0.00562452, + 0.333011, + 0.540742, + 0.0108812, + 0.364891, + 0.537053, + 0.00989095, + 0.185877, + 0.477911, + 0.00207881, + 0.228159, + 0.464113, + 0.00369489, + 0.223878, + 0.517658, + -0.000488212, + 0.191228, + 0.511675, + 0.0015061, + 0.205166, + 0.455118, + 0.00451787, + 0.242433, + 0.548151, + 0.00510549, + 0.20457, + 0.4298, + 0.0159263, + 0.189094, + 0.529477, + 0.00994596, + 0.17771, + 0.557767, + 0.00562125, + 0.250063, + 0.444423, + 0.00692953, + 0.308449, + 0.541441, + 0.00986267, + 0.171278, + 0.501164, + 0.00177753, + 0.150419, + 0.523381, + 0.0198145, + 0.174018, + 0.452174, + 0.00856587, + 0.198875, + 0.397517, + 0.0135627, + 0.156901, + 0.479106, + 0.00307093, + 0.272307, + 0.424026, + 0.00374794, + 0.194234, + 0.36708, + 0.0178075, + 0.167413, + 0.418853, + 0.0164878, + 0.177772, + 0.430964, + 0.0206462, + 0.368943, + 0.509535, + 0.00162854, + 0.169295, + 0.533369, + 0.00982196, + 0.197041, + 0.33442, + 0.0228028, + 0.17381, + 0.297842, + 0.0020144, + 0.298892, + 0.405111, + 0.00321139, + 0.193003, + 0.306114, + 0.0130121, + 0.18755, + 0.212809, + -0.0365333, + 0.217753, + 0.415509, + -0.00271145, + 0.315796, + 0.393472, + -0.00110121, + 0.191679, + 0.265536, + 0.00685798, + 0.153712, + 0.55106, + 0.0109674, + 0.282603, + 0.390383, + -0.0103622, + 0.292363, + 0.370816, + 0.000599662, + 0.340882, + 0.380816, + -0.0118415, + 0.190186, + 0.233565, + -0.0156934, + 0.267626, + 0.471113, + -0.000644785, + 0.320837, + 0.456441, + -0.00710268, + 0.387556, + 0.452288, + -0.0139983, + 0.164205, + 0.391589, + 0.0197596, + 0.20916, + 0.488074, + 0], + u'uvU': [0.241375, + 0.495882, + 0.00148259, + 0.282683, + 0.502991, + 0.000918236, + 0.341352, + 0.500097, + -0.00368563, + 0.438565, + 0.506928, + -0.0144073, + 0.406051, + 0.512368, + -0.00676319, + 0.334114, + 0.517204, + 0.000721111, + 0.254524, + 0.512474, + 0.0037126, + 0.311081, + 0.517104, + 0.00042778, + 0.396191, + 0.524044, + -0.00278679, + 0.472247, + 0.516061, + -0.0143517, + 0.249974, + 0.528284, + 0.00802569, + 0.281656, + 0.530531, + 0.00839263, + 0.333011, + 0.540742, + 0.00849385, + 0.364891, + 0.537053, + 0.00162961, + 0.185877, + 0.477911, + -0.000979103, + 0.228159, + 0.464113, + 0.00163298, + 0.223878, + 0.517658, + 0.00565466, + 0.191228, + 0.511675, + 0.00326194, + 0.205166, + 0.455118, + 0.000906817, + 0.242433, + 0.548151, + 0.0106726, + 0.20457, + 0.4298, + 0.00324458, + 0.189094, + 0.529477, + 0.00481601, + 0.17771, + 0.557767, + 0.00494197, + 0.250063, + 0.444423, + 0.00205565, + 0.308449, + 0.541441, + 0.0109807, + 0.171278, + 0.501164, + -0.00483676, + 0.150419, + 0.523381, + -0.00821554, + 0.174018, + 0.452174, + -0.00259029, + 0.198875, + 0.397517, + -0.000716872, + 0.156901, + 0.479106, + -0.0109383, + 0.272307, + 0.424026, + -0.00162965, + 0.194234, + 0.36708, + -0.00176565, + 0.167413, + 0.418853, + -0.00457965, + 0.177772, + 0.430964, + 3.75875e-05, + 0.368943, + 0.509535, + -0.00481047, + 0.169295, + 0.533369, + 0.00323768, + 0.197041, + 0.33442, + -0.00486644, + 0.17381, + 0.297842, + -0.0145361, + 0.298892, + 0.405111, + -0.00462346, + 0.193003, + 0.306114, + -0.00755497, + 0.18755, + 0.212809, + -0.0271479, + 0.217753, + 0.415509, + -0.00350952, + 0.315796, + 0.393472, + -0.00720085, + 0.191679, + 0.265536, + -0.0121578, + 0.153712, + 0.55106, + 0.00223623, + 0.282603, + 0.390383, + -0.00674357, + 0.292363, + 0.370816, + -0.00598504, + 0.340882, + 0.380816, + -0.0100075, + 0.190186, + 0.233565, + -0.0190659, + 0.267626, + 0.471113, + -0.00121226, + 0.320837, + 0.456441, + -0.0083952, + 0.387556, + 0.452288, + -0.0126823, + 0.164205, + 0.391589, + -0.00741557, + 0.20916, + 0.488074, + 2.22045e-17], + u'uvV': [0.241375, + 0.495882, + -0.00462323, + 0.282683, + 0.502991, + -0.0151164, + 0.341352, + 0.500097, + -0.0145843, + 0.438565, + 0.506928, + -0.0416839, + 0.406051, + 0.512368, + -0.0371151, + 0.334114, + 0.517204, + -0.0104791, + 0.254524, + 0.512474, + -0.00917788, + 0.311081, + 0.517104, + -0.00369098, + 0.396191, + 0.524044, + -0.0350933, + 0.472247, + 0.516061, + -0.0406105, + 0.249974, + 0.528284, + -0.0169339, + 0.281656, + 0.530531, + -0.0293121, + 0.333011, + 0.540742, + -0.0539211, + 0.364891, + 0.537053, + -0.0503477, + 0.185877, + 0.477911, + -0.0046546, + 0.228159, + 0.464113, + -0.00235251, + 0.223878, + 0.517658, + -0.00595102, + 0.191228, + 0.511675, + -0.00485806, + 0.205166, + 0.455118, + -0.00199736, + 0.242433, + 0.548151, + -0.00835076, + 0.20457, + 0.4298, + -0.00280832, + 0.189094, + 0.529477, + -0.00740708, + 0.17771, + 0.557767, + -0.00651448, + 0.250063, + 0.444423, + -0.00348966, + 0.308449, + 0.541441, + -0.0462269, + 0.171278, + 0.501164, + -0.0171675, + 0.150419, + 0.523381, + -0.0507483, + 0.174018, + 0.452174, + -0.0169676, + 0.198875, + 0.397517, + -0.00451652, + 0.156901, + 0.479106, + -0.0409987, + 0.272307, + 0.424026, + -0.000572167, + 0.194234, + 0.36708, + -0.00748473, + 0.167413, + 0.418853, + -0.035887, + 0.177772, + 0.430964, + -0.0164571, + 0.368943, + 0.509535, + -0.0420936, + 0.169295, + 0.533369, + -0.0205336, + 0.197041, + 0.33442, + -0.00685876, + 0.17381, + 0.297842, + -0.0320319, + 0.298892, + 0.405111, + -0.00130415, + 0.193003, + 0.306114, + -0.00537566, + 0.18755, + 0.212809, + -0.00388489, + 0.217753, + 0.415509, + -0.00116129, + 0.315796, + 0.393472, + 0.000763527, + 0.191679, + 0.265536, + -0.00524228, + 0.153712, + 0.55106, + -0.0275596, + 0.282603, + 0.390383, + 0.0193214, + 0.292363, + 0.370816, + 0.0127731, + 0.340882, + 0.380816, + 0.00545049, + 0.190186, + 0.233565, + -0.00301126, + 0.267626, + 0.471113, + -0.00272135, + 0.320837, + 0.456441, + 0.0204389, + 0.387556, + 0.452288, + -0.00878767, + 0.164205, + 0.391589, + -0.0502001, + 0.20916, + 0.488074, + -8.32667e-17]}, + 'Scenery': {u'regularization': [0, 0, 0], + u'uvL': [0.248955, + 0.493469, + -3.94394e-05, + 0.307471, + 0.496641, + 0.00300504, + 0.36925, + 0.481335, + 0.0118704, + 0.344828, + 0.496734, + 0.00545961, + 0.431411, + 0.494267, + 0.00835237, + 0.277539, + 0.494833, + 0.00101467, + 0.369355, + 0.50501, + 0.0091976, + 0.301103, + 0.518492, + 0.00738697, + 0.398474, + 0.515947, + 0.0100108, + 0.476924, + 0.510162, + 0.0134994, + 0.412658, + 0.504805, + 0.0173645, + 0.23301, + 0.513642, + 0.000293712, + 0.262147, + 0.52512, + 0.00611856, + 0.296997, + 0.536612, + 0.00940792, + 0.324079, + 0.539723, + 0.0130385, + 0.35684, + 0.535321, + 0.0116222, + 0.281484, + 0.518174, + 0.00372596, + 0.181927, + 0.476946, + 0.0049196, + 0.228062, + 0.462833, + 0.00556634, + 0.189361, + 0.508242, + 0.0030976, + 0.204853, + 0.45545, + 0.0075942, + 0.327957, + 0.514558, + 0.00960957, + 0.224963, + 0.52849, + 0.00511321, + 0.24414, + 0.549346, + 0.00461896, + 0.20171, + 0.426057, + 0.0194793, + 0.193037, + 0.531396, + 0.0100504, + 0.182186, + 0.552454, + 0.00577827, + 0.174593, + 0.448464, + 0.0188948, + 0.254602, + 0.440723, + 0.0106301, + 0.166783, + 0.4989, + 0.00887362, + 0.143557, + 0.507808, + 0.0277881, + 0.192724, + 0.389125, + 0.025121, + 0.147163, + 0.469734, + 0.0124424, + 0.167197, + 0.414104, + 0.0372157, + 0.278798, + 0.418716, + 0.00905793, + 0.171496, + 0.523006, + 0.0123554, + 0.192983, + 0.360663, + 0.0287293, + 0.157116, + 0.437711, + 0.00466896, + 0.16532, + 0.393718, + 0.0470988, + 0.162063, + 0.369889, + 0.0511819, + 0.181808, + 0.324235, + 0.0407087, + 0.162942, + 0.285389, + 0.0144666, + 0.311845, + 0.393065, + 0.0080903, + 0.183921, + 0.294124, + 0.0250027, + 0.217511, + 0.37199, + -0.00526113, + 0.211111, + 0.302813, + 0.00187571, + 0.176505, + 0.168915, + 0.00736069, + 0.216487, + 0.414635, + -0.00183755, + 0.209443, + 0.326145, + 0.023477, + 0.447108, + 0.50808, + 0.0104506, + 0.150263, + 0.541513, + 0.0149058, + 0.182082, + 0.250238, + 0.0221559, + 0.292603, + 0.366163, + 0.0125475, + 0.315065, + 0.34826, + 0.00206108, + 0.338867, + 0.373564, + 0.00226124, + 0.178175, + 0.204591, + 0.0132805, + 0.283416, + 0.463399, + -0.00170634, + 0.334091, + 0.450403, + -0.00106426, + 0.404353, + 0.449966, + -0.0116764, + 0.1595, + 0.336056, + 0.075292, + 0.360504, + 0.365692, + -0.00538838, + 0.50151, + 0.505364, + 0.0169991, + 0.139306, + 0.55407, + 0.0130154, + 0.20916, + 0.488074, + 0], + u'uvU': [0.248955, + 0.493469, + 0.00934825, + 0.307471, + 0.496641, + 0.00722361, + 0.36925, + 0.481335, + 0.00555512, + 0.344828, + 0.496734, + 0.00597575, + 0.431411, + 0.494267, + 0.000679166, + 0.277539, + 0.494833, + 0.00894717, + 0.369355, + 0.50501, + 0.00681196, + 0.301103, + 0.518492, + 0.0131537, + 0.398474, + 0.515947, + 0.00684546, + 0.476924, + 0.510162, + -0.000424107, + 0.412658, + 0.504805, + 0.0140385, + 0.23301, + 0.513642, + 0.0128142, + 0.262147, + 0.52512, + 0.0164531, + 0.296997, + 0.536612, + 0.01914, + 0.324079, + 0.539723, + 0.0199453, + 0.35684, + 0.535321, + 0.0126259, + 0.281484, + 0.518174, + 0.0125216, + 0.181927, + 0.476946, + 0.00711279, + 0.228062, + 0.462833, + 0.00960586, + 0.189361, + 0.508242, + 0.0106675, + 0.204853, + 0.45545, + 0.00978909, + 0.327957, + 0.514558, + 0.0124369, + 0.224963, + 0.52849, + 0.016827, + 0.24414, + 0.549346, + 0.0202316, + 0.20171, + 0.426057, + 0.0114585, + 0.193037, + 0.531396, + 0.0138614, + 0.182186, + 0.552454, + 0.0135757, + 0.174593, + 0.448464, + 0.00881036, + 0.254602, + 0.440723, + 0.010098, + 0.166783, + 0.4989, + 0.00410723, + 0.143557, + 0.507808, + 0.00119132, + 0.192724, + 0.389125, + 0.0100047, + 0.147163, + 0.469734, + -0.000306519, + 0.167197, + 0.414104, + 0.0089581, + 0.278798, + 0.418716, + 0.00699184, + 0.171496, + 0.523006, + 0.0122807, + 0.192983, + 0.360663, + 0.00867622, + 0.157116, + 0.437711, + -0.00219717, + 0.16532, + 0.393718, + 0.00752197, + 0.162063, + 0.369889, + 0.00512779, + 0.181808, + 0.324235, + 0.0055873, + 0.162942, + 0.285389, + -0.00291137, + 0.311845, + 0.393065, + 0.00311177, + 0.183921, + 0.294124, + 0.00346976, + 0.217511, + 0.37199, + -0.0003804, + 0.211111, + 0.302813, + 0.0046778, + 0.176505, + 0.168915, + 0.00163319, + 0.216487, + 0.414635, + 0.00499551, + 0.209443, + 0.326145, + 0.00523704, + 0.447108, + 0.50808, + 0.00117592, + 0.150263, + 0.541513, + 0.0135251, + 0.182082, + 0.250238, + 0.00164737, + 0.292603, + 0.366163, + 0.00556599, + 0.315065, + 0.34826, + 0.00920528, + 0.338867, + 0.373564, + 0.00133307, + 0.178175, + 0.204591, + 0.00176628, + 0.283416, + 0.463399, + 0.00346696, + 0.334091, + 0.450403, + 0.00248326, + 0.404353, + 0.449966, + -0.00352535, + 0.1595, + 0.336056, + 0.00418493, + 0.360504, + 0.365692, + 0.00150544, + 0.50151, + 0.505364, + 0.00501269, + 0.139306, + 0.55407, + 0.012541, + 0.20916, + 0.488074, + 0], + u'uvV': [0.248955, + 0.493469, + -0.00915016, + 0.307471, + 0.496641, + -0.020672, + 0.36925, + 0.481335, + 0.013175, + 0.344828, + 0.496734, + -0.0305666, + 0.431411, + 0.494267, + -0.0249131, + 0.277539, + 0.494833, + -0.0194979, + 0.369355, + 0.50501, + -0.0318736, + 0.301103, + 0.518492, + -0.0121686, + 0.398474, + 0.515947, + -0.0432391, + 0.476924, + 0.510162, + -0.0557231, + 0.412658, + 0.504805, + -0.0162241, + 0.23301, + 0.513642, + -0.00895046, + 0.262147, + 0.52512, + -0.0235007, + 0.296997, + 0.536612, + -0.0421479, + 0.324079, + 0.539723, + -0.0540456, + 0.35684, + 0.535321, + -0.0422967, + 0.281484, + 0.518174, + -0.0303636, + 0.181927, + 0.476946, + -0.000994667, + 0.228062, + 0.462833, + -0.00406751, + 0.189361, + 0.508242, + -0.00251723, + 0.204853, + 0.45545, + -0.00147997, + 0.327957, + 0.514558, + -0.0177303, + 0.224963, + 0.52849, + -0.00397266, + 0.24414, + 0.549346, + -0.00995116, + 0.20171, + 0.426057, + 0.000179893, + 0.193037, + 0.531396, + -0.00348485, + 0.182186, + 0.552454, + -0.00572832, + 0.174593, + 0.448464, + -0.00519155, + 0.254602, + 0.440723, + -0.00802873, + 0.166783, + 0.4989, + -0.00955443, + 0.143557, + 0.507808, + -0.030652, + 0.192724, + 0.389125, + 0.00025795, + 0.147163, + 0.469734, + -0.031261, + 0.167197, + 0.414104, + -0.0167024, + 0.278798, + 0.418716, + -0.0070627, + 0.171496, + 0.523006, + -0.0141653, + 0.192983, + 0.360663, + -0.000990884, + 0.157116, + 0.437711, + -0.00558539, + 0.16532, + 0.393718, + -0.0309715, + 0.162063, + 0.369889, + -0.0363724, + 0.181808, + 0.324235, + -0.00330713, + 0.162942, + 0.285389, + -0.0211644, + 0.311845, + 0.393065, + -0.00573344, + 0.183921, + 0.294124, + 0.00370627, + 0.217511, + 0.37199, + -0.00386982, + 0.211111, + 0.302813, + -0.00600733, + 0.176505, + 0.168915, + 0.00715966, + 0.216487, + 0.414635, + 0.000104875, + 0.209443, + 0.326145, + 0.00461884, + 0.447108, + 0.50808, + -0.0583582, + 0.150263, + 0.541513, + -0.0163607, + 0.182082, + 0.250238, + 0.00435474, + 0.292603, + 0.366163, + 0.0085127, + 0.315065, + 0.34826, + 0.0031389, + 0.338867, + 0.373564, + -0.00179278, + 0.178175, + 0.204591, + 0.00899994, + 0.283416, + 0.463399, + 0.00960241, + 0.334091, + 0.450403, + 0.00718424, + 0.404353, + 0.449966, + -0.0255854, + 0.1595, + 0.336056, + -0.0454956, + 0.360504, + 0.365692, + -0.00245296, + 0.50151, + 0.505364, + -0.0411972, + 0.139306, + 0.55407, + -0.0217494, + 0.20916, + 0.488074, + 2.77556e-17]}, + 'Standard': {u'regularization': [0, 0, 0], + u'uvL': [0.246265, + 0.490313, + -0.00175435, + 0.304162, + 0.501429, + -1.44123e-05, + 0.345888, + 0.494489, + -0.00180808, + 0.402953, + 0.513277, + -0.00368001, + 0.341071, + 0.513416, + 0.000792176, + 0.295728, + 0.511241, + -0.0010009, + 0.261263, + 0.512944, + -0.000731592, + 0.372763, + 0.52486, + 0.000718832, + 0.42961, + 0.52383, + -0.000168867, + 0.229546, + 0.515143, + -0.000767633, + 0.255079, + 0.539013, + 0.00123464, + 0.28469, + 0.543391, + 0.003991, + 0.330317, + 0.543236, + 0.00221453, + 0.224055, + 0.466802, + 0.00125803, + 0.197262, + 0.458397, + 0.00548781, + 0.31764, + 0.524123, + 4.39702e-05, + 0.229154, + 0.533964, + 0.00044669, + 0.236392, + 0.552666, + 0.000590711, + 0.179727, + 0.473726, + 0.00231176, + 0.188375, + 0.509264, + 0.00326261, + 0.19414, + 0.532161, + 0.0082675, + 0.188424, + 0.547524, + 0.00432748, + 0.175563, + 0.559049, + 0.00433961, + 0.245392, + 0.451483, + -9.20387e-05, + 0.198241, + 0.42837, + 0.0120375, + 0.167359, + 0.493123, + -0.000424433, + 0.147225, + 0.522368, + 0.0127646, + 0.195049, + 0.395402, + 0.0188434, + 0.150763, + 0.481408, + 0.000768961, + 0.169087, + 0.4439, + 0.00772222, + 0.268946, + 0.432364, + -0.00458979, + 0.172992, + 0.526725, + 0.00850938, + 0.193656, + 0.363496, + 0.0258964, + 0.156818, + 0.404548, + 0.010697, + 0.160096, + 0.425867, + 0.00710818, + 0.182571, + 0.332876, + 0.0320679, + 0.173124, + 0.346629, + 0.0209026, + 0.16493, + 0.264042, + 0.0358145, + 0.303676, + 0.414829, + -0.0136731, + 0.186132, + 0.287199, + 0.0319274, + 0.215082, + 0.369247, + -0.00251801, + 0.206962, + 0.29156, + 0.0131284, + 0.176858, + 0.15242, + 0.0238553, + 0.214662, + 0.438743, + 0.00859164, + 0.217056, + 0.406648, + 0.00614925, + 0.210192, + 0.325378, + 0.0242442, + 0.154823, + 0.547901, + 0.00851831, + 0.182968, + 0.232903, + 0.0394912, + 0.291748, + 0.388972, + -0.0102615, + 0.303755, + 0.368517, + -0.0181965, + 0.342108, + 0.395774, + -0.0267991, + 0.180848, + 0.187612, + 0.0302596, + 0.282472, + 0.465456, + -0.00376309, + 0.328276, + 0.458406, + -0.00906818, + 0.379605, + 0.458865, + -0.0205747, + 0.45165, + 0.520304, + 0.00205951, + 0.143348, + 0.560847, + 0.00623901, + 0.20916, + 0.488074, + 0], + u'uvU': [0.246265, + 0.490313, + -0.0024081, + 0.304162, + 0.501429, + -0.00527083, + 0.345888, + 0.494489, + -0.0113928, + 0.402953, + 0.513277, + -0.0137433, + 0.341071, + 0.513416, + -0.00683542, + 0.295728, + 0.511241, + -0.00407931, + 0.261263, + 0.512944, + 0.000379846, + 0.372763, + 0.52486, + -0.0071083, + 0.42961, + 0.52383, + -0.0147654, + 0.229546, + 0.515143, + 0.00174705, + 0.255079, + 0.539013, + 0.00627098, + 0.28469, + 0.543391, + 0.00584145, + 0.330317, + 0.543236, + -0.000223459, + 0.224055, + 0.466802, + -0.00178538, + 0.197262, + 0.458397, + -0.00135607, + 0.31764, + 0.524123, + -0.00206795, + 0.229154, + 0.533964, + 0.00510761, + 0.236392, + 0.552666, + 0.00530195, + 0.179727, + 0.473726, + -0.00301693, + 0.188375, + 0.509264, + -0.000177533, + 0.19414, + 0.532161, + 0.00233262, + 0.188424, + 0.547524, + -0.00066263, + 0.175563, + 0.559049, + 0.0017249, + 0.245392, + 0.451483, + -0.00199862, + 0.198241, + 0.42837, + -4.25183e-05, + 0.167359, + 0.493123, + -0.00677811, + 0.147225, + 0.522368, + -0.0112057, + 0.195049, + 0.395402, + -0.000180294, + 0.150763, + 0.481408, + -0.0125089, + 0.169087, + 0.4439, + -0.00311205, + 0.268946, + 0.432364, + -0.00478126, + 0.172992, + 0.526725, + 0.00147335, + 0.193656, + 0.363496, + -0.000160853, + 0.156818, + 0.404548, + -0.00728467, + 0.160096, + 0.425867, + -0.00525124, + 0.182571, + 0.332876, + -0.00249963, + 0.173124, + 0.346629, + -0.00673435, + 0.16493, + 0.264042, + -0.00877889, + 0.303676, + 0.414829, + -0.00866641, + 0.186132, + 0.287199, + -0.00333334, + 0.215082, + 0.369247, + -0.01432, + 0.206962, + 0.29156, + -0.0104807, + 0.176858, + 0.15242, + -0.00856308, + 0.214662, + 0.438743, + -0.00082118, + 0.217056, + 0.406648, + -0.00444374, + 0.210192, + 0.325378, + -0.00322382, + 0.154823, + 0.547901, + 0.000784211, + 0.182968, + 0.232903, + -0.00392061, + 0.291748, + 0.388972, + -0.00856667, + 0.303755, + 0.368517, + -0.0112189, + 0.342108, + 0.395774, + -0.0135237, + 0.180848, + 0.187612, + -0.00652296, + 0.282472, + 0.465456, + -0.00949027, + 0.328276, + 0.458406, + -0.0126621, + 0.379605, + 0.458865, + -0.017158, + 0.45165, + 0.520304, + -0.0144071, + 0.143348, + 0.560847, + 0.000128218, + 0.20916, + 0.488074, + 0], + u'uvV': [0.246265, + 0.490313, + -0.00272908, + 0.304162, + 0.501429, + -0.00208693, + 0.345888, + 0.494489, + 0.0119702, + 0.402953, + 0.513277, + -0.004238, + 0.341071, + 0.513416, + -0.00359003, + 0.295728, + 0.511241, + -0.00345179, + 0.261263, + 0.512944, + -0.0077454, + 0.372763, + 0.52486, + -0.0134026, + 0.42961, + 0.52383, + -0.00840991, + 0.229546, + 0.515143, + -0.0037509, + 0.255079, + 0.539013, + -0.013811, + 0.28469, + 0.543391, + -0.0189051, + 0.330317, + 0.543236, + -0.024015, + 0.224055, + 0.466802, + 0.000351235, + 0.197262, + 0.458397, + -0.00168619, + 0.31764, + 0.524123, + -0.00741329, + 0.229154, + 0.533964, + -0.00430706, + 0.236392, + 0.552666, + -0.00230942, + 0.179727, + 0.473726, + -0.00764272, + 0.188375, + 0.509264, + -0.00569114, + 0.19414, + 0.532161, + -0.00391298, + 0.188424, + 0.547524, + -0.00584894, + 0.175563, + 0.559049, + -0.00436821, + 0.245392, + 0.451483, + 0.00106753, + 0.198241, + 0.42837, + -0.00183688, + 0.167359, + 0.493123, + -0.0151643, + 0.147225, + 0.522368, + -0.0336185, + 0.195049, + 0.395402, + -0.00206697, + 0.150763, + 0.481408, + -0.0348602, + 0.169087, + 0.4439, + -0.0197151, + 0.268946, + 0.432364, + 0.00278892, + 0.172992, + 0.526725, + -0.0158588, + 0.193656, + 0.363496, + -0.00166414, + 0.156818, + 0.404548, + -0.0392164, + 0.160096, + 0.425867, + -0.0298181, + 0.182571, + 0.332876, + -0.00406999, + 0.173124, + 0.346629, + -0.00656845, + 0.16493, + 0.264042, + -0.0231522, + 0.303676, + 0.414829, + 0.00243585, + 0.186132, + 0.287199, + 0.00149493, + 0.215082, + 0.369247, + -0.00144088, + 0.206962, + 0.29156, + -0.00185839, + 0.176858, + 0.15242, + 0.00680638, + 0.214662, + 0.438743, + 0.000417675, + 0.217056, + 0.406648, + -0.000464469, + 0.210192, + 0.325378, + 0.00386985, + 0.154823, + 0.547901, + -0.0209203, + 0.182968, + 0.232903, + 0.00346822, + 0.291748, + 0.388972, + 0.009368, + 0.303755, + 0.368517, + 0.0144487, + 0.342108, + 0.395774, + 0.00422453, + 0.180848, + 0.187612, + 0.00632712, + 0.282472, + 0.465456, + 0.0105465, + 0.328276, + 0.458406, + 0.0129999, + 0.379605, + 0.458865, + -0.00083741, + 0.45165, + 0.520304, + 0.00866296, + 0.143348, + 0.560847, + -0.0257914, + 0.20916, + 0.488074, + 0]}, + 'V-Log': {u'regularization': [0, 0, 0], + u'uvL': [0.247148, + 0.49048, + 0.00337798, + 0.303064, + 0.495552, + 0.00724878, + 0.350402, + 0.490522, + 0.00215933, + 0.401814, + 0.491132, + 0.00112865, + 0.355745, + 0.514366, + 0.00466721, + 0.390531, + 0.515848, + 0.00449204, + 0.276294, + 0.499824, + 0.00614568, + 0.311491, + 0.515612, + 0.00607352, + 0.42475, + 0.51942, + 0.00424165, + 0.256832, + 0.51674, + 0.00614712, + 0.283804, + 0.528011, + 0.00990321, + 0.306184, + 0.539554, + 0.00589732, + 0.221423, + 0.46581, + 0.000899824, + 0.224006, + 0.514511, + 0.00171159, + 0.233769, + 0.53483, + 0.00503181, + 0.181532, + 0.474863, + 0.00179144, + 0.187053, + 0.508484, + 0.00389901, + 0.208534, + 0.44672, + 0.000199884, + 0.202027, + 0.526367, + 0.00497783, + 0.185649, + 0.544619, + 0.0094213, + 0.353606, + 0.53289, + 0.0065438, + 0.161855, + 0.493679, + 0.00372643, + 0.135904, + 0.516976, + 0.0119607, + 0.120208, + 0.531343, + 0.0118529, + 0.161456, + 0.455642, + 0.0034134, + 0.248426, + 0.443271, + 0.00160822, + 0.195779, + 0.420054, + -0.000934425, + 0.129017, + 0.47775, + 0.00432795, + 0.162374, + 0.526913, + 0.00832128, + 0.189762, + 0.39314, + -0.000781866, + 0.262276, + 0.549043, + 0.00515993, + 0.147215, + 0.440202, + 0.00745441, + 0.136708, + 0.418468, + 0.00601214, + 0.129843, + 0.393767, + 0.00905476, + 0.270375, + 0.417738, + 6.77482e-05, + 0.197485, + 0.354412, + -0.000182866, + 0.167109, + 0.355356, + 0.0146683, + 0.144193, + 0.279823, + 0.020033, + 0.180374, + 0.321582, + -0.00245607, + 0.210432, + 0.376841, + -0.010112, + 0.201668, + 0.316159, + -0.01147, + 0.161448, + 0.175525, + 0.000750388, + 0.217762, + 0.413851, + -0.00105395, + 0.295414, + 0.390014, + 0.00235683, + 0.139188, + 0.543879, + 0.0125404, + 0.173355, + 0.272304, + 9.04204e-05, + 0.281185, + 0.374877, + 0.00383335, + 0.288608, + 0.343734, + 0.006587, + 0.30694, + 0.37339, + 0.00243577, + 0.167381, + 0.225856, + -0.0079842, + 0.278285, + 0.460557, + 0.001136, + 0.316704, + 0.447318, + 0.00202048, + 0.348221, + 0.431768, + 0.00652156, + 0.320683, + 0.35617, + 0.00413376, + 0.450081, + 0.520503, + 0.00186047, + 0.125334, + 0.552716, + 0.0143694, + 0.20916, + 0.488074, + 0], + u'uvU': [0.247148, + 0.49048, + -0.000902712, + 0.303064, + 0.495552, + -0.00464598, + 0.350402, + 0.490522, + -0.0125203, + 0.401814, + 0.491132, + -0.0113641, + 0.355745, + 0.514366, + -0.00577915, + 0.390531, + 0.515848, + -0.0059926, + 0.276294, + 0.499824, + 0.000216214, + 0.311491, + 0.515612, + -0.00204348, + 0.42475, + 0.51942, + -0.0053778, + 0.256832, + 0.51674, + 0.00231218, + 0.283804, + 0.528011, + -0.00630107, + 0.306184, + 0.539554, + 0.00530497, + 0.221423, + 0.46581, + -0.00311429, + 0.224006, + 0.514511, + 0.00226319, + 0.233769, + 0.53483, + 0.00693713, + 0.181532, + 0.474863, + -0.0028464, + 0.187053, + 0.508484, + 0.00264695, + 0.208534, + 0.44672, + -0.00492981, + 0.202027, + 0.526367, + 0.00168977, + 0.185649, + 0.544619, + 0.001973, + 0.353606, + 0.53289, + 0.00208579, + 0.161855, + 0.493679, + -0.00163206, + 0.135904, + 0.516976, + -0.0089844, + 0.120208, + 0.531343, + -0.0070158, + 0.161456, + 0.455642, + -0.0044293, + 0.248426, + 0.443271, + -0.00466712, + 0.195779, + 0.420054, + -0.00840492, + 0.129017, + 0.47775, + -0.0110162, + 0.162374, + 0.526913, + 0.00336058, + 0.189762, + 0.39314, + -0.0105918, + 0.262276, + 0.549043, + 0.0125927, + 0.147215, + 0.440202, + -0.00606597, + 0.136708, + 0.418468, + -0.00924937, + 0.129843, + 0.393767, + -0.0138644, + 0.270375, + 0.417738, + -0.00988324, + 0.197485, + 0.354412, + -0.0140012, + 0.167109, + 0.355356, + -0.0128243, + 0.144193, + 0.279823, + -0.0205421, + 0.180374, + 0.321582, + -0.016141, + 0.210432, + 0.376841, + -0.0280952, + 0.201668, + 0.316159, + -0.0299336, + 0.161448, + 0.175525, + -0.0330669, + 0.217762, + 0.413851, + -0.0128062, + 0.295414, + 0.390014, + -0.0116668, + 0.139188, + 0.543879, + 0.0036419, + 0.173355, + 0.272304, + -0.0204647, + 0.281185, + 0.374877, + -0.0146467, + 0.288608, + 0.343734, + -0.0212176, + 0.30694, + 0.37339, + -0.0151724, + 0.167381, + 0.225856, + -0.0274097, + 0.278285, + 0.460557, + -0.0120078, + 0.316704, + 0.447318, + -0.014758, + 0.348221, + 0.431768, + -0.0130419, + 0.320683, + 0.35617, + -0.0170474, + 0.450081, + 0.520503, + -0.00601992, + 0.125334, + 0.552716, + 0.00326182, + 0.20916, + 0.488074, + 0], + u'uvV': [0.247148, + 0.49048, + -0.00391611, + 0.303064, + 0.495552, + 5.52667e-05, + 0.350402, + 0.490522, + 0.00745593, + 0.401814, + 0.491132, + 0.00464663, + 0.355745, + 0.514366, + 0.00298804, + 0.390531, + 0.515848, + 0.00405725, + 0.276294, + 0.499824, + -0.00851587, + 0.311491, + 0.515612, + -0.000866191, + 0.42475, + 0.51942, + -0.00354985, + 0.256832, + 0.51674, + -0.00401036, + 0.283804, + 0.528011, + 0.00209408, + 0.306184, + 0.539554, + 0.000118283, + 0.221423, + 0.46581, + -0.00107933, + 0.224006, + 0.514511, + -0.000522592, + 0.233769, + 0.53483, + -0.000215397, + 0.181532, + 0.474863, + -0.00186183, + 0.187053, + 0.508484, + -0.00517115, + 0.208534, + 0.44672, + -0.00532008, + 0.202027, + 0.526367, + -0.0070501, + 0.185649, + 0.544619, + -0.00631695, + 0.353606, + 0.53289, + -0.00269056, + 0.161855, + 0.493679, + -0.00450346, + 0.135904, + 0.516976, + -0.0115451, + 0.120208, + 0.531343, + -0.0205374, + 0.161456, + 0.455642, + -0.00343717, + 0.248426, + 0.443271, + 0.00492245, + 0.195779, + 0.420054, + -0.0032003, + 0.129017, + 0.47775, + -0.0156611, + 0.162374, + 0.526913, + -0.00524094, + 0.189762, + 0.39314, + 9.619e-05, + 0.262276, + 0.549043, + 0.00314573, + 0.147215, + 0.440202, + -0.00704965, + 0.136708, + 0.418468, + -0.0130821, + 0.129843, + 0.393767, + -0.0164843, + 0.270375, + 0.417738, + 0.0122158, + 0.197485, + 0.354412, + 0.00365317, + 0.167109, + 0.355356, + 0.00116023, + 0.144193, + 0.279823, + -0.00241507, + 0.180374, + 0.321582, + 0.00725343, + 0.210432, + 0.376841, + 0.00320955, + 0.201668, + 0.316159, + 0.00343534, + 0.161448, + 0.175525, + 0.0222172, + 0.217762, + 0.413851, + -0.00117064, + 0.295414, + 0.390014, + 0.0211457, + 0.139188, + 0.543879, + -0.00528559, + 0.173355, + 0.272304, + 0.0130813, + 0.281185, + 0.374877, + 0.0199308, + 0.288608, + 0.343734, + 0.0295955, + 0.30694, + 0.37339, + 0.0301348, + 0.167381, + 0.225856, + 0.0197936, + 0.278285, + 0.460557, + 0.0147339, + 0.316704, + 0.447318, + 0.0245712, + 0.348221, + 0.431768, + 0.030547, + 0.320683, + 0.35617, + 0.0373681, + 0.450081, + 0.520503, + 0.0102321, + 0.125334, + 0.552716, + -0.00777676, + 0.20916, + 0.488074, + 2.77556e-17]}, + 'Vivid': {u'regularization': [0, 0, 0], + u'uvL': [0.245943, + 0.489394, + -0.0019315, + 0.304535, + 0.500724, + -0.00107758, + 0.355374, + 0.487604, + 0.00507755, + 0.443531, + 0.501408, + 0.00121166, + 0.273808, + 0.501974, + -0.00338488, + 0.367867, + 0.517577, + -0.00336916, + 0.2971, + 0.510905, + -0.0021205, + 0.255669, + 0.51281, + -0.00152644, + 0.408212, + 0.52045, + -0.00156885, + 0.492318, + 0.52332, + 0.000341258, + 0.233819, + 0.517634, + -0.00427643, + 0.259992, + 0.535261, + -0.00144752, + 0.291944, + 0.545576, + -0.00334028, + 0.324284, + 0.54802, + 0.00356281, + 0.349977, + 0.546384, + 0.0062449, + 0.279566, + 0.524292, + -0.0011219, + 0.182763, + 0.472931, + 0.00657292, + 0.229711, + 0.463431, + 0.00437753, + 0.192181, + 0.508466, + 0.00260481, + 0.20485, + 0.452632, + 0.00750831, + 0.334579, + 0.517216, + -0.0015244, + 0.230518, + 0.541128, + -0.000865309, + 0.203459, + 0.430005, + 0.0176773, + 0.193653, + 0.535095, + 0.0063511, + 0.182881, + 0.555772, + 0.00245982, + 0.172913, + 0.44949, + 0.0177212, + 0.251831, + 0.442467, + 0.00888533, + 0.203941, + 0.415111, + 0.0154083, + 0.42729, + 0.541262, + -0.00182839, + 0.164192, + 0.503971, + 0.0128752, + 0.194577, + 0.392615, + 0.0216306, + 0.153717, + 0.470764, + 0.01208, + 0.168903, + 0.423349, + 0.0306951, + 0.273828, + 0.422369, + 0.00540499, + 0.174919, + 0.521962, + 0.0133988, + 0.193936, + 0.366396, + 0.0229969, + 0.160076, + 0.396734, + 0.0392908, + 0.155595, + 0.370619, + 0.0468464, + 0.188855, + 0.332612, + 0.025858, + 0.158999, + 0.35657, + 0.0463998, + 0.162472, + 0.259394, + 0.0404618, + 0.172326, + 0.318352, + 0.0524391, + 0.297882, + 0.403847, + 0.00447503, + 0.184727, + 0.291535, + 0.0275916, + 0.217744, + 0.379471, + -0.0127423, + 0.215747, + 0.303577, + 0.00111189, + 0.183929, + 0.109616, + 0.0666588, + 0.211431, + 0.338971, + 0.0106505, + 0.314544, + 0.392315, + 5.63067e-05, + 0.460168, + 0.521012, + -0.00248178, + 0.151673, + 0.544968, + 0.0114512, + 0.181388, + 0.227847, + 0.0445478, + 0.290377, + 0.365538, + 0.0131723, + 0.316741, + 0.338218, + 0.0121024, + 0.339609, + 0.375435, + 0.00039002, + 0.184469, + 0.165549, + 0.0523234, + 0.281044, + 0.463218, + -0.00152483, + 0.331309, + 0.451081, + -0.00174272, + 0.409103, + 0.45292, + -0.0146304, + 0.269311, + 0.474989, + -0.00144298, + 0.369895, + 0.357959, + 0.00234454, + 0.522866, + 0.516995, + 0.00536844, + 0.147341, + 0.557397, + 0.00968833, + 0.20916, + 0.488074, + 0], + u'uvU': [0.245943, + 0.489394, + 0.00615209, + 0.304535, + 0.500724, + 0.00521048, + 0.355374, + 0.487604, + 0.00437975, + 0.443531, + 0.501408, + 2.15703e-05, + 0.273808, + 0.501974, + 0.00723962, + 0.367867, + 0.517577, + 0.00457898, + 0.2971, + 0.510905, + 0.00672793, + 0.255669, + 0.51281, + 0.00939552, + 0.408212, + 0.52045, + 0.00343628, + 0.492318, + 0.52332, + -0.00300728, + 0.233819, + 0.517634, + 0.00948768, + 0.259992, + 0.535261, + 0.0128885, + 0.291944, + 0.545576, + 0.0137607, + 0.324284, + 0.54802, + 0.0136291, + 0.349977, + 0.546384, + 0.0125095, + 0.279566, + 0.524292, + 0.010662, + 0.182763, + 0.472931, + 0.00464095, + 0.229711, + 0.463431, + 0.00759413, + 0.192181, + 0.508466, + 0.0073282, + 0.20485, + 0.452632, + 0.00763466, + 0.334579, + 0.517216, + 0.0064474, + 0.230518, + 0.541128, + 0.0133878, + 0.203459, + 0.430005, + 0.00937206, + 0.193653, + 0.535095, + 0.00984971, + 0.182881, + 0.555772, + 0.00893941, + 0.172913, + 0.44949, + 0.00555606, + 0.251831, + 0.442467, + 0.00855709, + 0.203941, + 0.415111, + 0.00836037, + 0.42729, + 0.541262, + 0.00283537, + 0.164192, + 0.503971, + -0.000795715, + 0.194577, + 0.392615, + 0.00861335, + 0.153717, + 0.470764, + -0.00286612, + 0.168903, + 0.423349, + 0.00537073, + 0.273828, + 0.422369, + 0.00580723, + 0.174919, + 0.521962, + 0.0089025, + 0.193936, + 0.366396, + 0.00758963, + 0.160076, + 0.396734, + 0.00385577, + 0.155595, + 0.370619, + 0.0013555, + 0.188855, + 0.332612, + 0.00555273, + 0.158999, + 0.35657, + 0.00180857, + 0.162472, + 0.259394, + 0.00473696, + 0.172326, + 0.318352, + 0.00538274, + 0.297882, + 0.403847, + 0.0037186, + 0.184727, + 0.291535, + 0.00506572, + 0.217744, + 0.379471, + -0.00302781, + 0.215747, + 0.303577, + 0.00627431, + 0.183929, + 0.109616, + 0.0616873, + 0.211431, + 0.338971, + 0.00424907, + 0.314544, + 0.392315, + 0.00217316, + 0.460168, + 0.521012, + -0.00193729, + 0.151673, + 0.544968, + 0.0088023, + 0.181388, + 0.227847, + 0.0101389, + 0.290377, + 0.365538, + 0.00648733, + 0.316741, + 0.338218, + 0.0157047, + 0.339609, + 0.375435, + 0.00188201, + 0.184469, + 0.165549, + 0.0254708, + 0.281044, + 0.463218, + 0.00305265, + 0.331309, + 0.451081, + 0.00312303, + 0.409103, + 0.45292, + -0.00292145, + 0.269311, + 0.474989, + 0.00564921, + 0.369895, + 0.357959, + 0.00486778, + 0.522866, + 0.516995, + 0.00615634, + 0.147341, + 0.557397, + 0.00726846, + 0.20916, + 0.488074, + -2.22045e-17], + u'uvV': [0.245943, + 0.489394, + -0.00701388, + 0.304535, + 0.500724, + -0.0177358, + 0.355374, + 0.487604, + 0.00248324, + 0.443531, + 0.501408, + -0.0370339, + 0.273808, + 0.501974, + -0.0186857, + 0.367867, + 0.517577, + -0.0303857, + 0.2971, + 0.510905, + -0.0247853, + 0.255669, + 0.51281, + -0.0112693, + 0.408212, + 0.52045, + -0.0447689, + 0.492318, + 0.52332, + -0.0711171, + 0.233819, + 0.517634, + -0.00919037, + 0.259992, + 0.535261, + -0.0234865, + 0.291944, + 0.545576, + -0.0388599, + 0.324284, + 0.54802, + -0.0596573, + 0.349977, + 0.546384, + -0.0655251, + 0.279566, + 0.524292, + -0.0216854, + 0.182763, + 0.472931, + -0.00261489, + 0.229711, + 0.463431, + -0.00390444, + 0.192181, + 0.508466, + -0.00355268, + 0.20485, + 0.452632, + -0.0018434, + 0.334579, + 0.517216, + -0.028907, + 0.230518, + 0.541128, + -0.00521138, + 0.203459, + 0.430005, + -0.000643365, + 0.193653, + 0.535095, + -0.00410038, + 0.182881, + 0.555772, + -0.00642318, + 0.172913, + 0.44949, + -0.00741801, + 0.251831, + 0.442467, + -0.00525726, + 0.203941, + 0.415111, + -0.00103344, + 0.42729, + 0.541262, + -0.0763751, + 0.164192, + 0.503971, + -0.015305, + 0.194577, + 0.392615, + -0.00159499, + 0.153717, + 0.470764, + -0.0287297, + 0.168903, + 0.423349, + -0.0165342, + 0.273828, + 0.422369, + -0.00209262, + 0.174919, + 0.521962, + -0.0175878, + 0.193936, + 0.366396, + -0.0019442, + 0.160076, + 0.396734, + -0.0280206, + 0.155595, + 0.370619, + -0.0372205, + 0.188855, + 0.332612, + 0.000388786, + 0.158999, + 0.35657, + -0.0349456, + 0.162472, + 0.259394, + -0.0206935, + 0.172326, + 0.318352, + -0.00352937, + 0.297882, + 0.403847, + -0.000294071, + 0.184727, + 0.291535, + 0.0029006, + 0.217744, + 0.379471, + -0.00410266, + 0.215747, + 0.303577, + -0.0106434, + 0.183929, + 0.109616, + -0.000264604, + 0.211431, + 0.338971, + 0.00263077, + 0.314544, + 0.392315, + 0.00201651, + 0.460168, + 0.521012, + -0.0714186, + 0.151673, + 0.544968, + -0.0177711, + 0.181388, + 0.227847, + 0.00504843, + 0.290377, + 0.365538, + 0.0107391, + 0.316741, + 0.338218, + 0.00146324, + 0.339609, + 0.375435, + -0.00253434, + 0.184469, + 0.165549, + 0.0027056, + 0.281044, + 0.463218, + 0.0119743, + 0.331309, + 0.451081, + 0.00996684, + 0.409103, + 0.45292, + -0.0303347, + 0.269311, + 0.474989, + -0.0142672, + 0.369895, + 0.357959, + -0.0118432, + 0.522866, + 0.516995, + -0.0625533, + 0.147341, + 0.557397, + -0.0297844, + 0.20916, + 0.488074, + 1.11022e-16]}} + diff --git a/aces_1.0.1/python/aces_ocio/generate_config.py b/aces_1.0.1/python/aces_ocio/generate_config.py index cce8ae9..1fd93d8 100755 --- a/aces_1.0.1/python/aces_ocio/generate_config.py +++ b/aces_1.0.1/python/aces_ocio/generate_config.py @@ -19,6 +19,7 @@ from aces_ocio.colorspaces import canon from aces_ocio.colorspaces import general from aces_ocio.colorspaces import gopro from aces_ocio.colorspaces import panasonic +from aces_ocio.colorspaces import panasonic_gh4 from aces_ocio.colorspaces import red from aces_ocio.colorspaces import sony from aces_ocio.process import Process @@ -1064,6 +1065,12 @@ def create_config_data(odt_info, for cs in panasonic_colorspaces: config_data['colorSpaces'].append(cs) + # *Panasonic GH4* to *ACES* + panasonic_gh4_colorspaces = panasonic_gh4.create_colorspaces( + lut_directory, lut_resolution_1d) + for cs in panasonic_gh4_colorspaces: + config_data['colorSpaces'].append(cs) + # *RED* colorspaces to *ACES* red_colorspaces = red.create_colorspaces(lut_directory, lut_resolution_1d) -- 1.7.10.4