diff --git a/README.md b/README.md index 3773efb..2db90dc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitLab](https://badgen.net/static/gitlab/source/ff1493?icon=gitlab)](https://gitlab.com/Wacton/Unicolour) [![NuGet](https://badgen.net/nuget/v/Wacton.Unicolour?icon)](https://www.nuget.org/packages/Wacton.Unicolour/) [![pipeline status](https://gitlab.com/Wacton/Unicolour/badges/main/pipeline.svg)](https://gitlab.com/Wacton/Unicolour/-/commits/main) -[![tests passed](https://badgen.net/static/tests/188,115/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) +[![tests passed](https://badgen.net/static/tests/216,552/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) [![coverage report](https://gitlab.com/Wacton/Unicolour/badges/main/coverage.svg)](https://gitlab.com/Wacton/Unicolour/-/pipelines) Unicolour is the most comprehensive .NET library for working with colour: @@ -404,13 +404,30 @@ var navyCmyk = new Unicolour(config, new Channels(1.0, 1.0, 0.0, 0.5)); Console.WriteLine(navyCmyk.Rgb.Byte255); // 46 37 87 ``` -Only ICC profiles that meet the following criteria are supported: - -| Restriction | Criteria | Tag signature | -|---------------|----------------------|-------------------------------------------------------------------------------------| -| Device class | Output or ColorSpace | `prtr` or `spac` | -| PCS | CIELAB or CIEXYZ | `Lab ` or `XYZ ` | -| Transform | A2B and B2A | `A2B0` and `B2A0` (`A2B1` `B2A1` and `A2B2` `B2A2` are used accordingly if present) | +The following tables summarise which ICC profiles are compatible with Unicolour: + +| | Profile version | +|---|-------------------| +| ✅ | 2 | +| ✅ | 4 | +| ❌ | 5 / iccMAX | + +| | Profile/device class | +|---|----------------------| +| ✅ | Input `scnr` | +| ✅ | Display `mntr` | +| ✅ | Output `prtr` | +| ✅ | ColorSpace `spac` | +| ❌ | DeviceLink `link` | +| ❌ | Abstract `abst` | +| ❌ | NamedColor `nmcl` | + +| | Transform | +|---|---------------------------------------------------------------------| +| ✅ | AToB / BToA `A2B0` `A2B1` `A2B2` `B2A0` `B2A1` `B2A2` | +| ✅ | TRC matrix `rTRC` `gTRC` `bTRC` `rXYZ` `gXYZ` `bXYZ` | +| ✅ | TRC grey `kTRC` | +| ❌ | DToB / BToD `D2B0` `D2B1` `D2B2` `D2B3` `B2D0` `B2D1` `B2D2` `B2D3` | A wider variety of ICC profiles will be supported in future releases. If a problem is encountered using an ICC profile that meets the above criteria, please [raise an issue](https://github.com/waacton/Unicolour/issues). @@ -627,7 +644,7 @@ When a [conversion to or from XYZ space](#convert-between-colour-spaces) involve ### Convert between configurations A `Unicolour` can be converted to a different configuration, -in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, etc. +in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, ICC profiles, etc. ```c# /* pure sRGB green */ @@ -790,4 +807,4 @@ var mapped = Colourmaps.Viridis.Map(0.5); --- -[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2024 William Acton. +[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2025 William Acton. diff --git a/Unicolour.Readme/README.md b/Unicolour.Readme/README.md index 1a4c873..72ecf04 100644 --- a/Unicolour.Readme/README.md +++ b/Unicolour.Readme/README.md @@ -3,7 +3,7 @@ [![GitLab](https://badgen.net/static/gitlab/source/ff1493?icon=gitlab)](https://gitlab.com/Wacton/Unicolour) [![NuGet](https://badgen.net/nuget/v/Wacton.Unicolour?icon)](https://www.nuget.org/packages/Wacton.Unicolour/) [![pipeline status](https://gitlab.com/Wacton/Unicolour/badges/main/pipeline.svg)](https://gitlab.com/Wacton/Unicolour/-/commits/main) -[![tests passed](https://badgen.net/static/tests/188,115/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) +[![tests passed](https://badgen.net/static/tests/216,552/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) [![coverage report](https://gitlab.com/Wacton/Unicolour/badges/main/coverage.svg)](https://gitlab.com/Wacton/Unicolour/-/pipelines) Unicolour is the most comprehensive .NET library for working with colour: @@ -404,13 +404,30 @@ var navyCmyk = new Unicolour(config, new Channels(1.0, 1.0, 0.0, 0.5)); Console.WriteLine(navyCmyk.Rgb.Byte255); // 46 37 87 ``` -Only ICC profiles that meet the following criteria are supported: - -| Restriction | Criteria | Tag signature | -|---------------|----------------------|-------------------------------------------------------------------------------------| -| Device class | Output or ColorSpace | `prtr` or `spac` | -| PCS | CIELAB or CIEXYZ | `Lab ` or `XYZ ` | -| Transform | A2B and B2A | `A2B0` and `B2A0` (`A2B1` `B2A1` and `A2B2` `B2A2` are used accordingly if present) | +The following tables summarise which ICC profiles are compatible with Unicolour: + +| | Profile version | +|---|-------------------| +| ✅ | 2 | +| ✅ | 4 | +| ❌ | 5 / iccMAX | + +| | Profile/device class | +|---|----------------------| +| ✅ | Input `scnr` | +| ✅ | Display `mntr` | +| ✅ | Output `prtr` | +| ✅ | ColorSpace `spac` | +| ❌ | DeviceLink `link` | +| ❌ | Abstract `abst` | +| ❌ | NamedColor `nmcl` | + +| | Transform | +|---|---------------------------------------------------------------------| +| ✅ | AToB / BToA `A2B0` `A2B1` `A2B2` `B2A0` `B2A1` `B2A2` | +| ✅ | TRC matrix `rTRC` `gTRC` `bTRC` `rXYZ` `gXYZ` `bXYZ` | +| ✅ | TRC grey `kTRC` | +| ❌ | DToB / BToD `D2B0` `D2B1` `D2B2` `D2B3` `B2D0` `B2D1` `B2D2` `B2D3` | A wider variety of ICC profiles will be supported in future releases. If a problem is encountered using an ICC profile that meets the above criteria, please [raise an issue](https://github.com/waacton/Unicolour/issues). @@ -627,7 +644,7 @@ When a [conversion to or from XYZ space](#convert-between-colour-spaces) involve ### Convert between configurations A `Unicolour` can be converted to a different configuration, -in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, etc. +in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, ICC profiles, etc. ```c# /* pure sRGB green */ @@ -790,4 +807,4 @@ var mapped = Colourmaps.Viridis.Map(0.5); --- -[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2024 William Acton. +[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2025 William Acton. diff --git a/Unicolour.Readme/README_nuget.md b/Unicolour.Readme/README_nuget.md index ed196a4..ef7336e 100644 --- a/Unicolour.Readme/README_nuget.md +++ b/Unicolour.Readme/README_nuget.md @@ -3,7 +3,7 @@ [![GitLab](https://badgen.net/static/gitlab/source/ff1493?icon=gitlab)](https://gitlab.com/Wacton/Unicolour) [![NuGet](https://badgen.net/nuget/v/Wacton.Unicolour?icon)](https://www.nuget.org/packages/Wacton.Unicolour/) [![pipeline status](https://gitlab.com/Wacton/Unicolour/badges/main/pipeline.svg)](https://gitlab.com/Wacton/Unicolour/-/commits/main) -[![tests passed](https://badgen.net/static/tests/188,115/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) +[![tests passed](https://badgen.net/static/tests/216,552/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) [![coverage report](https://gitlab.com/Wacton/Unicolour/badges/main/coverage.svg)](https://gitlab.com/Wacton/Unicolour/-/pipelines) Unicolour is the most comprehensive .NET library for working with colour: @@ -295,13 +295,30 @@ var navyCmyk = new Unicolour(config, new Channels(1.0, 1.0, 0.0, 0.5)); Console.WriteLine(navyCmyk.Rgb.Byte255); // 46 37 87 ``` -Only ICC profiles that meet the following criteria are supported: - -| Restriction | Criteria | Tag signature | -|---------------|----------------------|-------------------------------------------------------------------------------------| -| Device class | Output or ColorSpace | `prtr` or `spac` | -| PCS | CIELAB or CIEXYZ | `Lab ` or `XYZ ` | -| Transform | A2B and B2A | `A2B0` and `B2A0` (`A2B1` `B2A1` and `A2B2` `B2A2` are used accordingly if present) | +The following tables summarise which ICC profiles are compatible with Unicolour: + +| | Profile version | +|---|-------------------| +| ✅ | 2 | +| ✅ | 4 | +| ❌ | 5 / iccMAX | + +| | Profile/device class | +|---|----------------------| +| ✅ | Input `scnr` | +| ✅ | Display `mntr` | +| ✅ | Output `prtr` | +| ✅ | ColorSpace `spac` | +| ❌ | DeviceLink `link` | +| ❌ | Abstract `abst` | +| ❌ | NamedColor `nmcl` | + +| | Transform | +|---|---------------------------------------------------------------------| +| ✅ | AToB / BToA `A2B0` `A2B1` `A2B2` `B2A0` `B2A1` `B2A2` | +| ✅ | TRC matrix `rTRC` `gTRC` `bTRC` `rXYZ` `gXYZ` `bXYZ` | +| ✅ | TRC grey `kTRC` | +| ❌ | DToB / BToD `D2B0` `D2B1` `D2B2` `D2B3` `B2D0` `B2D1` `B2D2` `B2D3` | A wider variety of ICC profiles will be supported in future releases. If a problem is encountered using an ICC profile that meets the above criteria, please [raise an issue](https://github.com/waacton/Unicolour/issues). @@ -466,7 +483,7 @@ When a [conversion to or from XYZ space](https://github.com/waacton/Unicolour#co ### Convert between configurations A `Unicolour` can be converted to a different configuration, -in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, etc. +in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, ICC profiles, etc. ```cs /* pure sRGB green */ @@ -630,4 +647,4 @@ var mapped = Colourmaps.Viridis.Map(0.5); --- -[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2024 William Acton. \ No newline at end of file +[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2025 William Acton. \ No newline at end of file diff --git a/Unicolour.Tests/ConfigureIccTests.cs b/Unicolour.Tests/ConfigureIccTests.cs index 9cbaebb..73e8319 100644 --- a/Unicolour.Tests/ConfigureIccTests.cs +++ b/Unicolour.Tests/ConfigureIccTests.cs @@ -15,8 +15,9 @@ public void ConvertBetweenIccProfiles(string sourceFileName, string destinationF var sourceFile = IccFile.Lookup[sourceFileName]; var sourceIccConfig = new IccConfiguration(sourceFile.Path, Intent.Unspecified, "source"); var sourceConfig = new Configuration(iccConfiguration: sourceIccConfig); - var sourceCmyk = new double[sourceFile.DeviceChannels]; - for (var i = 0; i < sourceFile.DeviceChannels; i++) + var sourceDeviceChannels = IccFile.GetDeviceChannels(sourceFile); + var sourceCmyk = new double[sourceDeviceChannels]; + for (var i = 0; i < sourceDeviceChannels; i++) { sourceCmyk[i] = TestUtils.RandomDouble(); } diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB.icc b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB.icc new file mode 100644 index 0000000..5a3ce26 Binary files /dev/null and b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB.icc differ diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-0.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-0.csv new file mode 100644 index 0000000..25926b5 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-0.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.991589,0.649744,0.024414,0.086935 +0,-127,-100,-->,0.988415,0.666603,0.046390,0.158171 +0,-127,-75,-->,0.976389,0.678154,0.084820,0.260554 +0,-127,-50,-->,0.958657,0.695703,0.149423,0.402955 +0,-127,-25,-->,0.902042,0.728313,0.305727,0.612205 +0,-127,0,-->,0.705830,0.692550,0.697282,0.895392 +0,-127,25,-->,0.705830,0.692550,0.697282,0.895392 +0,-127,50,-->,0.705830,0.692550,0.697282,0.895392 +0,-127,75,-->,0.705830,0.692550,0.697282,0.895392 +0,-127,100,-->,0.705830,0.692550,0.697282,0.895392 +0,-127,128,-->,0.705830,0.692550,0.697282,0.895392 +0,-100,-127,-->,0.991589,0.649744,0.024414,0.086935 +0,-100,-100,-->,0.988415,0.666603,0.046390,0.158171 +0,-100,-75,-->,0.976389,0.678154,0.084820,0.260554 +0,-100,-50,-->,0.958657,0.695703,0.149423,0.402955 +0,-100,-25,-->,0.902042,0.728313,0.305727,0.612205 +0,-100,0,-->,0.705830,0.692550,0.697282,0.895392 +0,-100,25,-->,0.705830,0.692550,0.697282,0.895392 +0,-100,50,-->,0.705830,0.692550,0.697282,0.895392 +0,-100,75,-->,0.705830,0.692550,0.697282,0.895392 +0,-100,100,-->,0.705830,0.692550,0.697282,0.895392 +0,-100,128,-->,0.705830,0.692550,0.697282,0.895392 +0,-75,-127,-->,0.991589,0.649744,0.024414,0.086935 +0,-75,-100,-->,0.988415,0.666603,0.046390,0.158171 +0,-75,-75,-->,0.976389,0.678154,0.084820,0.260554 +0,-75,-50,-->,0.958657,0.695703,0.149423,0.402955 +0,-75,-25,-->,0.902042,0.728313,0.305727,0.612205 +0,-75,0,-->,0.705830,0.692550,0.697282,0.895392 +0,-75,25,-->,0.705830,0.692550,0.697282,0.895392 +0,-75,50,-->,0.705830,0.692550,0.697282,0.895392 +0,-75,75,-->,0.705830,0.692550,0.697282,0.895392 +0,-75,100,-->,0.705830,0.692550,0.697282,0.895392 +0,-75,128,-->,0.705830,0.692550,0.697282,0.895392 +0,-50,-127,-->,0.991589,0.649744,0.024414,0.086935 +0,-50,-100,-->,0.988415,0.666603,0.046390,0.158171 +0,-50,-75,-->,0.976389,0.678154,0.084820,0.260554 +0,-50,-50,-->,0.958657,0.695703,0.149423,0.402955 +0,-50,-25,-->,0.902042,0.728313,0.305727,0.612205 +0,-50,0,-->,0.705830,0.692550,0.697282,0.895392 +0,-50,25,-->,0.705830,0.692550,0.697282,0.895392 +0,-50,50,-->,0.705830,0.692550,0.697282,0.895392 +0,-50,75,-->,0.705830,0.692550,0.697282,0.895392 +0,-50,100,-->,0.705830,0.692550,0.697282,0.895392 +0,-50,128,-->,0.705830,0.692550,0.697282,0.895392 +0,-25,-127,-->,0.991589,0.649744,0.024414,0.086935 +0,-25,-100,-->,0.988415,0.666603,0.046390,0.158171 +0,-25,-75,-->,0.976389,0.678154,0.084820,0.260554 +0,-25,-50,-->,0.958657,0.695703,0.149423,0.402955 +0,-25,-25,-->,0.902042,0.728313,0.305727,0.612205 +0,-25,0,-->,0.705830,0.692550,0.697282,0.895392 +0,-25,25,-->,0.705830,0.692550,0.697282,0.895392 +0,-25,50,-->,0.705830,0.692550,0.697282,0.895392 +0,-25,75,-->,0.705830,0.692550,0.697282,0.895392 +0,-25,100,-->,0.705830,0.692550,0.697282,0.895392 +0,-25,128,-->,0.705830,0.692550,0.697282,0.895392 +0,0,-127,-->,0.991589,0.649744,0.024414,0.086935 +0,0,-100,-->,0.988415,0.666603,0.046390,0.158171 +0,0,-75,-->,0.976389,0.678154,0.084820,0.260554 +0,0,-50,-->,0.958657,0.695703,0.149423,0.402955 +0,0,-25,-->,0.902042,0.728313,0.305727,0.612205 +0,0,0,-->,0.705830,0.692551,0.697282,0.895392 +0,0,25,-->,0.705830,0.692551,0.697282,0.895392 +0,0,50,-->,0.705830,0.692551,0.697282,0.895392 +0,0,75,-->,0.705830,0.692551,0.697282,0.895392 +0,0,100,-->,0.705830,0.692551,0.697282,0.895392 +0,0,128,-->,0.705830,0.692551,0.697282,0.895392 +0,25,-127,-->,0.990181,0.647356,0.022607,0.080501 +0,25,-100,-->,0.990083,0.674680,0.040602,0.139853 +0,25,-75,-->,0.978640,0.703827,0.074089,0.230127 +0,25,-50,-->,0.967660,0.797698,0.121785,0.345329 +0,25,-25,-->,0.821391,0.927904,0.241710,0.541332 +0,25,0,-->,0.433280,0.850374,0.515239,0.737074 +0,25,25,-->,0.433280,0.850374,0.515239,0.737074 +0,25,50,-->,0.433280,0.850374,0.515239,0.737074 +0,25,75,-->,0.433280,0.850374,0.515239,0.737074 +0,25,100,-->,0.433280,0.850374,0.515239,0.737074 +0,25,128,-->,0.433280,0.850374,0.515239,0.737074 +0,50,-127,-->,0.988321,0.636017,0.018708,0.066495 +0,50,-100,-->,0.989481,0.723405,0.019835,0.086402 +0,50,-75,-->,0.992408,0.901722,0.028226,0.105214 +0,50,-50,-->,0.836653,0.971897,0.081301,0.243351 +0,50,-25,-->,0.514656,0.946963,0.186509,0.467750 +0,50,0,-->,0.276097,0.915315,0.413817,0.595634 +0,50,25,-->,0.276097,0.915315,0.413817,0.595634 +0,50,50,-->,0.276097,0.915315,0.413817,0.595634 +0,50,75,-->,0.276097,0.915315,0.413817,0.595634 +0,50,100,-->,0.276097,0.915315,0.413817,0.595634 +0,50,128,-->,0.276097,0.915315,0.413817,0.595634 +0,75,-127,-->,0.949233,0.763461,0.000000,0.000000 +0,75,-100,-->,0.906293,0.882926,0.000000,0.000000 +0,75,-75,-->,0.815359,0.996434,0.010179,0.033376 +0,75,-50,-->,0.591700,0.980167,0.073213,0.220574 +0,75,-25,-->,0.356579,0.958384,0.148400,0.398126 +0,75,0,-->,0.194872,0.944453,0.343185,0.478939 +0,75,25,-->,0.194872,0.944453,0.343185,0.478939 +0,75,50,-->,0.194872,0.944453,0.343185,0.478939 +0,75,75,-->,0.194872,0.944453,0.343185,0.478939 +0,75,100,-->,0.194872,0.944453,0.343185,0.478939 +0,75,128,-->,0.194872,0.944453,0.343185,0.478939 +0,100,-127,-->,0.789242,0.793172,0.000000,0.000000 +0,100,-100,-->,0.745274,0.893780,0.000000,0.000000 +0,100,-75,-->,0.632506,0.994918,0.012230,0.039399 +0,100,-50,-->,0.444835,0.981283,0.064981,0.205831 +0,100,-25,-->,0.270507,0.962733,0.123641,0.338299 +0,100,0,-->,0.147442,0.959697,0.299232,0.400436 +0,100,25,-->,0.147442,0.959697,0.299232,0.400436 +0,100,50,-->,0.147442,0.959697,0.299232,0.400436 +0,100,75,-->,0.147442,0.959697,0.299232,0.400436 +0,100,100,-->,0.147442,0.959697,0.299232,0.400436 +0,100,128,-->,0.147442,0.959697,0.299232,0.400436 +0,128,-127,-->,0.696590,0.803953,0.000000,0.000000 +0,128,-100,-->,0.643649,0.909430,0.000000,0.000000 +0,128,-75,-->,0.518392,0.996027,0.016337,0.041354 +0,128,-50,-->,0.382616,0.982392,0.059692,0.187325 +0,128,-25,-->,0.216923,0.965111,0.111158,0.311633 +0,128,0,-->,0.124573,0.966174,0.282962,0.353291 +0,128,25,-->,0.124573,0.966174,0.282962,0.353291 +0,128,50,-->,0.124573,0.966174,0.282962,0.353291 +0,128,75,-->,0.124573,0.966174,0.282962,0.353291 +0,128,100,-->,0.124573,0.966174,0.282962,0.353291 +0,128,128,-->,0.124573,0.966174,0.282962,0.353291 +20,-127,-127,-->,0.984778,0.234780,0.061623,0.205278 +20,-127,-100,-->,0.975925,0.152681,0.095059,0.288079 +20,-127,-75,-->,0.970404,0.115743,0.166501,0.334236 +20,-127,-50,-->,0.968124,0.120120,0.298087,0.345769 +20,-127,-25,-->,0.961065,0.129524,0.449481,0.349545 +20,-127,0,-->,0.962006,0.133114,0.643434,0.363768 +20,-127,25,-->,0.959973,0.132885,0.900598,0.373444 +20,-127,50,-->,0.921987,0.133223,0.937458,0.374126 +20,-127,75,-->,0.921987,0.133223,0.937458,0.374126 +20,-127,100,-->,0.921987,0.133223,0.937458,0.374126 +20,-127,128,-->,0.921987,0.133223,0.937458,0.374126 +20,-100,-127,-->,0.984778,0.234780,0.061623,0.205278 +20,-100,-100,-->,0.975925,0.152681,0.095059,0.288079 +20,-100,-75,-->,0.970404,0.115743,0.166501,0.334236 +20,-100,-50,-->,0.968124,0.120120,0.298087,0.345769 +20,-100,-25,-->,0.961065,0.129524,0.449481,0.349545 +20,-100,0,-->,0.962006,0.133114,0.643434,0.363768 +20,-100,25,-->,0.959973,0.132885,0.900598,0.373444 +20,-100,50,-->,0.921987,0.133223,0.937458,0.374126 +20,-100,75,-->,0.921987,0.133223,0.937458,0.374126 +20,-100,100,-->,0.921987,0.133223,0.937458,0.374126 +20,-100,128,-->,0.921987,0.133223,0.937458,0.374126 +20,-75,-127,-->,0.987062,0.281937,0.040919,0.177184 +20,-75,-100,-->,0.978903,0.211344,0.083870,0.262338 +20,-75,-75,-->,0.969447,0.136687,0.133598,0.342106 +20,-75,-50,-->,0.965929,0.129292,0.264948,0.365965 +20,-75,-25,-->,0.957762,0.141246,0.432143,0.373506 +20,-75,0,-->,0.957116,0.147543,0.646020,0.390251 +20,-75,25,-->,0.951854,0.148113,0.937899,0.404322 +20,-75,50,-->,0.888382,0.146931,0.950781,0.401765 +20,-75,75,-->,0.888382,0.146931,0.950781,0.401765 +20,-75,100,-->,0.888382,0.146931,0.950781,0.401765 +20,-75,128,-->,0.888382,0.146931,0.950781,0.401765 +20,-50,-127,-->,0.991852,0.394487,0.033283,0.113839 +20,-50,-100,-->,0.984994,0.347929,0.060674,0.201854 +20,-50,-75,-->,0.974199,0.269942,0.100582,0.302468 +20,-50,-50,-->,0.957946,0.176451,0.168223,0.418022 +20,-50,-25,-->,0.944856,0.183950,0.366190,0.447875 +20,-50,0,-->,0.941062,0.198862,0.658120,0.474215 +20,-50,25,-->,0.866986,0.193525,0.945026,0.480119 +20,-50,50,-->,0.790321,0.186798,0.947521,0.471025 +20,-50,75,-->,0.790321,0.186798,0.947521,0.471025 +20,-50,100,-->,0.790321,0.186798,0.947521,0.471025 +20,-50,128,-->,0.790321,0.186798,0.947521,0.471025 +20,-25,-127,-->,0.996834,0.537851,0.007444,0.017427 +20,-25,-100,-->,0.992766,0.518881,0.029533,0.105624 +20,-25,-75,-->,0.980839,0.479266,0.066823,0.215823 +20,-25,-50,-->,0.966068,0.414512,0.127131,0.360373 +20,-25,-25,-->,0.924686,0.305022,0.263098,0.556784 +20,-25,0,-->,0.896324,0.322684,0.686295,0.641085 +20,-25,25,-->,0.668119,0.275544,0.918276,0.589860 +20,-25,50,-->,0.590041,0.260266,0.923106,0.572560 +20,-25,75,-->,0.590041,0.260266,0.923106,0.572560 +20,-25,100,-->,0.590041,0.260266,0.923106,0.572560 +20,-25,128,-->,0.590041,0.260266,0.923106,0.572560 +20,0,-127,-->,0.991267,0.623972,0.000000,0.000000 +20,0,-100,-->,0.990278,0.650383,0.008055,0.018882 +20,0,-75,-->,0.991009,0.677134,0.025484,0.122638 +20,0,-50,-->,0.975820,0.694107,0.089903,0.273162 +20,0,-25,-->,0.935043,0.734820,0.222496,0.513311 +20,0,0,-->,0.725207,0.696017,0.691988,0.855983 +20,0,25,-->,0.374115,0.441538,0.879522,0.660703 +20,0,50,-->,0.332156,0.397347,0.894590,0.640070 +20,0,75,-->,0.332156,0.397347,0.894590,0.640070 +20,0,100,-->,0.332156,0.397347,0.894590,0.640070 +20,0,128,-->,0.332156,0.397347,0.894590,0.640070 +20,25,-127,-->,0.983476,0.626192,0.000000,0.000000 +20,25,-100,-->,0.989876,0.677078,0.001708,0.006164 +20,25,-75,-->,0.990253,0.744688,0.016102,0.056852 +20,25,-50,-->,0.985127,0.908127,0.039960,0.154933 +20,25,-25,-->,0.756937,0.953025,0.159474,0.408080 +20,25,0,-->,0.343223,0.887158,0.463249,0.660475 +20,25,25,-->,0.265189,0.765426,0.919041,0.568116 +20,25,50,-->,0.240578,0.716992,0.928346,0.542098 +20,25,75,-->,0.240578,0.716992,0.928346,0.542098 +20,25,100,-->,0.240578,0.716992,0.928346,0.542098 +20,25,128,-->,0.240578,0.716992,0.928346,0.542098 +20,50,-127,-->,0.979180,0.613439,0.000000,0.000000 +20,50,-100,-->,0.946839,0.705269,0.000000,0.000000 +20,50,-75,-->,0.891839,0.858512,0.000000,0.000000 +20,50,-50,-->,0.772643,0.994293,0.020219,0.073058 +20,50,-25,-->,0.474455,0.966131,0.118923,0.336305 +20,50,0,-->,0.206220,0.941607,0.351970,0.494396 +20,50,25,-->,0.182349,0.937529,0.876322,0.462105 +20,50,50,-->,0.175382,0.871416,0.919602,0.449195 +20,50,75,-->,0.175382,0.871416,0.919602,0.449195 +20,50,100,-->,0.175382,0.871416,0.919602,0.449195 +20,50,128,-->,0.175382,0.871416,0.919602,0.449195 +20,75,-127,-->,0.843535,0.638589,0.000000,0.000000 +20,75,-100,-->,0.775098,0.740139,0.000000,0.000000 +20,75,-75,-->,0.708096,0.871251,0.000000,0.000000 +20,75,-50,-->,0.556875,0.994306,0.020309,0.075203 +20,75,-25,-->,0.328156,0.969892,0.095208,0.273164 +20,75,0,-->,0.139710,0.961294,0.292718,0.382654 +20,75,25,-->,0.131316,0.964786,0.699111,0.357457 +20,75,50,-->,0.128573,0.963141,0.833746,0.357954 +20,75,75,-->,0.128573,0.963141,0.833746,0.357954 +20,75,100,-->,0.128573,0.963141,0.833746,0.357954 +20,75,128,-->,0.128573,0.963141,0.833746,0.357954 +20,100,-127,-->,0.707499,0.675068,0.000000,0.000000 +20,100,-100,-->,0.638110,0.767934,0.000000,0.000000 +20,100,-75,-->,0.554247,0.907275,0.001059,0.003742 +20,100,-50,-->,0.413589,0.994895,0.020083,0.073825 +20,100,-25,-->,0.240760,0.976514,0.075262,0.230924 +20,100,0,-->,0.103929,0.971277,0.262469,0.306247 +20,100,25,-->,0.094087,0.975748,0.580872,0.286648 +20,100,50,-->,0.096161,0.973738,0.690118,0.287291 +20,100,75,-->,0.096161,0.973738,0.690118,0.287291 +20,100,100,-->,0.096161,0.973738,0.690118,0.287291 +20,100,128,-->,0.096161,0.973738,0.690118,0.287291 +20,128,-127,-->,0.607601,0.704221,0.000000,0.000000 +20,128,-100,-->,0.531391,0.792828,0.000012,0.000013 +20,128,-75,-->,0.445645,0.963858,0.002173,0.007861 +20,128,-50,-->,0.343028,0.995873,0.017277,0.058337 +20,128,-25,-->,0.180346,0.982508,0.060418,0.197384 +20,128,0,-->,0.082619,0.977025,0.237624,0.254539 +20,128,25,-->,0.073196,0.981710,0.513013,0.236238 +20,128,50,-->,0.074278,0.981420,0.606526,0.238963 +20,128,75,-->,0.074278,0.981420,0.606526,0.238963 +20,128,100,-->,0.074278,0.981420,0.606526,0.238963 +20,128,128,-->,0.074278,0.981420,0.606526,0.238963 +40,-127,-127,-->,0.985605,0.059057,0.069383,0.195376 +40,-127,-100,-->,0.987081,0.040931,0.153446,0.177696 +40,-127,-75,-->,0.987004,0.041148,0.253319,0.177696 +40,-127,-50,-->,0.987179,0.040515,0.359642,0.176469 +40,-127,-25,-->,0.987391,0.040500,0.487065,0.174027 +40,-127,0,-->,0.987854,0.049577,0.636875,0.168455 +40,-127,25,-->,0.987949,0.048927,0.810081,0.163375 +40,-127,50,-->,0.975482,0.049056,0.986899,0.166313 +40,-127,75,-->,0.872963,0.058207,0.985561,0.194895 +40,-127,100,-->,0.872963,0.058207,0.985561,0.194895 +40,-127,128,-->,0.872963,0.058207,0.985561,0.194895 +40,-100,-127,-->,0.989148,0.129914,0.042578,0.150430 +40,-100,-100,-->,0.985148,0.063323,0.088263,0.200752 +40,-100,-75,-->,0.984868,0.060596,0.188918,0.200242 +40,-100,-50,-->,0.984848,0.060933,0.314361,0.202669 +40,-100,-25,-->,0.984911,0.060633,0.459140,0.201919 +40,-100,0,-->,0.985191,0.059568,0.638821,0.199577 +40,-100,25,-->,0.985487,0.058106,0.854794,0.192886 +40,-100,50,-->,0.909044,0.064354,0.983939,0.211398 +40,-100,75,-->,0.802721,0.072024,0.981999,0.232422 +40,-100,100,-->,0.802721,0.072024,0.981999,0.232422 +40,-100,128,-->,0.802721,0.072024,0.981999,0.232422 +40,-75,-127,-->,0.995166,0.256787,0.019609,0.071987 +40,-75,-100,-->,0.989634,0.166696,0.037057,0.143780 +40,-75,-75,-->,0.981896,0.081433,0.092989,0.234325 +40,-75,-50,-->,0.981012,0.075822,0.234187,0.243014 +40,-75,-25,-->,0.979764,0.077985,0.409507,0.246737 +40,-75,0,-->,0.980032,0.078898,0.642068,0.250207 +40,-75,25,-->,0.979823,0.079526,0.941418,0.248241 +40,-75,50,-->,0.800396,0.086372,0.978084,0.268909 +40,-75,75,-->,0.700603,0.093485,0.976136,0.285060 +40,-75,100,-->,0.700603,0.093485,0.976136,0.285060 +40,-75,128,-->,0.700603,0.093485,0.976136,0.285060 +40,-50,-127,-->,0.995100,0.373163,0.000911,0.003329 +40,-50,-100,-->,0.996594,0.323720,0.013891,0.046979 +40,-50,-75,-->,0.988955,0.243778,0.043455,0.151091 +40,-50,-50,-->,0.976435,0.123918,0.110154,0.282700 +40,-50,-25,-->,0.970809,0.108857,0.322382,0.317182 +40,-50,0,-->,0.967821,0.117245,0.642154,0.332893 +40,-50,25,-->,0.881186,0.117175,0.966270,0.338613 +40,-50,50,-->,0.654006,0.117250,0.969371,0.340773 +40,-50,75,-->,0.550235,0.121014,0.968313,0.348999 +40,-50,100,-->,0.550235,0.121014,0.968313,0.348999 +40,-50,128,-->,0.550235,0.121014,0.968313,0.348999 +40,-25,-127,-->,0.903638,0.467166,0.000000,0.000000 +40,-25,-100,-->,0.963839,0.462437,0.000174,0.000638 +40,-25,-75,-->,0.996170,0.446518,0.009393,0.027465 +40,-25,-50,-->,0.987189,0.375860,0.039764,0.173345 +40,-25,-25,-->,0.948736,0.233860,0.181156,0.385735 +40,-25,0,-->,0.875216,0.286519,0.638264,0.398015 +40,-25,25,-->,0.646638,0.185100,0.947416,0.459178 +40,-25,50,-->,0.434785,0.164040,0.955258,0.431762 +40,-25,75,-->,0.349650,0.160647,0.956262,0.426698 +40,-25,100,-->,0.349650,0.160647,0.956262,0.426698 +40,-25,128,-->,0.349650,0.160647,0.956262,0.426698 +40,0,-127,-->,0.835869,0.503618,0.000000,0.000000 +40,0,-100,-->,0.850913,0.525073,0.000000,0.000000 +40,0,-75,-->,0.907683,0.588990,0.000000,0.000000 +40,0,-50,-->,0.986986,0.679304,0.005319,0.012951 +40,0,-25,-->,0.836528,0.643084,0.209236,0.196188 +40,0,0,-->,0.706370,0.642267,0.633508,0.244333 +40,0,25,-->,0.298397,0.355344,0.902292,0.560754 +40,0,50,-->,0.200115,0.278448,0.943526,0.491216 +40,0,75,-->,0.178805,0.264321,0.950381,0.458584 +40,0,100,-->,0.178805,0.264321,0.950381,0.458584 +40,0,128,-->,0.178805,0.264321,0.950381,0.458584 +40,25,-127,-->,0.819008,0.504375,0.000000,0.000000 +40,25,-100,-->,0.829698,0.527907,0.000000,0.000000 +40,25,-75,-->,0.837957,0.601425,0.000000,0.000000 +40,25,-50,-->,0.802847,0.771848,0.000000,0.000000 +40,25,-25,-->,0.631584,0.842682,0.124146,0.125491 +40,25,0,-->,0.393934,0.799277,0.457466,0.287507 +40,25,25,-->,0.200996,0.739979,0.920387,0.393787 +40,25,50,-->,0.132349,0.571632,0.964442,0.371031 +40,25,75,-->,0.127178,0.499993,0.966146,0.359810 +40,25,100,-->,0.127178,0.499993,0.966146,0.359810 +40,25,128,-->,0.127178,0.499993,0.966146,0.359810 +40,50,-127,-->,0.806700,0.501833,0.000000,0.000000 +40,50,-100,-->,0.784909,0.529346,0.000000,0.000000 +40,50,-75,-->,0.708178,0.630713,0.000000,0.000000 +40,50,-50,-->,0.595701,0.789221,0.000054,0.000059 +40,50,-25,-->,0.412101,0.981192,0.023265,0.080056 +40,50,0,-->,0.125849,0.950201,0.274067,0.295266 +40,50,25,-->,0.101688,0.960788,0.855929,0.273651 +40,50,50,-->,0.089346,0.771205,0.977182,0.274858 +40,50,75,-->,0.086777,0.710338,0.977591,0.268979 +40,50,100,-->,0.086777,0.710338,0.977591,0.268979 +40,50,128,-->,0.086777,0.710338,0.977591,0.268979 +40,75,-127,-->,0.793918,0.497080,0.000000,0.000000 +40,75,-100,-->,0.653131,0.581331,0.000000,0.000000 +40,75,-75,-->,0.552410,0.683307,0.000000,0.000000 +40,75,-50,-->,0.429709,0.841042,0.000591,0.000960 +40,75,-25,-->,0.269195,0.994803,0.013663,0.044899 +40,75,0,-->,0.062605,0.981342,0.211119,0.203018 +40,75,25,-->,0.044055,0.986826,0.651334,0.181589 +40,75,50,-->,0.055566,0.927901,0.984000,0.186702 +40,75,75,-->,0.062115,0.812427,0.984530,0.206970 +40,75,100,-->,0.062115,0.812427,0.984530,0.206970 +40,75,128,-->,0.062115,0.812427,0.984530,0.206970 +40,100,-127,-->,0.720407,0.527209,0.000000,0.000000 +40,100,-100,-->,0.537675,0.633178,0.000000,0.000000 +40,100,-75,-->,0.436703,0.734682,0.000028,0.000031 +40,100,-50,-->,0.326992,0.879477,0.001542,0.003001 +40,100,-25,-->,0.186308,0.995391,0.009551,0.028985 +40,100,0,-->,0.037977,0.989734,0.177868,0.138427 +40,100,25,-->,0.031843,0.991649,0.522014,0.121646 +40,100,50,-->,0.032972,0.991851,0.876679,0.117353 +40,100,75,-->,0.038257,0.924621,0.984950,0.133615 +40,100,100,-->,0.038257,0.924621,0.984950,0.133615 +40,100,128,-->,0.038257,0.924621,0.984950,0.133615 +40,128,-127,-->,0.596755,0.583540,0.000000,0.000000 +40,128,-100,-->,0.441838,0.682120,0.000000,0.000000 +40,128,-75,-->,0.340505,0.787226,0.000228,0.000251 +40,128,-50,-->,0.261197,0.886501,0.001201,0.003339 +40,128,-25,-->,0.128163,0.996535,0.006143,0.017183 +40,128,0,-->,0.026845,0.993152,0.154596,0.099624 +40,128,25,-->,0.020604,0.994613,0.437025,0.081257 +40,128,50,-->,0.020457,0.994835,0.728243,0.078452 +40,128,75,-->,0.017839,0.994613,0.926774,0.082323 +40,128,100,-->,0.017839,0.994613,0.926774,0.082323 +40,128,128,-->,0.017839,0.994613,0.926774,0.082323 +60,-127,-127,-->,0.992888,0.029444,0.053242,0.104271 +60,-127,-100,-->,0.995284,0.019477,0.138097,0.071528 +60,-127,-75,-->,0.996611,0.014215,0.236224,0.043583 +60,-127,-50,-->,0.997466,0.010613,0.341377,0.036801 +60,-127,-25,-->,0.998050,0.007998,0.465968,0.021122 +60,-127,0,-->,0.997513,0.004464,0.618384,0.016233 +60,-127,25,-->,0.995875,0.000227,0.792052,0.000850 +60,-127,50,-->,0.984022,0.000017,0.982561,0.000065 +60,-127,75,-->,0.845254,0.014881,0.996342,0.048236 +60,-127,100,-->,0.750954,0.025185,0.991782,0.108025 +60,-127,128,-->,0.743870,0.028610,0.991633,0.113647 +60,-100,-127,-->,0.996450,0.095757,0.016638,0.040992 +60,-100,-100,-->,0.994122,0.026397,0.039709,0.087716 +60,-100,-75,-->,0.996345,0.015367,0.155822,0.048666 +60,-100,-50,-->,0.997053,0.011742,0.285575,0.040124 +60,-100,-25,-->,0.997748,0.008776,0.431572,0.029428 +60,-100,0,-->,0.994355,0.003930,0.617794,0.014291 +60,-100,25,-->,0.992591,0.000191,0.842698,0.000715 +60,-100,50,-->,0.914360,0.005687,0.997882,0.017324 +60,-100,75,-->,0.771279,0.023862,0.993293,0.091742 +60,-100,100,-->,0.657747,0.044969,0.988438,0.147716 +60,-100,128,-->,0.649517,0.047445,0.987933,0.155174 +60,-75,-127,-->,0.992035,0.205635,0.000082,0.000293 +60,-75,-100,-->,0.997926,0.111109,0.011534,0.023434 +60,-75,-75,-->,0.995657,0.021820,0.056788,0.062239 +60,-75,-50,-->,0.996871,0.012798,0.194419,0.043403 +60,-75,-25,-->,0.996875,0.009817,0.374659,0.032534 +60,-75,0,-->,0.990063,0.003743,0.616222,0.013615 +60,-75,25,-->,0.988927,0.000094,0.927788,0.000361 +60,-75,50,-->,0.805234,0.018265,0.993973,0.061028 +60,-75,75,-->,0.663931,0.039245,0.989181,0.139233 +60,-75,100,-->,0.578523,0.057287,0.985831,0.191597 +60,-75,128,-->,0.567610,0.059659,0.985192,0.199449 +60,-50,-127,-->,0.872743,0.306496,0.000000,0.000000 +60,-50,-100,-->,0.924212,0.248934,0.000000,0.000000 +60,-50,-75,-->,0.976906,0.140663,0.001339,0.002477 +60,-50,-50,-->,0.996469,0.025958,0.055192,0.043116 +60,-50,-25,-->,0.973780,0.015351,0.283389,0.049080 +60,-50,0,-->,0.899398,0.028002,0.577840,0.049773 +60,-50,25,-->,0.844741,0.031563,0.906594,0.064081 +60,-50,50,-->,0.665475,0.041127,0.989362,0.134836 +60,-50,75,-->,0.539854,0.061907,0.984579,0.205379 +60,-50,100,-->,0.441566,0.078977,0.980111,0.251124 +60,-50,128,-->,0.431216,0.081355,0.979453,0.257133 +60,-25,-127,-->,0.762921,0.371986,0.000000,0.000000 +60,-25,-100,-->,0.774240,0.347164,0.000000,0.000000 +60,-25,-75,-->,0.791947,0.301865,0.000000,0.000000 +60,-25,-50,-->,0.872782,0.226383,0.000000,0.000000 +60,-25,-25,-->,0.776514,0.158470,0.157689,0.082649 +60,-25,0,-->,0.692484,0.200328,0.484626,0.075289 +60,-25,25,-->,0.611575,0.164891,0.807507,0.132806 +60,-25,50,-->,0.444198,0.076404,0.980141,0.242014 +60,-25,75,-->,0.321751,0.095349,0.975707,0.289289 +60,-25,100,-->,0.254156,0.107438,0.972236,0.319650 +60,-25,128,-->,0.248037,0.109200,0.971737,0.323842 +60,0,-127,-->,0.705831,0.406835,0.000000,0.000000 +60,0,-100,-->,0.690445,0.400023,0.000000,0.000000 +60,0,-75,-->,0.666619,0.389086,0.000000,0.000000 +60,0,-50,-->,0.646674,0.390942,0.000000,0.000000 +60,0,-25,-->,0.567110,0.392917,0.088987,0.015712 +60,0,0,-->,0.483347,0.411850,0.411746,0.034039 +60,0,25,-->,0.353209,0.351334,0.720302,0.151139 +60,0,50,-->,0.128378,0.212479,0.954957,0.319674 +60,0,75,-->,0.111154,0.201804,0.971222,0.327490 +60,0,100,-->,0.112716,0.203346,0.970730,0.331160 +60,0,128,-->,0.113483,0.204385,0.970507,0.332761 +60,25,-127,-->,0.698410,0.413026,0.000000,0.000000 +60,25,-100,-->,0.676619,0.411098,0.000000,0.000000 +60,25,-75,-->,0.641655,0.409778,0.000000,0.000000 +60,25,-50,-->,0.559863,0.456676,0.000000,0.000000 +60,25,-25,-->,0.369556,0.567445,0.010641,0.002981 +60,25,0,-->,0.261838,0.577247,0.296551,0.046010 +60,25,25,-->,0.199043,0.570594,0.668198,0.074251 +60,25,50,-->,0.060603,0.514273,0.964206,0.167106 +60,25,75,-->,0.061953,0.447199,0.984385,0.207442 +60,25,100,-->,0.076560,0.387782,0.980713,0.244293 +60,25,128,-->,0.078347,0.382524,0.980229,0.249074 +60,50,-127,-->,0.695592,0.418231,0.000000,0.000000 +60,50,-100,-->,0.669550,0.419987,0.000000,0.000000 +60,50,-75,-->,0.584334,0.453015,0.000000,0.000000 +60,50,-50,-->,0.429137,0.552529,0.000000,0.000000 +60,50,-25,-->,0.232549,0.685772,0.000161,0.000149 +60,50,0,-->,0.062946,0.752375,0.162676,0.031407 +60,50,25,-->,0.038571,0.766701,0.588293,0.022896 +60,50,50,-->,0.010858,0.753077,0.960015,0.032093 +60,50,75,-->,0.020592,0.660458,0.994325,0.084863 +60,50,100,-->,0.032392,0.595196,0.988977,0.126246 +60,50,128,-->,0.035160,0.588799,0.989263,0.131199 +60,75,-127,-->,0.685008,0.428337,0.000000,0.000000 +60,75,-100,-->,0.640056,0.442267,0.000000,0.000000 +60,75,-75,-->,0.464945,0.538601,0.000000,0.000000 +60,75,-50,-->,0.309442,0.633854,0.000000,0.000000 +60,75,-25,-->,0.151559,0.749521,0.000355,0.000335 +60,75,0,-->,0.000000,0.886393,0.109450,0.000000 +60,75,25,-->,0.000000,0.888281,0.505985,0.000000 +60,75,50,-->,0.000000,0.876690,0.868315,0.000000 +60,75,75,-->,0.004244,0.786561,0.994042,0.013844 +60,75,100,-->,0.015100,0.723863,0.993881,0.041521 +60,75,128,-->,0.016219,0.721513,0.992076,0.057107 +60,100,-127,-->,0.664027,0.440057,0.000000,0.000000 +60,100,-100,-->,0.523387,0.517838,0.000000,0.000000 +60,100,-75,-->,0.363993,0.604084,0.000000,0.000000 +60,100,-50,-->,0.235485,0.692363,0.000145,0.000054 +60,100,-25,-->,0.105041,0.790675,0.001468,0.001527 +60,100,0,-->,0.000000,0.891322,0.109777,0.000000 +60,100,25,-->,0.000000,0.895004,0.411902,0.000000 +60,100,50,-->,0.000000,0.884188,0.702469,0.000000 +60,100,75,-->,0.000000,0.869400,0.954802,0.000000 +60,100,100,-->,0.003899,0.797277,0.995641,0.013313 +60,100,128,-->,0.005403,0.790840,0.995588,0.017258 +60,128,-127,-->,0.561225,0.504395,0.000000,0.000000 +60,128,-100,-->,0.418379,0.586277,0.000000,0.000000 +60,128,-75,-->,0.276652,0.667246,0.000026,0.000007 +60,128,-50,-->,0.187292,0.728904,0.000116,0.000058 +60,128,-25,-->,0.063608,0.823685,0.001622,0.001876 +60,128,0,-->,0.000000,0.893567,0.110100,0.000000 +60,128,25,-->,0.000000,0.898417,0.351946,0.000000 +60,128,50,-->,0.000000,0.892239,0.583619,0.000000 +60,128,75,-->,0.000000,0.885875,0.807575,0.000000 +60,128,100,-->,0.000000,0.861261,0.991068,0.000000 +60,128,128,-->,0.000000,0.853722,0.992805,0.000000 +80,-127,-127,-->,0.998588,0.001442,0.045170,0.005265 +80,-127,-100,-->,0.981810,0.000045,0.127959,0.000173 +80,-127,-75,-->,0.936465,0.000148,0.222253,0.000546 +80,-127,-50,-->,0.891132,0.000000,0.313251,0.000000 +80,-127,-25,-->,0.860406,0.000000,0.414331,0.000000 +80,-127,0,-->,0.840683,0.000000,0.536361,0.000000 +80,-127,25,-->,0.799940,0.000000,0.649301,0.000000 +80,-127,50,-->,0.786657,0.000000,0.776884,0.000000 +80,-127,75,-->,0.775835,0.000000,0.909350,0.000000 +80,-127,100,-->,0.745110,0.000000,0.996441,0.000000 +80,-127,128,-->,0.682189,0.003873,0.999074,0.012328 +80,-100,-127,-->,0.978315,0.036443,0.000469,0.000355 +80,-100,-100,-->,0.971715,0.000026,0.048640,0.000100 +80,-100,-75,-->,0.911281,0.000000,0.137602,0.000000 +80,-100,-50,-->,0.858973,0.000000,0.255204,0.000000 +80,-100,-25,-->,0.825853,0.000000,0.367307,0.000000 +80,-100,0,-->,0.787580,0.000000,0.501031,0.000000 +80,-100,25,-->,0.749695,0.000000,0.642131,0.000000 +80,-100,50,-->,0.730262,0.000000,0.785879,0.000000 +80,-100,75,-->,0.726959,0.000000,0.945725,0.000000 +80,-100,100,-->,0.668315,0.001088,0.999662,0.003618 +80,-100,128,-->,0.583935,0.016160,0.995892,0.040409 +80,-75,-127,-->,0.844226,0.151812,0.000000,0.000000 +80,-75,-100,-->,0.884754,0.044158,0.000484,0.000000 +80,-75,-75,-->,0.877899,0.000000,0.047585,0.000000 +80,-75,-50,-->,0.821493,0.000000,0.165232,0.000000 +80,-75,-25,-->,0.774951,0.000000,0.308559,0.000000 +80,-75,0,-->,0.721521,0.000000,0.456352,0.000000 +80,-75,25,-->,0.675943,0.000000,0.628520,0.000000 +80,-75,50,-->,0.656444,0.000000,0.800038,0.000000 +80,-75,75,-->,0.646333,0.000105,0.980718,0.000386 +80,-75,100,-->,0.556848,0.008464,0.997788,0.020542 +80,-75,128,-->,0.484128,0.025902,0.992703,0.100409 +80,-50,-127,-->,0.741608,0.239179,0.000000,0.000000 +80,-50,-100,-->,0.751886,0.175126,0.000000,0.000000 +80,-50,-75,-->,0.765954,0.078238,0.000650,0.000000 +80,-50,-50,-->,0.748856,0.000000,0.043999,0.000000 +80,-50,-25,-->,0.690843,0.000000,0.207986,0.000000 +80,-50,0,-->,0.615684,0.000000,0.387715,0.000000 +80,-50,25,-->,0.557564,0.000000,0.598694,0.000000 +80,-50,50,-->,0.543042,0.000000,0.829753,0.000000 +80,-50,75,-->,0.501919,0.002885,0.994417,0.007628 +80,-50,100,-->,0.419944,0.024155,0.993677,0.085205 +80,-50,128,-->,0.366672,0.044375,0.989069,0.148380 +80,-25,-127,-->,0.655478,0.309345,0.000000,0.000000 +80,-25,-100,-->,0.639605,0.272268,0.000000,0.000000 +80,-25,-75,-->,0.620832,0.218168,0.000000,0.000000 +80,-25,-50,-->,0.587162,0.121602,0.000000,0.000000 +80,-25,-25,-->,0.519013,0.012815,0.046570,0.000371 +80,-25,0,-->,0.439185,0.014224,0.287230,0.001400 +80,-25,25,-->,0.383000,0.015989,0.554592,0.004725 +80,-25,50,-->,0.348616,0.011861,0.836180,0.015005 +80,-25,75,-->,0.295879,0.016013,0.992816,0.050493 +80,-25,100,-->,0.241112,0.046719,0.988459,0.156666 +80,-25,128,-->,0.207320,0.066402,0.983481,0.218327 +80,0,-127,-->,0.611066,0.345680,0.000000,0.000000 +80,0,-100,-->,0.576422,0.329356,0.000000,0.000000 +80,0,-75,-->,0.530175,0.306647,0.000000,0.000000 +80,0,-50,-->,0.454273,0.268487,0.000000,0.000000 +80,0,-25,-->,0.323633,0.199754,0.002812,0.000186 +80,0,0,-->,0.231027,0.183383,0.188217,0.001573 +80,0,25,-->,0.173792,0.180154,0.474232,0.017501 +80,0,50,-->,0.104210,0.150499,0.757685,0.057720 +80,0,75,-->,0.029941,0.118616,0.989165,0.112356 +80,0,100,-->,0.040819,0.142065,0.987104,0.177508 +80,0,128,-->,0.066576,0.157969,0.983474,0.218461 +80,25,-127,-->,0.608332,0.351208,0.000000,0.000000 +80,25,-100,-->,0.571557,0.340861,0.000000,0.000000 +80,25,-75,-->,0.521707,0.329095,0.000000,0.000000 +80,25,-50,-->,0.438584,0.319647,0.000000,0.000000 +80,25,-25,-->,0.240662,0.350549,0.000979,0.000077 +80,25,0,-->,0.030603,0.358930,0.089781,0.001214 +80,25,25,-->,0.012711,0.363295,0.398736,0.001790 +80,25,50,-->,0.004566,0.363233,0.699277,0.004724 +80,25,75,-->,0.001116,0.364213,0.963102,0.003118 +80,25,100,-->,0.015205,0.341928,0.996121,0.040898 +80,25,128,-->,0.035903,0.320199,0.991215,0.126534 +80,50,-127,-->,0.611968,0.357528,0.000000,0.000000 +80,50,-100,-->,0.571487,0.356124,0.000000,0.000000 +80,50,-75,-->,0.512943,0.360079,0.000000,0.000000 +80,50,-50,-->,0.358429,0.422910,0.000000,0.000000 +80,50,-25,-->,0.143202,0.472023,0.002748,0.000358 +80,50,0,-->,0.000000,0.505369,0.079639,0.000000 +80,50,25,-->,0.000000,0.507527,0.352774,0.000000 +80,50,50,-->,0.000000,0.510452,0.594987,0.000000 +80,50,75,-->,0.000000,0.526897,0.779652,0.000000 +80,50,100,-->,0.000000,0.528264,0.954795,0.000000 +80,50,128,-->,0.005726,0.484998,0.995760,0.016815 +80,75,-127,-->,0.602937,0.377889,0.000000,0.000000 +80,75,-100,-->,0.558581,0.381767,0.000000,0.000000 +80,75,-75,-->,0.435979,0.442843,0.000000,0.000000 +80,75,-50,-->,0.249754,0.504781,0.000052,0.000013 +80,75,-25,-->,0.094321,0.555326,0.003657,0.000837 +80,75,0,-->,0.000000,0.592268,0.089612,0.000000 +80,75,25,-->,0.000000,0.593369,0.314878,0.000000 +80,75,50,-->,0.000000,0.595796,0.530241,0.000000 +80,75,75,-->,0.000000,0.596287,0.696637,0.000000 +80,75,100,-->,0.000000,0.616507,0.834470,0.000000 +80,75,128,-->,0.000000,0.634061,0.952109,0.000000 +80,100,-127,-->,0.592609,0.392481,0.000000,0.000000 +80,100,-100,-->,0.481950,0.450458,0.000000,0.000000 +80,100,-75,-->,0.335655,0.516924,0.000012,0.000001 +80,100,-50,-->,0.182733,0.571606,0.000254,0.000064 +80,100,-25,-->,0.061939,0.621336,0.002908,0.000850 +80,100,0,-->,0.000000,0.661934,0.093823,0.000000 +80,100,25,-->,0.000000,0.650260,0.286900,0.000000 +80,100,50,-->,0.000000,0.651887,0.467082,0.000000 +80,100,75,-->,0.000000,0.649121,0.645431,0.000000 +80,100,100,-->,0.000000,0.653135,0.765222,0.000000 +80,100,128,-->,0.000000,0.679176,0.885559,0.000000 +80,128,-127,-->,0.518692,0.454889,0.000000,0.000000 +80,128,-100,-->,0.385745,0.521742,0.000000,0.000000 +80,128,-75,-->,0.239979,0.585903,0.000005,0.000001 +80,128,-50,-->,0.144471,0.618788,0.000673,0.000196 +80,128,-25,-->,0.036438,0.681068,0.004581,0.001142 +80,128,0,-->,0.000000,0.725919,0.098541,0.000000 +80,128,25,-->,0.000000,0.711007,0.271153,0.000000 +80,128,50,-->,0.000000,0.707814,0.431889,0.000000 +80,128,75,-->,0.000000,0.710495,0.595668,0.000000 +80,128,100,-->,0.000000,0.705941,0.745232,0.000000 +80,128,128,-->,0.000000,0.718006,0.847861,0.000000 +100,-127,-127,-->,0.884597,0.000000,0.039637,0.000000 +100,-127,-100,-->,0.843103,0.000000,0.118315,0.000000 +100,-127,-75,-->,0.810294,0.000000,0.198527,0.000000 +100,-127,-50,-->,0.775672,0.000000,0.279528,0.000000 +100,-127,-25,-->,0.740124,0.000000,0.359729,0.000000 +100,-127,0,-->,0.693593,0.000000,0.438921,0.000000 +100,-127,25,-->,0.653736,0.000000,0.523944,0.000000 +100,-127,50,-->,0.638581,0.000000,0.624523,0.000000 +100,-127,75,-->,0.621887,0.000000,0.714543,0.000000 +100,-127,100,-->,0.614106,0.000000,0.810572,0.000000 +100,-127,128,-->,0.622157,0.000000,0.946838,0.000000 +100,-100,-127,-->,0.825087,0.018041,0.002558,0.000611 +100,-100,-100,-->,0.807338,0.000000,0.040437,0.000000 +100,-100,-75,-->,0.770063,0.000000,0.125211,0.000000 +100,-100,-50,-->,0.733896,0.000000,0.220992,0.000000 +100,-100,-25,-->,0.673372,0.000000,0.310318,0.000000 +100,-100,0,-->,0.616846,0.000000,0.388592,0.000000 +100,-100,25,-->,0.582366,0.000000,0.487317,0.000000 +100,-100,50,-->,0.556377,0.000000,0.591945,0.000000 +100,-100,75,-->,0.555770,0.000000,0.722208,0.000000 +100,-100,100,-->,0.543921,0.000000,0.824687,0.000000 +100,-100,128,-->,0.552883,0.000000,0.983080,0.000000 +100,-75,-127,-->,0.732846,0.114231,0.000000,0.000000 +100,-75,-100,-->,0.737620,0.025726,0.001924,0.000288 +100,-75,-75,-->,0.714554,0.000000,0.045536,0.000000 +100,-75,-50,-->,0.669850,0.000000,0.140811,0.000000 +100,-75,-25,-->,0.604424,0.000000,0.249507,0.000000 +100,-75,0,-->,0.541734,0.000000,0.346431,0.000000 +100,-75,25,-->,0.495521,0.000000,0.452122,0.000000 +100,-75,50,-->,0.482220,0.000000,0.585302,0.000000 +100,-75,75,-->,0.471095,0.000000,0.721178,0.000000 +100,-75,100,-->,0.460493,0.000000,0.846422,0.000000 +100,-75,128,-->,0.443191,0.000000,0.964608,0.000000 +100,-50,-127,-->,0.644652,0.197741,0.000000,0.000000 +100,-50,-100,-->,0.632208,0.133004,0.000000,0.000000 +100,-50,-75,-->,0.613425,0.047849,0.001116,0.000000 +100,-50,-50,-->,0.568516,0.000000,0.039612,0.000000 +100,-50,-25,-->,0.502780,0.000000,0.156527,0.000000 +100,-50,0,-->,0.434597,0.000000,0.279666,0.000000 +100,-50,25,-->,0.382852,0.000000,0.400124,0.000000 +100,-50,50,-->,0.372276,0.000000,0.567298,0.000000 +100,-50,75,-->,0.359547,0.000000,0.729722,0.000000 +100,-50,100,-->,0.357834,0.000000,0.911346,0.000000 +100,-50,128,-->,0.330533,0.001871,0.996639,0.006383 +100,-25,-127,-->,0.571486,0.266963,0.000000,0.000000 +100,-25,-100,-->,0.541818,0.227016,0.000000,0.000000 +100,-25,-75,-->,0.499919,0.170773,0.000000,0.000000 +100,-25,-50,-->,0.442094,0.086860,0.000523,0.000061 +100,-25,-25,-->,0.356209,0.006408,0.033426,0.000000 +100,-25,0,-->,0.270428,0.000000,0.174760,0.000000 +100,-25,25,-->,0.235183,0.000000,0.355919,0.000000 +100,-25,50,-->,0.209711,0.000000,0.560023,0.000000 +100,-25,75,-->,0.198511,0.000000,0.777272,0.000000 +100,-25,100,-->,0.184575,0.000000,0.978789,0.000000 +100,-25,128,-->,0.160172,0.011233,0.997271,0.039095 +100,0,-127,-->,0.534995,0.302507,0.000000,0.000000 +100,0,-100,-->,0.491034,0.279710,0.000000,0.000000 +100,0,-75,-->,0.436000,0.250054,0.000029,0.000003 +100,0,-50,-->,0.356401,0.204206,0.000125,0.000008 +100,0,-25,-->,0.229840,0.126267,0.004069,0.000046 +100,0,0,-->,0.003872,0.002971,0.003241,0.000000 +100,0,25,-->,0.000248,0.022473,0.280119,0.000000 +100,0,50,-->,0.000059,0.040372,0.540063,0.000000 +100,0,75,-->,0.000000,0.043518,0.766306,0.000000 +100,0,100,-->,0.000015,0.062730,0.974501,0.000000 +100,0,128,-->,0.014129,0.098180,0.996499,0.044153 +100,25,-127,-->,0.536707,0.306981,0.000000,0.000000 +100,25,-100,-->,0.492805,0.289458,0.000000,0.000000 +100,25,-75,-->,0.437955,0.268603,0.000000,0.000000 +100,25,-50,-->,0.355878,0.248563,0.000070,0.000003 +100,25,-25,-->,0.195645,0.256655,0.002685,0.000046 +100,25,0,-->,0.000054,0.231011,0.038025,0.000000 +100,25,25,-->,0.000000,0.239652,0.251197,0.000000 +100,25,50,-->,0.000000,0.267472,0.425447,0.000000 +100,25,75,-->,0.000000,0.272946,0.621160,0.000000 +100,25,100,-->,0.000000,0.269946,0.815588,0.000000 +100,25,128,-->,0.000000,0.267179,0.982564,0.000001 +100,50,-127,-->,0.544705,0.313163,0.000000,0.000000 +100,50,-100,-->,0.498118,0.307520,0.000000,0.000000 +100,50,-75,-->,0.437687,0.309163,0.000000,0.000000 +100,50,-50,-->,0.315989,0.342956,0.000232,0.000009 +100,50,-25,-->,0.106516,0.373733,0.004142,0.000274 +100,50,0,-->,0.000000,0.368692,0.062498,0.000000 +100,50,25,-->,0.000000,0.368930,0.251239,0.000000 +100,50,50,-->,0.000000,0.378001,0.398124,0.000000 +100,50,75,-->,0.000000,0.405056,0.519196,0.000000 +100,50,100,-->,0.000000,0.423089,0.645367,0.000000 +100,50,128,-->,0.000000,0.432324,0.840528,0.000000 +100,75,-127,-->,0.537848,0.338014,0.000000,0.000000 +100,75,-100,-->,0.488969,0.341818,0.000000,0.000000 +100,75,-75,-->,0.390152,0.383803,0.000000,0.000000 +100,75,-50,-->,0.216963,0.432328,0.001447,0.000155 +100,75,-25,-->,0.070096,0.455864,0.006481,0.000693 +100,75,0,-->,0.000000,0.463485,0.076394,0.000000 +100,75,25,-->,0.000000,0.465255,0.247078,0.000000 +100,75,50,-->,0.000000,0.456520,0.382159,0.000000 +100,75,75,-->,0.000000,0.466251,0.508771,0.000000 +100,75,100,-->,0.000000,0.502299,0.626183,0.000000 +100,75,128,-->,0.000000,0.526408,0.706554,0.000000 +100,100,-127,-->,0.528876,0.361323,0.000000,0.000000 +100,100,-100,-->,0.441566,0.403009,0.000000,0.000000 +100,100,-75,-->,0.301986,0.456883,0.000244,0.000026 +100,100,-50,-->,0.148805,0.494756,0.002272,0.000270 +100,100,-25,-->,0.042063,0.520184,0.006078,0.000811 +100,100,0,-->,0.000000,0.531918,0.083700,0.000000 +100,100,25,-->,0.000000,0.533611,0.234550,0.000000 +100,100,50,-->,0.000000,0.539207,0.373697,0.000000 +100,100,75,-->,0.000000,0.539559,0.516982,0.000000 +100,100,100,-->,0.000000,0.544804,0.615826,0.000000 +100,100,128,-->,0.000000,0.561655,0.689134,0.000000 +100,128,-127,-->,0.477908,0.416964,0.000000,0.000000 +100,128,-100,-->,0.355361,0.473240,0.000000,0.000000 +100,128,-75,-->,0.211495,0.521105,0.000895,0.000212 +100,128,-50,-->,0.120045,0.543372,0.001637,0.000382 +100,128,-25,-->,0.025117,0.583751,0.007383,0.000854 +100,128,0,-->,0.000000,0.589701,0.089524,0.000000 +100,128,25,-->,0.000000,0.588594,0.223953,0.000000 +100,128,50,-->,0.000000,0.592422,0.349790,0.000000 +100,128,75,-->,0.000000,0.593482,0.473743,0.000000 +100,128,100,-->,0.000000,0.591857,0.599970,0.000000 +100,128,128,-->,0.000000,0.599800,0.678006,0.000000 +-1,0,0,-->,0.705830,0.692550,0.697282,0.895392 +101,0,0,-->,0.000867,0.000430,0.000609,0.000000 +50,-130,0,-->,0.993193,0.021492,0.631622,0.099030 +50,130,0,-->,0.003801,0.989847,0.110249,0.013220 +50,0,-130,-->,0.764153,0.449973,0.000000,0.000000 +50,0,130,-->,0.140234,0.230728,0.962372,0.388949 diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-1.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-1.csv new file mode 100644 index 0000000..1628270 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-1.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.969964,0.147143,0.117545,0.337975 +0,-127,-100,-->,0.966702,0.134185,0.192828,0.359836 +0,-127,-75,-->,0.964166,0.133622,0.285474,0.374017 +0,-127,-50,-->,0.957594,0.142673,0.390705,0.377298 +0,-127,-25,-->,0.955514,0.147901,0.507571,0.384593 +0,-127,0,-->,0.955988,0.151008,0.646473,0.396521 +0,-127,25,-->,0.956931,0.152331,0.811060,0.404470 +0,-127,50,-->,0.938290,0.151397,0.957745,0.408542 +0,-127,75,-->,0.828227,0.148751,0.959911,0.405053 +0,-127,100,-->,0.733258,0.149559,0.959776,0.405525 +0,-127,128,-->,0.657275,0.149523,0.959693,0.406649 +0,-100,-127,-->,0.974678,0.242981,0.099667,0.298518 +0,-100,-100,-->,0.965163,0.179723,0.142602,0.370867 +0,-100,-75,-->,0.957651,0.155106,0.217083,0.416078 +0,-100,-50,-->,0.949771,0.167293,0.341096,0.421770 +0,-100,-25,-->,0.947124,0.175275,0.480078,0.432435 +0,-100,0,-->,0.946531,0.181713,0.653851,0.446745 +0,-100,25,-->,0.947319,0.184062,0.863369,0.459536 +0,-100,50,-->,0.864878,0.177403,0.950446,0.455170 +0,-100,75,-->,0.746149,0.170688,0.953189,0.447265 +0,-100,100,-->,0.659230,0.169896,0.953246,0.443374 +0,-100,128,-->,0.579029,0.166422,0.954545,0.439765 +0,-75,-127,-->,0.979054,0.348243,0.080535,0.253303 +0,-75,-100,-->,0.969829,0.284128,0.116035,0.339472 +0,-75,-75,-->,0.955892,0.210834,0.165823,0.430425 +0,-75,-50,-->,0.944404,0.196693,0.281208,0.478429 +0,-75,-25,-->,0.936793,0.211261,0.447683,0.492597 +0,-75,0,-->,0.932421,0.224464,0.668722,0.513588 +0,-75,25,-->,0.926781,0.229347,0.916602,0.529711 +0,-75,50,-->,0.778225,0.210903,0.939605,0.509056 +0,-75,75,-->,0.658284,0.200864,0.943243,0.493075 +0,-75,100,-->,0.572144,0.194783,0.945829,0.481564 +0,-75,128,-->,0.495165,0.189861,0.947273,0.475110 +0,-50,-127,-->,0.984852,0.457203,0.060949,0.201913 +0,-50,-100,-->,0.974613,0.413471,0.096382,0.289294 +0,-50,-75,-->,0.961559,0.356089,0.141220,0.389382 +0,-50,-50,-->,0.939278,0.284836,0.220121,0.510863 +0,-50,-25,-->,0.921309,0.271582,0.393464,0.573346 +0,-50,0,-->,0.909622,0.290504,0.680879,0.605234 +0,-50,25,-->,0.835313,0.287128,0.910120,0.606847 +0,-50,50,-->,0.659822,0.253726,0.924682,0.568950 +0,-50,75,-->,0.544697,0.236110,0.930741,0.544933 +0,-50,100,-->,0.463732,0.224065,0.935170,0.529315 +0,-50,128,-->,0.401117,0.215280,0.938154,0.516215 +0,-25,-127,-->,0.989499,0.576945,0.037834,0.130537 +0,-25,-100,-->,0.980080,0.557348,0.071993,0.227468 +0,-25,-75,-->,0.969039,0.525856,0.116113,0.335380 +0,-25,-50,-->,0.945262,0.480257,0.190737,0.473470 +0,-25,-25,-->,0.895715,0.418956,0.337500,0.634262 +0,-25,0,-->,0.858154,0.416769,0.689038,0.721183 +0,-25,25,-->,0.680196,0.370829,0.883549,0.669600 +0,-25,50,-->,0.502275,0.309568,0.903025,0.634409 +0,-25,75,-->,0.404935,0.280043,0.915295,0.598418 +0,-25,100,-->,0.344613,0.259926,0.922256,0.576043 +0,-25,128,-->,0.295907,0.244288,0.927874,0.556302 +0,0,-127,-->,0.991527,0.650535,0.025145,0.090056 +0,0,-100,-->,0.986516,0.670263,0.041962,0.178708 +0,0,-75,-->,0.973978,0.679164,0.094083,0.280518 +0,0,-50,-->,0.954677,0.700826,0.163407,0.428824 +0,0,-25,-->,0.893541,0.729622,0.325420,0.628593 +0,0,0,-->,0.705518,0.693226,0.697089,0.895626 +0,0,25,-->,0.446632,0.484863,0.843713,0.747611 +0,0,50,-->,0.345165,0.411250,0.889612,0.663832 +0,0,75,-->,0.294561,0.358089,0.908819,0.617096 +0,0,100,-->,0.262799,0.332996,0.921101,0.579936 +0,0,128,-->,0.239586,0.311241,0.929597,0.550321 +0,25,-127,-->,0.990355,0.648613,0.023306,0.083079 +0,25,-100,-->,0.988506,0.680385,0.046058,0.157354 +0,25,-75,-->,0.976463,0.711752,0.081411,0.248410 +0,25,-50,-->,0.964997,0.822689,0.130397,0.364515 +0,25,-25,-->,0.789069,0.922828,0.257076,0.558278 +0,25,0,-->,0.433651,0.850256,0.515251,0.737285 +0,25,25,-->,0.363360,0.781679,0.880977,0.660933 +0,25,50,-->,0.280885,0.671170,0.913421,0.595995 +0,25,75,-->,0.240865,0.567050,0.928796,0.550380 +0,25,100,-->,0.221833,0.480375,0.935915,0.525690 +0,25,128,-->,0.210276,0.432524,0.939696,0.505989 +0,50,-127,-->,0.988662,0.639786,0.019328,0.069060 +0,50,-100,-->,0.990027,0.732133,0.022611,0.104153 +0,50,-75,-->,0.984442,0.904469,0.036918,0.129365 +0,50,-50,-->,0.825968,0.968902,0.096177,0.274488 +0,50,-25,-->,0.508201,0.941839,0.200419,0.487224 +0,50,0,-->,0.286557,0.911068,0.421492,0.606227 +0,50,25,-->,0.273849,0.913661,0.857647,0.583965 +0,50,50,-->,0.238242,0.790936,0.928529,0.537079 +0,50,75,-->,0.203401,0.739010,0.941765,0.494319 +0,50,100,-->,0.181499,0.690271,0.948733,0.460420 +0,50,128,-->,0.170292,0.617118,0.951893,0.439086 +0,75,-127,-->,0.990799,0.751643,0.000000,0.000000 +0,75,-100,-->,0.958382,0.919407,0.000131,0.000482 +0,75,-75,-->,0.829715,0.995566,0.017047,0.064931 +0,75,-50,-->,0.601890,0.977313,0.083141,0.255208 +0,75,-25,-->,0.361828,0.954989,0.161356,0.424994 +0,75,0,-->,0.209969,0.938773,0.353056,0.500385 +0,75,25,-->,0.200547,0.943324,0.707648,0.492807 +0,75,50,-->,0.193477,0.898835,0.942298,0.477168 +0,75,75,-->,0.175490,0.795629,0.950793,0.449662 +0,75,100,-->,0.164723,0.763250,0.951108,0.420543 +0,75,128,-->,0.147202,0.739928,0.959285,0.397327 +0,100,-127,-->,0.827896,0.788398,0.000000,0.000000 +0,100,-100,-->,0.777160,0.919552,0.000148,0.000536 +0,100,-75,-->,0.653601,0.994911,0.016530,0.063110 +0,100,-50,-->,0.452509,0.977925,0.076970,0.235599 +0,100,-25,-->,0.274541,0.959337,0.136237,0.365081 +0,100,0,-->,0.160026,0.955313,0.312639,0.423027 +0,100,25,-->,0.155632,0.956837,0.584724,0.414763 +0,100,50,-->,0.154878,0.957075,0.875118,0.413340 +0,100,75,-->,0.153313,0.867732,0.956114,0.403895 +0,100,100,-->,0.144215,0.802282,0.960329,0.392342 +0,100,128,-->,0.135244,0.775696,0.962123,0.370942 +0,128,-127,-->,0.694244,0.808069,0.000000,0.000000 +0,128,-100,-->,0.629073,0.938412,0.000378,0.001308 +0,128,-75,-->,0.487520,0.994333,0.023489,0.085297 +0,128,-50,-->,0.361287,0.979200,0.065928,0.205281 +0,128,-25,-->,0.205398,0.964153,0.115233,0.319440 +0,128,0,-->,0.124578,0.966172,0.282895,0.353296 +0,128,25,-->,0.121257,0.968115,0.506977,0.347113 +0,128,50,-->,0.124492,0.966486,0.736516,0.349690 +0,128,75,-->,0.123421,0.957270,0.950710,0.353533 +0,128,100,-->,0.123378,0.856092,0.967130,0.354111 +0,128,128,-->,0.119729,0.806777,0.967393,0.342724 +20,-127,-127,-->,0.979298,0.111411,0.098063,0.258283 +20,-127,-100,-->,0.976906,0.090808,0.171812,0.278802 +20,-127,-75,-->,0.976211,0.093157,0.268388,0.285454 +20,-127,-50,-->,0.973914,0.096092,0.374118,0.288196 +20,-127,-25,-->,0.972276,0.098891,0.498329,0.292551 +20,-127,0,-->,0.974018,0.099740,0.642074,0.299614 +20,-127,25,-->,0.974342,0.100232,0.805726,0.302076 +20,-127,50,-->,0.959269,0.101311,0.967762,0.304868 +20,-127,75,-->,0.845428,0.106731,0.972410,0.318329 +20,-127,100,-->,0.746592,0.112205,0.970832,0.330607 +20,-127,128,-->,0.665748,0.117022,0.969480,0.341959 +20,-100,-127,-->,0.983885,0.202509,0.066673,0.214515 +20,-100,-100,-->,0.975328,0.124634,0.106177,0.293129 +20,-100,-75,-->,0.972255,0.107224,0.195771,0.318807 +20,-100,-50,-->,0.969807,0.112263,0.321557,0.327133 +20,-100,-25,-->,0.964052,0.119385,0.464338,0.330735 +20,-100,0,-->,0.965999,0.121272,0.641376,0.341936 +20,-100,25,-->,0.968290,0.121139,0.860903,0.349521 +20,-100,50,-->,0.885455,0.123421,0.967575,0.354193 +20,-100,75,-->,0.757274,0.126806,0.966560,0.361482 +20,-100,100,-->,0.665294,0.130771,0.965343,0.369412 +20,-100,128,-->,0.583841,0.134782,0.964092,0.376820 +20,-75,-127,-->,0.988975,0.311364,0.044991,0.153090 +20,-75,-100,-->,0.980739,0.240943,0.077142,0.245268 +20,-75,-75,-->,0.969915,0.154342,0.123782,0.337695 +20,-75,-50,-->,0.964313,0.133993,0.248075,0.375799 +20,-75,-25,-->,0.955567,0.148083,0.426312,0.385338 +20,-75,0,-->,0.954791,0.154833,0.647415,0.403154 +20,-75,25,-->,0.952461,0.156390,0.932800,0.416819 +20,-75,50,-->,0.787954,0.150578,0.959296,0.408573 +20,-75,75,-->,0.660827,0.151131,0.959102,0.409090 +20,-75,100,-->,0.567554,0.151957,0.958908,0.411317 +20,-75,128,-->,0.491380,0.154508,0.958070,0.415345 +20,-50,-127,-->,0.993934,0.427704,0.024185,0.088215 +20,-50,-100,-->,0.986864,0.380545,0.041471,0.178685 +20,-50,-75,-->,0.975925,0.311217,0.093531,0.283881 +20,-50,-50,-->,0.958515,0.212423,0.157732,0.414083 +20,-50,-25,-->,0.941833,0.196316,0.352280,0.470873 +20,-50,0,-->,0.935750,0.215067,0.664913,0.500591 +20,-50,25,-->,0.853617,0.208230,0.938507,0.502741 +20,-50,50,-->,0.655645,0.189221,0.946934,0.474819 +20,-50,75,-->,0.531662,0.182058,0.949555,0.463824 +20,-50,100,-->,0.450455,0.179597,0.950082,0.460017 +20,-50,128,-->,0.382261,0.176598,0.951178,0.456318 +20,-25,-127,-->,0.995488,0.547222,0.004216,0.010513 +20,-25,-100,-->,0.993221,0.532614,0.025498,0.095444 +20,-25,-75,-->,0.982548,0.495915,0.063093,0.205993 +20,-25,-50,-->,0.966656,0.435618,0.124384,0.354040 +20,-25,-25,-->,0.925237,0.334466,0.266712,0.555884 +20,-25,0,-->,0.888660,0.338982,0.686737,0.655602 +20,-25,25,-->,0.665502,0.287576,0.913085,0.605484 +20,-25,50,-->,0.471079,0.245804,0.928277,0.554772 +20,-25,75,-->,0.373196,0.226641,0.934755,0.530000 +20,-25,100,-->,0.311985,0.214750,0.938572,0.514428 +20,-25,128,-->,0.267616,0.207208,0.940941,0.503640 +20,0,-127,-->,0.987235,0.618277,0.000000,0.000001 +20,0,-100,-->,0.989985,0.650661,0.007042,0.016539 +20,0,-75,-->,0.989883,0.677545,0.029098,0.120157 +20,0,-50,-->,0.974916,0.695499,0.089908,0.270639 +20,0,-25,-->,0.932545,0.737093,0.229609,0.516237 +20,0,0,-->,0.738343,0.710014,0.701578,0.809130 +20,0,25,-->,0.379435,0.443479,0.875362,0.682363 +20,0,50,-->,0.282798,0.349055,0.913097,0.603967 +20,0,75,-->,0.242874,0.313077,0.928260,0.553457 +20,0,100,-->,0.219335,0.294028,0.936772,0.521798 +20,0,128,-->,0.202800,0.283582,0.942437,0.496854 +20,25,-127,-->,0.976535,0.620966,0.000000,0.000000 +20,25,-100,-->,0.990507,0.679257,0.002108,0.006964 +20,25,-75,-->,0.989690,0.752355,0.014642,0.047101 +20,25,-50,-->,0.976567,0.900831,0.045739,0.159776 +20,25,-25,-->,0.753688,0.950831,0.164490,0.418063 +20,25,0,-->,0.349970,0.884412,0.467938,0.665707 +20,25,25,-->,0.273391,0.773681,0.915505,0.580722 +20,25,50,-->,0.212417,0.630334,0.938700,0.507641 +20,25,75,-->,0.187839,0.535956,0.947177,0.470957 +20,25,100,-->,0.178142,0.461008,0.950475,0.456771 +20,25,128,-->,0.171735,0.410972,0.952693,0.447143 +20,50,-127,-->,0.967558,0.609246,0.000000,0.000000 +20,50,-100,-->,0.949255,0.699783,0.000000,0.000000 +20,50,-75,-->,0.898296,0.859663,0.000018,0.000065 +20,50,-50,-->,0.777007,0.994494,0.019909,0.079043 +20,50,-25,-->,0.476221,0.965817,0.121653,0.341101 +20,50,0,-->,0.209771,0.940434,0.354643,0.498931 +20,50,25,-->,0.187602,0.942954,0.861238,0.468338 +20,50,50,-->,0.168162,0.787261,0.950687,0.428611 +20,50,75,-->,0.149000,0.724447,0.958056,0.398870 +20,50,100,-->,0.136555,0.673766,0.963086,0.379432 +20,50,128,-->,0.132758,0.603564,0.964422,0.372112 +20,75,-127,-->,0.849222,0.627795,0.000000,0.000000 +20,75,-100,-->,0.779772,0.735212,0.000000,0.000000 +20,75,-75,-->,0.712714,0.869023,0.000036,0.000133 +20,75,-50,-->,0.560233,0.994825,0.019970,0.076059 +20,75,-25,-->,0.326786,0.969472,0.097253,0.276370 +20,75,0,-->,0.141400,0.960508,0.293083,0.384750 +20,75,25,-->,0.132103,0.964971,0.673755,0.360685 +20,75,50,-->,0.126799,0.919989,0.965076,0.357206 +20,75,75,-->,0.123395,0.796129,0.966564,0.350987 +20,75,100,-->,0.119079,0.754612,0.964774,0.335054 +20,75,128,-->,0.109664,0.729987,0.969378,0.320465 +20,100,-127,-->,0.717486,0.665213,0.000000,0.000000 +20,100,-100,-->,0.643331,0.763622,0.000000,0.000000 +20,100,-75,-->,0.556634,0.901667,0.001216,0.003521 +20,100,-50,-->,0.415217,0.994992,0.019620,0.074726 +20,100,-25,-->,0.237895,0.976549,0.076092,0.233728 +20,100,0,-->,0.104577,0.971145,0.263479,0.307518 +20,100,25,-->,0.095034,0.975509,0.558276,0.288362 +20,100,50,-->,0.098593,0.971749,0.860586,0.289081 +20,100,75,-->,0.100827,0.883727,0.973359,0.300775 +20,100,100,-->,0.101873,0.806331,0.972006,0.301697 +20,100,128,-->,0.097378,0.773541,0.974283,0.293657 +20,128,-127,-->,0.599240,0.702098,0.000000,0.000000 +20,128,-100,-->,0.516916,0.797139,0.000157,0.000172 +20,128,-75,-->,0.429455,0.957246,0.002444,0.008903 +20,128,-50,-->,0.327803,0.996062,0.016188,0.043892 +20,128,-25,-->,0.166642,0.982488,0.059210,0.194425 +20,128,0,-->,0.078580,0.978150,0.233990,0.244760 +20,128,25,-->,0.069789,0.982582,0.479678,0.227119 +20,128,50,-->,0.072684,0.981245,0.728322,0.232049 +20,128,75,-->,0.078574,0.973328,0.950164,0.242219 +20,128,100,-->,0.083039,0.871909,0.978999,0.261348 +20,128,128,-->,0.084597,0.814756,0.978532,0.264775 +40,-127,-127,-->,0.985943,0.060151,0.070274,0.191246 +40,-127,-100,-->,0.987217,0.040384,0.153155,0.176021 +40,-127,-75,-->,0.987198,0.040385,0.254156,0.175424 +40,-127,-50,-->,0.987371,0.040293,0.360336,0.174222 +40,-127,-25,-->,0.987585,0.044314,0.487700,0.171701 +40,-127,0,-->,0.988075,0.048742,0.636504,0.165835 +40,-127,25,-->,0.988200,0.047958,0.804507,0.160596 +40,-127,50,-->,0.980050,0.047665,0.975830,0.161107 +40,-127,75,-->,0.863829,0.058202,0.985570,0.195109 +40,-127,100,-->,0.766285,0.071505,0.982116,0.230380 +40,-127,128,-->,0.682921,0.082483,0.979151,0.259884 +40,-100,-127,-->,0.989865,0.145607,0.035958,0.137738 +40,-100,-100,-->,0.985221,0.068802,0.075586,0.200110 +40,-100,-75,-->,0.984782,0.061263,0.175650,0.203557 +40,-100,-50,-->,0.984550,0.062129,0.304102,0.205545 +40,-100,-25,-->,0.984579,0.061963,0.454602,0.205263 +40,-100,0,-->,0.984790,0.061138,0.639005,0.203717 +40,-100,25,-->,0.985340,0.058920,0.858958,0.197448 +40,-100,50,-->,0.916219,0.064897,0.983829,0.212987 +40,-100,75,-->,0.778695,0.075248,0.981121,0.240865 +40,-100,100,-->,0.681930,0.087404,0.977792,0.271173 +40,-100,128,-->,0.590258,0.098820,0.974642,0.297571 +40,-75,-127,-->,0.995775,0.266911,0.017132,0.061063 +40,-75,-100,-->,0.990466,0.179363,0.035049,0.133975 +40,-75,-75,-->,0.982562,0.091645,0.088384,0.227572 +40,-75,-50,-->,0.980793,0.076614,0.224284,0.245000 +40,-75,-25,-->,0.979683,0.078618,0.404120,0.248551 +40,-75,0,-->,0.979762,0.080052,0.641216,0.252994 +40,-75,25,-->,0.979168,0.080523,0.937474,0.251635 +40,-75,50,-->,0.814229,0.086970,0.977934,0.269997 +40,-75,75,-->,0.678493,0.095317,0.975674,0.289541 +40,-75,100,-->,0.576072,0.106319,0.972594,0.316043 +40,-75,128,-->,0.492346,0.115149,0.970048,0.337785 +40,-50,-127,-->,0.992841,0.375701,0.000839,0.002946 +40,-50,-100,-->,0.996959,0.328582,0.012312,0.039854 +40,-50,-75,-->,0.989525,0.250793,0.040901,0.143539 +40,-50,-50,-->,0.977240,0.131908,0.109008,0.275866 +40,-50,-25,-->,0.970689,0.109382,0.318276,0.318246 +40,-50,0,-->,0.967548,0.118029,0.642300,0.334285 +40,-50,25,-->,0.878042,0.117633,0.964153,0.339634 +40,-50,50,-->,0.664946,0.117757,0.969203,0.341321 +40,-50,75,-->,0.533352,0.121979,0.968016,0.350817 +40,-50,100,-->,0.445327,0.130907,0.965591,0.367698 +40,-50,128,-->,0.374473,0.137504,0.963231,0.383004 +40,-25,-127,-->,0.897741,0.465818,0.000000,0.000000 +40,-25,-100,-->,0.957436,0.461639,0.000200,0.000733 +40,-25,-75,-->,0.995971,0.447876,0.008506,0.024099 +40,-25,-50,-->,0.987621,0.378451,0.045755,0.167043 +40,-25,-25,-->,0.944735,0.242608,0.185685,0.376423 +40,-25,0,-->,0.867298,0.298041,0.635006,0.381054 +40,-25,25,-->,0.649392,0.189514,0.944673,0.456628 +40,-25,50,-->,0.446082,0.164694,0.955021,0.433446 +40,-25,75,-->,0.339144,0.160793,0.956355,0.425868 +40,-25,100,-->,0.277982,0.163089,0.955403,0.431796 +40,-25,128,-->,0.237678,0.165402,0.954671,0.435686 +40,0,-127,-->,0.831620,0.500676,0.000000,0.000000 +40,0,-100,-->,0.847601,0.522504,0.000000,0.000000 +40,0,-75,-->,0.901090,0.584975,0.000000,0.000000 +40,0,-50,-->,0.987058,0.678286,0.004679,0.011687 +40,0,-25,-->,0.828280,0.637566,0.215040,0.188708 +40,0,0,-->,0.702128,0.637477,0.628561,0.234689 +40,0,25,-->,0.314294,0.365371,0.893206,0.542886 +40,0,50,-->,0.204291,0.281078,0.942061,0.497623 +40,0,75,-->,0.176397,0.262394,0.951156,0.454435 +40,0,100,-->,0.167255,0.255069,0.954117,0.439272 +40,0,128,-->,0.160768,0.249524,0.956175,0.427893 +40,25,-127,-->,0.815923,0.502016,0.000000,0.000000 +40,25,-100,-->,0.825381,0.525361,0.000000,0.000000 +40,25,-75,-->,0.832537,0.598860,0.000000,0.000000 +40,25,-50,-->,0.796445,0.768262,0.000000,0.000000 +40,25,-25,-->,0.627756,0.833629,0.128479,0.122050 +40,25,0,-->,0.400129,0.791705,0.459095,0.276966 +40,25,25,-->,0.216298,0.737075,0.904278,0.378785 +40,25,50,-->,0.135067,0.581266,0.962698,0.373421 +40,25,75,-->,0.126582,0.489448,0.966423,0.358906 +40,25,100,-->,0.129002,0.435884,0.965841,0.364892 +40,25,128,-->,0.132102,0.385216,0.964914,0.371966 +40,50,-127,-->,0.803706,0.499564,0.000000,0.000000 +40,50,-100,-->,0.782908,0.526885,0.000000,0.000000 +40,50,-75,-->,0.705951,0.627725,0.000000,0.000000 +40,50,-50,-->,0.593016,0.786224,0.000073,0.000080 +40,50,-25,-->,0.410363,0.976557,0.024112,0.079720 +40,50,0,-->,0.130469,0.944180,0.276967,0.289539 +40,50,25,-->,0.104755,0.956165,0.841458,0.270665 +40,50,50,-->,0.089144,0.788688,0.976928,0.273535 +40,50,75,-->,0.085836,0.703487,0.977944,0.267013 +40,50,100,-->,0.087374,0.649918,0.977781,0.271286 +40,50,128,-->,0.093237,0.584488,0.976234,0.284372 +40,75,-127,-->,0.788719,0.495858,0.000000,0.000000 +40,75,-100,-->,0.653436,0.578099,0.000000,0.000000 +40,75,-75,-->,0.551337,0.680598,0.000000,0.000000 +40,75,-50,-->,0.428207,0.837910,0.000451,0.000877 +40,75,-25,-->,0.267972,0.994927,0.013013,0.041693 +40,75,0,-->,0.061499,0.981505,0.209130,0.200054 +40,75,25,-->,0.041609,0.987029,0.642861,0.178751 +40,75,50,-->,0.043747,0.947698,0.976232,0.181249 +40,75,75,-->,0.061855,0.803819,0.984615,0.205981 +40,75,100,-->,0.066967,0.752334,0.983325,0.218298 +40,75,128,-->,0.067598,0.723701,0.983179,0.220610 +40,100,-127,-->,0.720119,0.525689,0.000000,0.000000 +40,100,-100,-->,0.538160,0.630585,0.000000,0.000000 +40,100,-75,-->,0.436212,0.732514,0.000037,0.000041 +40,100,-50,-->,0.325972,0.876941,0.001742,0.003126 +40,100,-25,-->,0.184556,0.995283,0.009090,0.026681 +40,100,0,-->,0.037429,0.990025,0.176524,0.135890 +40,100,25,-->,0.029848,0.991845,0.513129,0.119037 +40,100,50,-->,0.032226,0.992102,0.839380,0.115132 +40,100,75,-->,0.038945,0.908423,0.986492,0.135638 +40,100,100,-->,0.041275,0.815723,0.983152,0.174241 +40,100,128,-->,0.057119,0.774154,0.984156,0.188931 +40,128,-127,-->,0.589932,0.584244,0.000000,0.000000 +40,128,-100,-->,0.436910,0.682535,0.000000,0.000000 +40,128,-75,-->,0.336170,0.786562,0.000300,0.000329 +40,128,-50,-->,0.256731,0.884033,0.001092,0.002508 +40,128,-25,-->,0.124145,0.996386,0.005802,0.015761 +40,128,0,-->,0.025554,0.993387,0.152002,0.094527 +40,128,25,-->,0.020300,0.994910,0.425600,0.076841 +40,128,50,-->,0.019963,0.994892,0.687472,0.075749 +40,128,75,-->,0.017445,0.994839,0.937671,0.077292 +40,128,100,-->,0.034516,0.889788,0.986407,0.122717 +40,128,128,-->,0.044675,0.821772,0.989111,0.153419 +60,-127,-127,-->,0.993058,0.029407,0.045578,0.102611 +60,-127,-100,-->,0.995348,0.019179,0.136901,0.070425 +60,-127,-75,-->,0.996707,0.013810,0.235472,0.049504 +60,-127,-50,-->,0.997566,0.010191,0.340643,0.034936 +60,-127,-25,-->,0.998110,0.007696,0.465675,0.020284 +60,-127,0,-->,0.996885,0.004256,0.618147,0.015481 +60,-127,25,-->,0.994607,0.000209,0.790109,0.000783 +60,-127,50,-->,0.982747,0.000108,0.978302,0.000399 +60,-127,75,-->,0.855452,0.012648,0.996895,0.040064 +60,-127,100,-->,0.763255,0.024327,0.992605,0.099214 +60,-127,128,-->,0.686928,0.043932,0.989225,0.148680 +60,-100,-127,-->,0.996752,0.099735,0.015594,0.048393 +60,-100,-100,-->,0.994249,0.026436,0.047135,0.085965 +60,-100,-75,-->,0.996449,0.014931,0.151971,0.041395 +60,-100,-50,-->,0.997113,0.011244,0.282446,0.037909 +60,-100,-25,-->,0.997748,0.008425,0.430027,0.027437 +60,-100,0,-->,0.992864,0.003654,0.617162,0.013283 +60,-100,25,-->,0.990285,0.000189,0.841653,0.000707 +60,-100,50,-->,0.914997,0.005206,0.997891,0.015707 +60,-100,75,-->,0.777118,0.023399,0.993692,0.085689 +60,-100,100,-->,0.670852,0.038547,0.989292,0.137583 +60,-100,128,-->,0.605164,0.057421,0.985807,0.190802 +60,-75,-127,-->,0.988443,0.208068,0.000150,0.000537 +60,-75,-100,-->,0.997948,0.112898,0.010235,0.019939 +60,-75,-75,-->,0.995881,0.022623,0.052051,0.058348 +60,-75,-50,-->,0.996965,0.012180,0.191071,0.040294 +60,-75,-25,-->,0.996602,0.009426,0.373011,0.030904 +60,-75,0,-->,0.987775,0.003559,0.614903,0.012937 +60,-75,25,-->,0.985574,0.000093,0.924489,0.000354 +60,-75,50,-->,0.809933,0.016807,0.994048,0.056132 +60,-75,75,-->,0.675186,0.035486,0.989964,0.132718 +60,-75,100,-->,0.587859,0.055315,0.986254,0.183994 +60,-75,128,-->,0.503850,0.072977,0.981768,0.235534 +60,-50,-127,-->,0.868920,0.306551,0.000000,0.000000 +60,-50,-100,-->,0.917257,0.248823,0.000000,0.000000 +60,-50,-75,-->,0.972185,0.141867,0.001533,0.002846 +60,-50,-50,-->,0.996678,0.025320,0.041283,0.039160 +60,-50,-25,-->,0.968202,0.015606,0.281792,0.047900 +60,-50,0,-->,0.891492,0.029637,0.573924,0.047761 +60,-50,25,-->,0.838402,0.032704,0.896892,0.061846 +60,-50,50,-->,0.669140,0.039054,0.989812,0.130183 +60,-50,75,-->,0.546446,0.060019,0.985032,0.199749 +60,-50,100,-->,0.452813,0.075920,0.980946,0.243135 +60,-50,128,-->,0.372832,0.093397,0.976155,0.285705 +60,-25,-127,-->,0.760841,0.371367,0.000000,0.000000 +60,-25,-100,-->,0.771572,0.346187,0.000000,0.000000 +60,-25,-75,-->,0.788520,0.300884,0.000000,0.000000 +60,-25,-50,-->,0.866466,0.224808,0.000000,0.000000 +60,-25,-25,-->,0.771432,0.159659,0.158039,0.079736 +60,-25,0,-->,0.687414,0.200243,0.481440,0.073068 +60,-25,25,-->,0.608089,0.166932,0.799417,0.129121 +60,-25,50,-->,0.445530,0.075562,0.979879,0.238487 +60,-25,75,-->,0.327326,0.093353,0.976253,0.284395 +60,-25,100,-->,0.261855,0.105096,0.972920,0.313600 +60,-25,128,-->,0.216651,0.118809,0.969064,0.344002 +60,0,-127,-->,0.704384,0.405948,0.000000,0.000000 +60,0,-100,-->,0.688559,0.398877,0.000000,0.000000 +60,0,-75,-->,0.664351,0.387704,0.000000,0.000000 +60,0,-50,-->,0.643600,0.388985,0.000000,0.000000 +60,0,-25,-->,0.563012,0.390205,0.089480,0.015438 +60,0,0,-->,0.480161,0.409167,0.408973,0.033292 +60,0,25,-->,0.353710,0.351014,0.714183,0.146114 +60,0,50,-->,0.133355,0.215294,0.949174,0.314582 +60,0,75,-->,0.110332,0.200734,0.971455,0.325466 +60,0,100,-->,0.111531,0.201721,0.971070,0.328530 +60,0,128,-->,0.116824,0.208207,0.969459,0.340288 +60,25,-127,-->,0.696976,0.412171,0.000000,0.000000 +60,25,-100,-->,0.674814,0.410043,0.000000,0.000000 +60,25,-75,-->,0.639346,0.409075,0.000000,0.000000 +60,25,-50,-->,0.557576,0.455003,0.000000,0.000000 +60,25,-25,-->,0.367673,0.563226,0.011359,0.003120 +60,25,0,-->,0.261276,0.573069,0.295418,0.044699 +60,25,25,-->,0.199579,0.566835,0.661242,0.071767 +60,25,50,-->,0.063931,0.513237,0.956058,0.164480 +60,25,75,-->,0.059605,0.450329,0.984889,0.202209 +60,25,100,-->,0.073946,0.395498,0.981412,0.237315 +60,25,128,-->,0.088102,0.353734,0.977565,0.272034 +60,50,-127,-->,0.694045,0.417418,0.000000,0.000000 +60,50,-100,-->,0.667851,0.418985,0.000000,0.000000 +60,50,-75,-->,0.582790,0.451845,0.000000,0.000000 +60,50,-50,-->,0.427759,0.550701,0.000000,0.000000 +60,50,-25,-->,0.231145,0.682379,0.000173,0.000152 +60,50,0,-->,0.063339,0.747648,0.162395,0.030877 +60,50,25,-->,0.039207,0.761579,0.580679,0.022673 +60,50,50,-->,0.011052,0.750637,0.948690,0.032291 +60,50,75,-->,0.018425,0.664165,0.994616,0.078082 +60,50,100,-->,0.030775,0.602818,0.989512,0.119549 +60,50,128,-->,0.047793,0.550081,0.988055,0.165418 +60,75,-127,-->,0.683653,0.427441,0.000000,0.000000 +60,75,-100,-->,0.637595,0.442009,0.000000,0.000000 +60,75,-75,-->,0.464251,0.536942,0.000000,0.000000 +60,75,-50,-->,0.308640,0.632184,0.000000,0.000000 +60,75,-25,-->,0.150494,0.747395,0.000395,0.000361 +60,75,0,-->,0.000000,0.881963,0.109225,0.000000 +60,75,25,-->,0.000000,0.883895,0.500777,0.000000 +60,75,50,-->,0.000000,0.872732,0.855641,0.000000 +60,75,75,-->,0.002903,0.792810,0.992329,0.009645 +60,75,100,-->,0.013116,0.729424,0.994675,0.044978 +60,75,128,-->,0.020621,0.696707,0.975152,0.079971 +60,100,-127,-->,0.662601,0.439471,0.000000,0.000000 +60,100,-100,-->,0.522782,0.516702,0.000000,0.000000 +60,100,-75,-->,0.363752,0.602805,0.000000,0.000000 +60,100,-50,-->,0.234760,0.690441,0.000182,0.000065 +60,100,-25,-->,0.104292,0.788438,0.001487,0.001538 +60,100,0,-->,0.000000,0.887852,0.109671,0.000000 +60,100,25,-->,0.000000,0.891456,0.407937,0.000000 +60,100,50,-->,0.000000,0.881239,0.692228,0.000000 +60,100,75,-->,0.000000,0.872168,0.938514,0.000000 +60,100,100,-->,0.002372,0.806794,0.995349,0.008444 +60,100,128,-->,0.012676,0.760538,0.994669,0.044002 +60,128,-127,-->,0.558077,0.505463,0.000000,0.000000 +60,128,-100,-->,0.415127,0.586915,0.000000,0.000000 +60,128,-75,-->,0.274745,0.666980,0.000034,0.000009 +60,128,-50,-->,0.185474,0.728500,0.000129,0.000066 +60,128,-25,-->,0.061823,0.822647,0.001597,0.001852 +60,128,0,-->,0.000000,0.890853,0.110069,0.000000 +60,128,25,-->,0.000000,0.895493,0.347979,0.000000 +60,128,50,-->,0.000000,0.890113,0.573052,0.000000 +60,128,75,-->,0.000000,0.882957,0.782747,0.000000 +60,128,100,-->,0.000000,0.868037,0.967002,0.000000 +60,128,128,-->,0.004092,0.817368,0.995025,0.014891 +80,-127,-127,-->,0.998526,0.001389,0.047849,0.004922 +80,-127,-100,-->,0.980439,0.000077,0.126522,0.000290 +80,-127,-75,-->,0.934432,0.000124,0.220463,0.000460 +80,-127,-50,-->,0.889327,0.000000,0.312217,0.000000 +80,-127,-25,-->,0.858545,0.000000,0.413061,0.000000 +80,-127,0,-->,0.837769,0.000000,0.534372,0.000000 +80,-127,25,-->,0.797721,0.000000,0.647716,0.000000 +80,-127,50,-->,0.784692,0.000000,0.775227,0.000000 +80,-127,75,-->,0.772848,0.000000,0.902557,0.000000 +80,-127,100,-->,0.746301,0.000067,0.992531,0.000245 +80,-127,128,-->,0.678278,0.004243,0.998977,0.013148 +80,-100,-127,-->,0.975885,0.038565,0.000542,0.000251 +80,-100,-100,-->,0.969826,0.000025,0.047320,0.000097 +80,-100,-75,-->,0.908762,0.000000,0.136216,0.000000 +80,-100,-50,-->,0.857033,0.000000,0.253768,0.000000 +80,-100,-25,-->,0.823972,0.000000,0.366217,0.000000 +80,-100,0,-->,0.784802,0.000000,0.499197,0.000000 +80,-100,25,-->,0.747260,0.000000,0.640044,0.000000 +80,-100,50,-->,0.727626,0.000000,0.782070,0.000000 +80,-100,75,-->,0.725494,0.000000,0.941495,0.000000 +80,-100,100,-->,0.671818,0.000932,0.999658,0.003099 +80,-100,128,-->,0.580224,0.016431,0.995807,0.041076 +80,-75,-127,-->,0.842099,0.152327,0.000000,0.000000 +80,-75,-100,-->,0.880954,0.039879,0.000521,0.000000 +80,-75,-75,-->,0.875555,0.000000,0.046153,0.000000 +80,-75,-50,-->,0.819274,0.000000,0.163855,0.000000 +80,-75,-25,-->,0.772966,0.000000,0.307490,0.000000 +80,-75,0,-->,0.719246,0.000000,0.454940,0.000000 +80,-75,25,-->,0.673548,0.000000,0.626356,0.000000 +80,-75,50,-->,0.653338,0.000000,0.795379,0.000000 +80,-75,75,-->,0.645641,0.000086,0.978052,0.000316 +80,-75,100,-->,0.561854,0.007156,0.998057,0.017472 +80,-75,128,-->,0.481161,0.026394,0.992675,0.100706 +80,-50,-127,-->,0.740157,0.239154,0.000000,0.000000 +80,-50,-100,-->,0.750034,0.175112,0.000000,0.000000 +80,-50,-75,-->,0.763629,0.078384,0.000735,0.000000 +80,-50,-50,-->,0.746407,0.000000,0.043122,0.000000 +80,-50,-25,-->,0.687655,0.000000,0.206640,0.000000 +80,-50,0,-->,0.612507,0.000000,0.385686,0.000000 +80,-50,25,-->,0.554925,0.000000,0.595348,0.000000 +80,-50,50,-->,0.539890,0.000000,0.823701,0.000000 +80,-50,75,-->,0.502521,0.002520,0.993355,0.006485 +80,-50,100,-->,0.425081,0.021834,0.993965,0.078648 +80,-50,128,-->,0.364617,0.044481,0.989040,0.148627 +80,-25,-127,-->,0.654476,0.309050,0.000000,0.000000 +80,-25,-100,-->,0.638401,0.271952,0.000000,0.000000 +80,-25,-75,-->,0.619259,0.217786,0.000000,0.000000 +80,-25,-50,-->,0.584778,0.121520,0.000000,0.000000 +80,-25,-25,-->,0.515817,0.013105,0.046621,0.000389 +80,-25,0,-->,0.436800,0.014501,0.285795,0.001412 +80,-25,25,-->,0.380917,0.016222,0.551337,0.004720 +80,-25,50,-->,0.346583,0.012202,0.828834,0.014929 +80,-25,75,-->,0.296869,0.014889,0.993127,0.047427 +80,-25,100,-->,0.240541,0.044721,0.988918,0.149721 +80,-25,128,-->,0.206015,0.066337,0.983496,0.218130 +80,0,-127,-->,0.610298,0.345278,0.000000,0.000000 +80,0,-100,-->,0.575476,0.328867,0.000000,0.000000 +80,0,-75,-->,0.528982,0.306032,0.000000,0.000000 +80,0,-50,-->,0.452952,0.267745,0.000000,0.000000 +80,0,-25,-->,0.322059,0.198752,0.002828,0.000187 +80,0,0,-->,0.230039,0.182423,0.187274,0.001548 +80,0,25,-->,0.173344,0.179387,0.471528,0.017127 +80,0,50,-->,0.104968,0.150595,0.752699,0.054618 +80,0,75,-->,0.028975,0.117771,0.988750,0.110226 +80,0,100,-->,0.048344,0.139878,0.987597,0.171284 +80,0,128,-->,0.066353,0.157752,0.983533,0.217837 +80,25,-127,-->,0.607558,0.350832,0.000000,0.000000 +80,25,-100,-->,0.570601,0.340416,0.000000,0.000000 +80,25,-75,-->,0.520531,0.328571,0.000000,0.000000 +80,25,-50,-->,0.437147,0.319136,0.000000,0.000000 +80,25,-25,-->,0.239684,0.349398,0.000996,0.000077 +80,25,0,-->,0.030855,0.357358,0.089566,0.001218 +80,25,25,-->,0.012670,0.361683,0.395963,0.001747 +80,25,50,-->,0.004562,0.361627,0.693623,0.004584 +80,25,75,-->,0.000775,0.363003,0.959362,0.002167 +80,25,100,-->,0.013761,0.342893,0.996510,0.045146 +80,25,128,-->,0.035870,0.319133,0.991225,0.126468 +80,50,-127,-->,0.611107,0.357229,0.000000,0.000000 +80,50,-100,-->,0.570610,0.355671,0.000000,0.000000 +80,50,-75,-->,0.511465,0.359831,0.000000,0.000000 +80,50,-50,-->,0.357718,0.422140,0.000000,0.000000 +80,50,-25,-->,0.142759,0.470856,0.002820,0.000362 +80,50,0,-->,0.000000,0.503286,0.079443,0.000000 +80,50,25,-->,0.000000,0.505246,0.350774,0.000000 +80,50,50,-->,0.000000,0.508115,0.590143,0.000000 +80,50,75,-->,0.000000,0.525046,0.774012,0.000000 +80,50,100,-->,0.000000,0.526884,0.942298,0.000000 +80,50,128,-->,0.005793,0.483226,0.995759,0.017085 +80,75,-127,-->,0.602256,0.377342,0.000000,0.000000 +80,75,-100,-->,0.557432,0.381660,0.000000,0.000000 +80,75,-75,-->,0.435419,0.442259,0.000000,0.000000 +80,75,-50,-->,0.249598,0.504045,0.000057,0.000014 +80,75,-25,-->,0.093917,0.554027,0.003687,0.000846 +80,75,0,-->,0.000000,0.590466,0.089439,0.000000 +80,75,25,-->,0.000000,0.591576,0.313579,0.000000 +80,75,50,-->,0.000000,0.594037,0.526853,0.000000 +80,75,75,-->,0.000000,0.594601,0.692073,0.000000 +80,75,100,-->,0.000000,0.613749,0.823823,0.000000 +80,75,128,-->,0.000000,0.632086,0.951986,0.000000 +80,100,-127,-->,0.591444,0.392581,0.000000,0.000000 +80,100,-100,-->,0.481461,0.449996,0.000000,0.000000 +80,100,-75,-->,0.335171,0.516186,0.000012,0.000001 +80,100,-50,-->,0.182342,0.570748,0.000266,0.000066 +80,100,-25,-->,0.061522,0.620242,0.002922,0.000844 +80,100,0,-->,0.000000,0.659845,0.093667,0.000000 +80,100,25,-->,0.000000,0.648857,0.285807,0.000000 +80,100,50,-->,0.000000,0.650513,0.464527,0.000000 +80,100,75,-->,0.000000,0.648025,0.640606,0.000000 +80,100,100,-->,0.000000,0.650381,0.757052,0.000000 +80,100,128,-->,0.000000,0.678066,0.885403,0.000000 +80,128,-127,-->,0.516569,0.455643,0.000000,0.000000 +80,128,-100,-->,0.383659,0.522304,0.000000,0.000000 +80,128,-75,-->,0.238801,0.586028,0.000006,0.000001 +80,128,-50,-->,0.143515,0.618727,0.000661,0.000198 +80,128,-25,-->,0.035718,0.680962,0.004685,0.001136 +80,128,0,-->,0.000000,0.725371,0.098494,0.000000 +80,128,25,-->,0.000000,0.709922,0.269907,0.000000 +80,128,50,-->,0.000000,0.706473,0.427847,0.000000 +80,128,75,-->,0.000000,0.709607,0.588685,0.000000 +80,128,100,-->,0.000000,0.703292,0.730605,0.000000 +80,128,128,-->,0.000000,0.717565,0.847274,0.000000 +100,-127,-127,-->,0.883162,0.000000,0.042632,0.000000 +100,-127,-100,-->,0.842012,0.000000,0.117659,0.000000 +100,-127,-75,-->,0.809186,0.000000,0.197541,0.000000 +100,-127,-50,-->,0.774760,0.000000,0.278871,0.000000 +100,-127,-25,-->,0.738082,0.000000,0.358712,0.000000 +100,-127,0,-->,0.692348,0.000000,0.438227,0.000000 +100,-127,25,-->,0.652541,0.000000,0.523052,0.000000 +100,-127,50,-->,0.637559,0.000000,0.623530,0.000000 +100,-127,75,-->,0.620784,0.000000,0.712974,0.000000 +100,-127,100,-->,0.612922,0.000000,0.807700,0.000000 +100,-127,128,-->,0.620848,0.000000,0.947804,0.000000 +100,-100,-127,-->,0.823365,0.018639,0.002505,0.000631 +100,-100,-100,-->,0.806300,0.000000,0.039669,0.000000 +100,-100,-75,-->,0.769100,0.000000,0.124679,0.000000 +100,-100,-50,-->,0.733069,0.000000,0.220538,0.000000 +100,-100,-25,-->,0.672180,0.000000,0.309760,0.000000 +100,-100,0,-->,0.615726,0.000000,0.387912,0.000000 +100,-100,25,-->,0.580841,0.000000,0.486066,0.000000 +100,-100,50,-->,0.555128,0.000000,0.590259,0.000000 +100,-100,75,-->,0.554810,0.000000,0.720284,0.000000 +100,-100,100,-->,0.542850,0.000000,0.821392,0.000000 +100,-100,128,-->,0.551446,0.000000,0.983462,0.000000 +100,-75,-127,-->,0.731658,0.114600,0.000000,0.000000 +100,-75,-100,-->,0.736215,0.026378,0.001980,0.000270 +100,-75,-75,-->,0.713342,0.000000,0.044975,0.000000 +100,-75,-50,-->,0.668380,0.000000,0.140303,0.000000 +100,-75,-25,-->,0.603330,0.000000,0.249039,0.000000 +100,-75,0,-->,0.540707,0.000000,0.345906,0.000000 +100,-75,25,-->,0.494361,0.000000,0.450985,0.000000 +100,-75,50,-->,0.480571,0.000000,0.583033,0.000000 +100,-75,75,-->,0.470139,0.000000,0.718821,0.000000 +100,-75,100,-->,0.459465,0.000000,0.842589,0.000000 +100,-75,128,-->,0.441898,0.000000,0.964713,0.000000 +100,-50,-127,-->,0.643911,0.197694,0.000000,0.000000 +100,-50,-100,-->,0.631342,0.133117,0.000000,0.000000 +100,-50,-75,-->,0.612276,0.048113,0.001221,0.000000 +100,-50,-50,-->,0.567373,0.000000,0.039266,0.000000 +100,-50,-25,-->,0.501585,0.000000,0.156047,0.000000 +100,-50,0,-->,0.433620,0.000000,0.279077,0.000000 +100,-50,25,-->,0.381917,0.000000,0.399118,0.000000 +100,-50,50,-->,0.371372,0.000000,0.565634,0.000000 +100,-50,75,-->,0.358783,0.000000,0.727322,0.000000 +100,-50,100,-->,0.356974,0.000000,0.905637,0.000000 +100,-50,128,-->,0.329523,0.001930,0.996523,0.006582 +100,-25,-127,-->,0.570945,0.266830,0.000000,0.000000 +100,-25,-100,-->,0.541220,0.226852,0.000000,0.000000 +100,-25,-75,-->,0.499133,0.170558,0.000000,0.000000 +100,-25,-50,-->,0.441271,0.086730,0.000514,0.000060 +100,-25,-25,-->,0.355285,0.006473,0.033356,0.000000 +100,-25,0,-->,0.269695,0.000000,0.174232,0.000000 +100,-25,25,-->,0.234589,0.000000,0.355078,0.000000 +100,-25,50,-->,0.209146,0.000000,0.558190,0.000000 +100,-25,75,-->,0.197709,0.000000,0.773803,0.000000 +100,-25,100,-->,0.184046,0.000000,0.972774,0.000000 +100,-25,128,-->,0.159349,0.011307,0.997252,0.039333 +100,0,-127,-->,0.534563,0.302290,0.000000,0.000000 +100,0,-100,-->,0.490520,0.279450,0.000000,0.000000 +100,0,-75,-->,0.435460,0.249780,0.000033,0.000003 +100,0,-50,-->,0.355820,0.203860,0.000140,0.000009 +100,0,-25,-->,0.229316,0.125971,0.004069,0.000046 +100,0,0,-->,0.003872,0.002971,0.003241,0.000000 +100,0,25,-->,0.000250,0.022348,0.279168,0.000000 +100,0,50,-->,0.000060,0.040266,0.537840,0.000000 +100,0,75,-->,0.000000,0.042007,0.762885,0.000000 +100,0,100,-->,0.000014,0.062562,0.968534,0.000000 +100,0,128,-->,0.014129,0.098180,0.996499,0.044153 +100,25,-127,-->,0.536257,0.306788,0.000000,0.000000 +100,25,-100,-->,0.492255,0.289229,0.000000,0.000000 +100,25,-75,-->,0.437359,0.268359,0.000000,0.000000 +100,25,-50,-->,0.355376,0.248219,0.000070,0.000003 +100,25,-25,-->,0.195138,0.256170,0.002711,0.000047 +100,25,0,-->,0.000054,0.230454,0.037928,0.000000 +100,25,25,-->,0.000000,0.239100,0.250459,0.000000 +100,25,50,-->,0.000000,0.266778,0.423983,0.000000 +100,25,75,-->,0.000000,0.272319,0.617486,0.000000 +100,25,100,-->,0.000000,0.269448,0.809725,0.000000 +100,25,128,-->,0.000000,0.266569,0.982616,0.000001 +100,50,-127,-->,0.544208,0.313032,0.000000,0.000000 +100,50,-100,-->,0.497622,0.307268,0.000000,0.000000 +100,50,-75,-->,0.437056,0.309004,0.000000,0.000000 +100,50,-50,-->,0.315453,0.342546,0.000220,0.000008 +100,50,-25,-->,0.106378,0.373192,0.004145,0.000270 +100,50,0,-->,0.000000,0.368006,0.062384,0.000000 +100,50,25,-->,0.000000,0.368213,0.250590,0.000000 +100,50,50,-->,0.000000,0.377291,0.396918,0.000000 +100,50,75,-->,0.000000,0.404116,0.517207,0.000000 +100,50,100,-->,0.000000,0.422087,0.641840,0.000000 +100,50,128,-->,0.000000,0.431492,0.841709,0.000000 +100,75,-127,-->,0.537492,0.337764,0.000000,0.000000 +100,75,-100,-->,0.488437,0.341629,0.000000,0.000000 +100,75,-75,-->,0.389606,0.383281,0.000000,0.000000 +100,75,-50,-->,0.216684,0.431974,0.001394,0.000149 +100,75,-25,-->,0.069816,0.455251,0.006423,0.000687 +100,75,0,-->,0.000000,0.462744,0.076287,0.000000 +100,75,25,-->,0.000000,0.464525,0.246591,0.000000 +100,75,50,-->,0.000000,0.455851,0.381056,0.000000 +100,75,75,-->,0.000000,0.465382,0.506985,0.000000 +100,75,100,-->,0.000000,0.500918,0.623358,0.000000 +100,75,128,-->,0.000000,0.525916,0.707106,0.000000 +100,100,-127,-->,0.528353,0.361276,0.000000,0.000000 +100,100,-100,-->,0.441317,0.402745,0.000000,0.000000 +100,100,-75,-->,0.301624,0.456541,0.000281,0.000030 +100,100,-50,-->,0.148570,0.494316,0.002304,0.000269 +100,100,-25,-->,0.041767,0.519631,0.006088,0.000804 +100,100,0,-->,0.000000,0.531198,0.083632,0.000000 +100,100,25,-->,0.000000,0.532998,0.233995,0.000000 +100,100,50,-->,0.000000,0.538564,0.372629,0.000000 +100,100,75,-->,0.000000,0.539083,0.514892,0.000000 +100,100,100,-->,0.000000,0.543839,0.613424,0.000000 +100,100,128,-->,0.000000,0.561212,0.689304,0.000000 +100,128,-127,-->,0.476732,0.417637,0.000000,0.000000 +100,128,-100,-->,0.354008,0.473688,0.000000,0.000000 +100,128,-75,-->,0.210761,0.521287,0.000904,0.000214 +100,128,-50,-->,0.119623,0.543562,0.001680,0.000392 +100,128,-25,-->,0.024755,0.583934,0.007468,0.000845 +100,128,0,-->,0.000000,0.589701,0.089524,0.000000 +100,128,25,-->,0.000000,0.588576,0.223370,0.000000 +100,128,50,-->,0.000000,0.592391,0.348630,0.000000 +100,128,75,-->,0.000000,0.593447,0.471613,0.000000 +100,128,100,-->,0.000000,0.591960,0.595857,0.000000 +100,128,128,-->,0.000000,0.599800,0.678006,0.000000 +-1,0,0,-->,0.705518,0.693226,0.697089,0.895626 +101,0,0,-->,0.000868,0.000430,0.000609,0.000000 +50,-130,0,-->,0.993447,0.021101,0.630966,0.095703 +50,130,0,-->,0.003425,0.989367,0.109789,0.011917 +50,0,-130,-->,0.762119,0.448482,0.000000,0.000000 +50,0,130,-->,0.139350,0.228981,0.962667,0.386885 diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-2.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-2.csv new file mode 100644 index 0000000..1628270 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-2.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.969964,0.147143,0.117545,0.337975 +0,-127,-100,-->,0.966702,0.134185,0.192828,0.359836 +0,-127,-75,-->,0.964166,0.133622,0.285474,0.374017 +0,-127,-50,-->,0.957594,0.142673,0.390705,0.377298 +0,-127,-25,-->,0.955514,0.147901,0.507571,0.384593 +0,-127,0,-->,0.955988,0.151008,0.646473,0.396521 +0,-127,25,-->,0.956931,0.152331,0.811060,0.404470 +0,-127,50,-->,0.938290,0.151397,0.957745,0.408542 +0,-127,75,-->,0.828227,0.148751,0.959911,0.405053 +0,-127,100,-->,0.733258,0.149559,0.959776,0.405525 +0,-127,128,-->,0.657275,0.149523,0.959693,0.406649 +0,-100,-127,-->,0.974678,0.242981,0.099667,0.298518 +0,-100,-100,-->,0.965163,0.179723,0.142602,0.370867 +0,-100,-75,-->,0.957651,0.155106,0.217083,0.416078 +0,-100,-50,-->,0.949771,0.167293,0.341096,0.421770 +0,-100,-25,-->,0.947124,0.175275,0.480078,0.432435 +0,-100,0,-->,0.946531,0.181713,0.653851,0.446745 +0,-100,25,-->,0.947319,0.184062,0.863369,0.459536 +0,-100,50,-->,0.864878,0.177403,0.950446,0.455170 +0,-100,75,-->,0.746149,0.170688,0.953189,0.447265 +0,-100,100,-->,0.659230,0.169896,0.953246,0.443374 +0,-100,128,-->,0.579029,0.166422,0.954545,0.439765 +0,-75,-127,-->,0.979054,0.348243,0.080535,0.253303 +0,-75,-100,-->,0.969829,0.284128,0.116035,0.339472 +0,-75,-75,-->,0.955892,0.210834,0.165823,0.430425 +0,-75,-50,-->,0.944404,0.196693,0.281208,0.478429 +0,-75,-25,-->,0.936793,0.211261,0.447683,0.492597 +0,-75,0,-->,0.932421,0.224464,0.668722,0.513588 +0,-75,25,-->,0.926781,0.229347,0.916602,0.529711 +0,-75,50,-->,0.778225,0.210903,0.939605,0.509056 +0,-75,75,-->,0.658284,0.200864,0.943243,0.493075 +0,-75,100,-->,0.572144,0.194783,0.945829,0.481564 +0,-75,128,-->,0.495165,0.189861,0.947273,0.475110 +0,-50,-127,-->,0.984852,0.457203,0.060949,0.201913 +0,-50,-100,-->,0.974613,0.413471,0.096382,0.289294 +0,-50,-75,-->,0.961559,0.356089,0.141220,0.389382 +0,-50,-50,-->,0.939278,0.284836,0.220121,0.510863 +0,-50,-25,-->,0.921309,0.271582,0.393464,0.573346 +0,-50,0,-->,0.909622,0.290504,0.680879,0.605234 +0,-50,25,-->,0.835313,0.287128,0.910120,0.606847 +0,-50,50,-->,0.659822,0.253726,0.924682,0.568950 +0,-50,75,-->,0.544697,0.236110,0.930741,0.544933 +0,-50,100,-->,0.463732,0.224065,0.935170,0.529315 +0,-50,128,-->,0.401117,0.215280,0.938154,0.516215 +0,-25,-127,-->,0.989499,0.576945,0.037834,0.130537 +0,-25,-100,-->,0.980080,0.557348,0.071993,0.227468 +0,-25,-75,-->,0.969039,0.525856,0.116113,0.335380 +0,-25,-50,-->,0.945262,0.480257,0.190737,0.473470 +0,-25,-25,-->,0.895715,0.418956,0.337500,0.634262 +0,-25,0,-->,0.858154,0.416769,0.689038,0.721183 +0,-25,25,-->,0.680196,0.370829,0.883549,0.669600 +0,-25,50,-->,0.502275,0.309568,0.903025,0.634409 +0,-25,75,-->,0.404935,0.280043,0.915295,0.598418 +0,-25,100,-->,0.344613,0.259926,0.922256,0.576043 +0,-25,128,-->,0.295907,0.244288,0.927874,0.556302 +0,0,-127,-->,0.991527,0.650535,0.025145,0.090056 +0,0,-100,-->,0.986516,0.670263,0.041962,0.178708 +0,0,-75,-->,0.973978,0.679164,0.094083,0.280518 +0,0,-50,-->,0.954677,0.700826,0.163407,0.428824 +0,0,-25,-->,0.893541,0.729622,0.325420,0.628593 +0,0,0,-->,0.705518,0.693226,0.697089,0.895626 +0,0,25,-->,0.446632,0.484863,0.843713,0.747611 +0,0,50,-->,0.345165,0.411250,0.889612,0.663832 +0,0,75,-->,0.294561,0.358089,0.908819,0.617096 +0,0,100,-->,0.262799,0.332996,0.921101,0.579936 +0,0,128,-->,0.239586,0.311241,0.929597,0.550321 +0,25,-127,-->,0.990355,0.648613,0.023306,0.083079 +0,25,-100,-->,0.988506,0.680385,0.046058,0.157354 +0,25,-75,-->,0.976463,0.711752,0.081411,0.248410 +0,25,-50,-->,0.964997,0.822689,0.130397,0.364515 +0,25,-25,-->,0.789069,0.922828,0.257076,0.558278 +0,25,0,-->,0.433651,0.850256,0.515251,0.737285 +0,25,25,-->,0.363360,0.781679,0.880977,0.660933 +0,25,50,-->,0.280885,0.671170,0.913421,0.595995 +0,25,75,-->,0.240865,0.567050,0.928796,0.550380 +0,25,100,-->,0.221833,0.480375,0.935915,0.525690 +0,25,128,-->,0.210276,0.432524,0.939696,0.505989 +0,50,-127,-->,0.988662,0.639786,0.019328,0.069060 +0,50,-100,-->,0.990027,0.732133,0.022611,0.104153 +0,50,-75,-->,0.984442,0.904469,0.036918,0.129365 +0,50,-50,-->,0.825968,0.968902,0.096177,0.274488 +0,50,-25,-->,0.508201,0.941839,0.200419,0.487224 +0,50,0,-->,0.286557,0.911068,0.421492,0.606227 +0,50,25,-->,0.273849,0.913661,0.857647,0.583965 +0,50,50,-->,0.238242,0.790936,0.928529,0.537079 +0,50,75,-->,0.203401,0.739010,0.941765,0.494319 +0,50,100,-->,0.181499,0.690271,0.948733,0.460420 +0,50,128,-->,0.170292,0.617118,0.951893,0.439086 +0,75,-127,-->,0.990799,0.751643,0.000000,0.000000 +0,75,-100,-->,0.958382,0.919407,0.000131,0.000482 +0,75,-75,-->,0.829715,0.995566,0.017047,0.064931 +0,75,-50,-->,0.601890,0.977313,0.083141,0.255208 +0,75,-25,-->,0.361828,0.954989,0.161356,0.424994 +0,75,0,-->,0.209969,0.938773,0.353056,0.500385 +0,75,25,-->,0.200547,0.943324,0.707648,0.492807 +0,75,50,-->,0.193477,0.898835,0.942298,0.477168 +0,75,75,-->,0.175490,0.795629,0.950793,0.449662 +0,75,100,-->,0.164723,0.763250,0.951108,0.420543 +0,75,128,-->,0.147202,0.739928,0.959285,0.397327 +0,100,-127,-->,0.827896,0.788398,0.000000,0.000000 +0,100,-100,-->,0.777160,0.919552,0.000148,0.000536 +0,100,-75,-->,0.653601,0.994911,0.016530,0.063110 +0,100,-50,-->,0.452509,0.977925,0.076970,0.235599 +0,100,-25,-->,0.274541,0.959337,0.136237,0.365081 +0,100,0,-->,0.160026,0.955313,0.312639,0.423027 +0,100,25,-->,0.155632,0.956837,0.584724,0.414763 +0,100,50,-->,0.154878,0.957075,0.875118,0.413340 +0,100,75,-->,0.153313,0.867732,0.956114,0.403895 +0,100,100,-->,0.144215,0.802282,0.960329,0.392342 +0,100,128,-->,0.135244,0.775696,0.962123,0.370942 +0,128,-127,-->,0.694244,0.808069,0.000000,0.000000 +0,128,-100,-->,0.629073,0.938412,0.000378,0.001308 +0,128,-75,-->,0.487520,0.994333,0.023489,0.085297 +0,128,-50,-->,0.361287,0.979200,0.065928,0.205281 +0,128,-25,-->,0.205398,0.964153,0.115233,0.319440 +0,128,0,-->,0.124578,0.966172,0.282895,0.353296 +0,128,25,-->,0.121257,0.968115,0.506977,0.347113 +0,128,50,-->,0.124492,0.966486,0.736516,0.349690 +0,128,75,-->,0.123421,0.957270,0.950710,0.353533 +0,128,100,-->,0.123378,0.856092,0.967130,0.354111 +0,128,128,-->,0.119729,0.806777,0.967393,0.342724 +20,-127,-127,-->,0.979298,0.111411,0.098063,0.258283 +20,-127,-100,-->,0.976906,0.090808,0.171812,0.278802 +20,-127,-75,-->,0.976211,0.093157,0.268388,0.285454 +20,-127,-50,-->,0.973914,0.096092,0.374118,0.288196 +20,-127,-25,-->,0.972276,0.098891,0.498329,0.292551 +20,-127,0,-->,0.974018,0.099740,0.642074,0.299614 +20,-127,25,-->,0.974342,0.100232,0.805726,0.302076 +20,-127,50,-->,0.959269,0.101311,0.967762,0.304868 +20,-127,75,-->,0.845428,0.106731,0.972410,0.318329 +20,-127,100,-->,0.746592,0.112205,0.970832,0.330607 +20,-127,128,-->,0.665748,0.117022,0.969480,0.341959 +20,-100,-127,-->,0.983885,0.202509,0.066673,0.214515 +20,-100,-100,-->,0.975328,0.124634,0.106177,0.293129 +20,-100,-75,-->,0.972255,0.107224,0.195771,0.318807 +20,-100,-50,-->,0.969807,0.112263,0.321557,0.327133 +20,-100,-25,-->,0.964052,0.119385,0.464338,0.330735 +20,-100,0,-->,0.965999,0.121272,0.641376,0.341936 +20,-100,25,-->,0.968290,0.121139,0.860903,0.349521 +20,-100,50,-->,0.885455,0.123421,0.967575,0.354193 +20,-100,75,-->,0.757274,0.126806,0.966560,0.361482 +20,-100,100,-->,0.665294,0.130771,0.965343,0.369412 +20,-100,128,-->,0.583841,0.134782,0.964092,0.376820 +20,-75,-127,-->,0.988975,0.311364,0.044991,0.153090 +20,-75,-100,-->,0.980739,0.240943,0.077142,0.245268 +20,-75,-75,-->,0.969915,0.154342,0.123782,0.337695 +20,-75,-50,-->,0.964313,0.133993,0.248075,0.375799 +20,-75,-25,-->,0.955567,0.148083,0.426312,0.385338 +20,-75,0,-->,0.954791,0.154833,0.647415,0.403154 +20,-75,25,-->,0.952461,0.156390,0.932800,0.416819 +20,-75,50,-->,0.787954,0.150578,0.959296,0.408573 +20,-75,75,-->,0.660827,0.151131,0.959102,0.409090 +20,-75,100,-->,0.567554,0.151957,0.958908,0.411317 +20,-75,128,-->,0.491380,0.154508,0.958070,0.415345 +20,-50,-127,-->,0.993934,0.427704,0.024185,0.088215 +20,-50,-100,-->,0.986864,0.380545,0.041471,0.178685 +20,-50,-75,-->,0.975925,0.311217,0.093531,0.283881 +20,-50,-50,-->,0.958515,0.212423,0.157732,0.414083 +20,-50,-25,-->,0.941833,0.196316,0.352280,0.470873 +20,-50,0,-->,0.935750,0.215067,0.664913,0.500591 +20,-50,25,-->,0.853617,0.208230,0.938507,0.502741 +20,-50,50,-->,0.655645,0.189221,0.946934,0.474819 +20,-50,75,-->,0.531662,0.182058,0.949555,0.463824 +20,-50,100,-->,0.450455,0.179597,0.950082,0.460017 +20,-50,128,-->,0.382261,0.176598,0.951178,0.456318 +20,-25,-127,-->,0.995488,0.547222,0.004216,0.010513 +20,-25,-100,-->,0.993221,0.532614,0.025498,0.095444 +20,-25,-75,-->,0.982548,0.495915,0.063093,0.205993 +20,-25,-50,-->,0.966656,0.435618,0.124384,0.354040 +20,-25,-25,-->,0.925237,0.334466,0.266712,0.555884 +20,-25,0,-->,0.888660,0.338982,0.686737,0.655602 +20,-25,25,-->,0.665502,0.287576,0.913085,0.605484 +20,-25,50,-->,0.471079,0.245804,0.928277,0.554772 +20,-25,75,-->,0.373196,0.226641,0.934755,0.530000 +20,-25,100,-->,0.311985,0.214750,0.938572,0.514428 +20,-25,128,-->,0.267616,0.207208,0.940941,0.503640 +20,0,-127,-->,0.987235,0.618277,0.000000,0.000001 +20,0,-100,-->,0.989985,0.650661,0.007042,0.016539 +20,0,-75,-->,0.989883,0.677545,0.029098,0.120157 +20,0,-50,-->,0.974916,0.695499,0.089908,0.270639 +20,0,-25,-->,0.932545,0.737093,0.229609,0.516237 +20,0,0,-->,0.738343,0.710014,0.701578,0.809130 +20,0,25,-->,0.379435,0.443479,0.875362,0.682363 +20,0,50,-->,0.282798,0.349055,0.913097,0.603967 +20,0,75,-->,0.242874,0.313077,0.928260,0.553457 +20,0,100,-->,0.219335,0.294028,0.936772,0.521798 +20,0,128,-->,0.202800,0.283582,0.942437,0.496854 +20,25,-127,-->,0.976535,0.620966,0.000000,0.000000 +20,25,-100,-->,0.990507,0.679257,0.002108,0.006964 +20,25,-75,-->,0.989690,0.752355,0.014642,0.047101 +20,25,-50,-->,0.976567,0.900831,0.045739,0.159776 +20,25,-25,-->,0.753688,0.950831,0.164490,0.418063 +20,25,0,-->,0.349970,0.884412,0.467938,0.665707 +20,25,25,-->,0.273391,0.773681,0.915505,0.580722 +20,25,50,-->,0.212417,0.630334,0.938700,0.507641 +20,25,75,-->,0.187839,0.535956,0.947177,0.470957 +20,25,100,-->,0.178142,0.461008,0.950475,0.456771 +20,25,128,-->,0.171735,0.410972,0.952693,0.447143 +20,50,-127,-->,0.967558,0.609246,0.000000,0.000000 +20,50,-100,-->,0.949255,0.699783,0.000000,0.000000 +20,50,-75,-->,0.898296,0.859663,0.000018,0.000065 +20,50,-50,-->,0.777007,0.994494,0.019909,0.079043 +20,50,-25,-->,0.476221,0.965817,0.121653,0.341101 +20,50,0,-->,0.209771,0.940434,0.354643,0.498931 +20,50,25,-->,0.187602,0.942954,0.861238,0.468338 +20,50,50,-->,0.168162,0.787261,0.950687,0.428611 +20,50,75,-->,0.149000,0.724447,0.958056,0.398870 +20,50,100,-->,0.136555,0.673766,0.963086,0.379432 +20,50,128,-->,0.132758,0.603564,0.964422,0.372112 +20,75,-127,-->,0.849222,0.627795,0.000000,0.000000 +20,75,-100,-->,0.779772,0.735212,0.000000,0.000000 +20,75,-75,-->,0.712714,0.869023,0.000036,0.000133 +20,75,-50,-->,0.560233,0.994825,0.019970,0.076059 +20,75,-25,-->,0.326786,0.969472,0.097253,0.276370 +20,75,0,-->,0.141400,0.960508,0.293083,0.384750 +20,75,25,-->,0.132103,0.964971,0.673755,0.360685 +20,75,50,-->,0.126799,0.919989,0.965076,0.357206 +20,75,75,-->,0.123395,0.796129,0.966564,0.350987 +20,75,100,-->,0.119079,0.754612,0.964774,0.335054 +20,75,128,-->,0.109664,0.729987,0.969378,0.320465 +20,100,-127,-->,0.717486,0.665213,0.000000,0.000000 +20,100,-100,-->,0.643331,0.763622,0.000000,0.000000 +20,100,-75,-->,0.556634,0.901667,0.001216,0.003521 +20,100,-50,-->,0.415217,0.994992,0.019620,0.074726 +20,100,-25,-->,0.237895,0.976549,0.076092,0.233728 +20,100,0,-->,0.104577,0.971145,0.263479,0.307518 +20,100,25,-->,0.095034,0.975509,0.558276,0.288362 +20,100,50,-->,0.098593,0.971749,0.860586,0.289081 +20,100,75,-->,0.100827,0.883727,0.973359,0.300775 +20,100,100,-->,0.101873,0.806331,0.972006,0.301697 +20,100,128,-->,0.097378,0.773541,0.974283,0.293657 +20,128,-127,-->,0.599240,0.702098,0.000000,0.000000 +20,128,-100,-->,0.516916,0.797139,0.000157,0.000172 +20,128,-75,-->,0.429455,0.957246,0.002444,0.008903 +20,128,-50,-->,0.327803,0.996062,0.016188,0.043892 +20,128,-25,-->,0.166642,0.982488,0.059210,0.194425 +20,128,0,-->,0.078580,0.978150,0.233990,0.244760 +20,128,25,-->,0.069789,0.982582,0.479678,0.227119 +20,128,50,-->,0.072684,0.981245,0.728322,0.232049 +20,128,75,-->,0.078574,0.973328,0.950164,0.242219 +20,128,100,-->,0.083039,0.871909,0.978999,0.261348 +20,128,128,-->,0.084597,0.814756,0.978532,0.264775 +40,-127,-127,-->,0.985943,0.060151,0.070274,0.191246 +40,-127,-100,-->,0.987217,0.040384,0.153155,0.176021 +40,-127,-75,-->,0.987198,0.040385,0.254156,0.175424 +40,-127,-50,-->,0.987371,0.040293,0.360336,0.174222 +40,-127,-25,-->,0.987585,0.044314,0.487700,0.171701 +40,-127,0,-->,0.988075,0.048742,0.636504,0.165835 +40,-127,25,-->,0.988200,0.047958,0.804507,0.160596 +40,-127,50,-->,0.980050,0.047665,0.975830,0.161107 +40,-127,75,-->,0.863829,0.058202,0.985570,0.195109 +40,-127,100,-->,0.766285,0.071505,0.982116,0.230380 +40,-127,128,-->,0.682921,0.082483,0.979151,0.259884 +40,-100,-127,-->,0.989865,0.145607,0.035958,0.137738 +40,-100,-100,-->,0.985221,0.068802,0.075586,0.200110 +40,-100,-75,-->,0.984782,0.061263,0.175650,0.203557 +40,-100,-50,-->,0.984550,0.062129,0.304102,0.205545 +40,-100,-25,-->,0.984579,0.061963,0.454602,0.205263 +40,-100,0,-->,0.984790,0.061138,0.639005,0.203717 +40,-100,25,-->,0.985340,0.058920,0.858958,0.197448 +40,-100,50,-->,0.916219,0.064897,0.983829,0.212987 +40,-100,75,-->,0.778695,0.075248,0.981121,0.240865 +40,-100,100,-->,0.681930,0.087404,0.977792,0.271173 +40,-100,128,-->,0.590258,0.098820,0.974642,0.297571 +40,-75,-127,-->,0.995775,0.266911,0.017132,0.061063 +40,-75,-100,-->,0.990466,0.179363,0.035049,0.133975 +40,-75,-75,-->,0.982562,0.091645,0.088384,0.227572 +40,-75,-50,-->,0.980793,0.076614,0.224284,0.245000 +40,-75,-25,-->,0.979683,0.078618,0.404120,0.248551 +40,-75,0,-->,0.979762,0.080052,0.641216,0.252994 +40,-75,25,-->,0.979168,0.080523,0.937474,0.251635 +40,-75,50,-->,0.814229,0.086970,0.977934,0.269997 +40,-75,75,-->,0.678493,0.095317,0.975674,0.289541 +40,-75,100,-->,0.576072,0.106319,0.972594,0.316043 +40,-75,128,-->,0.492346,0.115149,0.970048,0.337785 +40,-50,-127,-->,0.992841,0.375701,0.000839,0.002946 +40,-50,-100,-->,0.996959,0.328582,0.012312,0.039854 +40,-50,-75,-->,0.989525,0.250793,0.040901,0.143539 +40,-50,-50,-->,0.977240,0.131908,0.109008,0.275866 +40,-50,-25,-->,0.970689,0.109382,0.318276,0.318246 +40,-50,0,-->,0.967548,0.118029,0.642300,0.334285 +40,-50,25,-->,0.878042,0.117633,0.964153,0.339634 +40,-50,50,-->,0.664946,0.117757,0.969203,0.341321 +40,-50,75,-->,0.533352,0.121979,0.968016,0.350817 +40,-50,100,-->,0.445327,0.130907,0.965591,0.367698 +40,-50,128,-->,0.374473,0.137504,0.963231,0.383004 +40,-25,-127,-->,0.897741,0.465818,0.000000,0.000000 +40,-25,-100,-->,0.957436,0.461639,0.000200,0.000733 +40,-25,-75,-->,0.995971,0.447876,0.008506,0.024099 +40,-25,-50,-->,0.987621,0.378451,0.045755,0.167043 +40,-25,-25,-->,0.944735,0.242608,0.185685,0.376423 +40,-25,0,-->,0.867298,0.298041,0.635006,0.381054 +40,-25,25,-->,0.649392,0.189514,0.944673,0.456628 +40,-25,50,-->,0.446082,0.164694,0.955021,0.433446 +40,-25,75,-->,0.339144,0.160793,0.956355,0.425868 +40,-25,100,-->,0.277982,0.163089,0.955403,0.431796 +40,-25,128,-->,0.237678,0.165402,0.954671,0.435686 +40,0,-127,-->,0.831620,0.500676,0.000000,0.000000 +40,0,-100,-->,0.847601,0.522504,0.000000,0.000000 +40,0,-75,-->,0.901090,0.584975,0.000000,0.000000 +40,0,-50,-->,0.987058,0.678286,0.004679,0.011687 +40,0,-25,-->,0.828280,0.637566,0.215040,0.188708 +40,0,0,-->,0.702128,0.637477,0.628561,0.234689 +40,0,25,-->,0.314294,0.365371,0.893206,0.542886 +40,0,50,-->,0.204291,0.281078,0.942061,0.497623 +40,0,75,-->,0.176397,0.262394,0.951156,0.454435 +40,0,100,-->,0.167255,0.255069,0.954117,0.439272 +40,0,128,-->,0.160768,0.249524,0.956175,0.427893 +40,25,-127,-->,0.815923,0.502016,0.000000,0.000000 +40,25,-100,-->,0.825381,0.525361,0.000000,0.000000 +40,25,-75,-->,0.832537,0.598860,0.000000,0.000000 +40,25,-50,-->,0.796445,0.768262,0.000000,0.000000 +40,25,-25,-->,0.627756,0.833629,0.128479,0.122050 +40,25,0,-->,0.400129,0.791705,0.459095,0.276966 +40,25,25,-->,0.216298,0.737075,0.904278,0.378785 +40,25,50,-->,0.135067,0.581266,0.962698,0.373421 +40,25,75,-->,0.126582,0.489448,0.966423,0.358906 +40,25,100,-->,0.129002,0.435884,0.965841,0.364892 +40,25,128,-->,0.132102,0.385216,0.964914,0.371966 +40,50,-127,-->,0.803706,0.499564,0.000000,0.000000 +40,50,-100,-->,0.782908,0.526885,0.000000,0.000000 +40,50,-75,-->,0.705951,0.627725,0.000000,0.000000 +40,50,-50,-->,0.593016,0.786224,0.000073,0.000080 +40,50,-25,-->,0.410363,0.976557,0.024112,0.079720 +40,50,0,-->,0.130469,0.944180,0.276967,0.289539 +40,50,25,-->,0.104755,0.956165,0.841458,0.270665 +40,50,50,-->,0.089144,0.788688,0.976928,0.273535 +40,50,75,-->,0.085836,0.703487,0.977944,0.267013 +40,50,100,-->,0.087374,0.649918,0.977781,0.271286 +40,50,128,-->,0.093237,0.584488,0.976234,0.284372 +40,75,-127,-->,0.788719,0.495858,0.000000,0.000000 +40,75,-100,-->,0.653436,0.578099,0.000000,0.000000 +40,75,-75,-->,0.551337,0.680598,0.000000,0.000000 +40,75,-50,-->,0.428207,0.837910,0.000451,0.000877 +40,75,-25,-->,0.267972,0.994927,0.013013,0.041693 +40,75,0,-->,0.061499,0.981505,0.209130,0.200054 +40,75,25,-->,0.041609,0.987029,0.642861,0.178751 +40,75,50,-->,0.043747,0.947698,0.976232,0.181249 +40,75,75,-->,0.061855,0.803819,0.984615,0.205981 +40,75,100,-->,0.066967,0.752334,0.983325,0.218298 +40,75,128,-->,0.067598,0.723701,0.983179,0.220610 +40,100,-127,-->,0.720119,0.525689,0.000000,0.000000 +40,100,-100,-->,0.538160,0.630585,0.000000,0.000000 +40,100,-75,-->,0.436212,0.732514,0.000037,0.000041 +40,100,-50,-->,0.325972,0.876941,0.001742,0.003126 +40,100,-25,-->,0.184556,0.995283,0.009090,0.026681 +40,100,0,-->,0.037429,0.990025,0.176524,0.135890 +40,100,25,-->,0.029848,0.991845,0.513129,0.119037 +40,100,50,-->,0.032226,0.992102,0.839380,0.115132 +40,100,75,-->,0.038945,0.908423,0.986492,0.135638 +40,100,100,-->,0.041275,0.815723,0.983152,0.174241 +40,100,128,-->,0.057119,0.774154,0.984156,0.188931 +40,128,-127,-->,0.589932,0.584244,0.000000,0.000000 +40,128,-100,-->,0.436910,0.682535,0.000000,0.000000 +40,128,-75,-->,0.336170,0.786562,0.000300,0.000329 +40,128,-50,-->,0.256731,0.884033,0.001092,0.002508 +40,128,-25,-->,0.124145,0.996386,0.005802,0.015761 +40,128,0,-->,0.025554,0.993387,0.152002,0.094527 +40,128,25,-->,0.020300,0.994910,0.425600,0.076841 +40,128,50,-->,0.019963,0.994892,0.687472,0.075749 +40,128,75,-->,0.017445,0.994839,0.937671,0.077292 +40,128,100,-->,0.034516,0.889788,0.986407,0.122717 +40,128,128,-->,0.044675,0.821772,0.989111,0.153419 +60,-127,-127,-->,0.993058,0.029407,0.045578,0.102611 +60,-127,-100,-->,0.995348,0.019179,0.136901,0.070425 +60,-127,-75,-->,0.996707,0.013810,0.235472,0.049504 +60,-127,-50,-->,0.997566,0.010191,0.340643,0.034936 +60,-127,-25,-->,0.998110,0.007696,0.465675,0.020284 +60,-127,0,-->,0.996885,0.004256,0.618147,0.015481 +60,-127,25,-->,0.994607,0.000209,0.790109,0.000783 +60,-127,50,-->,0.982747,0.000108,0.978302,0.000399 +60,-127,75,-->,0.855452,0.012648,0.996895,0.040064 +60,-127,100,-->,0.763255,0.024327,0.992605,0.099214 +60,-127,128,-->,0.686928,0.043932,0.989225,0.148680 +60,-100,-127,-->,0.996752,0.099735,0.015594,0.048393 +60,-100,-100,-->,0.994249,0.026436,0.047135,0.085965 +60,-100,-75,-->,0.996449,0.014931,0.151971,0.041395 +60,-100,-50,-->,0.997113,0.011244,0.282446,0.037909 +60,-100,-25,-->,0.997748,0.008425,0.430027,0.027437 +60,-100,0,-->,0.992864,0.003654,0.617162,0.013283 +60,-100,25,-->,0.990285,0.000189,0.841653,0.000707 +60,-100,50,-->,0.914997,0.005206,0.997891,0.015707 +60,-100,75,-->,0.777118,0.023399,0.993692,0.085689 +60,-100,100,-->,0.670852,0.038547,0.989292,0.137583 +60,-100,128,-->,0.605164,0.057421,0.985807,0.190802 +60,-75,-127,-->,0.988443,0.208068,0.000150,0.000537 +60,-75,-100,-->,0.997948,0.112898,0.010235,0.019939 +60,-75,-75,-->,0.995881,0.022623,0.052051,0.058348 +60,-75,-50,-->,0.996965,0.012180,0.191071,0.040294 +60,-75,-25,-->,0.996602,0.009426,0.373011,0.030904 +60,-75,0,-->,0.987775,0.003559,0.614903,0.012937 +60,-75,25,-->,0.985574,0.000093,0.924489,0.000354 +60,-75,50,-->,0.809933,0.016807,0.994048,0.056132 +60,-75,75,-->,0.675186,0.035486,0.989964,0.132718 +60,-75,100,-->,0.587859,0.055315,0.986254,0.183994 +60,-75,128,-->,0.503850,0.072977,0.981768,0.235534 +60,-50,-127,-->,0.868920,0.306551,0.000000,0.000000 +60,-50,-100,-->,0.917257,0.248823,0.000000,0.000000 +60,-50,-75,-->,0.972185,0.141867,0.001533,0.002846 +60,-50,-50,-->,0.996678,0.025320,0.041283,0.039160 +60,-50,-25,-->,0.968202,0.015606,0.281792,0.047900 +60,-50,0,-->,0.891492,0.029637,0.573924,0.047761 +60,-50,25,-->,0.838402,0.032704,0.896892,0.061846 +60,-50,50,-->,0.669140,0.039054,0.989812,0.130183 +60,-50,75,-->,0.546446,0.060019,0.985032,0.199749 +60,-50,100,-->,0.452813,0.075920,0.980946,0.243135 +60,-50,128,-->,0.372832,0.093397,0.976155,0.285705 +60,-25,-127,-->,0.760841,0.371367,0.000000,0.000000 +60,-25,-100,-->,0.771572,0.346187,0.000000,0.000000 +60,-25,-75,-->,0.788520,0.300884,0.000000,0.000000 +60,-25,-50,-->,0.866466,0.224808,0.000000,0.000000 +60,-25,-25,-->,0.771432,0.159659,0.158039,0.079736 +60,-25,0,-->,0.687414,0.200243,0.481440,0.073068 +60,-25,25,-->,0.608089,0.166932,0.799417,0.129121 +60,-25,50,-->,0.445530,0.075562,0.979879,0.238487 +60,-25,75,-->,0.327326,0.093353,0.976253,0.284395 +60,-25,100,-->,0.261855,0.105096,0.972920,0.313600 +60,-25,128,-->,0.216651,0.118809,0.969064,0.344002 +60,0,-127,-->,0.704384,0.405948,0.000000,0.000000 +60,0,-100,-->,0.688559,0.398877,0.000000,0.000000 +60,0,-75,-->,0.664351,0.387704,0.000000,0.000000 +60,0,-50,-->,0.643600,0.388985,0.000000,0.000000 +60,0,-25,-->,0.563012,0.390205,0.089480,0.015438 +60,0,0,-->,0.480161,0.409167,0.408973,0.033292 +60,0,25,-->,0.353710,0.351014,0.714183,0.146114 +60,0,50,-->,0.133355,0.215294,0.949174,0.314582 +60,0,75,-->,0.110332,0.200734,0.971455,0.325466 +60,0,100,-->,0.111531,0.201721,0.971070,0.328530 +60,0,128,-->,0.116824,0.208207,0.969459,0.340288 +60,25,-127,-->,0.696976,0.412171,0.000000,0.000000 +60,25,-100,-->,0.674814,0.410043,0.000000,0.000000 +60,25,-75,-->,0.639346,0.409075,0.000000,0.000000 +60,25,-50,-->,0.557576,0.455003,0.000000,0.000000 +60,25,-25,-->,0.367673,0.563226,0.011359,0.003120 +60,25,0,-->,0.261276,0.573069,0.295418,0.044699 +60,25,25,-->,0.199579,0.566835,0.661242,0.071767 +60,25,50,-->,0.063931,0.513237,0.956058,0.164480 +60,25,75,-->,0.059605,0.450329,0.984889,0.202209 +60,25,100,-->,0.073946,0.395498,0.981412,0.237315 +60,25,128,-->,0.088102,0.353734,0.977565,0.272034 +60,50,-127,-->,0.694045,0.417418,0.000000,0.000000 +60,50,-100,-->,0.667851,0.418985,0.000000,0.000000 +60,50,-75,-->,0.582790,0.451845,0.000000,0.000000 +60,50,-50,-->,0.427759,0.550701,0.000000,0.000000 +60,50,-25,-->,0.231145,0.682379,0.000173,0.000152 +60,50,0,-->,0.063339,0.747648,0.162395,0.030877 +60,50,25,-->,0.039207,0.761579,0.580679,0.022673 +60,50,50,-->,0.011052,0.750637,0.948690,0.032291 +60,50,75,-->,0.018425,0.664165,0.994616,0.078082 +60,50,100,-->,0.030775,0.602818,0.989512,0.119549 +60,50,128,-->,0.047793,0.550081,0.988055,0.165418 +60,75,-127,-->,0.683653,0.427441,0.000000,0.000000 +60,75,-100,-->,0.637595,0.442009,0.000000,0.000000 +60,75,-75,-->,0.464251,0.536942,0.000000,0.000000 +60,75,-50,-->,0.308640,0.632184,0.000000,0.000000 +60,75,-25,-->,0.150494,0.747395,0.000395,0.000361 +60,75,0,-->,0.000000,0.881963,0.109225,0.000000 +60,75,25,-->,0.000000,0.883895,0.500777,0.000000 +60,75,50,-->,0.000000,0.872732,0.855641,0.000000 +60,75,75,-->,0.002903,0.792810,0.992329,0.009645 +60,75,100,-->,0.013116,0.729424,0.994675,0.044978 +60,75,128,-->,0.020621,0.696707,0.975152,0.079971 +60,100,-127,-->,0.662601,0.439471,0.000000,0.000000 +60,100,-100,-->,0.522782,0.516702,0.000000,0.000000 +60,100,-75,-->,0.363752,0.602805,0.000000,0.000000 +60,100,-50,-->,0.234760,0.690441,0.000182,0.000065 +60,100,-25,-->,0.104292,0.788438,0.001487,0.001538 +60,100,0,-->,0.000000,0.887852,0.109671,0.000000 +60,100,25,-->,0.000000,0.891456,0.407937,0.000000 +60,100,50,-->,0.000000,0.881239,0.692228,0.000000 +60,100,75,-->,0.000000,0.872168,0.938514,0.000000 +60,100,100,-->,0.002372,0.806794,0.995349,0.008444 +60,100,128,-->,0.012676,0.760538,0.994669,0.044002 +60,128,-127,-->,0.558077,0.505463,0.000000,0.000000 +60,128,-100,-->,0.415127,0.586915,0.000000,0.000000 +60,128,-75,-->,0.274745,0.666980,0.000034,0.000009 +60,128,-50,-->,0.185474,0.728500,0.000129,0.000066 +60,128,-25,-->,0.061823,0.822647,0.001597,0.001852 +60,128,0,-->,0.000000,0.890853,0.110069,0.000000 +60,128,25,-->,0.000000,0.895493,0.347979,0.000000 +60,128,50,-->,0.000000,0.890113,0.573052,0.000000 +60,128,75,-->,0.000000,0.882957,0.782747,0.000000 +60,128,100,-->,0.000000,0.868037,0.967002,0.000000 +60,128,128,-->,0.004092,0.817368,0.995025,0.014891 +80,-127,-127,-->,0.998526,0.001389,0.047849,0.004922 +80,-127,-100,-->,0.980439,0.000077,0.126522,0.000290 +80,-127,-75,-->,0.934432,0.000124,0.220463,0.000460 +80,-127,-50,-->,0.889327,0.000000,0.312217,0.000000 +80,-127,-25,-->,0.858545,0.000000,0.413061,0.000000 +80,-127,0,-->,0.837769,0.000000,0.534372,0.000000 +80,-127,25,-->,0.797721,0.000000,0.647716,0.000000 +80,-127,50,-->,0.784692,0.000000,0.775227,0.000000 +80,-127,75,-->,0.772848,0.000000,0.902557,0.000000 +80,-127,100,-->,0.746301,0.000067,0.992531,0.000245 +80,-127,128,-->,0.678278,0.004243,0.998977,0.013148 +80,-100,-127,-->,0.975885,0.038565,0.000542,0.000251 +80,-100,-100,-->,0.969826,0.000025,0.047320,0.000097 +80,-100,-75,-->,0.908762,0.000000,0.136216,0.000000 +80,-100,-50,-->,0.857033,0.000000,0.253768,0.000000 +80,-100,-25,-->,0.823972,0.000000,0.366217,0.000000 +80,-100,0,-->,0.784802,0.000000,0.499197,0.000000 +80,-100,25,-->,0.747260,0.000000,0.640044,0.000000 +80,-100,50,-->,0.727626,0.000000,0.782070,0.000000 +80,-100,75,-->,0.725494,0.000000,0.941495,0.000000 +80,-100,100,-->,0.671818,0.000932,0.999658,0.003099 +80,-100,128,-->,0.580224,0.016431,0.995807,0.041076 +80,-75,-127,-->,0.842099,0.152327,0.000000,0.000000 +80,-75,-100,-->,0.880954,0.039879,0.000521,0.000000 +80,-75,-75,-->,0.875555,0.000000,0.046153,0.000000 +80,-75,-50,-->,0.819274,0.000000,0.163855,0.000000 +80,-75,-25,-->,0.772966,0.000000,0.307490,0.000000 +80,-75,0,-->,0.719246,0.000000,0.454940,0.000000 +80,-75,25,-->,0.673548,0.000000,0.626356,0.000000 +80,-75,50,-->,0.653338,0.000000,0.795379,0.000000 +80,-75,75,-->,0.645641,0.000086,0.978052,0.000316 +80,-75,100,-->,0.561854,0.007156,0.998057,0.017472 +80,-75,128,-->,0.481161,0.026394,0.992675,0.100706 +80,-50,-127,-->,0.740157,0.239154,0.000000,0.000000 +80,-50,-100,-->,0.750034,0.175112,0.000000,0.000000 +80,-50,-75,-->,0.763629,0.078384,0.000735,0.000000 +80,-50,-50,-->,0.746407,0.000000,0.043122,0.000000 +80,-50,-25,-->,0.687655,0.000000,0.206640,0.000000 +80,-50,0,-->,0.612507,0.000000,0.385686,0.000000 +80,-50,25,-->,0.554925,0.000000,0.595348,0.000000 +80,-50,50,-->,0.539890,0.000000,0.823701,0.000000 +80,-50,75,-->,0.502521,0.002520,0.993355,0.006485 +80,-50,100,-->,0.425081,0.021834,0.993965,0.078648 +80,-50,128,-->,0.364617,0.044481,0.989040,0.148627 +80,-25,-127,-->,0.654476,0.309050,0.000000,0.000000 +80,-25,-100,-->,0.638401,0.271952,0.000000,0.000000 +80,-25,-75,-->,0.619259,0.217786,0.000000,0.000000 +80,-25,-50,-->,0.584778,0.121520,0.000000,0.000000 +80,-25,-25,-->,0.515817,0.013105,0.046621,0.000389 +80,-25,0,-->,0.436800,0.014501,0.285795,0.001412 +80,-25,25,-->,0.380917,0.016222,0.551337,0.004720 +80,-25,50,-->,0.346583,0.012202,0.828834,0.014929 +80,-25,75,-->,0.296869,0.014889,0.993127,0.047427 +80,-25,100,-->,0.240541,0.044721,0.988918,0.149721 +80,-25,128,-->,0.206015,0.066337,0.983496,0.218130 +80,0,-127,-->,0.610298,0.345278,0.000000,0.000000 +80,0,-100,-->,0.575476,0.328867,0.000000,0.000000 +80,0,-75,-->,0.528982,0.306032,0.000000,0.000000 +80,0,-50,-->,0.452952,0.267745,0.000000,0.000000 +80,0,-25,-->,0.322059,0.198752,0.002828,0.000187 +80,0,0,-->,0.230039,0.182423,0.187274,0.001548 +80,0,25,-->,0.173344,0.179387,0.471528,0.017127 +80,0,50,-->,0.104968,0.150595,0.752699,0.054618 +80,0,75,-->,0.028975,0.117771,0.988750,0.110226 +80,0,100,-->,0.048344,0.139878,0.987597,0.171284 +80,0,128,-->,0.066353,0.157752,0.983533,0.217837 +80,25,-127,-->,0.607558,0.350832,0.000000,0.000000 +80,25,-100,-->,0.570601,0.340416,0.000000,0.000000 +80,25,-75,-->,0.520531,0.328571,0.000000,0.000000 +80,25,-50,-->,0.437147,0.319136,0.000000,0.000000 +80,25,-25,-->,0.239684,0.349398,0.000996,0.000077 +80,25,0,-->,0.030855,0.357358,0.089566,0.001218 +80,25,25,-->,0.012670,0.361683,0.395963,0.001747 +80,25,50,-->,0.004562,0.361627,0.693623,0.004584 +80,25,75,-->,0.000775,0.363003,0.959362,0.002167 +80,25,100,-->,0.013761,0.342893,0.996510,0.045146 +80,25,128,-->,0.035870,0.319133,0.991225,0.126468 +80,50,-127,-->,0.611107,0.357229,0.000000,0.000000 +80,50,-100,-->,0.570610,0.355671,0.000000,0.000000 +80,50,-75,-->,0.511465,0.359831,0.000000,0.000000 +80,50,-50,-->,0.357718,0.422140,0.000000,0.000000 +80,50,-25,-->,0.142759,0.470856,0.002820,0.000362 +80,50,0,-->,0.000000,0.503286,0.079443,0.000000 +80,50,25,-->,0.000000,0.505246,0.350774,0.000000 +80,50,50,-->,0.000000,0.508115,0.590143,0.000000 +80,50,75,-->,0.000000,0.525046,0.774012,0.000000 +80,50,100,-->,0.000000,0.526884,0.942298,0.000000 +80,50,128,-->,0.005793,0.483226,0.995759,0.017085 +80,75,-127,-->,0.602256,0.377342,0.000000,0.000000 +80,75,-100,-->,0.557432,0.381660,0.000000,0.000000 +80,75,-75,-->,0.435419,0.442259,0.000000,0.000000 +80,75,-50,-->,0.249598,0.504045,0.000057,0.000014 +80,75,-25,-->,0.093917,0.554027,0.003687,0.000846 +80,75,0,-->,0.000000,0.590466,0.089439,0.000000 +80,75,25,-->,0.000000,0.591576,0.313579,0.000000 +80,75,50,-->,0.000000,0.594037,0.526853,0.000000 +80,75,75,-->,0.000000,0.594601,0.692073,0.000000 +80,75,100,-->,0.000000,0.613749,0.823823,0.000000 +80,75,128,-->,0.000000,0.632086,0.951986,0.000000 +80,100,-127,-->,0.591444,0.392581,0.000000,0.000000 +80,100,-100,-->,0.481461,0.449996,0.000000,0.000000 +80,100,-75,-->,0.335171,0.516186,0.000012,0.000001 +80,100,-50,-->,0.182342,0.570748,0.000266,0.000066 +80,100,-25,-->,0.061522,0.620242,0.002922,0.000844 +80,100,0,-->,0.000000,0.659845,0.093667,0.000000 +80,100,25,-->,0.000000,0.648857,0.285807,0.000000 +80,100,50,-->,0.000000,0.650513,0.464527,0.000000 +80,100,75,-->,0.000000,0.648025,0.640606,0.000000 +80,100,100,-->,0.000000,0.650381,0.757052,0.000000 +80,100,128,-->,0.000000,0.678066,0.885403,0.000000 +80,128,-127,-->,0.516569,0.455643,0.000000,0.000000 +80,128,-100,-->,0.383659,0.522304,0.000000,0.000000 +80,128,-75,-->,0.238801,0.586028,0.000006,0.000001 +80,128,-50,-->,0.143515,0.618727,0.000661,0.000198 +80,128,-25,-->,0.035718,0.680962,0.004685,0.001136 +80,128,0,-->,0.000000,0.725371,0.098494,0.000000 +80,128,25,-->,0.000000,0.709922,0.269907,0.000000 +80,128,50,-->,0.000000,0.706473,0.427847,0.000000 +80,128,75,-->,0.000000,0.709607,0.588685,0.000000 +80,128,100,-->,0.000000,0.703292,0.730605,0.000000 +80,128,128,-->,0.000000,0.717565,0.847274,0.000000 +100,-127,-127,-->,0.883162,0.000000,0.042632,0.000000 +100,-127,-100,-->,0.842012,0.000000,0.117659,0.000000 +100,-127,-75,-->,0.809186,0.000000,0.197541,0.000000 +100,-127,-50,-->,0.774760,0.000000,0.278871,0.000000 +100,-127,-25,-->,0.738082,0.000000,0.358712,0.000000 +100,-127,0,-->,0.692348,0.000000,0.438227,0.000000 +100,-127,25,-->,0.652541,0.000000,0.523052,0.000000 +100,-127,50,-->,0.637559,0.000000,0.623530,0.000000 +100,-127,75,-->,0.620784,0.000000,0.712974,0.000000 +100,-127,100,-->,0.612922,0.000000,0.807700,0.000000 +100,-127,128,-->,0.620848,0.000000,0.947804,0.000000 +100,-100,-127,-->,0.823365,0.018639,0.002505,0.000631 +100,-100,-100,-->,0.806300,0.000000,0.039669,0.000000 +100,-100,-75,-->,0.769100,0.000000,0.124679,0.000000 +100,-100,-50,-->,0.733069,0.000000,0.220538,0.000000 +100,-100,-25,-->,0.672180,0.000000,0.309760,0.000000 +100,-100,0,-->,0.615726,0.000000,0.387912,0.000000 +100,-100,25,-->,0.580841,0.000000,0.486066,0.000000 +100,-100,50,-->,0.555128,0.000000,0.590259,0.000000 +100,-100,75,-->,0.554810,0.000000,0.720284,0.000000 +100,-100,100,-->,0.542850,0.000000,0.821392,0.000000 +100,-100,128,-->,0.551446,0.000000,0.983462,0.000000 +100,-75,-127,-->,0.731658,0.114600,0.000000,0.000000 +100,-75,-100,-->,0.736215,0.026378,0.001980,0.000270 +100,-75,-75,-->,0.713342,0.000000,0.044975,0.000000 +100,-75,-50,-->,0.668380,0.000000,0.140303,0.000000 +100,-75,-25,-->,0.603330,0.000000,0.249039,0.000000 +100,-75,0,-->,0.540707,0.000000,0.345906,0.000000 +100,-75,25,-->,0.494361,0.000000,0.450985,0.000000 +100,-75,50,-->,0.480571,0.000000,0.583033,0.000000 +100,-75,75,-->,0.470139,0.000000,0.718821,0.000000 +100,-75,100,-->,0.459465,0.000000,0.842589,0.000000 +100,-75,128,-->,0.441898,0.000000,0.964713,0.000000 +100,-50,-127,-->,0.643911,0.197694,0.000000,0.000000 +100,-50,-100,-->,0.631342,0.133117,0.000000,0.000000 +100,-50,-75,-->,0.612276,0.048113,0.001221,0.000000 +100,-50,-50,-->,0.567373,0.000000,0.039266,0.000000 +100,-50,-25,-->,0.501585,0.000000,0.156047,0.000000 +100,-50,0,-->,0.433620,0.000000,0.279077,0.000000 +100,-50,25,-->,0.381917,0.000000,0.399118,0.000000 +100,-50,50,-->,0.371372,0.000000,0.565634,0.000000 +100,-50,75,-->,0.358783,0.000000,0.727322,0.000000 +100,-50,100,-->,0.356974,0.000000,0.905637,0.000000 +100,-50,128,-->,0.329523,0.001930,0.996523,0.006582 +100,-25,-127,-->,0.570945,0.266830,0.000000,0.000000 +100,-25,-100,-->,0.541220,0.226852,0.000000,0.000000 +100,-25,-75,-->,0.499133,0.170558,0.000000,0.000000 +100,-25,-50,-->,0.441271,0.086730,0.000514,0.000060 +100,-25,-25,-->,0.355285,0.006473,0.033356,0.000000 +100,-25,0,-->,0.269695,0.000000,0.174232,0.000000 +100,-25,25,-->,0.234589,0.000000,0.355078,0.000000 +100,-25,50,-->,0.209146,0.000000,0.558190,0.000000 +100,-25,75,-->,0.197709,0.000000,0.773803,0.000000 +100,-25,100,-->,0.184046,0.000000,0.972774,0.000000 +100,-25,128,-->,0.159349,0.011307,0.997252,0.039333 +100,0,-127,-->,0.534563,0.302290,0.000000,0.000000 +100,0,-100,-->,0.490520,0.279450,0.000000,0.000000 +100,0,-75,-->,0.435460,0.249780,0.000033,0.000003 +100,0,-50,-->,0.355820,0.203860,0.000140,0.000009 +100,0,-25,-->,0.229316,0.125971,0.004069,0.000046 +100,0,0,-->,0.003872,0.002971,0.003241,0.000000 +100,0,25,-->,0.000250,0.022348,0.279168,0.000000 +100,0,50,-->,0.000060,0.040266,0.537840,0.000000 +100,0,75,-->,0.000000,0.042007,0.762885,0.000000 +100,0,100,-->,0.000014,0.062562,0.968534,0.000000 +100,0,128,-->,0.014129,0.098180,0.996499,0.044153 +100,25,-127,-->,0.536257,0.306788,0.000000,0.000000 +100,25,-100,-->,0.492255,0.289229,0.000000,0.000000 +100,25,-75,-->,0.437359,0.268359,0.000000,0.000000 +100,25,-50,-->,0.355376,0.248219,0.000070,0.000003 +100,25,-25,-->,0.195138,0.256170,0.002711,0.000047 +100,25,0,-->,0.000054,0.230454,0.037928,0.000000 +100,25,25,-->,0.000000,0.239100,0.250459,0.000000 +100,25,50,-->,0.000000,0.266778,0.423983,0.000000 +100,25,75,-->,0.000000,0.272319,0.617486,0.000000 +100,25,100,-->,0.000000,0.269448,0.809725,0.000000 +100,25,128,-->,0.000000,0.266569,0.982616,0.000001 +100,50,-127,-->,0.544208,0.313032,0.000000,0.000000 +100,50,-100,-->,0.497622,0.307268,0.000000,0.000000 +100,50,-75,-->,0.437056,0.309004,0.000000,0.000000 +100,50,-50,-->,0.315453,0.342546,0.000220,0.000008 +100,50,-25,-->,0.106378,0.373192,0.004145,0.000270 +100,50,0,-->,0.000000,0.368006,0.062384,0.000000 +100,50,25,-->,0.000000,0.368213,0.250590,0.000000 +100,50,50,-->,0.000000,0.377291,0.396918,0.000000 +100,50,75,-->,0.000000,0.404116,0.517207,0.000000 +100,50,100,-->,0.000000,0.422087,0.641840,0.000000 +100,50,128,-->,0.000000,0.431492,0.841709,0.000000 +100,75,-127,-->,0.537492,0.337764,0.000000,0.000000 +100,75,-100,-->,0.488437,0.341629,0.000000,0.000000 +100,75,-75,-->,0.389606,0.383281,0.000000,0.000000 +100,75,-50,-->,0.216684,0.431974,0.001394,0.000149 +100,75,-25,-->,0.069816,0.455251,0.006423,0.000687 +100,75,0,-->,0.000000,0.462744,0.076287,0.000000 +100,75,25,-->,0.000000,0.464525,0.246591,0.000000 +100,75,50,-->,0.000000,0.455851,0.381056,0.000000 +100,75,75,-->,0.000000,0.465382,0.506985,0.000000 +100,75,100,-->,0.000000,0.500918,0.623358,0.000000 +100,75,128,-->,0.000000,0.525916,0.707106,0.000000 +100,100,-127,-->,0.528353,0.361276,0.000000,0.000000 +100,100,-100,-->,0.441317,0.402745,0.000000,0.000000 +100,100,-75,-->,0.301624,0.456541,0.000281,0.000030 +100,100,-50,-->,0.148570,0.494316,0.002304,0.000269 +100,100,-25,-->,0.041767,0.519631,0.006088,0.000804 +100,100,0,-->,0.000000,0.531198,0.083632,0.000000 +100,100,25,-->,0.000000,0.532998,0.233995,0.000000 +100,100,50,-->,0.000000,0.538564,0.372629,0.000000 +100,100,75,-->,0.000000,0.539083,0.514892,0.000000 +100,100,100,-->,0.000000,0.543839,0.613424,0.000000 +100,100,128,-->,0.000000,0.561212,0.689304,0.000000 +100,128,-127,-->,0.476732,0.417637,0.000000,0.000000 +100,128,-100,-->,0.354008,0.473688,0.000000,0.000000 +100,128,-75,-->,0.210761,0.521287,0.000904,0.000214 +100,128,-50,-->,0.119623,0.543562,0.001680,0.000392 +100,128,-25,-->,0.024755,0.583934,0.007468,0.000845 +100,128,0,-->,0.000000,0.589701,0.089524,0.000000 +100,128,25,-->,0.000000,0.588576,0.223370,0.000000 +100,128,50,-->,0.000000,0.592391,0.348630,0.000000 +100,128,75,-->,0.000000,0.593447,0.471613,0.000000 +100,128,100,-->,0.000000,0.591960,0.595857,0.000000 +100,128,128,-->,0.000000,0.599800,0.678006,0.000000 +-1,0,0,-->,0.705518,0.693226,0.697089,0.895626 +101,0,0,-->,0.000868,0.000430,0.000609,0.000000 +50,-130,0,-->,0.993447,0.021101,0.630966,0.095703 +50,130,0,-->,0.003425,0.989367,0.109789,0.011917 +50,0,-130,-->,0.762119,0.448482,0.000000,0.000000 +50,0,130,-->,0.139350,0.228981,0.962667,0.386885 diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-3.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-3.csv new file mode 100644 index 0000000..8d2f601 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToDevice_ICC-3.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.991588,0.649742,0.024412,0.086928 +0,-127,-100,-->,0.990901,0.658684,0.032658,0.116642 +0,-127,-75,-->,0.980451,0.678517,0.070121,0.223237 +0,-127,-50,-->,0.964118,0.689475,0.130005,0.362656 +0,-127,-25,-->,0.917821,0.724762,0.269178,0.568985 +0,-127,0,-->,0.705518,0.693226,0.697089,0.895626 +0,-127,25,-->,0.705518,0.693226,0.697089,0.895626 +0,-127,50,-->,0.705518,0.693226,0.697089,0.895626 +0,-127,75,-->,0.705518,0.693226,0.697089,0.895626 +0,-127,100,-->,0.705518,0.693226,0.697089,0.895626 +0,-127,128,-->,0.705518,0.693226,0.697089,0.895626 +0,-100,-127,-->,0.991588,0.649742,0.024412,0.086928 +0,-100,-100,-->,0.990901,0.658684,0.032658,0.116642 +0,-100,-75,-->,0.980451,0.678517,0.070121,0.223237 +0,-100,-50,-->,0.964118,0.689475,0.130005,0.362656 +0,-100,-25,-->,0.917821,0.724762,0.269178,0.568985 +0,-100,0,-->,0.705518,0.693226,0.697089,0.895626 +0,-100,25,-->,0.705518,0.693226,0.697089,0.895626 +0,-100,50,-->,0.705518,0.693226,0.697089,0.895626 +0,-100,75,-->,0.705518,0.693226,0.697089,0.895626 +0,-100,100,-->,0.705518,0.693226,0.697089,0.895626 +0,-100,128,-->,0.705518,0.693226,0.697089,0.895626 +0,-75,-127,-->,0.991588,0.649742,0.024412,0.086928 +0,-75,-100,-->,0.990901,0.658684,0.032658,0.116642 +0,-75,-75,-->,0.980451,0.678517,0.070121,0.223237 +0,-75,-50,-->,0.964118,0.689475,0.130005,0.362656 +0,-75,-25,-->,0.917821,0.724762,0.269178,0.568985 +0,-75,0,-->,0.705518,0.693226,0.697089,0.895626 +0,-75,25,-->,0.705518,0.693226,0.697089,0.895626 +0,-75,50,-->,0.705518,0.693226,0.697089,0.895626 +0,-75,75,-->,0.705518,0.693226,0.697089,0.895626 +0,-75,100,-->,0.705518,0.693226,0.697089,0.895626 +0,-75,128,-->,0.705518,0.693226,0.697089,0.895626 +0,-50,-127,-->,0.991588,0.649742,0.024412,0.086928 +0,-50,-100,-->,0.990901,0.658684,0.032658,0.116642 +0,-50,-75,-->,0.980451,0.678517,0.070121,0.223237 +0,-50,-50,-->,0.964118,0.689475,0.130005,0.362656 +0,-50,-25,-->,0.917821,0.724762,0.269178,0.568985 +0,-50,0,-->,0.705518,0.693226,0.697089,0.895626 +0,-50,25,-->,0.705518,0.693226,0.697089,0.895626 +0,-50,50,-->,0.705518,0.693226,0.697089,0.895626 +0,-50,75,-->,0.705518,0.693226,0.697089,0.895626 +0,-50,100,-->,0.705518,0.693226,0.697089,0.895626 +0,-50,128,-->,0.705518,0.693226,0.697089,0.895626 +0,-25,-127,-->,0.991588,0.649742,0.024412,0.086928 +0,-25,-100,-->,0.990901,0.658684,0.032658,0.116642 +0,-25,-75,-->,0.980451,0.678517,0.070121,0.223237 +0,-25,-50,-->,0.964118,0.689475,0.130005,0.362656 +0,-25,-25,-->,0.917821,0.724762,0.269178,0.568985 +0,-25,0,-->,0.705518,0.693226,0.697089,0.895626 +0,-25,25,-->,0.705518,0.693226,0.697089,0.895626 +0,-25,50,-->,0.705518,0.693226,0.697089,0.895626 +0,-25,75,-->,0.705518,0.693226,0.697089,0.895626 +0,-25,100,-->,0.705518,0.693226,0.697089,0.895626 +0,-25,128,-->,0.705518,0.693226,0.697089,0.895626 +0,0,-127,-->,0.991588,0.649742,0.024412,0.086928 +0,0,-100,-->,0.990901,0.658684,0.032658,0.116642 +0,0,-75,-->,0.980451,0.678517,0.070121,0.223237 +0,0,-50,-->,0.964118,0.689475,0.130005,0.362656 +0,0,-25,-->,0.917821,0.724762,0.269178,0.568985 +0,0,0,-->,0.705518,0.693226,0.697089,0.895626 +0,0,25,-->,0.705518,0.693226,0.697089,0.895626 +0,0,50,-->,0.705518,0.693226,0.697089,0.895626 +0,0,75,-->,0.705518,0.693226,0.697089,0.895626 +0,0,100,-->,0.705518,0.693226,0.697089,0.895626 +0,0,128,-->,0.705518,0.693226,0.697089,0.895626 +0,25,-127,-->,0.989428,0.644839,0.021467,0.076424 +0,25,-100,-->,0.992342,0.659227,0.028759,0.101422 +0,25,-75,-->,0.986354,0.704460,0.048360,0.181536 +0,25,-50,-->,0.971130,0.828606,0.092287,0.277366 +0,25,-25,-->,0.774126,0.943153,0.191245,0.462921 +0,25,0,-->,0.370441,0.877670,0.479427,0.682455 +0,25,25,-->,0.370441,0.877670,0.479427,0.682455 +0,25,50,-->,0.370441,0.877670,0.479427,0.682455 +0,25,75,-->,0.370441,0.877670,0.479427,0.682455 +0,25,100,-->,0.370441,0.877670,0.479427,0.682455 +0,25,128,-->,0.370441,0.877670,0.479427,0.682455 +0,50,-127,-->,0.987751,0.673458,0.009064,0.023699 +0,50,-100,-->,0.992171,0.729974,0.009457,0.024653 +0,50,-75,-->,0.990526,0.933973,0.009462,0.026553 +0,50,-50,-->,0.804122,0.983856,0.055933,0.182645 +0,50,-25,-->,0.496016,0.958326,0.150476,0.406299 +0,50,0,-->,0.239966,0.929420,0.382315,0.550819 +0,50,25,-->,0.239966,0.929420,0.382315,0.550819 +0,50,50,-->,0.239966,0.929420,0.382315,0.550819 +0,50,75,-->,0.239966,0.929420,0.382315,0.550819 +0,50,100,-->,0.239966,0.929420,0.382315,0.550819 +0,50,128,-->,0.239966,0.929420,0.382315,0.550819 +0,75,-127,-->,0.879006,0.777407,0.000000,0.000000 +0,75,-100,-->,0.862726,0.825185,0.000000,0.000000 +0,75,-75,-->,0.807866,0.995150,0.001513,0.004622 +0,75,-50,-->,0.589826,0.985899,0.042481,0.171483 +0,75,-25,-->,0.362029,0.962348,0.126696,0.347684 +0,75,0,-->,0.174880,0.950939,0.328315,0.449819 +0,75,25,-->,0.174880,0.950939,0.328315,0.449819 +0,75,50,-->,0.174880,0.950939,0.328315,0.449819 +0,75,75,-->,0.174880,0.950939,0.328315,0.449819 +0,75,100,-->,0.174880,0.950939,0.328315,0.449819 +0,75,128,-->,0.174880,0.950939,0.328315,0.449819 +0,100,-127,-->,0.742971,0.800855,0.000000,0.000000 +0,100,-100,-->,0.716752,0.840690,0.000000,0.000000 +0,100,-75,-->,0.637323,0.996031,0.003331,0.010259 +0,100,-50,-->,0.445544,0.986101,0.045835,0.166411 +0,100,-25,-->,0.272752,0.966700,0.106254,0.301134 +0,100,0,-->,0.135412,0.962909,0.288169,0.374650 +0,100,25,-->,0.135412,0.962909,0.288169,0.374650 +0,100,50,-->,0.135412,0.962909,0.288169,0.374650 +0,100,75,-->,0.135412,0.962909,0.288169,0.374650 +0,100,100,-->,0.135412,0.962909,0.288169,0.374650 +0,100,128,-->,0.135412,0.962909,0.288169,0.374650 +0,128,-127,-->,0.696590,0.803953,0.000000,0.000000 +0,128,-100,-->,0.670855,0.847630,0.000000,0.000000 +0,128,-75,-->,0.580521,0.999100,0.003702,0.010714 +0,128,-50,-->,0.415867,0.987139,0.047945,0.158259 +0,128,-25,-->,0.251897,0.967189,0.101344,0.284336 +0,128,0,-->,0.124578,0.966172,0.282895,0.353296 +0,128,25,-->,0.124578,0.966172,0.282895,0.353296 +0,128,50,-->,0.124578,0.966172,0.282895,0.353296 +0,128,75,-->,0.124578,0.966172,0.282895,0.353296 +0,128,100,-->,0.124578,0.966172,0.282895,0.353296 +0,128,128,-->,0.124578,0.966172,0.282895,0.353296 +20,-127,-127,-->,0.985035,0.180729,0.062866,0.201421 +20,-127,-100,-->,0.981460,0.143913,0.081599,0.238187 +20,-127,-75,-->,0.975676,0.096610,0.151217,0.290035 +20,-127,-50,-->,0.974319,0.098972,0.285011,0.298148 +20,-127,-25,-->,0.968851,0.104690,0.438824,0.302309 +20,-127,0,-->,0.971428,0.105929,0.632036,0.312313 +20,-127,25,-->,0.971294,0.106282,0.871727,0.316926 +20,-127,50,-->,0.943674,0.107573,0.951306,0.320131 +20,-127,75,-->,0.943674,0.107573,0.951306,0.320131 +20,-127,100,-->,0.943674,0.107573,0.951306,0.320131 +20,-127,128,-->,0.943674,0.107573,0.951306,0.320131 +20,-100,-127,-->,0.985035,0.180729,0.062866,0.201421 +20,-100,-100,-->,0.981460,0.143913,0.081599,0.238187 +20,-100,-75,-->,0.975676,0.096610,0.151217,0.290035 +20,-100,-50,-->,0.974319,0.098972,0.285011,0.298148 +20,-100,-25,-->,0.968851,0.104690,0.438824,0.302309 +20,-100,0,-->,0.971428,0.105929,0.632036,0.312313 +20,-100,25,-->,0.971294,0.106282,0.871727,0.316926 +20,-100,50,-->,0.943674,0.107573,0.951306,0.320131 +20,-100,75,-->,0.943674,0.107573,0.951306,0.320131 +20,-100,100,-->,0.943674,0.107573,0.951306,0.320131 +20,-100,128,-->,0.943674,0.107573,0.951306,0.320131 +20,-75,-127,-->,0.988224,0.247658,0.048028,0.163969 +20,-75,-100,-->,0.984501,0.212218,0.062743,0.207995 +20,-75,-75,-->,0.974898,0.124831,0.110464,0.297037 +20,-75,-50,-->,0.971923,0.110631,0.245358,0.322800 +20,-75,-25,-->,0.964588,0.118188,0.410979,0.330654 +20,-75,0,-->,0.965611,0.122213,0.630656,0.343876 +20,-75,25,-->,0.964472,0.122551,0.916574,0.352459 +20,-75,50,-->,0.896984,0.123105,0.956990,0.353209 +20,-75,75,-->,0.896984,0.123105,0.956990,0.353209 +20,-75,100,-->,0.896984,0.123105,0.956990,0.353209 +20,-75,128,-->,0.896984,0.123105,0.956990,0.353209 +20,-50,-127,-->,0.994606,0.395811,0.021738,0.078909 +20,-50,-100,-->,0.992080,0.373534,0.032789,0.115830 +20,-50,-75,-->,0.982333,0.303023,0.070646,0.227616 +20,-50,-50,-->,0.966685,0.194343,0.133057,0.357623 +20,-50,-25,-->,0.951383,0.165023,0.324691,0.422344 +20,-50,0,-->,0.945912,0.181158,0.636919,0.446944 +20,-50,25,-->,0.869344,0.177807,0.949812,0.452880 +20,-50,50,-->,0.752599,0.167991,0.953721,0.440110 +20,-50,75,-->,0.752599,0.167991,0.953721,0.440110 +20,-50,100,-->,0.752599,0.167991,0.953721,0.440110 +20,-50,128,-->,0.752599,0.167991,0.953721,0.440110 +20,-25,-127,-->,0.996174,0.526481,0.000763,0.002805 +20,-25,-100,-->,0.996903,0.520848,0.007544,0.022578 +20,-25,-75,-->,0.990690,0.489756,0.037398,0.129665 +20,-25,-50,-->,0.975275,0.425282,0.094516,0.282375 +20,-25,-25,-->,0.940085,0.298295,0.210718,0.503531 +20,-25,0,-->,0.906145,0.297535,0.651650,0.612253 +20,-25,25,-->,0.663046,0.253158,0.925496,0.565928 +20,-25,50,-->,0.547624,0.232294,0.932652,0.538811 +20,-25,75,-->,0.547624,0.232294,0.932652,0.538811 +20,-25,100,-->,0.547624,0.232294,0.932652,0.538811 +20,-25,128,-->,0.547624,0.232294,0.932652,0.538811 +20,0,-127,-->,0.961715,0.595137,0.000000,0.000000 +20,0,-100,-->,0.980631,0.618121,0.000000,0.000000 +20,0,-75,-->,0.990370,0.660107,0.009766,0.025685 +20,0,-50,-->,0.984207,0.694307,0.041166,0.172965 +20,0,-25,-->,0.954810,0.730466,0.160776,0.423462 +20,0,0,-->,0.772278,0.734302,0.678744,0.661862 +20,0,25,-->,0.341162,0.411053,0.890872,0.665625 +20,0,50,-->,0.291129,0.359548,0.909611,0.613808 +20,0,75,-->,0.291129,0.359548,0.909611,0.613808 +20,0,100,-->,0.291129,0.359548,0.909611,0.613808 +20,0,128,-->,0.291129,0.359548,0.909611,0.613808 +20,25,-127,-->,0.942693,0.593626,0.000000,0.000000 +20,25,-100,-->,0.966768,0.624671,0.000000,0.000000 +20,25,-75,-->,0.986806,0.715159,0.000726,0.002203 +20,25,-50,-->,0.978121,0.886528,0.013182,0.043038 +20,25,-25,-->,0.767193,0.966894,0.110787,0.308299 +20,25,0,-->,0.322024,0.903081,0.407828,0.610438 +20,25,25,-->,0.237679,0.774735,0.928506,0.535507 +20,25,50,-->,0.207219,0.694567,0.939621,0.492401 +20,25,75,-->,0.207219,0.694567,0.939621,0.492401 +20,25,100,-->,0.207219,0.694567,0.939621,0.492401 +20,25,128,-->,0.207219,0.694567,0.939621,0.492401 +20,50,-127,-->,0.925079,0.575342,0.000000,0.000000 +20,50,-100,-->,0.910382,0.614604,0.000000,0.000000 +20,50,-75,-->,0.842627,0.746840,0.000000,0.000000 +20,50,-50,-->,0.757220,0.946436,0.003080,0.007392 +20,50,-25,-->,0.479248,0.977034,0.078786,0.242195 +20,50,0,-->,0.174130,0.951655,0.297160,0.440438 +20,50,25,-->,0.152738,0.952765,0.858225,0.410684 +20,50,50,-->,0.146064,0.864481,0.938237,0.394286 +20,50,75,-->,0.146064,0.864481,0.938237,0.394286 +20,50,100,-->,0.146064,0.864481,0.938237,0.394286 +20,50,128,-->,0.146064,0.864481,0.938237,0.394286 +20,75,-127,-->,0.784460,0.611585,0.000000,0.000000 +20,75,-100,-->,0.746704,0.657826,0.000000,0.000000 +20,75,-75,-->,0.661823,0.775749,0.000000,0.000000 +20,75,-50,-->,0.540799,0.960521,0.004789,0.013835 +20,75,-25,-->,0.327072,0.981906,0.060183,0.191687 +20,75,0,-->,0.115248,0.967625,0.254688,0.329558 +20,75,25,-->,0.104224,0.971122,0.658052,0.305956 +20,75,50,-->,0.102865,0.970731,0.857477,0.302005 +20,75,75,-->,0.102865,0.970731,0.857477,0.302005 +20,75,100,-->,0.102865,0.970731,0.857477,0.302005 +20,75,128,-->,0.102865,0.970731,0.857477,0.302005 +20,100,-127,-->,0.652790,0.651730,0.000000,0.000000 +20,100,-100,-->,0.614797,0.697982,0.000000,0.000000 +20,100,-75,-->,0.519673,0.815497,0.000196,0.000509 +20,100,-50,-->,0.403189,0.990088,0.005169,0.015998 +20,100,-25,-->,0.237617,0.986802,0.044555,0.152659 +20,100,0,-->,0.083735,0.976264,0.221111,0.256291 +20,100,25,-->,0.072775,0.981794,0.548285,0.234859 +20,100,50,-->,0.073982,0.981021,0.703053,0.233698 +20,100,75,-->,0.073982,0.981021,0.703053,0.233698 +20,100,100,-->,0.073982,0.981021,0.703053,0.233698 +20,100,128,-->,0.073982,0.981021,0.703053,0.233698 +20,128,-127,-->,0.587713,0.678293,0.000000,0.000000 +20,128,-100,-->,0.546913,0.722206,0.000000,0.000000 +20,128,-75,-->,0.452134,0.845516,0.000886,0.002320 +20,128,-50,-->,0.349553,0.992710,0.004890,0.012414 +20,128,-25,-->,0.197318,0.988960,0.038264,0.132795 +20,128,0,-->,0.068808,0.980280,0.206403,0.219448 +20,128,25,-->,0.059791,0.985220,0.498037,0.200299 +20,128,50,-->,0.060286,0.985082,0.634145,0.201962 +20,128,75,-->,0.060286,0.985082,0.634145,0.201962 +20,128,100,-->,0.060286,0.985082,0.634145,0.201962 +20,128,128,-->,0.060286,0.985082,0.634145,0.201962 +40,-127,-127,-->,0.988023,0.049310,0.064463,0.166356 +40,-127,-100,-->,0.988501,0.046817,0.101797,0.157786 +40,-127,-75,-->,0.990377,0.039426,0.199519,0.136535 +40,-127,-50,-->,0.990629,0.030802,0.322164,0.134019 +40,-127,-25,-->,0.991195,0.034075,0.455388,0.127589 +40,-127,0,-->,0.990933,0.029204,0.622173,0.124524 +40,-127,25,-->,0.991736,0.033433,0.809898,0.112240 +40,-127,50,-->,0.974047,0.027959,0.991230,0.118694 +40,-127,75,-->,0.845275,0.045799,0.988752,0.154431 +40,-127,100,-->,0.845275,0.045799,0.988752,0.154431 +40,-127,128,-->,0.845275,0.045799,0.988752,0.154431 +40,-100,-127,-->,0.990379,0.096711,0.033504,0.137378 +40,-100,-100,-->,0.988152,0.058284,0.051929,0.164921 +40,-100,-75,-->,0.989256,0.044068,0.149417,0.151232 +40,-100,-50,-->,0.989032,0.044705,0.282842,0.150862 +40,-100,-25,-->,0.989949,0.039556,0.432279,0.142070 +40,-100,0,-->,0.989990,0.037393,0.620844,0.137526 +40,-100,25,-->,0.990767,0.029947,0.845105,0.126391 +40,-100,50,-->,0.926761,0.041526,0.989168,0.146316 +40,-100,75,-->,0.796577,0.055724,0.986162,0.184642 +40,-100,100,-->,0.796577,0.055724,0.986162,0.184642 +40,-100,128,-->,0.796577,0.055724,0.986162,0.184642 +40,-75,-127,-->,0.996263,0.216998,0.015463,0.051813 +40,-75,-100,-->,0.993974,0.174153,0.024195,0.088903 +40,-75,-75,-->,0.987822,0.071039,0.060436,0.168679 +40,-75,-50,-->,0.986881,0.041544,0.191287,0.179896 +40,-75,-25,-->,0.986998,0.041051,0.375156,0.178478 +40,-75,0,-->,0.987463,0.042982,0.616885,0.173006 +40,-75,25,-->,0.988173,0.047957,0.923247,0.162294 +40,-75,50,-->,0.828511,0.061208,0.984791,0.203960 +40,-75,75,-->,0.703330,0.073115,0.981704,0.235284 +40,-75,100,-->,0.703330,0.073115,0.981704,0.235284 +40,-75,128,-->,0.703330,0.073115,0.981704,0.235284 +40,-50,-127,-->,0.991284,0.331386,0.000129,0.000426 +40,-50,-100,-->,0.999674,0.319576,0.001073,0.003622 +40,-50,-75,-->,0.995237,0.230322,0.018134,0.067142 +40,-50,-50,-->,0.985033,0.103248,0.074913,0.201423 +40,-50,-25,-->,0.981697,0.072904,0.282153,0.232645 +40,-50,0,-->,0.981558,0.073769,0.611400,0.237126 +40,-50,25,-->,0.925569,0.077034,0.976525,0.244088 +40,-50,50,-->,0.689362,0.089586,0.977226,0.275577 +40,-50,75,-->,0.552887,0.099334,0.974550,0.298859 +40,-50,100,-->,0.552887,0.099334,0.974550,0.298859 +40,-50,128,-->,0.552887,0.099334,0.974550,0.298859 +40,-25,-127,-->,0.866872,0.431051,0.000000,0.000000 +40,-25,-100,-->,0.885508,0.427039,0.000000,0.000000 +40,-25,-75,-->,0.946215,0.403638,0.000207,0.000737 +40,-25,-50,-->,0.994147,0.353478,0.014787,0.049748 +40,-25,-25,-->,0.954998,0.191830,0.121826,0.280014 +40,-25,0,-->,0.846958,0.259901,0.562980,0.268632 +40,-25,25,-->,0.673188,0.146711,0.953122,0.368661 +40,-25,50,-->,0.447438,0.133010,0.964655,0.373501 +40,-25,75,-->,0.342248,0.136038,0.963626,0.380117 +40,-25,100,-->,0.342248,0.136038,0.963626,0.380117 +40,-25,128,-->,0.342248,0.136038,0.963626,0.380117 +40,0,-127,-->,0.785666,0.466462,0.000000,0.000000 +40,0,-100,-->,0.787935,0.469366,0.000000,0.000000 +40,0,-75,-->,0.801973,0.485986,0.000000,0.000000 +40,0,-50,-->,0.854336,0.559228,0.000000,0.000000 +40,0,-25,-->,0.784016,0.572595,0.118207,0.080909 +40,0,0,-->,0.654055,0.575288,0.533307,0.141365 +40,0,25,-->,0.337413,0.372655,0.864159,0.413951 +40,0,50,-->,0.170516,0.259715,0.953019,0.444159 +40,0,75,-->,0.153819,0.243713,0.958296,0.414565 +40,0,100,-->,0.153819,0.243713,0.958296,0.414565 +40,0,128,-->,0.153819,0.243713,0.958296,0.414565 +40,25,-127,-->,0.773467,0.469973,0.000000,0.000000 +40,25,-100,-->,0.771666,0.473583,0.000000,0.000000 +40,25,-75,-->,0.765640,0.491854,0.000000,0.000000 +40,25,-50,-->,0.725532,0.597455,0.000000,0.000000 +40,25,-25,-->,0.563903,0.776584,0.033231,0.020675 +40,25,0,-->,0.358126,0.755971,0.367582,0.180613 +40,25,25,-->,0.217847,0.724615,0.854538,0.258780 +40,25,50,-->,0.102378,0.583010,0.973741,0.304275 +40,25,75,-->,0.102287,0.494145,0.973805,0.305267 +40,25,100,-->,0.102287,0.494145,0.973805,0.305267 +40,25,128,-->,0.102287,0.494145,0.973805,0.305267 +40,50,-127,-->,0.765148,0.471210,0.000000,0.000000 +40,50,-100,-->,0.760796,0.472991,0.000000,0.000000 +40,50,-75,-->,0.664639,0.533404,0.000000,0.000000 +40,50,-50,-->,0.540029,0.662216,0.000000,0.000000 +40,50,-25,-->,0.366073,0.892324,0.001716,0.003986 +40,50,0,-->,0.092721,0.934842,0.178867,0.187419 +40,50,25,-->,0.064061,0.958818,0.781378,0.167487 +40,50,50,-->,0.057120,0.798898,0.985817,0.192517 +40,50,75,-->,0.060647,0.713311,0.984937,0.202745 +40,50,100,-->,0.060647,0.713311,0.984937,0.202745 +40,50,128,-->,0.060647,0.713311,0.984937,0.202745 +40,75,-127,-->,0.750972,0.469056,0.000000,0.000000 +40,75,-100,-->,0.717544,0.485043,0.000000,0.000000 +40,75,-75,-->,0.525332,0.604904,0.000000,0.000000 +40,75,-50,-->,0.392724,0.735051,0.000260,0.000209 +40,75,-25,-->,0.243377,0.910523,0.001346,0.004450 +40,75,0,-->,0.028154,0.992559,0.123288,0.101824 +40,75,25,-->,0.024427,0.994619,0.588448,0.082750 +40,75,50,-->,0.021088,0.975621,0.983645,0.082889 +40,75,75,-->,0.035343,0.822900,0.991033,0.129108 +40,75,100,-->,0.035343,0.822900,0.991033,0.129108 +40,75,128,-->,0.035343,0.822900,0.991033,0.129108 +40,100,-127,-->,0.661854,0.510650,0.000000,0.000000 +40,100,-100,-->,0.587659,0.557392,0.000000,0.000000 +40,100,-75,-->,0.419525,0.663804,0.000000,0.000000 +40,100,-50,-->,0.296778,0.785030,0.000561,0.000614 +40,100,-25,-->,0.169951,0.925144,0.000953,0.002547 +40,100,0,-->,0.013651,0.993783,0.108846,0.049055 +40,100,25,-->,0.011523,0.997210,0.463351,0.035279 +40,100,50,-->,0.011432,0.995822,0.804596,0.036640 +40,100,75,-->,0.015337,0.939973,0.990020,0.041172 +40,100,100,-->,0.015337,0.939973,0.990020,0.041172 +40,100,128,-->,0.015337,0.939973,0.990020,0.041172 +40,128,-127,-->,0.590133,0.554510,0.000000,0.000000 +40,128,-100,-->,0.516540,0.595212,0.000000,0.000000 +40,128,-75,-->,0.364023,0.700467,0.000000,0.000000 +40,128,-50,-->,0.261352,0.799649,0.001683,0.001829 +40,128,-25,-->,0.135496,0.933200,0.000692,0.001596 +40,128,0,-->,0.009875,0.994372,0.102154,0.033862 +40,128,25,-->,0.008284,0.998320,0.414285,0.022554 +40,128,50,-->,0.007549,0.996383,0.719295,0.025249 +40,128,75,-->,0.005707,0.997807,0.967139,0.015926 +40,128,100,-->,0.005707,0.997807,0.967139,0.015926 +40,128,128,-->,0.005707,0.997807,0.967139,0.015926 +60,-127,-127,-->,0.996371,0.021043,0.049835,0.049767 +60,-127,-100,-->,0.996809,0.013736,0.080923,0.048442 +60,-127,-75,-->,0.998924,0.004488,0.178862,0.015830 +60,-127,-50,-->,0.998310,0.001947,0.295815,0.007105 +60,-127,-25,-->,0.975830,0.001346,0.420997,0.004931 +60,-127,0,-->,0.945089,0.000076,0.571906,0.000280 +60,-127,25,-->,0.925921,0.000000,0.747098,0.000000 +60,-127,50,-->,0.916504,0.000000,0.933496,0.000000 +60,-127,75,-->,0.831624,0.000617,0.999360,0.001810 +60,-127,100,-->,0.723950,0.018324,0.995445,0.061439 +60,-127,128,-->,0.706706,0.022062,0.994581,0.074596 +60,-100,-127,-->,0.997542,0.044307,0.020308,0.036995 +60,-100,-100,-->,0.997015,0.023525,0.038752,0.045211 +60,-100,-75,-->,0.999065,0.003616,0.126685,0.012584 +60,-100,-50,-->,0.995757,0.001542,0.258141,0.005635 +60,-100,-25,-->,0.965149,0.001071,0.390632,0.003927 +60,-100,0,-->,0.930387,0.000073,0.562809,0.000267 +60,-100,25,-->,0.913817,0.000000,0.762019,0.000000 +60,-100,50,-->,0.890601,0.000000,0.968160,0.000000 +60,-100,75,-->,0.780628,0.003900,0.998734,0.011859 +60,-100,100,-->,0.675429,0.025070,0.993775,0.086192 +60,-100,128,-->,0.662025,0.027017,0.993062,0.097120 +60,-75,-127,-->,0.977077,0.149156,0.000000,0.000000 +60,-75,-100,-->,0.991619,0.106874,0.000168,0.000616 +60,-75,-75,-->,0.998834,0.009879,0.030733,0.014567 +60,-75,-50,-->,0.984869,0.000401,0.157466,0.001486 +60,-75,-25,-->,0.937140,0.000292,0.331304,0.001084 +60,-75,0,-->,0.895328,0.000021,0.541973,0.000076 +60,-75,25,-->,0.858237,0.000000,0.783442,0.000000 +60,-75,50,-->,0.811952,0.000129,0.990196,0.000473 +60,-75,75,-->,0.663753,0.019007,0.994913,0.057964 +60,-75,100,-->,0.561089,0.041062,0.989677,0.133052 +60,-75,128,-->,0.547254,0.044520,0.988870,0.143528 +60,-50,-127,-->,0.828402,0.260781,0.000000,0.000000 +60,-50,-100,-->,0.840459,0.235211,0.000000,0.000000 +60,-50,-75,-->,0.889515,0.140278,0.000032,0.000013 +60,-50,-50,-->,0.964241,0.001432,0.019786,0.000317 +60,-50,-25,-->,0.889955,0.000088,0.226909,0.000322 +60,-50,0,-->,0.840842,0.000001,0.496728,0.000002 +60,-50,25,-->,0.771192,0.000097,0.811128,0.000357 +60,-50,50,-->,0.687580,0.001999,0.999344,0.004771 +60,-50,75,-->,0.537065,0.036539,0.990981,0.122248 +60,-50,100,-->,0.446724,0.057421,0.985807,0.191184 +60,-50,128,-->,0.433507,0.060840,0.984914,0.201386 +60,-25,-127,-->,0.722418,0.336332,0.000000,0.000000 +60,-25,-100,-->,0.722099,0.324569,0.000000,0.000000 +60,-25,-75,-->,0.721525,0.278516,0.000000,0.000000 +60,-25,-50,-->,0.729713,0.188276,0.000000,0.000000 +60,-25,-25,-->,0.715415,0.066211,0.060522,0.017103 +60,-25,0,-->,0.623907,0.093556,0.374269,0.023913 +60,-25,25,-->,0.545643,0.093455,0.718454,0.043083 +60,-25,50,-->,0.437323,0.034692,0.988515,0.115223 +60,-25,75,-->,0.332117,0.064479,0.983991,0.212119 +60,-25,100,-->,0.256379,0.085694,0.978284,0.267182 +60,-25,128,-->,0.245987,0.088597,0.977492,0.273832 +60,0,-127,-->,0.663674,0.378502,0.000000,0.000000 +60,0,-100,-->,0.653950,0.373339,0.000000,0.000000 +60,0,-75,-->,0.622374,0.357460,0.000000,0.000000 +60,0,-50,-->,0.567453,0.334355,0.000000,0.000000 +60,0,-25,-->,0.470528,0.303966,0.001139,0.000204 +60,0,0,-->,0.379989,0.315258,0.283572,0.011350 +60,0,25,-->,0.285064,0.288320,0.621117,0.068520 +60,0,50,-->,0.115630,0.191414,0.925649,0.215883 +60,0,75,-->,0.082068,0.175431,0.979270,0.258417 +60,0,100,-->,0.091504,0.183980,0.976678,0.281431 +60,0,128,-->,0.092868,0.184664,0.976301,0.284729 +60,25,-127,-->,0.658588,0.385542,0.000000,0.000000 +60,25,-100,-->,0.647023,0.382368,0.000000,0.000000 +60,25,-75,-->,0.608636,0.375299,0.000000,0.000000 +60,25,-50,-->,0.532890,0.379448,0.000000,0.000000 +60,25,-25,-->,0.343915,0.453902,0.000000,0.000000 +60,25,0,-->,0.144650,0.493460,0.147977,0.013364 +60,25,25,-->,0.098156,0.500106,0.540673,0.017429 +60,25,50,-->,0.023359,0.481188,0.920497,0.060743 +60,25,75,-->,0.032597,0.434755,0.991930,0.113035 +60,25,100,-->,0.040603,0.381667,0.987082,0.177310 +60,25,128,-->,0.055458,0.374774,0.986262,0.187094 +60,50,-127,-->,0.658733,0.391714,0.000000,0.000000 +60,50,-100,-->,0.645812,0.392311,0.000000,0.000000 +60,50,-75,-->,0.597817,0.396655,0.000000,0.000000 +60,50,-50,-->,0.428084,0.476516,0.000000,0.000000 +60,50,-25,-->,0.217272,0.573397,0.000041,0.000006 +60,50,0,-->,0.001998,0.699728,0.059075,0.000553 +60,50,25,-->,0.000187,0.682329,0.455747,0.000104 +60,50,50,-->,0.000038,0.692437,0.840581,0.000131 +60,50,75,-->,0.001053,0.640650,0.969572,0.003497 +60,50,100,-->,0.012932,0.589175,0.996769,0.047527 +60,50,128,-->,0.015657,0.578965,0.996056,0.058569 +60,75,-127,-->,0.643904,0.408052,0.000000,0.000000 +60,75,-100,-->,0.632335,0.408545,0.000000,0.000000 +60,75,-75,-->,0.502000,0.471588,0.000000,0.000000 +60,75,-50,-->,0.310156,0.564221,0.000329,0.000078 +60,75,-25,-->,0.145528,0.652574,0.000774,0.000372 +60,75,0,-->,0.000000,0.764593,0.069465,0.000000 +60,75,25,-->,0.000000,0.764892,0.391510,0.000000 +60,75,50,-->,0.000000,0.759050,0.695737,0.000000 +60,75,75,-->,0.000000,0.746775,0.920615,0.000000 +60,75,100,-->,0.000307,0.720572,0.999807,0.001052 +60,75,128,-->,0.000553,0.713994,0.999705,0.001865 +60,100,-127,-->,0.610896,0.436141,0.000000,0.000000 +60,100,-100,-->,0.551269,0.467974,0.000000,0.000000 +60,100,-75,-->,0.392919,0.552091,0.000000,0.000000 +60,100,-50,-->,0.228580,0.631718,0.000015,0.000007 +60,100,-25,-->,0.105705,0.706268,0.000650,0.000330 +60,100,0,-->,0.000000,0.797356,0.079761,0.000000 +60,100,25,-->,0.000000,0.798021,0.337565,0.000000 +60,100,50,-->,0.000000,0.795957,0.584719,0.000000 +60,100,75,-->,0.000000,0.783495,0.800367,0.000000 +60,100,100,-->,0.000000,0.773675,0.958358,0.000000 +60,100,128,-->,0.000006,0.772589,0.973822,0.000021 +60,128,-127,-->,0.546305,0.480249,0.000000,0.000000 +60,128,-100,-->,0.486925,0.510932,0.000000,0.000000 +60,128,-75,-->,0.331919,0.591732,0.000000,0.000000 +60,128,-50,-->,0.202176,0.657753,0.000196,0.000095 +60,128,-25,-->,0.084639,0.733528,0.002575,0.001189 +60,128,0,-->,0.000000,0.809866,0.084155,0.000000 +60,128,25,-->,0.000000,0.809537,0.312379,0.000000 +60,128,50,-->,0.000000,0.809015,0.532329,0.000000 +60,128,75,-->,0.000000,0.804531,0.742723,0.000000 +60,128,100,-->,0.000000,0.790117,0.915134,0.000000 +60,128,128,-->,0.000000,0.790092,0.936561,0.000000 +80,-127,-127,-->,0.954473,0.000000,0.048158,0.000000 +80,-127,-100,-->,0.930071,0.000000,0.078188,0.000000 +80,-127,-75,-->,0.883363,0.000000,0.161475,0.000000 +80,-127,-50,-->,0.841009,0.000000,0.263495,0.000000 +80,-127,-25,-->,0.803135,0.000000,0.359699,0.000000 +80,-127,0,-->,0.750960,0.000000,0.459475,0.000000 +80,-127,25,-->,0.729615,0.000000,0.584595,0.000000 +80,-127,50,-->,0.693830,0.000000,0.694187,0.000000 +80,-127,75,-->,0.682139,0.000000,0.809724,0.000000 +80,-127,100,-->,0.692955,0.000000,0.959066,0.000000 +80,-127,128,-->,0.666118,0.000000,1.000000,0.000000 +80,-100,-127,-->,0.941178,0.000340,0.006869,0.000238 +80,-100,-100,-->,0.916812,0.000045,0.029984,0.000031 +80,-100,-75,-->,0.863951,0.000000,0.113548,0.000000 +80,-100,-50,-->,0.820614,0.000000,0.222538,0.000000 +80,-100,-25,-->,0.775988,0.000000,0.328860,0.000000 +80,-100,0,-->,0.720279,0.000000,0.437580,0.000000 +80,-100,25,-->,0.681373,0.000000,0.562279,0.000000 +80,-100,50,-->,0.657379,0.000000,0.692154,0.000000 +80,-100,75,-->,0.661042,0.000000,0.847486,0.000000 +80,-100,100,-->,0.648055,0.000000,0.977907,0.000000 +80,-100,128,-->,0.608963,0.000050,0.999936,0.000183 +80,-75,-127,-->,0.810978,0.105136,0.000000,0.000000 +80,-75,-100,-->,0.822151,0.061141,0.000000,0.000000 +80,-75,-75,-->,0.825177,0.000000,0.023742,0.000000 +80,-75,-50,-->,0.772067,0.000000,0.133004,0.000000 +80,-75,-25,-->,0.716435,0.000000,0.265482,0.000000 +80,-75,0,-->,0.652062,0.000000,0.390754,0.000000 +80,-75,25,-->,0.606002,0.000000,0.537438,0.000000 +80,-75,50,-->,0.578436,0.000000,0.692437,0.000000 +80,-75,75,-->,0.565070,0.000000,0.843906,0.000000 +80,-75,100,-->,0.546431,0.000348,0.982608,0.001173 +80,-75,128,-->,0.503009,0.006969,0.996440,0.022458 +80,-50,-127,-->,0.704400,0.203050,0.000000,0.000000 +80,-50,-100,-->,0.704613,0.177189,0.000000,0.000000 +80,-50,-75,-->,0.705760,0.091748,0.000192,0.000077 +80,-50,-50,-->,0.695420,0.000000,0.022572,0.000000 +80,-50,-25,-->,0.617316,0.000000,0.161312,0.000000 +80,-50,0,-->,0.535796,0.000000,0.318281,0.000000 +80,-50,25,-->,0.474915,0.000000,0.475637,0.000000 +80,-50,50,-->,0.462515,0.000000,0.686990,0.000000 +80,-50,75,-->,0.446884,0.000000,0.875249,0.000000 +80,-50,100,-->,0.415280,0.004977,0.996183,0.014955 +80,-50,128,-->,0.381793,0.019511,0.991932,0.070887 +80,-25,-127,-->,0.616287,0.280373,0.000000,0.000000 +80,-25,-100,-->,0.607598,0.265450,0.000000,0.000000 +80,-25,-75,-->,0.579785,0.215469,0.000000,0.000000 +80,-25,-50,-->,0.536491,0.128683,0.000000,0.000000 +80,-25,-25,-->,0.457982,0.007624,0.018780,0.000028 +80,-25,0,-->,0.361823,0.000000,0.199609,0.000000 +80,-25,25,-->,0.300103,0.000007,0.426883,0.000001 +80,-25,50,-->,0.280015,0.000054,0.708089,0.000055 +80,-25,75,-->,0.265996,0.000077,0.958789,0.000283 +80,-25,100,-->,0.229289,0.018104,0.991926,0.066665 +80,-25,128,-->,0.205774,0.039871,0.986229,0.133122 +80,0,-127,-->,0.571287,0.322905,0.000000,0.000000 +80,0,-100,-->,0.555702,0.315273,0.000000,0.000000 +80,0,-75,-->,0.506591,0.291043,0.000000,0.000000 +80,0,-50,-->,0.432533,0.251752,0.000000,0.000000 +80,0,-25,-->,0.307248,0.180036,0.000980,0.000039 +80,0,0,-->,0.103149,0.076208,0.041094,0.000057 +80,0,25,-->,0.058379,0.090276,0.346354,0.003404 +80,0,50,-->,0.019191,0.084264,0.654767,0.010814 +80,0,75,-->,0.002339,0.082828,0.955901,0.006574 +80,0,100,-->,0.020674,0.110512,0.994637,0.081956 +80,0,128,-->,0.037726,0.129236,0.990841,0.132257 +80,25,-127,-->,0.570259,0.328176,0.000000,0.000000 +80,25,-100,-->,0.555000,0.322984,0.000000,0.000000 +80,25,-75,-->,0.506038,0.306980,0.000000,0.000000 +80,25,-50,-->,0.430428,0.289934,0.000000,0.000000 +80,25,-25,-->,0.264516,0.303863,0.001664,0.000078 +80,25,0,-->,0.005684,0.301227,0.020435,0.000026 +80,25,25,-->,0.000000,0.297943,0.292445,0.000000 +80,25,50,-->,0.000000,0.324645,0.525642,0.000000 +80,25,75,-->,0.000000,0.328146,0.774579,0.000000 +80,25,100,-->,0.001237,0.323616,0.981185,0.004022 +80,25,128,-->,0.006512,0.311602,0.998340,0.017468 +80,50,-127,-->,0.577809,0.334821,0.000000,0.000000 +80,50,-100,-->,0.561355,0.334764,0.000000,0.000000 +80,50,-75,-->,0.502996,0.337709,0.000000,0.000000 +80,50,-50,-->,0.386443,0.374568,0.000000,0.000000 +80,50,-25,-->,0.159481,0.428038,0.003317,0.000346 +80,50,0,-->,0.000000,0.451636,0.046280,0.000000 +80,50,25,-->,0.000000,0.448097,0.283363,0.000000 +80,50,50,-->,0.000000,0.442901,0.468775,0.000000 +80,50,75,-->,0.000000,0.475806,0.644322,0.000000 +80,50,100,-->,0.000000,0.499229,0.784896,0.000000 +80,50,128,-->,0.000000,0.493397,0.912280,0.000000 +80,75,-127,-->,0.564226,0.363408,0.000000,0.000000 +80,75,-100,-->,0.547411,0.364341,0.000000,0.000000 +80,75,-75,-->,0.458478,0.401285,0.000000,0.000000 +80,75,-50,-->,0.277170,0.468871,0.000248,0.000026 +80,75,-25,-->,0.105837,0.508483,0.003100,0.000607 +80,75,0,-->,0.000000,0.542161,0.058728,0.000000 +80,75,25,-->,0.000000,0.541051,0.265993,0.000000 +80,75,50,-->,0.000000,0.546004,0.456556,0.000000 +80,75,75,-->,0.000000,0.548574,0.618788,0.000000 +80,75,100,-->,0.000000,0.565335,0.719095,0.000000 +80,75,128,-->,0.000000,0.577873,0.771970,0.000000 +80,100,-127,-->,0.547843,0.387995,0.000000,0.000000 +80,100,-100,-->,0.502458,0.414631,0.000000,0.000000 +80,100,-75,-->,0.361180,0.479870,0.000000,0.000000 +80,100,-50,-->,0.192674,0.538006,0.000542,0.000121 +80,100,-25,-->,0.076645,0.575403,0.004136,0.000979 +80,100,0,-->,0.000000,0.608077,0.068691,0.000000 +80,100,25,-->,0.000000,0.605499,0.248301,0.000000 +80,100,50,-->,0.000000,0.609151,0.413738,0.000000 +80,100,75,-->,0.000000,0.608774,0.581578,0.000000 +80,100,100,-->,0.000000,0.611867,0.694416,0.000000 +80,100,128,-->,0.000000,0.619920,0.744079,0.000000 +80,128,-127,-->,0.500437,0.433372,0.000000,0.000000 +80,128,-100,-->,0.451488,0.458469,0.000000,0.000000 +80,128,-75,-->,0.303479,0.518387,0.000030,0.000003 +80,128,-50,-->,0.167041,0.568200,0.000346,0.000081 +80,128,-25,-->,0.061580,0.610934,0.003352,0.000838 +80,128,0,-->,0.000000,0.640980,0.072626,0.000000 +80,128,25,-->,0.000000,0.636075,0.239187,0.000000 +80,128,50,-->,0.000000,0.639235,0.395103,0.000000 +80,128,75,-->,0.000000,0.638379,0.548942,0.000000 +80,128,100,-->,0.000000,0.635830,0.682354,0.000000 +80,128,128,-->,0.000000,0.640544,0.733312,0.000000 +100,-127,-127,-->,0.884131,0.000000,0.039445,0.000000 +100,-127,-100,-->,0.867288,0.000000,0.074194,0.000000 +100,-127,-75,-->,0.826441,0.000000,0.152641,0.000000 +100,-127,-50,-->,0.791016,0.000000,0.247185,0.000000 +100,-127,-25,-->,0.753537,0.000000,0.335733,0.000000 +100,-127,0,-->,0.698126,0.000000,0.423433,0.000000 +100,-127,25,-->,0.653634,0.000000,0.516862,0.000000 +100,-127,50,-->,0.635865,0.000000,0.629024,0.000000 +100,-127,75,-->,0.617590,0.000000,0.729377,0.000000 +100,-127,100,-->,0.617032,0.000000,0.848730,0.000000 +100,-127,128,-->,0.620111,0.000000,0.942078,0.000000 +100,-100,-127,-->,0.858687,0.000000,0.010324,0.000000 +100,-100,-100,-->,0.845088,0.000000,0.029951,0.000000 +100,-100,-75,-->,0.803889,0.000000,0.106972,0.000000 +100,-100,-50,-->,0.760743,0.000000,0.203040,0.000000 +100,-100,-25,-->,0.706399,0.000000,0.301230,0.000000 +100,-100,0,-->,0.658059,0.000000,0.395593,0.000000 +100,-100,25,-->,0.615734,0.000000,0.497761,0.000000 +100,-100,50,-->,0.584622,0.000000,0.608404,0.000000 +100,-100,75,-->,0.578098,0.000000,0.737977,0.000000 +100,-100,100,-->,0.567832,0.000000,0.848735,0.000000 +100,-100,128,-->,0.581359,0.000000,0.969033,0.000000 +100,-75,-127,-->,0.758300,0.089526,0.000000,0.000000 +100,-75,-100,-->,0.759460,0.053668,0.000000,0.000000 +100,-75,-75,-->,0.757152,0.000000,0.024526,0.000000 +100,-75,-50,-->,0.707664,0.000000,0.121676,0.000000 +100,-75,-25,-->,0.642866,0.000000,0.240046,0.000000 +100,-75,0,-->,0.576062,0.000000,0.343761,0.000000 +100,-75,25,-->,0.521566,0.000000,0.453087,0.000000 +100,-75,50,-->,0.510336,0.000000,0.601892,0.000000 +100,-75,75,-->,0.493644,0.000000,0.738998,0.000000 +100,-75,100,-->,0.488436,0.000000,0.884982,0.000000 +100,-75,128,-->,0.477783,0.000000,0.981135,0.000000 +100,-50,-127,-->,0.658515,0.183842,0.000000,0.000000 +100,-50,-100,-->,0.654732,0.160153,0.000000,0.000000 +100,-50,-75,-->,0.642472,0.079512,0.000027,0.000000 +100,-50,-50,-->,0.617779,0.000000,0.020378,0.000000 +100,-50,-25,-->,0.549100,0.000000,0.139414,0.000000 +100,-50,0,-->,0.467122,0.000000,0.275068,0.000000 +100,-50,25,-->,0.408995,0.000000,0.401709,0.000000 +100,-50,50,-->,0.397389,0.000000,0.579949,0.000000 +100,-50,75,-->,0.378306,0.000000,0.739231,0.000000 +100,-50,100,-->,0.381947,0.000000,0.949043,0.000000 +100,-50,128,-->,0.354983,0.000000,0.999142,0.000000 +100,-25,-127,-->,0.576654,0.261613,0.000000,0.000000 +100,-25,-100,-->,0.566295,0.247581,0.000000,0.000000 +100,-25,-75,-->,0.532721,0.197728,0.000000,0.000000 +100,-25,-50,-->,0.475598,0.115171,0.000183,0.000019 +100,-25,-25,-->,0.393602,0.007350,0.015249,0.000014 +100,-25,0,-->,0.301345,0.000000,0.159253,0.000000 +100,-25,25,-->,0.252969,0.000000,0.347703,0.000000 +100,-25,50,-->,0.224872,0.000000,0.569432,0.000000 +100,-25,75,-->,0.214967,0.000000,0.814412,0.000000 +100,-25,100,-->,0.199511,0.000169,0.997831,0.000617 +100,-25,128,-->,0.179723,0.008429,0.997992,0.030076 +100,0,-127,-->,0.534638,0.302337,0.000000,0.000000 +100,0,-100,-->,0.519381,0.294474,0.000000,0.000000 +100,0,-75,-->,0.468321,0.267758,0.000000,0.000000 +100,0,-50,-->,0.392682,0.227709,0.000192,0.000018 +100,0,-25,-->,0.272987,0.154684,0.002640,0.000044 +100,0,0,-->,0.036877,0.023785,0.001964,0.000000 +100,0,25,-->,0.000000,0.024028,0.265396,0.000000 +100,0,50,-->,0.000000,0.044926,0.549305,0.000000 +100,0,75,-->,0.000000,0.059784,0.797232,0.000000 +100,0,100,-->,0.000256,0.072419,0.995003,0.000934 +100,0,128,-->,0.012864,0.100894,0.996934,0.046199 +100,25,-127,-->,0.537023,0.307271,0.000000,0.000000 +100,25,-100,-->,0.521905,0.301263,0.000000,0.000000 +100,25,-75,-->,0.470789,0.281664,0.000000,0.000000 +100,25,-50,-->,0.394412,0.260851,0.000000,0.000000 +100,25,-25,-->,0.249934,0.266829,0.000902,0.000011 +100,25,0,-->,0.005402,0.255940,0.017214,0.000048 +100,25,25,-->,0.000000,0.256547,0.242602,0.000000 +100,25,50,-->,0.000000,0.288317,0.424455,0.000000 +100,25,75,-->,0.000000,0.295588,0.637204,0.000000 +100,25,100,-->,0.000000,0.291136,0.849984,0.000000 +100,25,128,-->,0.000000,0.289150,0.977603,0.000000 +100,50,-127,-->,0.546946,0.313907,0.000000,0.000000 +100,50,-100,-->,0.530198,0.312849,0.000000,0.000000 +100,50,-75,-->,0.470392,0.316520,0.000000,0.000000 +100,50,-50,-->,0.368152,0.342452,0.000107,0.000004 +100,50,-25,-->,0.147290,0.388852,0.003136,0.000323 +100,50,0,-->,0.000000,0.401788,0.038604,0.000000 +100,50,25,-->,0.000000,0.397198,0.241415,0.000000 +100,50,50,-->,0.000000,0.396716,0.404936,0.000000 +100,50,75,-->,0.000000,0.424205,0.530435,0.000000 +100,50,100,-->,0.000000,0.451072,0.659807,0.000000 +100,50,128,-->,0.000000,0.459612,0.790004,0.000000 +100,75,-127,-->,0.533337,0.346104,0.000000,0.000000 +100,75,-100,-->,0.516852,0.347196,0.000000,0.000000 +100,75,-75,-->,0.439492,0.375169,0.000000,0.000000 +100,75,-50,-->,0.267607,0.437717,0.000440,0.000047 +100,75,-25,-->,0.100537,0.470133,0.005331,0.000571 +100,75,0,-->,0.000000,0.490013,0.042671,0.000000 +100,75,25,-->,0.000000,0.487444,0.231186,0.000000 +100,75,50,-->,0.000000,0.491564,0.396963,0.000000 +100,75,75,-->,0.000000,0.496708,0.541196,0.000000 +100,75,100,-->,0.000000,0.523213,0.641715,0.000000 +100,75,128,-->,0.000000,0.535067,0.696112,0.000000 +100,100,-127,-->,0.520709,0.373110,0.000000,0.000000 +100,100,-100,-->,0.481558,0.393531,0.000000,0.000000 +100,100,-75,-->,0.350644,0.455555,0.000000,0.000000 +100,100,-50,-->,0.178673,0.504122,0.000949,0.000173 +100,100,-25,-->,0.069810,0.532015,0.004679,0.001096 +100,100,0,-->,0.000000,0.556738,0.062473,0.000000 +100,100,25,-->,0.000000,0.553525,0.221327,0.000000 +100,100,50,-->,0.000000,0.559435,0.371909,0.000000 +100,100,75,-->,0.000000,0.558863,0.522589,0.000000 +100,100,100,-->,0.000000,0.564762,0.631686,0.000000 +100,100,128,-->,0.000000,0.576048,0.681583,0.000000 +100,128,-127,-->,0.480165,0.414688,0.000000,0.000000 +100,128,-100,-->,0.438186,0.436920,0.000000,0.000000 +100,128,-75,-->,0.294982,0.493820,0.000014,0.000003 +100,128,-50,-->,0.155109,0.532439,0.001553,0.000366 +100,128,-25,-->,0.056752,0.567488,0.003907,0.000883 +100,128,0,-->,0.000000,0.590116,0.067131,0.000000 +100,128,25,-->,0.000000,0.586545,0.215236,0.000000 +100,128,50,-->,0.000000,0.590874,0.357177,0.000000 +100,128,75,-->,0.000000,0.592123,0.496949,0.000000 +100,128,100,-->,0.000000,0.591093,0.627203,0.000000 +100,128,128,-->,0.000000,0.598142,0.676032,0.000000 +-1,0,0,-->,0.705518,0.693226,0.697089,0.895626 +101,0,0,-->,0.037285,0.024087,0.001975,0.000000 +50,-130,0,-->,0.997699,0.009626,0.605051,0.033369 +50,130,0,-->,0.000000,0.929065,0.086308,0.000000 +50,0,-130,-->,0.720858,0.417944,0.000000,0.000000 +50,0,130,-->,0.118786,0.212611,0.968961,0.344694 diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-0.csv new file mode 100644 index 0000000..f26875e --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-0.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,100.389267,-0.001968,-0.001953 +0,0,0,0.2,-->,79.844528,-0.640630,-1.785866 +0,0,0,0.4,-->,62.367558,-0.678894,-2.207887 +0,0,0,0.6,-->,48.789402,-0.427424,-2.030338 +0,0,0,0.8,-->,35.315495,-0.122407,-1.362615 +0,0,0,1,-->,23.600971,0.577440,-0.192110 +0,0,0.2,0,-->,97.810730,-4.257352,34.794514 +0,0,0.2,0.2,-->,78.640633,-4.026143,26.347536 +0,0,0.2,0.4,-->,60.962273,-3.533689,19.535671 +0,0,0.2,0.6,-->,47.654957,-2.940092,14.776913 +0,0,0.2,0.8,-->,34.417225,-2.579765,9.557817 +0,0,0.2,1,-->,22.858877,-2.565280,4.781853 +0,0,0.4,0,-->,96.497917,-5.448429,63.583317 +0,0,0.4,0.2,-->,77.283272,-5.710212,48.474190 +0,0,0.4,0.4,-->,59.758724,-5.125226,36.349815 +0,0,0.4,0.6,-->,46.670410,-4.308939,27.218418 +0,0,0.4,0.8,-->,33.685272,-3.581657,17.501959 +0,0,0.4,1,-->,22.222569,-3.256007,8.017759 +0,0,0.6,0,-->,95.368080,-6.552338,82.778015 +0,0,0.6,0.2,-->,76.352486,-6.496937,61.803967 +0,0,0.6,0.4,-->,59.175026,-5.806537,46.898762 +0,0,0.6,0.6,-->,46.859131,-4.948049,35.205574 +0,0,0.6,0.8,-->,33.278610,-3.856983,22.130127 +0,0,0.6,1,-->,21.961229,-2.922666,9.715433 +0,0,0.8,0,-->,95.488335,-6.133023,89.412781 +0,0,0.8,0.2,-->,76.050537,-6.664098,66.357918 +0,0,0.8,0.4,-->,58.994938,-5.953012,50.501713 +0,0,0.8,0.6,-->,47.009285,-5.068358,37.934147 +0,0,0.8,0.8,-->,33.174015,-3.846556,23.711313 +0,0,0.8,1,-->,21.895464,-2.676356,10.194952 +0,0,1,0,-->,95.511368,-6.052612,90.683647 +0,0,1,0.2,-->,75.992699,-6.696137,67.226440 +0,0,1,0.4,-->,58.960438,-5.981061,51.188263 +0,0,1,0.6,-->,47.037933,-5.091461,38.454006 +0,0,1,0.8,-->,33.153969,-3.844558,24.012104 +0,0,1,1,-->,21.882816,-2.629163,10.286406 +0,0.2,0,0,-->,80.255730,28.600313,-5.584157 +0,0.2,0,0.2,-->,64.452850,22.832451,-5.680004 +0,0.2,0,0.4,-->,50.726475,17.792675,-5.162981 +0,0.2,0,0.6,-->,39.892796,14.133532,-4.291003 +0,0.2,0,0.8,-->,29.270256,9.306818,-3.046502 +0,0.2,0,1,-->,19.813644,4.507219,-1.776610 +0,0.2,0.2,0,-->,78.781990,25.696569,23.216671 +0,0.2,0.2,0.2,-->,63.668041,19.242645,16.454811 +0,0.2,0.2,0.4,-->,49.581760,15.210241,12.465938 +0,0.2,0.2,0.6,-->,39.502987,11.297577,9.366870 +0,0.2,0.2,0.8,-->,28.523743,6.860950,6.058600 +0,0.2,0.2,1,-->,19.347004,2.098833,2.349589 +0,0.2,0.4,0,-->,77.441856,25.042032,45.791092 +0,0.2,0.4,0.2,-->,62.500214,18.020693,35.895725 +0,0.2,0.4,0.4,-->,48.693813,13.148761,27.400034 +0,0.2,0.4,0.6,-->,38.066616,10.118393,20.111265 +0,0.2,0.4,0.8,-->,27.836864,5.838470,12.587790 +0,0.2,0.4,1,-->,19.092840,1.196867,5.082630 +0,0.2,0.6,0,-->,76.942879,23.974121,60.423725 +0,0.2,0.6,0.2,-->,62.014179,17.433456,47.808071 +0,0.2,0.6,0.4,-->,48.236580,12.764997,35.642944 +0,0.2,0.6,0.6,-->,38.072029,9.290752,26.358509 +0,0.2,0.6,0.8,-->,27.843431,5.089576,16.457563 +0,0.2,0.6,1,-->,19.074520,1.329176,6.403682 +0,0.2,0.8,0,-->,76.799767,23.708729,65.471329 +0,0.2,0.8,0.2,-->,61.856133,17.315268,51.854397 +0,0.2,0.8,0.4,-->,48.100101,12.729462,38.431435 +0,0.2,0.8,0.6,-->,38.112545,9.104836,28.480148 +0,0.2,0.8,0.8,-->,27.853008,5.136496,17.593201 +0,0.2,0.8,1,-->,19.082672,1.452472,6.683271 +0,0.2,1,0,-->,76.772339,23.657888,66.438835 +0,0.2,1,0.2,-->,61.825829,17.292652,52.626015 +0,0.2,1,0.4,-->,48.073940,12.722668,38.962616 +0,0.2,1,0.6,-->,38.120316,9.069209,28.884432 +0,0.2,1,0.8,-->,27.854841,5.145494,17.809362 +0,0.2,1,1,-->,19.084234,1.476107,6.736773 +0,0.4,0,0,-->,66.592819,52.158440,-6.940289 +0,0.4,0,0.2,-->,53.138714,42.072079,-6.952024 +0,0.4,0,0.4,-->,42.073685,32.840611,-6.108066 +0,0.4,0,0.6,-->,33.356991,25.779755,-5.011825 +0,0.4,0,0.8,-->,24.740709,17.292683,-3.381697 +0,0.4,0,1,-->,17.500492,8.967496,-1.604357 +0,0.4,0.2,0,-->,65.280304,50.111446,17.415886 +0,0.4,0.2,0.2,-->,52.290993,39.308640,12.601059 +0,0.4,0.2,0.4,-->,41.082603,30.113634,9.332215 +0,0.4,0.2,0.6,-->,32.606445,23.054586,6.863108 +0,0.4,0.2,0.8,-->,24.225941,14.799058,4.243225 +0,0.4,0.2,1,-->,17.355562,6.500395,1.937174 +0,0.4,0.4,0,-->,64.804085,48.267040,36.487034 +0,0.4,0.4,0.2,-->,52.003456,38.268986,27.901470 +0,0.4,0.4,0.4,-->,40.600090,28.636593,21.057156 +0,0.4,0.4,0.6,-->,32.065533,21.384317,15.474100 +0,0.4,0.4,0.8,-->,23.928108,13.277240,9.720904 +0,0.4,0.4,1,-->,17.343887,5.255658,4.094197 +0,0.4,0.6,0,-->,64.135712,48.361275,49.718075 +0,0.4,0.6,0.2,-->,51.604374,37.156693,37.647930 +0,0.4,0.6,0.4,-->,40.293491,27.948267,27.930773 +0,0.4,0.6,0.6,-->,32.016926,20.457607,20.448368 +0,0.4,0.6,0.8,-->,23.862955,12.433578,12.449006 +0,0.4,0.6,1,-->,17.523438,5.319175,5.188538 +0,0.4,0.8,0,-->,63.934700,48.479706,54.272572 +0,0.4,0.8,0.2,-->,51.486565,36.846100,40.951275 +0,0.4,0.8,0.4,-->,40.195801,27.825550,30.228054 +0,0.4,0.8,0.6,-->,32.029892,20.248604,22.097204 +0,0.4,0.8,0.8,-->,23.907755,12.449659,13.312624 +0,0.4,0.8,1,-->,17.619907,5.491336,5.502051 +0,0.4,1,0,-->,63.896034,48.502384,55.140339 +0,0.4,1,0.2,-->,51.463978,36.786594,41.583046 +0,0.4,1,0.4,-->,40.177074,27.802052,30.665564 +0,0.4,1,0.6,-->,32.032375,20.208509,22.411144 +0,0.4,1,0.8,-->,23.916382,12.452730,13.478614 +0,0.4,1,1,-->,17.638340,5.524379,5.562377 +0,0.6,0,0,-->,57.659458,68.499329,-7.261981 +0,0.6,0,0.2,-->,46.404575,55.100044,-7.340332 +0,0.6,0,0.4,-->,36.529045,43.747349,-6.303527 +0,0.6,0,0.6,-->,29.613581,33.838512,-5.509058 +0,0.6,0,0.8,-->,22.064117,22.905634,-3.300047 +0,0.6,0,1,-->,16.291735,12.435190,-1.163224 +0,0.6,0.2,0,-->,57.493191,65.673996,14.722637 +0,0.6,0.2,0.2,-->,45.821854,52.457577,10.262938 +0,0.6,0.2,0.4,-->,36.002289,40.207169,7.417650 +0,0.6,0.2,0.6,-->,28.874134,30.489176,5.380199 +0,0.6,0.2,0.8,-->,21.949492,20.007105,3.475636 +0,0.6,0.2,1,-->,16.388491,9.834852,1.999415 +0,0.6,0.4,0,-->,57.178543,64.424896,31.635803 +0,0.6,0.4,0.2,-->,45.756493,50.959816,23.610542 +0,0.6,0.4,0.4,-->,35.739868,38.546642,17.482353 +0,0.6,0.4,0.6,-->,28.438612,28.985825,12.528270 +0,0.6,0.4,0.8,-->,21.717968,18.505394,7.968074 +0,0.6,0.4,1,-->,16.551458,8.545521,3.892762 +0,0.6,0.6,0,-->,56.974148,63.327290,42.548923 +0,0.6,0.6,0.2,-->,45.869503,49.502369,31.147438 +0,0.6,0.6,0.4,-->,35.976936,37.499756,23.106461 +0,0.6,0.6,0.6,-->,28.823030,28.217749,16.740709 +0,0.6,0.6,0.8,-->,21.929199,17.703789,10.374986 +0,0.6,0.6,1,-->,16.859570,8.551783,4.835750 +0,0.6,0.8,0,-->,56.930744,62.991173,46.268044 +0,0.6,0.8,0.2,-->,45.932030,49.082458,33.671673 +0,0.6,0.8,0.4,-->,36.098145,37.252739,24.958086 +0,0.6,0.8,0.6,-->,29.011982,28.087706,18.136646 +0,0.6,0.8,0.8,-->,22.012510,17.524059,11.111189 +0,0.6,0.8,1,-->,16.983238,8.636382,5.034738 +0,0.6,1,0,-->,56.922417,62.926804,46.977009 +0,0.6,1,0.2,-->,45.944012,49.001995,34.153942 +0,0.6,1,0.4,-->,36.121376,37.205391,25.312592 +0,0.6,1,0.6,-->,29.048204,28.062763,18.402861 +0,0.6,1,0.8,-->,22.028482,17.489603,11.252754 +0,0.6,1,1,-->,17.006958,8.652615,5.072903 +0,0.8,0,0,-->,54.969692,74.082016,-6.936847 +0,0.8,0,0.2,-->,44.197830,59.549454,-7.415591 +0,0.8,0,0.4,-->,34.705696,47.493584,-6.305321 +0,0.8,0,0.6,-->,28.450827,36.600327,-5.649940 +0,0.8,0,0.8,-->,21.214861,24.889372,-3.241036 +0,0.8,0,1,-->,15.946043,13.609159,-0.947092 +0,0.8,0.2,0,-->,54.944073,70.971657,13.908492 +0,0.8,0.2,0.2,-->,43.698299,56.951046,9.556631 +0,0.8,0.2,0.4,-->,34.341347,43.652794,6.838273 +0,0.8,0.2,0.6,-->,27.663568,33.031895,4.937903 +0,0.8,0.2,0.8,-->,21.258396,21.796991,3.302167 +0,0.8,0.2,1,-->,16.105530,10.955063,2.038689 +0,0.8,0.4,0,-->,54.688488,69.926376,30.088253 +0,0.8,0.4,0.2,-->,43.717514,55.287148,22.208023 +0,0.8,0.4,0.4,-->,34.178883,41.917625,16.365334 +0,0.8,0.4,0.6,-->,27.274502,31.598885,11.576162 +0,0.8,0.4,0.8,-->,21.091976,20.320192,7.562088 +0,0.8,0.4,1,-->,16.359552,9.700583,3.914177 +0,0.8,0.6,0,-->,54.633976,68.353096,40.171864 +0,0.8,0.6,0.2,-->,44.005466,53.696037,28.974852 +0,0.8,0.6,0.4,-->,34.605473,40.763447,21.507202 +0,0.8,0.6,0.6,-->,27.826878,30.905619,15.529531 +0,0.8,0.6,0.8,-->,21.320412,19.490940,9.721011 +0,0.8,0.6,1,-->,16.687695,9.640835,4.739569 +0,0.8,0.8,0,-->,54.650669,67.855957,43.626392 +0,0.8,0.8,0.2,-->,44.141670,53.191242,31.220835 +0,0.8,0.8,0.4,-->,34.797565,40.462486,23.217644 +0,0.8,0.8,0.6,-->,28.093735,30.835930,16.841860 +0,0.8,0.8,0.8,-->,21.411406,19.266554,10.393985 +0,0.8,0.8,1,-->,16.841457,9.732167,4.933085 +0,0.8,1,0,-->,54.653854,67.760796,44.287071 +0,0.8,1,0.2,-->,44.167778,53.094635,31.652126 +0,0.8,1,0.4,-->,34.834328,40.404804,23.546736 +0,0.8,1,0.6,-->,28.144899,30.822525,17.092707 +0,0.8,1,0.8,-->,21.428854,19.223526,10.522646 +0,0.8,1,1,-->,16.870857,9.749661,4.970186 +0,1,0,0,-->,54.497368,75.060043,-6.879842 +0,1,0,0.2,-->,43.811447,60.331165,-7.428609 +0,1,0,0.4,-->,34.385349,48.149761,-6.305374 +0,1,0,0.6,-->,28.247143,37.083023,-5.674350 +0,1,0,0.8,-->,21.065823,25.237616,-3.230579 +0,1,0,1,-->,15.885772,13.813953,-0.909413 +0,1,0.2,0,-->,54.496330,71.899261,13.766212 +0,1,0.2,0.2,-->,43.326527,57.738213,9.432940 +0,1,0.2,0.4,-->,34.050930,44.255775,6.736696 +0,1,0.2,0.6,-->,27.451885,33.478764,4.860433 +0,1,0.2,0.8,-->,21.137512,22.109259,3.271784 +0,1,0.2,1,-->,16.055666,11.152014,2.045499 +0,1,0.4,0,-->,54.251217,70.891769,29.814774 +0,1,0.4,0.2,-->,43.360378,56.047592,21.960138 +0,1,0.4,0.4,-->,33.905918,42.506168,16.169462 +0,1,0.4,0.6,-->,27.070961,32.054493,11.409686 +0,1,0.4,0.8,-->,20.981640,20.636868,7.491123 +0,1,0.4,1,-->,16.325926,9.902580,3.917871 +0,1,0.6,0,-->,54.223389,69.232018,39.753658 +0,1,0.6,0.2,-->,43.677799,54.432392,28.594522 +0,1,0.6,0.4,-->,34.364265,41.333492,21.225533 +0,1,0.6,0.6,-->,27.651289,31.377037,15.316029 +0,1,0.6,0.8,-->,21.214069,19.803421,9.605801 +0,1,0.6,1,-->,16.657753,9.832177,4.722713 +0,1,0.8,0,-->,54.250389,68.710594,43.161938 +0,1,0.8,0.2,-->,43.828083,53.912304,30.792263 +0,1,0.8,0.4,-->,34.569473,41.023228,22.912823 +0,1,0.8,0.6,-->,27.933126,31.317608,16.615711 +0,1,0.8,0.8,-->,21.306404,19.573122,10.268455 +0,1,0.8,1,-->,16.816429,9.924011,4.915226 +0,1,1,0,-->,54.255573,68.610649,43.815685 +0,1,1,0.2,-->,43.856888,53.812080,31.211851 +0,1,1,0.4,-->,34.608944,40.963772,23.235426 +0,1,1,0.6,-->,27.986898,31.306118,16.863852 +0,1,1,0.8,-->,21.324100,19.528862,10.395019 +0,1,1,1,-->,16.846907,9.941627,4.952190 +0.2,0,0,0,-->,100.389267,-0.001968,-0.001953 +0.2,0,0,0.2,-->,79.844528,-0.640630,-1.785866 +0.2,0,0,0.4,-->,62.367558,-0.678894,-2.207887 +0.2,0,0,0.6,-->,48.789402,-0.427424,-2.030338 +0.2,0,0,0.8,-->,35.315495,-0.122407,-1.362615 +0.2,0,0,1,-->,23.600971,0.577440,-0.192110 +0.2,0,0.2,0,-->,97.810730,-4.257352,34.794514 +0.2,0,0.2,0.2,-->,78.640633,-4.026143,26.347536 +0.2,0,0.2,0.4,-->,60.962273,-3.533689,19.535671 +0.2,0,0.2,0.6,-->,47.654957,-2.940092,14.776913 +0.2,0,0.2,0.8,-->,34.417225,-2.579765,9.557817 +0.2,0,0.2,1,-->,22.858877,-2.565280,4.781853 +0.2,0,0.4,0,-->,96.497917,-5.448429,63.583317 +0.2,0,0.4,0.2,-->,77.283272,-5.710212,48.474190 +0.2,0,0.4,0.4,-->,59.758724,-5.125226,36.349815 +0.2,0,0.4,0.6,-->,46.670410,-4.308939,27.218418 +0.2,0,0.4,0.8,-->,33.685272,-3.581657,17.501959 +0.2,0,0.4,1,-->,22.222569,-3.256007,8.017759 +0.2,0,0.6,0,-->,95.368080,-6.552338,82.778015 +0.2,0,0.6,0.2,-->,76.352486,-6.496937,61.803967 +0.2,0,0.6,0.4,-->,59.175026,-5.806537,46.898762 +0.2,0,0.6,0.6,-->,46.859131,-4.948049,35.205574 +0.2,0,0.6,0.8,-->,33.278610,-3.856983,22.130127 +0.2,0,0.6,1,-->,21.961229,-2.922666,9.715433 +0.2,0,0.8,0,-->,95.488335,-6.133023,89.412781 +0.2,0,0.8,0.2,-->,76.050537,-6.664098,66.357918 +0.2,0,0.8,0.4,-->,58.994938,-5.953012,50.501713 +0.2,0,0.8,0.6,-->,47.009285,-5.068358,37.934147 +0.2,0,0.8,0.8,-->,33.174015,-3.846556,23.711313 +0.2,0,0.8,1,-->,21.895464,-2.676356,10.194952 +0.2,0,1,0,-->,95.511368,-6.052612,90.683647 +0.2,0,1,0.2,-->,75.992699,-6.696137,67.226440 +0.2,0,1,0.4,-->,58.960438,-5.981061,51.188263 +0.2,0,1,0.6,-->,47.037933,-5.091461,38.454006 +0.2,0,1,0.8,-->,33.153969,-3.844558,24.012104 +0.2,0,1,1,-->,21.882816,-2.629163,10.286406 +0.2,0.2,0,0,-->,80.255730,28.600313,-5.584157 +0.2,0.2,0,0.2,-->,64.452850,22.832451,-5.680004 +0.2,0.2,0,0.4,-->,50.726475,17.792675,-5.162981 +0.2,0.2,0,0.6,-->,39.892796,14.133532,-4.291003 +0.2,0.2,0,0.8,-->,29.270256,9.306818,-3.046502 +0.2,0.2,0,1,-->,19.813644,4.507219,-1.776610 +0.2,0.2,0.2,0,-->,78.781990,25.696569,23.216671 +0.2,0.2,0.2,0.2,-->,63.668041,19.242645,16.454811 +0.2,0.2,0.2,0.4,-->,49.581760,15.210241,12.465938 +0.2,0.2,0.2,0.6,-->,39.502987,11.297577,9.366870 +0.2,0.2,0.2,0.8,-->,28.523743,6.860950,6.058600 +0.2,0.2,0.2,1,-->,19.347004,2.098833,2.349589 +0.2,0.2,0.4,0,-->,77.441856,25.042032,45.791092 +0.2,0.2,0.4,0.2,-->,62.500214,18.020693,35.895725 +0.2,0.2,0.4,0.4,-->,48.693813,13.148761,27.400034 +0.2,0.2,0.4,0.6,-->,38.066616,10.118393,20.111265 +0.2,0.2,0.4,0.8,-->,27.836864,5.838470,12.587790 +0.2,0.2,0.4,1,-->,19.092840,1.196867,5.082630 +0.2,0.2,0.6,0,-->,76.942879,23.974121,60.423725 +0.2,0.2,0.6,0.2,-->,62.014179,17.433456,47.808071 +0.2,0.2,0.6,0.4,-->,48.236580,12.764997,35.642944 +0.2,0.2,0.6,0.6,-->,38.072029,9.290752,26.358509 +0.2,0.2,0.6,0.8,-->,27.843431,5.089576,16.457563 +0.2,0.2,0.6,1,-->,19.074520,1.329176,6.403682 +0.2,0.2,0.8,0,-->,76.799767,23.708729,65.471329 +0.2,0.2,0.8,0.2,-->,61.856133,17.315268,51.854397 +0.2,0.2,0.8,0.4,-->,48.100101,12.729462,38.431435 +0.2,0.2,0.8,0.6,-->,38.112545,9.104836,28.480148 +0.2,0.2,0.8,0.8,-->,27.853008,5.136496,17.593201 +0.2,0.2,0.8,1,-->,19.082672,1.452472,6.683271 +0.2,0.2,1,0,-->,76.772339,23.657888,66.438835 +0.2,0.2,1,0.2,-->,61.825829,17.292652,52.626015 +0.2,0.2,1,0.4,-->,48.073940,12.722668,38.962616 +0.2,0.2,1,0.6,-->,38.120316,9.069209,28.884432 +0.2,0.2,1,0.8,-->,27.854841,5.145494,17.809362 +0.2,0.2,1,1,-->,19.084234,1.476107,6.736773 +0.2,0.4,0,0,-->,66.592819,52.158440,-6.940289 +0.2,0.4,0,0.2,-->,53.138714,42.072079,-6.952024 +0.2,0.4,0,0.4,-->,42.073685,32.840611,-6.108066 +0.2,0.4,0,0.6,-->,33.356991,25.779755,-5.011825 +0.2,0.4,0,0.8,-->,24.740709,17.292683,-3.381697 +0.2,0.4,0,1,-->,17.500492,8.967496,-1.604357 +0.2,0.4,0.2,0,-->,65.280304,50.111446,17.415886 +0.2,0.4,0.2,0.2,-->,52.290993,39.308640,12.601059 +0.2,0.4,0.2,0.4,-->,41.082603,30.113634,9.332215 +0.2,0.4,0.2,0.6,-->,32.606445,23.054586,6.863108 +0.2,0.4,0.2,0.8,-->,24.225941,14.799058,4.243225 +0.2,0.4,0.2,1,-->,17.355562,6.500395,1.937174 +0.2,0.4,0.4,0,-->,64.804085,48.267040,36.487034 +0.2,0.4,0.4,0.2,-->,52.003456,38.268986,27.901470 +0.2,0.4,0.4,0.4,-->,40.600090,28.636593,21.057156 +0.2,0.4,0.4,0.6,-->,32.065533,21.384317,15.474100 +0.2,0.4,0.4,0.8,-->,23.928108,13.277240,9.720904 +0.2,0.4,0.4,1,-->,17.343887,5.255658,4.094197 +0.2,0.4,0.6,0,-->,64.135712,48.361275,49.718075 +0.2,0.4,0.6,0.2,-->,51.604374,37.156693,37.647930 +0.2,0.4,0.6,0.4,-->,40.293491,27.948267,27.930773 +0.2,0.4,0.6,0.6,-->,32.016926,20.457607,20.448368 +0.2,0.4,0.6,0.8,-->,23.862955,12.433578,12.449006 +0.2,0.4,0.6,1,-->,17.523438,5.319175,5.188538 +0.2,0.4,0.8,0,-->,63.934700,48.479706,54.272572 +0.2,0.4,0.8,0.2,-->,51.486565,36.846100,40.951275 +0.2,0.4,0.8,0.4,-->,40.195801,27.825550,30.228054 +0.2,0.4,0.8,0.6,-->,32.029892,20.248604,22.097204 +0.2,0.4,0.8,0.8,-->,23.907755,12.449659,13.312624 +0.2,0.4,0.8,1,-->,17.619907,5.491336,5.502051 +0.2,0.4,1,0,-->,63.896034,48.502384,55.140339 +0.2,0.4,1,0.2,-->,51.463978,36.786594,41.583046 +0.2,0.4,1,0.4,-->,40.177074,27.802052,30.665564 +0.2,0.4,1,0.6,-->,32.032375,20.208509,22.411144 +0.2,0.4,1,0.8,-->,23.916382,12.452730,13.478614 +0.2,0.4,1,1,-->,17.638340,5.524379,5.562377 +0.2,0.6,0,0,-->,57.659458,68.499329,-7.261981 +0.2,0.6,0,0.2,-->,46.404575,55.100044,-7.340332 +0.2,0.6,0,0.4,-->,36.529045,43.747349,-6.303527 +0.2,0.6,0,0.6,-->,29.613581,33.838512,-5.509058 +0.2,0.6,0,0.8,-->,22.064117,22.905634,-3.300047 +0.2,0.6,0,1,-->,16.291735,12.435190,-1.163224 +0.2,0.6,0.2,0,-->,57.493191,65.673996,14.722637 +0.2,0.6,0.2,0.2,-->,45.821854,52.457577,10.262938 +0.2,0.6,0.2,0.4,-->,36.002289,40.207169,7.417650 +0.2,0.6,0.2,0.6,-->,28.874134,30.489176,5.380199 +0.2,0.6,0.2,0.8,-->,21.949492,20.007105,3.475636 +0.2,0.6,0.2,1,-->,16.388491,9.834852,1.999415 +0.2,0.6,0.4,0,-->,57.178543,64.424896,31.635803 +0.2,0.6,0.4,0.2,-->,45.756493,50.959816,23.610542 +0.2,0.6,0.4,0.4,-->,35.739868,38.546642,17.482353 +0.2,0.6,0.4,0.6,-->,28.438612,28.985825,12.528270 +0.2,0.6,0.4,0.8,-->,21.717968,18.505394,7.968074 +0.2,0.6,0.4,1,-->,16.551458,8.545521,3.892762 +0.2,0.6,0.6,0,-->,56.974148,63.327290,42.548923 +0.2,0.6,0.6,0.2,-->,45.869503,49.502369,31.147438 +0.2,0.6,0.6,0.4,-->,35.976936,37.499756,23.106461 +0.2,0.6,0.6,0.6,-->,28.823030,28.217749,16.740709 +0.2,0.6,0.6,0.8,-->,21.929199,17.703789,10.374986 +0.2,0.6,0.6,1,-->,16.859570,8.551783,4.835750 +0.2,0.6,0.8,0,-->,56.930744,62.991173,46.268044 +0.2,0.6,0.8,0.2,-->,45.932030,49.082458,33.671673 +0.2,0.6,0.8,0.4,-->,36.098145,37.252739,24.958086 +0.2,0.6,0.8,0.6,-->,29.011982,28.087706,18.136646 +0.2,0.6,0.8,0.8,-->,22.012510,17.524059,11.111189 +0.2,0.6,0.8,1,-->,16.983238,8.636382,5.034738 +0.2,0.6,1,0,-->,56.922417,62.926804,46.977009 +0.2,0.6,1,0.2,-->,45.944012,49.001995,34.153942 +0.2,0.6,1,0.4,-->,36.121376,37.205391,25.312592 +0.2,0.6,1,0.6,-->,29.048204,28.062763,18.402861 +0.2,0.6,1,0.8,-->,22.028482,17.489603,11.252754 +0.2,0.6,1,1,-->,17.006958,8.652615,5.072903 +0.2,0.8,0,0,-->,54.969692,74.082016,-6.936847 +0.2,0.8,0,0.2,-->,44.197830,59.549454,-7.415591 +0.2,0.8,0,0.4,-->,34.705696,47.493584,-6.305321 +0.2,0.8,0,0.6,-->,28.450827,36.600327,-5.649940 +0.2,0.8,0,0.8,-->,21.214861,24.889372,-3.241036 +0.2,0.8,0,1,-->,15.946043,13.609159,-0.947092 +0.2,0.8,0.2,0,-->,54.944073,70.971657,13.908492 +0.2,0.8,0.2,0.2,-->,43.698299,56.951046,9.556631 +0.2,0.8,0.2,0.4,-->,34.341347,43.652794,6.838273 +0.2,0.8,0.2,0.6,-->,27.663568,33.031895,4.937903 +0.2,0.8,0.2,0.8,-->,21.258396,21.796991,3.302167 +0.2,0.8,0.2,1,-->,16.105530,10.955063,2.038689 +0.2,0.8,0.4,0,-->,54.688488,69.926376,30.088253 +0.2,0.8,0.4,0.2,-->,43.717514,55.287148,22.208023 +0.2,0.8,0.4,0.4,-->,34.178883,41.917625,16.365334 +0.2,0.8,0.4,0.6,-->,27.274502,31.598885,11.576162 +0.2,0.8,0.4,0.8,-->,21.091976,20.320192,7.562088 +0.2,0.8,0.4,1,-->,16.359552,9.700583,3.914177 +0.2,0.8,0.6,0,-->,54.633976,68.353096,40.171864 +0.2,0.8,0.6,0.2,-->,44.005466,53.696037,28.974852 +0.2,0.8,0.6,0.4,-->,34.605473,40.763447,21.507202 +0.2,0.8,0.6,0.6,-->,27.826878,30.905619,15.529531 +0.2,0.8,0.6,0.8,-->,21.320412,19.490940,9.721011 +0.2,0.8,0.6,1,-->,16.687695,9.640835,4.739569 +0.2,0.8,0.8,0,-->,54.650669,67.855957,43.626392 +0.2,0.8,0.8,0.2,-->,44.141670,53.191242,31.220835 +0.2,0.8,0.8,0.4,-->,34.797565,40.462486,23.217644 +0.2,0.8,0.8,0.6,-->,28.093735,30.835930,16.841860 +0.2,0.8,0.8,0.8,-->,21.411406,19.266554,10.393985 +0.2,0.8,0.8,1,-->,16.841457,9.732167,4.933085 +0.2,0.8,1,0,-->,54.653854,67.760796,44.287071 +0.2,0.8,1,0.2,-->,44.167778,53.094635,31.652126 +0.2,0.8,1,0.4,-->,34.834328,40.404804,23.546736 +0.2,0.8,1,0.6,-->,28.144899,30.822525,17.092707 +0.2,0.8,1,0.8,-->,21.428854,19.223526,10.522646 +0.2,0.8,1,1,-->,16.870857,9.749661,4.970186 +0.2,1,0,0,-->,54.497368,75.060043,-6.879842 +0.2,1,0,0.2,-->,43.811447,60.331165,-7.428609 +0.2,1,0,0.4,-->,34.385349,48.149761,-6.305374 +0.2,1,0,0.6,-->,28.247143,37.083023,-5.674350 +0.2,1,0,0.8,-->,21.065823,25.237616,-3.230579 +0.2,1,0,1,-->,15.885772,13.813953,-0.909413 +0.2,1,0.2,0,-->,54.496330,71.899261,13.766212 +0.2,1,0.2,0.2,-->,43.326527,57.738213,9.432940 +0.2,1,0.2,0.4,-->,34.050930,44.255775,6.736696 +0.2,1,0.2,0.6,-->,27.451885,33.478764,4.860433 +0.2,1,0.2,0.8,-->,21.137512,22.109259,3.271784 +0.2,1,0.2,1,-->,16.055666,11.152014,2.045499 +0.2,1,0.4,0,-->,54.251217,70.891769,29.814774 +0.2,1,0.4,0.2,-->,43.360378,56.047592,21.960138 +0.2,1,0.4,0.4,-->,33.905918,42.506168,16.169462 +0.2,1,0.4,0.6,-->,27.070961,32.054493,11.409686 +0.2,1,0.4,0.8,-->,20.981640,20.636868,7.491123 +0.2,1,0.4,1,-->,16.325926,9.902580,3.917871 +0.2,1,0.6,0,-->,54.223389,69.232018,39.753658 +0.2,1,0.6,0.2,-->,43.677799,54.432392,28.594522 +0.2,1,0.6,0.4,-->,34.364265,41.333492,21.225533 +0.2,1,0.6,0.6,-->,27.651289,31.377037,15.316029 +0.2,1,0.6,0.8,-->,21.214069,19.803421,9.605801 +0.2,1,0.6,1,-->,16.657753,9.832177,4.722713 +0.2,1,0.8,0,-->,54.250389,68.710594,43.161938 +0.2,1,0.8,0.2,-->,43.828083,53.912304,30.792263 +0.2,1,0.8,0.4,-->,34.569473,41.023228,22.912823 +0.2,1,0.8,0.6,-->,27.933126,31.317608,16.615711 +0.2,1,0.8,0.8,-->,21.306404,19.573122,10.268455 +0.2,1,0.8,1,-->,16.816429,9.924011,4.915226 +0.2,1,1,0,-->,54.255573,68.610649,43.815685 +0.2,1,1,0.2,-->,43.856888,53.812080,31.211851 +0.2,1,1,0.4,-->,34.608944,40.963772,23.235426 +0.2,1,1,0.6,-->,27.986898,31.306118,16.863852 +0.2,1,1,0.8,-->,21.324100,19.528862,10.395019 +0.2,1,1,1,-->,16.846907,9.941627,4.952190 +0.4,0,0,0,-->,100.389267,-0.001968,-0.001953 +0.4,0,0,0.2,-->,79.844528,-0.640630,-1.785866 +0.4,0,0,0.4,-->,62.367558,-0.678894,-2.207887 +0.4,0,0,0.6,-->,48.789402,-0.427424,-2.030338 +0.4,0,0,0.8,-->,35.315495,-0.122407,-1.362615 +0.4,0,0,1,-->,23.600971,0.577440,-0.192110 +0.4,0,0.2,0,-->,97.810730,-4.257352,34.794514 +0.4,0,0.2,0.2,-->,78.640633,-4.026143,26.347536 +0.4,0,0.2,0.4,-->,60.962273,-3.533689,19.535671 +0.4,0,0.2,0.6,-->,47.654957,-2.940092,14.776913 +0.4,0,0.2,0.8,-->,34.417225,-2.579765,9.557817 +0.4,0,0.2,1,-->,22.858877,-2.565280,4.781853 +0.4,0,0.4,0,-->,96.497917,-5.448429,63.583317 +0.4,0,0.4,0.2,-->,77.283272,-5.710212,48.474190 +0.4,0,0.4,0.4,-->,59.758724,-5.125226,36.349815 +0.4,0,0.4,0.6,-->,46.670410,-4.308939,27.218418 +0.4,0,0.4,0.8,-->,33.685272,-3.581657,17.501959 +0.4,0,0.4,1,-->,22.222569,-3.256007,8.017759 +0.4,0,0.6,0,-->,95.368080,-6.552338,82.778015 +0.4,0,0.6,0.2,-->,76.352486,-6.496937,61.803967 +0.4,0,0.6,0.4,-->,59.175026,-5.806537,46.898762 +0.4,0,0.6,0.6,-->,46.859131,-4.948049,35.205574 +0.4,0,0.6,0.8,-->,33.278610,-3.856983,22.130127 +0.4,0,0.6,1,-->,21.961229,-2.922666,9.715433 +0.4,0,0.8,0,-->,95.488335,-6.133023,89.412781 +0.4,0,0.8,0.2,-->,76.050537,-6.664098,66.357918 +0.4,0,0.8,0.4,-->,58.994938,-5.953012,50.501713 +0.4,0,0.8,0.6,-->,47.009285,-5.068358,37.934147 +0.4,0,0.8,0.8,-->,33.174015,-3.846556,23.711313 +0.4,0,0.8,1,-->,21.895464,-2.676356,10.194952 +0.4,0,1,0,-->,95.511368,-6.052612,90.683647 +0.4,0,1,0.2,-->,75.992699,-6.696137,67.226440 +0.4,0,1,0.4,-->,58.960438,-5.981061,51.188263 +0.4,0,1,0.6,-->,47.037933,-5.091461,38.454006 +0.4,0,1,0.8,-->,33.153969,-3.844558,24.012104 +0.4,0,1,1,-->,21.882816,-2.629163,10.286406 +0.4,0.2,0,0,-->,80.255730,28.600313,-5.584157 +0.4,0.2,0,0.2,-->,64.452850,22.832451,-5.680004 +0.4,0.2,0,0.4,-->,50.726475,17.792675,-5.162981 +0.4,0.2,0,0.6,-->,39.892796,14.133532,-4.291003 +0.4,0.2,0,0.8,-->,29.270256,9.306818,-3.046502 +0.4,0.2,0,1,-->,19.813644,4.507219,-1.776610 +0.4,0.2,0.2,0,-->,78.781990,25.696569,23.216671 +0.4,0.2,0.2,0.2,-->,63.668041,19.242645,16.454811 +0.4,0.2,0.2,0.4,-->,49.581760,15.210241,12.465938 +0.4,0.2,0.2,0.6,-->,39.502987,11.297577,9.366870 +0.4,0.2,0.2,0.8,-->,28.523743,6.860950,6.058600 +0.4,0.2,0.2,1,-->,19.347004,2.098833,2.349589 +0.4,0.2,0.4,0,-->,77.441856,25.042032,45.791092 +0.4,0.2,0.4,0.2,-->,62.500214,18.020693,35.895725 +0.4,0.2,0.4,0.4,-->,48.693813,13.148761,27.400034 +0.4,0.2,0.4,0.6,-->,38.066616,10.118393,20.111265 +0.4,0.2,0.4,0.8,-->,27.836864,5.838470,12.587790 +0.4,0.2,0.4,1,-->,19.092840,1.196867,5.082630 +0.4,0.2,0.6,0,-->,76.942879,23.974121,60.423725 +0.4,0.2,0.6,0.2,-->,62.014179,17.433456,47.808071 +0.4,0.2,0.6,0.4,-->,48.236580,12.764997,35.642944 +0.4,0.2,0.6,0.6,-->,38.072029,9.290752,26.358509 +0.4,0.2,0.6,0.8,-->,27.843431,5.089576,16.457563 +0.4,0.2,0.6,1,-->,19.074520,1.329176,6.403682 +0.4,0.2,0.8,0,-->,76.799767,23.708729,65.471329 +0.4,0.2,0.8,0.2,-->,61.856133,17.315268,51.854397 +0.4,0.2,0.8,0.4,-->,48.100101,12.729462,38.431435 +0.4,0.2,0.8,0.6,-->,38.112545,9.104836,28.480148 +0.4,0.2,0.8,0.8,-->,27.853008,5.136496,17.593201 +0.4,0.2,0.8,1,-->,19.082672,1.452472,6.683271 +0.4,0.2,1,0,-->,76.772339,23.657888,66.438835 +0.4,0.2,1,0.2,-->,61.825829,17.292652,52.626015 +0.4,0.2,1,0.4,-->,48.073940,12.722668,38.962616 +0.4,0.2,1,0.6,-->,38.120316,9.069209,28.884432 +0.4,0.2,1,0.8,-->,27.854841,5.145494,17.809362 +0.4,0.2,1,1,-->,19.084234,1.476107,6.736773 +0.4,0.4,0,0,-->,66.592819,52.158440,-6.940289 +0.4,0.4,0,0.2,-->,53.138714,42.072079,-6.952024 +0.4,0.4,0,0.4,-->,42.073685,32.840611,-6.108066 +0.4,0.4,0,0.6,-->,33.356991,25.779755,-5.011825 +0.4,0.4,0,0.8,-->,24.740709,17.292683,-3.381697 +0.4,0.4,0,1,-->,17.500492,8.967496,-1.604357 +0.4,0.4,0.2,0,-->,65.280304,50.111446,17.415886 +0.4,0.4,0.2,0.2,-->,52.290993,39.308640,12.601059 +0.4,0.4,0.2,0.4,-->,41.082603,30.113634,9.332215 +0.4,0.4,0.2,0.6,-->,32.606445,23.054586,6.863108 +0.4,0.4,0.2,0.8,-->,24.225941,14.799058,4.243225 +0.4,0.4,0.2,1,-->,17.355562,6.500395,1.937174 +0.4,0.4,0.4,0,-->,64.804085,48.267040,36.487034 +0.4,0.4,0.4,0.2,-->,52.003456,38.268986,27.901470 +0.4,0.4,0.4,0.4,-->,40.600090,28.636593,21.057156 +0.4,0.4,0.4,0.6,-->,32.065533,21.384317,15.474100 +0.4,0.4,0.4,0.8,-->,23.928108,13.277240,9.720904 +0.4,0.4,0.4,1,-->,17.343887,5.255658,4.094197 +0.4,0.4,0.6,0,-->,64.135712,48.361275,49.718075 +0.4,0.4,0.6,0.2,-->,51.604374,37.156693,37.647930 +0.4,0.4,0.6,0.4,-->,40.293491,27.948267,27.930773 +0.4,0.4,0.6,0.6,-->,32.016926,20.457607,20.448368 +0.4,0.4,0.6,0.8,-->,23.862955,12.433578,12.449006 +0.4,0.4,0.6,1,-->,17.523438,5.319175,5.188538 +0.4,0.4,0.8,0,-->,63.934700,48.479706,54.272572 +0.4,0.4,0.8,0.2,-->,51.486565,36.846100,40.951275 +0.4,0.4,0.8,0.4,-->,40.195801,27.825550,30.228054 +0.4,0.4,0.8,0.6,-->,32.029892,20.248604,22.097204 +0.4,0.4,0.8,0.8,-->,23.907755,12.449659,13.312624 +0.4,0.4,0.8,1,-->,17.619907,5.491336,5.502051 +0.4,0.4,1,0,-->,63.896034,48.502384,55.140339 +0.4,0.4,1,0.2,-->,51.463978,36.786594,41.583046 +0.4,0.4,1,0.4,-->,40.177074,27.802052,30.665564 +0.4,0.4,1,0.6,-->,32.032375,20.208509,22.411144 +0.4,0.4,1,0.8,-->,23.916382,12.452730,13.478614 +0.4,0.4,1,1,-->,17.638340,5.524379,5.562377 +0.4,0.6,0,0,-->,57.659458,68.499329,-7.261981 +0.4,0.6,0,0.2,-->,46.404575,55.100044,-7.340332 +0.4,0.6,0,0.4,-->,36.529045,43.747349,-6.303527 +0.4,0.6,0,0.6,-->,29.613581,33.838512,-5.509058 +0.4,0.6,0,0.8,-->,22.064117,22.905634,-3.300047 +0.4,0.6,0,1,-->,16.291735,12.435190,-1.163224 +0.4,0.6,0.2,0,-->,57.493191,65.673996,14.722637 +0.4,0.6,0.2,0.2,-->,45.821854,52.457577,10.262938 +0.4,0.6,0.2,0.4,-->,36.002289,40.207169,7.417650 +0.4,0.6,0.2,0.6,-->,28.874134,30.489176,5.380199 +0.4,0.6,0.2,0.8,-->,21.949492,20.007105,3.475636 +0.4,0.6,0.2,1,-->,16.388491,9.834852,1.999415 +0.4,0.6,0.4,0,-->,57.178543,64.424896,31.635803 +0.4,0.6,0.4,0.2,-->,45.756493,50.959816,23.610542 +0.4,0.6,0.4,0.4,-->,35.739868,38.546642,17.482353 +0.4,0.6,0.4,0.6,-->,28.438612,28.985825,12.528270 +0.4,0.6,0.4,0.8,-->,21.717968,18.505394,7.968074 +0.4,0.6,0.4,1,-->,16.551458,8.545521,3.892762 +0.4,0.6,0.6,0,-->,56.974148,63.327290,42.548923 +0.4,0.6,0.6,0.2,-->,45.869503,49.502369,31.147438 +0.4,0.6,0.6,0.4,-->,35.976936,37.499756,23.106461 +0.4,0.6,0.6,0.6,-->,28.823030,28.217749,16.740709 +0.4,0.6,0.6,0.8,-->,21.929199,17.703789,10.374986 +0.4,0.6,0.6,1,-->,16.859570,8.551783,4.835750 +0.4,0.6,0.8,0,-->,56.930744,62.991173,46.268044 +0.4,0.6,0.8,0.2,-->,45.932030,49.082458,33.671673 +0.4,0.6,0.8,0.4,-->,36.098145,37.252739,24.958086 +0.4,0.6,0.8,0.6,-->,29.011982,28.087706,18.136646 +0.4,0.6,0.8,0.8,-->,22.012510,17.524059,11.111189 +0.4,0.6,0.8,1,-->,16.983238,8.636382,5.034738 +0.4,0.6,1,0,-->,56.922417,62.926804,46.977009 +0.4,0.6,1,0.2,-->,45.944012,49.001995,34.153942 +0.4,0.6,1,0.4,-->,36.121376,37.205391,25.312592 +0.4,0.6,1,0.6,-->,29.048204,28.062763,18.402861 +0.4,0.6,1,0.8,-->,22.028482,17.489603,11.252754 +0.4,0.6,1,1,-->,17.006958,8.652615,5.072903 +0.4,0.8,0,0,-->,54.969692,74.082016,-6.936847 +0.4,0.8,0,0.2,-->,44.197830,59.549454,-7.415591 +0.4,0.8,0,0.4,-->,34.705696,47.493584,-6.305321 +0.4,0.8,0,0.6,-->,28.450827,36.600327,-5.649940 +0.4,0.8,0,0.8,-->,21.214861,24.889372,-3.241036 +0.4,0.8,0,1,-->,15.946043,13.609159,-0.947092 +0.4,0.8,0.2,0,-->,54.944073,70.971657,13.908492 +0.4,0.8,0.2,0.2,-->,43.698299,56.951046,9.556631 +0.4,0.8,0.2,0.4,-->,34.341347,43.652794,6.838273 +0.4,0.8,0.2,0.6,-->,27.663568,33.031895,4.937903 +0.4,0.8,0.2,0.8,-->,21.258396,21.796991,3.302167 +0.4,0.8,0.2,1,-->,16.105530,10.955063,2.038689 +0.4,0.8,0.4,0,-->,54.688488,69.926376,30.088253 +0.4,0.8,0.4,0.2,-->,43.717514,55.287148,22.208023 +0.4,0.8,0.4,0.4,-->,34.178883,41.917625,16.365334 +0.4,0.8,0.4,0.6,-->,27.274502,31.598885,11.576162 +0.4,0.8,0.4,0.8,-->,21.091976,20.320192,7.562088 +0.4,0.8,0.4,1,-->,16.359552,9.700583,3.914177 +0.4,0.8,0.6,0,-->,54.633976,68.353096,40.171864 +0.4,0.8,0.6,0.2,-->,44.005466,53.696037,28.974852 +0.4,0.8,0.6,0.4,-->,34.605473,40.763447,21.507202 +0.4,0.8,0.6,0.6,-->,27.826878,30.905619,15.529531 +0.4,0.8,0.6,0.8,-->,21.320412,19.490940,9.721011 +0.4,0.8,0.6,1,-->,16.687695,9.640835,4.739569 +0.4,0.8,0.8,0,-->,54.650669,67.855957,43.626392 +0.4,0.8,0.8,0.2,-->,44.141670,53.191242,31.220835 +0.4,0.8,0.8,0.4,-->,34.797565,40.462486,23.217644 +0.4,0.8,0.8,0.6,-->,28.093735,30.835930,16.841860 +0.4,0.8,0.8,0.8,-->,21.411406,19.266554,10.393985 +0.4,0.8,0.8,1,-->,16.841457,9.732167,4.933085 +0.4,0.8,1,0,-->,54.653854,67.760796,44.287071 +0.4,0.8,1,0.2,-->,44.167778,53.094635,31.652126 +0.4,0.8,1,0.4,-->,34.834328,40.404804,23.546736 +0.4,0.8,1,0.6,-->,28.144899,30.822525,17.092707 +0.4,0.8,1,0.8,-->,21.428854,19.223526,10.522646 +0.4,0.8,1,1,-->,16.870857,9.749661,4.970186 +0.4,1,0,0,-->,54.497368,75.060043,-6.879842 +0.4,1,0,0.2,-->,43.811447,60.331165,-7.428609 +0.4,1,0,0.4,-->,34.385349,48.149761,-6.305374 +0.4,1,0,0.6,-->,28.247143,37.083023,-5.674350 +0.4,1,0,0.8,-->,21.065823,25.237616,-3.230579 +0.4,1,0,1,-->,15.885772,13.813953,-0.909413 +0.4,1,0.2,0,-->,54.496330,71.899261,13.766212 +0.4,1,0.2,0.2,-->,43.326527,57.738213,9.432940 +0.4,1,0.2,0.4,-->,34.050930,44.255775,6.736696 +0.4,1,0.2,0.6,-->,27.451885,33.478764,4.860433 +0.4,1,0.2,0.8,-->,21.137512,22.109259,3.271784 +0.4,1,0.2,1,-->,16.055666,11.152014,2.045499 +0.4,1,0.4,0,-->,54.251217,70.891769,29.814774 +0.4,1,0.4,0.2,-->,43.360378,56.047592,21.960138 +0.4,1,0.4,0.4,-->,33.905918,42.506168,16.169462 +0.4,1,0.4,0.6,-->,27.070961,32.054493,11.409686 +0.4,1,0.4,0.8,-->,20.981640,20.636868,7.491123 +0.4,1,0.4,1,-->,16.325926,9.902580,3.917871 +0.4,1,0.6,0,-->,54.223389,69.232018,39.753658 +0.4,1,0.6,0.2,-->,43.677799,54.432392,28.594522 +0.4,1,0.6,0.4,-->,34.364265,41.333492,21.225533 +0.4,1,0.6,0.6,-->,27.651289,31.377037,15.316029 +0.4,1,0.6,0.8,-->,21.214069,19.803421,9.605801 +0.4,1,0.6,1,-->,16.657753,9.832177,4.722713 +0.4,1,0.8,0,-->,54.250389,68.710594,43.161938 +0.4,1,0.8,0.2,-->,43.828083,53.912304,30.792263 +0.4,1,0.8,0.4,-->,34.569473,41.023228,22.912823 +0.4,1,0.8,0.6,-->,27.933126,31.317608,16.615711 +0.4,1,0.8,0.8,-->,21.306404,19.573122,10.268455 +0.4,1,0.8,1,-->,16.816429,9.924011,4.915226 +0.4,1,1,0,-->,54.255573,68.610649,43.815685 +0.4,1,1,0.2,-->,43.856888,53.812080,31.211851 +0.4,1,1,0.4,-->,34.608944,40.963772,23.235426 +0.4,1,1,0.6,-->,27.986898,31.306118,16.863852 +0.4,1,1,0.8,-->,21.324100,19.528862,10.395019 +0.4,1,1,1,-->,16.846907,9.941627,4.952190 +0.6,0,0,0,-->,100.389267,-0.001968,-0.001953 +0.6,0,0,0.2,-->,79.844528,-0.640630,-1.785866 +0.6,0,0,0.4,-->,62.367558,-0.678894,-2.207887 +0.6,0,0,0.6,-->,48.789402,-0.427424,-2.030338 +0.6,0,0,0.8,-->,35.315495,-0.122407,-1.362615 +0.6,0,0,1,-->,23.600971,0.577440,-0.192110 +0.6,0,0.2,0,-->,97.810730,-4.257352,34.794514 +0.6,0,0.2,0.2,-->,78.640633,-4.026143,26.347536 +0.6,0,0.2,0.4,-->,60.962273,-3.533689,19.535671 +0.6,0,0.2,0.6,-->,47.654957,-2.940092,14.776913 +0.6,0,0.2,0.8,-->,34.417225,-2.579765,9.557817 +0.6,0,0.2,1,-->,22.858877,-2.565280,4.781853 +0.6,0,0.4,0,-->,96.497917,-5.448429,63.583317 +0.6,0,0.4,0.2,-->,77.283272,-5.710212,48.474190 +0.6,0,0.4,0.4,-->,59.758724,-5.125226,36.349815 +0.6,0,0.4,0.6,-->,46.670410,-4.308939,27.218418 +0.6,0,0.4,0.8,-->,33.685272,-3.581657,17.501959 +0.6,0,0.4,1,-->,22.222569,-3.256007,8.017759 +0.6,0,0.6,0,-->,95.368080,-6.552338,82.778015 +0.6,0,0.6,0.2,-->,76.352486,-6.496937,61.803967 +0.6,0,0.6,0.4,-->,59.175026,-5.806537,46.898762 +0.6,0,0.6,0.6,-->,46.859131,-4.948049,35.205574 +0.6,0,0.6,0.8,-->,33.278610,-3.856983,22.130127 +0.6,0,0.6,1,-->,21.961229,-2.922666,9.715433 +0.6,0,0.8,0,-->,95.488335,-6.133023,89.412781 +0.6,0,0.8,0.2,-->,76.050537,-6.664098,66.357918 +0.6,0,0.8,0.4,-->,58.994938,-5.953012,50.501713 +0.6,0,0.8,0.6,-->,47.009285,-5.068358,37.934147 +0.6,0,0.8,0.8,-->,33.174015,-3.846556,23.711313 +0.6,0,0.8,1,-->,21.895464,-2.676356,10.194952 +0.6,0,1,0,-->,95.511368,-6.052612,90.683647 +0.6,0,1,0.2,-->,75.992699,-6.696137,67.226440 +0.6,0,1,0.4,-->,58.960438,-5.981061,51.188263 +0.6,0,1,0.6,-->,47.037933,-5.091461,38.454006 +0.6,0,1,0.8,-->,33.153969,-3.844558,24.012104 +0.6,0,1,1,-->,21.882816,-2.629163,10.286406 +0.6,0.2,0,0,-->,80.255730,28.600313,-5.584157 +0.6,0.2,0,0.2,-->,64.452850,22.832451,-5.680004 +0.6,0.2,0,0.4,-->,50.726475,17.792675,-5.162981 +0.6,0.2,0,0.6,-->,39.892796,14.133532,-4.291003 +0.6,0.2,0,0.8,-->,29.270256,9.306818,-3.046502 +0.6,0.2,0,1,-->,19.813644,4.507219,-1.776610 +0.6,0.2,0.2,0,-->,78.781990,25.696569,23.216671 +0.6,0.2,0.2,0.2,-->,63.668041,19.242645,16.454811 +0.6,0.2,0.2,0.4,-->,49.581760,15.210241,12.465938 +0.6,0.2,0.2,0.6,-->,39.502987,11.297577,9.366870 +0.6,0.2,0.2,0.8,-->,28.523743,6.860950,6.058600 +0.6,0.2,0.2,1,-->,19.347004,2.098833,2.349589 +0.6,0.2,0.4,0,-->,77.441856,25.042032,45.791092 +0.6,0.2,0.4,0.2,-->,62.500214,18.020693,35.895725 +0.6,0.2,0.4,0.4,-->,48.693813,13.148761,27.400034 +0.6,0.2,0.4,0.6,-->,38.066616,10.118393,20.111265 +0.6,0.2,0.4,0.8,-->,27.836864,5.838470,12.587790 +0.6,0.2,0.4,1,-->,19.092840,1.196867,5.082630 +0.6,0.2,0.6,0,-->,76.942879,23.974121,60.423725 +0.6,0.2,0.6,0.2,-->,62.014179,17.433456,47.808071 +0.6,0.2,0.6,0.4,-->,48.236580,12.764997,35.642944 +0.6,0.2,0.6,0.6,-->,38.072029,9.290752,26.358509 +0.6,0.2,0.6,0.8,-->,27.843431,5.089576,16.457563 +0.6,0.2,0.6,1,-->,19.074520,1.329176,6.403682 +0.6,0.2,0.8,0,-->,76.799767,23.708729,65.471329 +0.6,0.2,0.8,0.2,-->,61.856133,17.315268,51.854397 +0.6,0.2,0.8,0.4,-->,48.100101,12.729462,38.431435 +0.6,0.2,0.8,0.6,-->,38.112545,9.104836,28.480148 +0.6,0.2,0.8,0.8,-->,27.853008,5.136496,17.593201 +0.6,0.2,0.8,1,-->,19.082672,1.452472,6.683271 +0.6,0.2,1,0,-->,76.772339,23.657888,66.438835 +0.6,0.2,1,0.2,-->,61.825829,17.292652,52.626015 +0.6,0.2,1,0.4,-->,48.073940,12.722668,38.962616 +0.6,0.2,1,0.6,-->,38.120316,9.069209,28.884432 +0.6,0.2,1,0.8,-->,27.854841,5.145494,17.809362 +0.6,0.2,1,1,-->,19.084234,1.476107,6.736773 +0.6,0.4,0,0,-->,66.592819,52.158440,-6.940289 +0.6,0.4,0,0.2,-->,53.138714,42.072079,-6.952024 +0.6,0.4,0,0.4,-->,42.073685,32.840611,-6.108066 +0.6,0.4,0,0.6,-->,33.356991,25.779755,-5.011825 +0.6,0.4,0,0.8,-->,24.740709,17.292683,-3.381697 +0.6,0.4,0,1,-->,17.500492,8.967496,-1.604357 +0.6,0.4,0.2,0,-->,65.280304,50.111446,17.415886 +0.6,0.4,0.2,0.2,-->,52.290993,39.308640,12.601059 +0.6,0.4,0.2,0.4,-->,41.082603,30.113634,9.332215 +0.6,0.4,0.2,0.6,-->,32.606445,23.054586,6.863108 +0.6,0.4,0.2,0.8,-->,24.225941,14.799058,4.243225 +0.6,0.4,0.2,1,-->,17.355562,6.500395,1.937174 +0.6,0.4,0.4,0,-->,64.804085,48.267040,36.487034 +0.6,0.4,0.4,0.2,-->,52.003456,38.268986,27.901470 +0.6,0.4,0.4,0.4,-->,40.600090,28.636593,21.057156 +0.6,0.4,0.4,0.6,-->,32.065533,21.384317,15.474100 +0.6,0.4,0.4,0.8,-->,23.928108,13.277240,9.720904 +0.6,0.4,0.4,1,-->,17.343887,5.255658,4.094197 +0.6,0.4,0.6,0,-->,64.135712,48.361275,49.718075 +0.6,0.4,0.6,0.2,-->,51.604374,37.156693,37.647930 +0.6,0.4,0.6,0.4,-->,40.293491,27.948267,27.930773 +0.6,0.4,0.6,0.6,-->,32.016926,20.457607,20.448368 +0.6,0.4,0.6,0.8,-->,23.862955,12.433578,12.449006 +0.6,0.4,0.6,1,-->,17.523438,5.319175,5.188538 +0.6,0.4,0.8,0,-->,63.934700,48.479706,54.272572 +0.6,0.4,0.8,0.2,-->,51.486565,36.846100,40.951275 +0.6,0.4,0.8,0.4,-->,40.195801,27.825550,30.228054 +0.6,0.4,0.8,0.6,-->,32.029892,20.248604,22.097204 +0.6,0.4,0.8,0.8,-->,23.907755,12.449659,13.312624 +0.6,0.4,0.8,1,-->,17.619907,5.491336,5.502051 +0.6,0.4,1,0,-->,63.896034,48.502384,55.140339 +0.6,0.4,1,0.2,-->,51.463978,36.786594,41.583046 +0.6,0.4,1,0.4,-->,40.177074,27.802052,30.665564 +0.6,0.4,1,0.6,-->,32.032375,20.208509,22.411144 +0.6,0.4,1,0.8,-->,23.916382,12.452730,13.478614 +0.6,0.4,1,1,-->,17.638340,5.524379,5.562377 +0.6,0.6,0,0,-->,57.659458,68.499329,-7.261981 +0.6,0.6,0,0.2,-->,46.404575,55.100044,-7.340332 +0.6,0.6,0,0.4,-->,36.529045,43.747349,-6.303527 +0.6,0.6,0,0.6,-->,29.613581,33.838512,-5.509058 +0.6,0.6,0,0.8,-->,22.064117,22.905634,-3.300047 +0.6,0.6,0,1,-->,16.291735,12.435190,-1.163224 +0.6,0.6,0.2,0,-->,57.493191,65.673996,14.722637 +0.6,0.6,0.2,0.2,-->,45.821854,52.457577,10.262938 +0.6,0.6,0.2,0.4,-->,36.002289,40.207169,7.417650 +0.6,0.6,0.2,0.6,-->,28.874134,30.489176,5.380199 +0.6,0.6,0.2,0.8,-->,21.949492,20.007105,3.475636 +0.6,0.6,0.2,1,-->,16.388491,9.834852,1.999415 +0.6,0.6,0.4,0,-->,57.178543,64.424896,31.635803 +0.6,0.6,0.4,0.2,-->,45.756493,50.959816,23.610542 +0.6,0.6,0.4,0.4,-->,35.739868,38.546642,17.482353 +0.6,0.6,0.4,0.6,-->,28.438612,28.985825,12.528270 +0.6,0.6,0.4,0.8,-->,21.717968,18.505394,7.968074 +0.6,0.6,0.4,1,-->,16.551458,8.545521,3.892762 +0.6,0.6,0.6,0,-->,56.974148,63.327290,42.548923 +0.6,0.6,0.6,0.2,-->,45.869503,49.502369,31.147438 +0.6,0.6,0.6,0.4,-->,35.976936,37.499756,23.106461 +0.6,0.6,0.6,0.6,-->,28.823030,28.217749,16.740709 +0.6,0.6,0.6,0.8,-->,21.929199,17.703789,10.374986 +0.6,0.6,0.6,1,-->,16.859570,8.551783,4.835750 +0.6,0.6,0.8,0,-->,56.930744,62.991173,46.268044 +0.6,0.6,0.8,0.2,-->,45.932030,49.082458,33.671673 +0.6,0.6,0.8,0.4,-->,36.098145,37.252739,24.958086 +0.6,0.6,0.8,0.6,-->,29.011982,28.087706,18.136646 +0.6,0.6,0.8,0.8,-->,22.012510,17.524059,11.111189 +0.6,0.6,0.8,1,-->,16.983238,8.636382,5.034738 +0.6,0.6,1,0,-->,56.922417,62.926804,46.977009 +0.6,0.6,1,0.2,-->,45.944012,49.001995,34.153942 +0.6,0.6,1,0.4,-->,36.121376,37.205391,25.312592 +0.6,0.6,1,0.6,-->,29.048204,28.062763,18.402861 +0.6,0.6,1,0.8,-->,22.028482,17.489603,11.252754 +0.6,0.6,1,1,-->,17.006958,8.652615,5.072903 +0.6,0.8,0,0,-->,54.969692,74.082016,-6.936847 +0.6,0.8,0,0.2,-->,44.197830,59.549454,-7.415591 +0.6,0.8,0,0.4,-->,34.705696,47.493584,-6.305321 +0.6,0.8,0,0.6,-->,28.450827,36.600327,-5.649940 +0.6,0.8,0,0.8,-->,21.214861,24.889372,-3.241036 +0.6,0.8,0,1,-->,15.946043,13.609159,-0.947092 +0.6,0.8,0.2,0,-->,54.944073,70.971657,13.908492 +0.6,0.8,0.2,0.2,-->,43.698299,56.951046,9.556631 +0.6,0.8,0.2,0.4,-->,34.341347,43.652794,6.838273 +0.6,0.8,0.2,0.6,-->,27.663568,33.031895,4.937903 +0.6,0.8,0.2,0.8,-->,21.258396,21.796991,3.302167 +0.6,0.8,0.2,1,-->,16.105530,10.955063,2.038689 +0.6,0.8,0.4,0,-->,54.688488,69.926376,30.088253 +0.6,0.8,0.4,0.2,-->,43.717514,55.287148,22.208023 +0.6,0.8,0.4,0.4,-->,34.178883,41.917625,16.365334 +0.6,0.8,0.4,0.6,-->,27.274502,31.598885,11.576162 +0.6,0.8,0.4,0.8,-->,21.091976,20.320192,7.562088 +0.6,0.8,0.4,1,-->,16.359552,9.700583,3.914177 +0.6,0.8,0.6,0,-->,54.633976,68.353096,40.171864 +0.6,0.8,0.6,0.2,-->,44.005466,53.696037,28.974852 +0.6,0.8,0.6,0.4,-->,34.605473,40.763447,21.507202 +0.6,0.8,0.6,0.6,-->,27.826878,30.905619,15.529531 +0.6,0.8,0.6,0.8,-->,21.320412,19.490940,9.721011 +0.6,0.8,0.6,1,-->,16.687695,9.640835,4.739569 +0.6,0.8,0.8,0,-->,54.650669,67.855957,43.626392 +0.6,0.8,0.8,0.2,-->,44.141670,53.191242,31.220835 +0.6,0.8,0.8,0.4,-->,34.797565,40.462486,23.217644 +0.6,0.8,0.8,0.6,-->,28.093735,30.835930,16.841860 +0.6,0.8,0.8,0.8,-->,21.411406,19.266554,10.393985 +0.6,0.8,0.8,1,-->,16.841457,9.732167,4.933085 +0.6,0.8,1,0,-->,54.653854,67.760796,44.287071 +0.6,0.8,1,0.2,-->,44.167778,53.094635,31.652126 +0.6,0.8,1,0.4,-->,34.834328,40.404804,23.546736 +0.6,0.8,1,0.6,-->,28.144899,30.822525,17.092707 +0.6,0.8,1,0.8,-->,21.428854,19.223526,10.522646 +0.6,0.8,1,1,-->,16.870857,9.749661,4.970186 +0.6,1,0,0,-->,54.497368,75.060043,-6.879842 +0.6,1,0,0.2,-->,43.811447,60.331165,-7.428609 +0.6,1,0,0.4,-->,34.385349,48.149761,-6.305374 +0.6,1,0,0.6,-->,28.247143,37.083023,-5.674350 +0.6,1,0,0.8,-->,21.065823,25.237616,-3.230579 +0.6,1,0,1,-->,15.885772,13.813953,-0.909413 +0.6,1,0.2,0,-->,54.496330,71.899261,13.766212 +0.6,1,0.2,0.2,-->,43.326527,57.738213,9.432940 +0.6,1,0.2,0.4,-->,34.050930,44.255775,6.736696 +0.6,1,0.2,0.6,-->,27.451885,33.478764,4.860433 +0.6,1,0.2,0.8,-->,21.137512,22.109259,3.271784 +0.6,1,0.2,1,-->,16.055666,11.152014,2.045499 +0.6,1,0.4,0,-->,54.251217,70.891769,29.814774 +0.6,1,0.4,0.2,-->,43.360378,56.047592,21.960138 +0.6,1,0.4,0.4,-->,33.905918,42.506168,16.169462 +0.6,1,0.4,0.6,-->,27.070961,32.054493,11.409686 +0.6,1,0.4,0.8,-->,20.981640,20.636868,7.491123 +0.6,1,0.4,1,-->,16.325926,9.902580,3.917871 +0.6,1,0.6,0,-->,54.223389,69.232018,39.753658 +0.6,1,0.6,0.2,-->,43.677799,54.432392,28.594522 +0.6,1,0.6,0.4,-->,34.364265,41.333492,21.225533 +0.6,1,0.6,0.6,-->,27.651289,31.377037,15.316029 +0.6,1,0.6,0.8,-->,21.214069,19.803421,9.605801 +0.6,1,0.6,1,-->,16.657753,9.832177,4.722713 +0.6,1,0.8,0,-->,54.250389,68.710594,43.161938 +0.6,1,0.8,0.2,-->,43.828083,53.912304,30.792263 +0.6,1,0.8,0.4,-->,34.569473,41.023228,22.912823 +0.6,1,0.8,0.6,-->,27.933126,31.317608,16.615711 +0.6,1,0.8,0.8,-->,21.306404,19.573122,10.268455 +0.6,1,0.8,1,-->,16.816429,9.924011,4.915226 +0.6,1,1,0,-->,54.255573,68.610649,43.815685 +0.6,1,1,0.2,-->,43.856888,53.812080,31.211851 +0.6,1,1,0.4,-->,34.608944,40.963772,23.235426 +0.6,1,1,0.6,-->,27.986898,31.306118,16.863852 +0.6,1,1,0.8,-->,21.324100,19.528862,10.395019 +0.6,1,1,1,-->,16.846907,9.941627,4.952190 +0.8,0,0,0,-->,100.389267,-0.001968,-0.001953 +0.8,0,0,0.2,-->,79.844528,-0.640630,-1.785866 +0.8,0,0,0.4,-->,62.367558,-0.678894,-2.207887 +0.8,0,0,0.6,-->,48.789402,-0.427424,-2.030338 +0.8,0,0,0.8,-->,35.315495,-0.122407,-1.362615 +0.8,0,0,1,-->,23.600971,0.577440,-0.192110 +0.8,0,0.2,0,-->,97.810730,-4.257352,34.794514 +0.8,0,0.2,0.2,-->,78.640633,-4.026143,26.347536 +0.8,0,0.2,0.4,-->,60.962273,-3.533689,19.535671 +0.8,0,0.2,0.6,-->,47.654957,-2.940092,14.776913 +0.8,0,0.2,0.8,-->,34.417225,-2.579765,9.557817 +0.8,0,0.2,1,-->,22.858877,-2.565280,4.781853 +0.8,0,0.4,0,-->,96.497917,-5.448429,63.583317 +0.8,0,0.4,0.2,-->,77.283272,-5.710212,48.474190 +0.8,0,0.4,0.4,-->,59.758724,-5.125226,36.349815 +0.8,0,0.4,0.6,-->,46.670410,-4.308939,27.218418 +0.8,0,0.4,0.8,-->,33.685272,-3.581657,17.501959 +0.8,0,0.4,1,-->,22.222569,-3.256007,8.017759 +0.8,0,0.6,0,-->,95.368080,-6.552338,82.778015 +0.8,0,0.6,0.2,-->,76.352486,-6.496937,61.803967 +0.8,0,0.6,0.4,-->,59.175026,-5.806537,46.898762 +0.8,0,0.6,0.6,-->,46.859131,-4.948049,35.205574 +0.8,0,0.6,0.8,-->,33.278610,-3.856983,22.130127 +0.8,0,0.6,1,-->,21.961229,-2.922666,9.715433 +0.8,0,0.8,0,-->,95.488335,-6.133023,89.412781 +0.8,0,0.8,0.2,-->,76.050537,-6.664098,66.357918 +0.8,0,0.8,0.4,-->,58.994938,-5.953012,50.501713 +0.8,0,0.8,0.6,-->,47.009285,-5.068358,37.934147 +0.8,0,0.8,0.8,-->,33.174015,-3.846556,23.711313 +0.8,0,0.8,1,-->,21.895464,-2.676356,10.194952 +0.8,0,1,0,-->,95.511368,-6.052612,90.683647 +0.8,0,1,0.2,-->,75.992699,-6.696137,67.226440 +0.8,0,1,0.4,-->,58.960438,-5.981061,51.188263 +0.8,0,1,0.6,-->,47.037933,-5.091461,38.454006 +0.8,0,1,0.8,-->,33.153969,-3.844558,24.012104 +0.8,0,1,1,-->,21.882816,-2.629163,10.286406 +0.8,0.2,0,0,-->,80.255730,28.600313,-5.584157 +0.8,0.2,0,0.2,-->,64.452850,22.832451,-5.680004 +0.8,0.2,0,0.4,-->,50.726475,17.792675,-5.162981 +0.8,0.2,0,0.6,-->,39.892796,14.133532,-4.291003 +0.8,0.2,0,0.8,-->,29.270256,9.306818,-3.046502 +0.8,0.2,0,1,-->,19.813644,4.507219,-1.776610 +0.8,0.2,0.2,0,-->,78.781990,25.696569,23.216671 +0.8,0.2,0.2,0.2,-->,63.668041,19.242645,16.454811 +0.8,0.2,0.2,0.4,-->,49.581760,15.210241,12.465938 +0.8,0.2,0.2,0.6,-->,39.502987,11.297577,9.366870 +0.8,0.2,0.2,0.8,-->,28.523743,6.860950,6.058600 +0.8,0.2,0.2,1,-->,19.347004,2.098833,2.349589 +0.8,0.2,0.4,0,-->,77.441856,25.042032,45.791092 +0.8,0.2,0.4,0.2,-->,62.500214,18.020693,35.895725 +0.8,0.2,0.4,0.4,-->,48.693813,13.148761,27.400034 +0.8,0.2,0.4,0.6,-->,38.066616,10.118393,20.111265 +0.8,0.2,0.4,0.8,-->,27.836864,5.838470,12.587790 +0.8,0.2,0.4,1,-->,19.092840,1.196867,5.082630 +0.8,0.2,0.6,0,-->,76.942879,23.974121,60.423725 +0.8,0.2,0.6,0.2,-->,62.014179,17.433456,47.808071 +0.8,0.2,0.6,0.4,-->,48.236580,12.764997,35.642944 +0.8,0.2,0.6,0.6,-->,38.072029,9.290752,26.358509 +0.8,0.2,0.6,0.8,-->,27.843431,5.089576,16.457563 +0.8,0.2,0.6,1,-->,19.074520,1.329176,6.403682 +0.8,0.2,0.8,0,-->,76.799767,23.708729,65.471329 +0.8,0.2,0.8,0.2,-->,61.856133,17.315268,51.854397 +0.8,0.2,0.8,0.4,-->,48.100101,12.729462,38.431435 +0.8,0.2,0.8,0.6,-->,38.112545,9.104836,28.480148 +0.8,0.2,0.8,0.8,-->,27.853008,5.136496,17.593201 +0.8,0.2,0.8,1,-->,19.082672,1.452472,6.683271 +0.8,0.2,1,0,-->,76.772339,23.657888,66.438835 +0.8,0.2,1,0.2,-->,61.825829,17.292652,52.626015 +0.8,0.2,1,0.4,-->,48.073940,12.722668,38.962616 +0.8,0.2,1,0.6,-->,38.120316,9.069209,28.884432 +0.8,0.2,1,0.8,-->,27.854841,5.145494,17.809362 +0.8,0.2,1,1,-->,19.084234,1.476107,6.736773 +0.8,0.4,0,0,-->,66.592819,52.158440,-6.940289 +0.8,0.4,0,0.2,-->,53.138714,42.072079,-6.952024 +0.8,0.4,0,0.4,-->,42.073685,32.840611,-6.108066 +0.8,0.4,0,0.6,-->,33.356991,25.779755,-5.011825 +0.8,0.4,0,0.8,-->,24.740709,17.292683,-3.381697 +0.8,0.4,0,1,-->,17.500492,8.967496,-1.604357 +0.8,0.4,0.2,0,-->,65.280304,50.111446,17.415886 +0.8,0.4,0.2,0.2,-->,52.290993,39.308640,12.601059 +0.8,0.4,0.2,0.4,-->,41.082603,30.113634,9.332215 +0.8,0.4,0.2,0.6,-->,32.606445,23.054586,6.863108 +0.8,0.4,0.2,0.8,-->,24.225941,14.799058,4.243225 +0.8,0.4,0.2,1,-->,17.355562,6.500395,1.937174 +0.8,0.4,0.4,0,-->,64.804085,48.267040,36.487034 +0.8,0.4,0.4,0.2,-->,52.003456,38.268986,27.901470 +0.8,0.4,0.4,0.4,-->,40.600090,28.636593,21.057156 +0.8,0.4,0.4,0.6,-->,32.065533,21.384317,15.474100 +0.8,0.4,0.4,0.8,-->,23.928108,13.277240,9.720904 +0.8,0.4,0.4,1,-->,17.343887,5.255658,4.094197 +0.8,0.4,0.6,0,-->,64.135712,48.361275,49.718075 +0.8,0.4,0.6,0.2,-->,51.604374,37.156693,37.647930 +0.8,0.4,0.6,0.4,-->,40.293491,27.948267,27.930773 +0.8,0.4,0.6,0.6,-->,32.016926,20.457607,20.448368 +0.8,0.4,0.6,0.8,-->,23.862955,12.433578,12.449006 +0.8,0.4,0.6,1,-->,17.523438,5.319175,5.188538 +0.8,0.4,0.8,0,-->,63.934700,48.479706,54.272572 +0.8,0.4,0.8,0.2,-->,51.486565,36.846100,40.951275 +0.8,0.4,0.8,0.4,-->,40.195801,27.825550,30.228054 +0.8,0.4,0.8,0.6,-->,32.029892,20.248604,22.097204 +0.8,0.4,0.8,0.8,-->,23.907755,12.449659,13.312624 +0.8,0.4,0.8,1,-->,17.619907,5.491336,5.502051 +0.8,0.4,1,0,-->,63.896034,48.502384,55.140339 +0.8,0.4,1,0.2,-->,51.463978,36.786594,41.583046 +0.8,0.4,1,0.4,-->,40.177074,27.802052,30.665564 +0.8,0.4,1,0.6,-->,32.032375,20.208509,22.411144 +0.8,0.4,1,0.8,-->,23.916382,12.452730,13.478614 +0.8,0.4,1,1,-->,17.638340,5.524379,5.562377 +0.8,0.6,0,0,-->,57.659458,68.499329,-7.261981 +0.8,0.6,0,0.2,-->,46.404575,55.100044,-7.340332 +0.8,0.6,0,0.4,-->,36.529045,43.747349,-6.303527 +0.8,0.6,0,0.6,-->,29.613581,33.838512,-5.509058 +0.8,0.6,0,0.8,-->,22.064117,22.905634,-3.300047 +0.8,0.6,0,1,-->,16.291735,12.435190,-1.163224 +0.8,0.6,0.2,0,-->,57.493191,65.673996,14.722637 +0.8,0.6,0.2,0.2,-->,45.821854,52.457577,10.262938 +0.8,0.6,0.2,0.4,-->,36.002289,40.207169,7.417650 +0.8,0.6,0.2,0.6,-->,28.874134,30.489176,5.380199 +0.8,0.6,0.2,0.8,-->,21.949492,20.007105,3.475636 +0.8,0.6,0.2,1,-->,16.388491,9.834852,1.999415 +0.8,0.6,0.4,0,-->,57.178543,64.424896,31.635803 +0.8,0.6,0.4,0.2,-->,45.756493,50.959816,23.610542 +0.8,0.6,0.4,0.4,-->,35.739868,38.546642,17.482353 +0.8,0.6,0.4,0.6,-->,28.438612,28.985825,12.528270 +0.8,0.6,0.4,0.8,-->,21.717968,18.505394,7.968074 +0.8,0.6,0.4,1,-->,16.551458,8.545521,3.892762 +0.8,0.6,0.6,0,-->,56.974148,63.327290,42.548923 +0.8,0.6,0.6,0.2,-->,45.869503,49.502369,31.147438 +0.8,0.6,0.6,0.4,-->,35.976936,37.499756,23.106461 +0.8,0.6,0.6,0.6,-->,28.823030,28.217749,16.740709 +0.8,0.6,0.6,0.8,-->,21.929199,17.703789,10.374986 +0.8,0.6,0.6,1,-->,16.859570,8.551783,4.835750 +0.8,0.6,0.8,0,-->,56.930744,62.991173,46.268044 +0.8,0.6,0.8,0.2,-->,45.932030,49.082458,33.671673 +0.8,0.6,0.8,0.4,-->,36.098145,37.252739,24.958086 +0.8,0.6,0.8,0.6,-->,29.011982,28.087706,18.136646 +0.8,0.6,0.8,0.8,-->,22.012510,17.524059,11.111189 +0.8,0.6,0.8,1,-->,16.983238,8.636382,5.034738 +0.8,0.6,1,0,-->,56.922417,62.926804,46.977009 +0.8,0.6,1,0.2,-->,45.944012,49.001995,34.153942 +0.8,0.6,1,0.4,-->,36.121376,37.205391,25.312592 +0.8,0.6,1,0.6,-->,29.048204,28.062763,18.402861 +0.8,0.6,1,0.8,-->,22.028482,17.489603,11.252754 +0.8,0.6,1,1,-->,17.006958,8.652615,5.072903 +0.8,0.8,0,0,-->,54.969692,74.082016,-6.936847 +0.8,0.8,0,0.2,-->,44.197830,59.549454,-7.415591 +0.8,0.8,0,0.4,-->,34.705696,47.493584,-6.305321 +0.8,0.8,0,0.6,-->,28.450827,36.600327,-5.649940 +0.8,0.8,0,0.8,-->,21.214861,24.889372,-3.241036 +0.8,0.8,0,1,-->,15.946043,13.609159,-0.947092 +0.8,0.8,0.2,0,-->,54.944073,70.971657,13.908492 +0.8,0.8,0.2,0.2,-->,43.698299,56.951046,9.556631 +0.8,0.8,0.2,0.4,-->,34.341347,43.652794,6.838273 +0.8,0.8,0.2,0.6,-->,27.663568,33.031895,4.937903 +0.8,0.8,0.2,0.8,-->,21.258396,21.796991,3.302167 +0.8,0.8,0.2,1,-->,16.105530,10.955063,2.038689 +0.8,0.8,0.4,0,-->,54.688488,69.926376,30.088253 +0.8,0.8,0.4,0.2,-->,43.717514,55.287148,22.208023 +0.8,0.8,0.4,0.4,-->,34.178883,41.917625,16.365334 +0.8,0.8,0.4,0.6,-->,27.274502,31.598885,11.576162 +0.8,0.8,0.4,0.8,-->,21.091976,20.320192,7.562088 +0.8,0.8,0.4,1,-->,16.359552,9.700583,3.914177 +0.8,0.8,0.6,0,-->,54.633976,68.353096,40.171864 +0.8,0.8,0.6,0.2,-->,44.005466,53.696037,28.974852 +0.8,0.8,0.6,0.4,-->,34.605473,40.763447,21.507202 +0.8,0.8,0.6,0.6,-->,27.826878,30.905619,15.529531 +0.8,0.8,0.6,0.8,-->,21.320412,19.490940,9.721011 +0.8,0.8,0.6,1,-->,16.687695,9.640835,4.739569 +0.8,0.8,0.8,0,-->,54.650669,67.855957,43.626392 +0.8,0.8,0.8,0.2,-->,44.141670,53.191242,31.220835 +0.8,0.8,0.8,0.4,-->,34.797565,40.462486,23.217644 +0.8,0.8,0.8,0.6,-->,28.093735,30.835930,16.841860 +0.8,0.8,0.8,0.8,-->,21.411406,19.266554,10.393985 +0.8,0.8,0.8,1,-->,16.841457,9.732167,4.933085 +0.8,0.8,1,0,-->,54.653854,67.760796,44.287071 +0.8,0.8,1,0.2,-->,44.167778,53.094635,31.652126 +0.8,0.8,1,0.4,-->,34.834328,40.404804,23.546736 +0.8,0.8,1,0.6,-->,28.144899,30.822525,17.092707 +0.8,0.8,1,0.8,-->,21.428854,19.223526,10.522646 +0.8,0.8,1,1,-->,16.870857,9.749661,4.970186 +0.8,1,0,0,-->,54.497368,75.060043,-6.879842 +0.8,1,0,0.2,-->,43.811447,60.331165,-7.428609 +0.8,1,0,0.4,-->,34.385349,48.149761,-6.305374 +0.8,1,0,0.6,-->,28.247143,37.083023,-5.674350 +0.8,1,0,0.8,-->,21.065823,25.237616,-3.230579 +0.8,1,0,1,-->,15.885772,13.813953,-0.909413 +0.8,1,0.2,0,-->,54.496330,71.899261,13.766212 +0.8,1,0.2,0.2,-->,43.326527,57.738213,9.432940 +0.8,1,0.2,0.4,-->,34.050930,44.255775,6.736696 +0.8,1,0.2,0.6,-->,27.451885,33.478764,4.860433 +0.8,1,0.2,0.8,-->,21.137512,22.109259,3.271784 +0.8,1,0.2,1,-->,16.055666,11.152014,2.045499 +0.8,1,0.4,0,-->,54.251217,70.891769,29.814774 +0.8,1,0.4,0.2,-->,43.360378,56.047592,21.960138 +0.8,1,0.4,0.4,-->,33.905918,42.506168,16.169462 +0.8,1,0.4,0.6,-->,27.070961,32.054493,11.409686 +0.8,1,0.4,0.8,-->,20.981640,20.636868,7.491123 +0.8,1,0.4,1,-->,16.325926,9.902580,3.917871 +0.8,1,0.6,0,-->,54.223389,69.232018,39.753658 +0.8,1,0.6,0.2,-->,43.677799,54.432392,28.594522 +0.8,1,0.6,0.4,-->,34.364265,41.333492,21.225533 +0.8,1,0.6,0.6,-->,27.651289,31.377037,15.316029 +0.8,1,0.6,0.8,-->,21.214069,19.803421,9.605801 +0.8,1,0.6,1,-->,16.657753,9.832177,4.722713 +0.8,1,0.8,0,-->,54.250389,68.710594,43.161938 +0.8,1,0.8,0.2,-->,43.828083,53.912304,30.792263 +0.8,1,0.8,0.4,-->,34.569473,41.023228,22.912823 +0.8,1,0.8,0.6,-->,27.933126,31.317608,16.615711 +0.8,1,0.8,0.8,-->,21.306404,19.573122,10.268455 +0.8,1,0.8,1,-->,16.816429,9.924011,4.915226 +0.8,1,1,0,-->,54.255573,68.610649,43.815685 +0.8,1,1,0.2,-->,43.856888,53.812080,31.211851 +0.8,1,1,0.4,-->,34.608944,40.963772,23.235426 +0.8,1,1,0.6,-->,27.986898,31.306118,16.863852 +0.8,1,1,0.8,-->,21.324100,19.528862,10.395019 +0.8,1,1,1,-->,16.846907,9.941627,4.952190 +1,0,0,0,-->,100.389267,-0.001968,-0.001953 +1,0,0,0.2,-->,79.844528,-0.640630,-1.785866 +1,0,0,0.4,-->,62.367558,-0.678894,-2.207887 +1,0,0,0.6,-->,48.789402,-0.427424,-2.030338 +1,0,0,0.8,-->,35.315495,-0.122407,-1.362615 +1,0,0,1,-->,23.600971,0.577440,-0.192110 +1,0,0.2,0,-->,97.810730,-4.257352,34.794514 +1,0,0.2,0.2,-->,78.640633,-4.026143,26.347536 +1,0,0.2,0.4,-->,60.962273,-3.533689,19.535671 +1,0,0.2,0.6,-->,47.654957,-2.940092,14.776913 +1,0,0.2,0.8,-->,34.417225,-2.579765,9.557817 +1,0,0.2,1,-->,22.858877,-2.565280,4.781853 +1,0,0.4,0,-->,96.497917,-5.448429,63.583317 +1,0,0.4,0.2,-->,77.283272,-5.710212,48.474190 +1,0,0.4,0.4,-->,59.758724,-5.125226,36.349815 +1,0,0.4,0.6,-->,46.670410,-4.308939,27.218418 +1,0,0.4,0.8,-->,33.685272,-3.581657,17.501959 +1,0,0.4,1,-->,22.222569,-3.256007,8.017759 +1,0,0.6,0,-->,95.368080,-6.552338,82.778015 +1,0,0.6,0.2,-->,76.352486,-6.496937,61.803967 +1,0,0.6,0.4,-->,59.175026,-5.806537,46.898762 +1,0,0.6,0.6,-->,46.859131,-4.948049,35.205574 +1,0,0.6,0.8,-->,33.278610,-3.856983,22.130127 +1,0,0.6,1,-->,21.961229,-2.922666,9.715433 +1,0,0.8,0,-->,95.488335,-6.133023,89.412781 +1,0,0.8,0.2,-->,76.050537,-6.664098,66.357918 +1,0,0.8,0.4,-->,58.994938,-5.953012,50.501713 +1,0,0.8,0.6,-->,47.009285,-5.068358,37.934147 +1,0,0.8,0.8,-->,33.174015,-3.846556,23.711313 +1,0,0.8,1,-->,21.895464,-2.676356,10.194952 +1,0,1,0,-->,95.511368,-6.052612,90.683647 +1,0,1,0.2,-->,75.992699,-6.696137,67.226440 +1,0,1,0.4,-->,58.960438,-5.981061,51.188263 +1,0,1,0.6,-->,47.037933,-5.091461,38.454006 +1,0,1,0.8,-->,33.153969,-3.844558,24.012104 +1,0,1,1,-->,21.882816,-2.629163,10.286406 +1,0.2,0,0,-->,80.255730,28.600313,-5.584157 +1,0.2,0,0.2,-->,64.452850,22.832451,-5.680004 +1,0.2,0,0.4,-->,50.726475,17.792675,-5.162981 +1,0.2,0,0.6,-->,39.892796,14.133532,-4.291003 +1,0.2,0,0.8,-->,29.270256,9.306818,-3.046502 +1,0.2,0,1,-->,19.813644,4.507219,-1.776610 +1,0.2,0.2,0,-->,78.781990,25.696569,23.216671 +1,0.2,0.2,0.2,-->,63.668041,19.242645,16.454811 +1,0.2,0.2,0.4,-->,49.581760,15.210241,12.465938 +1,0.2,0.2,0.6,-->,39.502987,11.297577,9.366870 +1,0.2,0.2,0.8,-->,28.523743,6.860950,6.058600 +1,0.2,0.2,1,-->,19.347004,2.098833,2.349589 +1,0.2,0.4,0,-->,77.441856,25.042032,45.791092 +1,0.2,0.4,0.2,-->,62.500214,18.020693,35.895725 +1,0.2,0.4,0.4,-->,48.693813,13.148761,27.400034 +1,0.2,0.4,0.6,-->,38.066616,10.118393,20.111265 +1,0.2,0.4,0.8,-->,27.836864,5.838470,12.587790 +1,0.2,0.4,1,-->,19.092840,1.196867,5.082630 +1,0.2,0.6,0,-->,76.942879,23.974121,60.423725 +1,0.2,0.6,0.2,-->,62.014179,17.433456,47.808071 +1,0.2,0.6,0.4,-->,48.236580,12.764997,35.642944 +1,0.2,0.6,0.6,-->,38.072029,9.290752,26.358509 +1,0.2,0.6,0.8,-->,27.843431,5.089576,16.457563 +1,0.2,0.6,1,-->,19.074520,1.329176,6.403682 +1,0.2,0.8,0,-->,76.799767,23.708729,65.471329 +1,0.2,0.8,0.2,-->,61.856133,17.315268,51.854397 +1,0.2,0.8,0.4,-->,48.100101,12.729462,38.431435 +1,0.2,0.8,0.6,-->,38.112545,9.104836,28.480148 +1,0.2,0.8,0.8,-->,27.853008,5.136496,17.593201 +1,0.2,0.8,1,-->,19.082672,1.452472,6.683271 +1,0.2,1,0,-->,76.772339,23.657888,66.438835 +1,0.2,1,0.2,-->,61.825829,17.292652,52.626015 +1,0.2,1,0.4,-->,48.073940,12.722668,38.962616 +1,0.2,1,0.6,-->,38.120316,9.069209,28.884432 +1,0.2,1,0.8,-->,27.854841,5.145494,17.809362 +1,0.2,1,1,-->,19.084234,1.476107,6.736773 +1,0.4,0,0,-->,66.592819,52.158440,-6.940289 +1,0.4,0,0.2,-->,53.138714,42.072079,-6.952024 +1,0.4,0,0.4,-->,42.073685,32.840611,-6.108066 +1,0.4,0,0.6,-->,33.356991,25.779755,-5.011825 +1,0.4,0,0.8,-->,24.740709,17.292683,-3.381697 +1,0.4,0,1,-->,17.500492,8.967496,-1.604357 +1,0.4,0.2,0,-->,65.280304,50.111446,17.415886 +1,0.4,0.2,0.2,-->,52.290993,39.308640,12.601059 +1,0.4,0.2,0.4,-->,41.082603,30.113634,9.332215 +1,0.4,0.2,0.6,-->,32.606445,23.054586,6.863108 +1,0.4,0.2,0.8,-->,24.225941,14.799058,4.243225 +1,0.4,0.2,1,-->,17.355562,6.500395,1.937174 +1,0.4,0.4,0,-->,64.804085,48.267040,36.487034 +1,0.4,0.4,0.2,-->,52.003456,38.268986,27.901470 +1,0.4,0.4,0.4,-->,40.600090,28.636593,21.057156 +1,0.4,0.4,0.6,-->,32.065533,21.384317,15.474100 +1,0.4,0.4,0.8,-->,23.928108,13.277240,9.720904 +1,0.4,0.4,1,-->,17.343887,5.255658,4.094197 +1,0.4,0.6,0,-->,64.135712,48.361275,49.718075 +1,0.4,0.6,0.2,-->,51.604374,37.156693,37.647930 +1,0.4,0.6,0.4,-->,40.293491,27.948267,27.930773 +1,0.4,0.6,0.6,-->,32.016926,20.457607,20.448368 +1,0.4,0.6,0.8,-->,23.862955,12.433578,12.449006 +1,0.4,0.6,1,-->,17.523438,5.319175,5.188538 +1,0.4,0.8,0,-->,63.934700,48.479706,54.272572 +1,0.4,0.8,0.2,-->,51.486565,36.846100,40.951275 +1,0.4,0.8,0.4,-->,40.195801,27.825550,30.228054 +1,0.4,0.8,0.6,-->,32.029892,20.248604,22.097204 +1,0.4,0.8,0.8,-->,23.907755,12.449659,13.312624 +1,0.4,0.8,1,-->,17.619907,5.491336,5.502051 +1,0.4,1,0,-->,63.896034,48.502384,55.140339 +1,0.4,1,0.2,-->,51.463978,36.786594,41.583046 +1,0.4,1,0.4,-->,40.177074,27.802052,30.665564 +1,0.4,1,0.6,-->,32.032375,20.208509,22.411144 +1,0.4,1,0.8,-->,23.916382,12.452730,13.478614 +1,0.4,1,1,-->,17.638340,5.524379,5.562377 +1,0.6,0,0,-->,57.659458,68.499329,-7.261981 +1,0.6,0,0.2,-->,46.404575,55.100044,-7.340332 +1,0.6,0,0.4,-->,36.529045,43.747349,-6.303527 +1,0.6,0,0.6,-->,29.613581,33.838512,-5.509058 +1,0.6,0,0.8,-->,22.064117,22.905634,-3.300047 +1,0.6,0,1,-->,16.291735,12.435190,-1.163224 +1,0.6,0.2,0,-->,57.493191,65.673996,14.722637 +1,0.6,0.2,0.2,-->,45.821854,52.457577,10.262938 +1,0.6,0.2,0.4,-->,36.002289,40.207169,7.417650 +1,0.6,0.2,0.6,-->,28.874134,30.489176,5.380199 +1,0.6,0.2,0.8,-->,21.949492,20.007105,3.475636 +1,0.6,0.2,1,-->,16.388491,9.834852,1.999415 +1,0.6,0.4,0,-->,57.178543,64.424896,31.635803 +1,0.6,0.4,0.2,-->,45.756493,50.959816,23.610542 +1,0.6,0.4,0.4,-->,35.739868,38.546642,17.482353 +1,0.6,0.4,0.6,-->,28.438612,28.985825,12.528270 +1,0.6,0.4,0.8,-->,21.717968,18.505394,7.968074 +1,0.6,0.4,1,-->,16.551458,8.545521,3.892762 +1,0.6,0.6,0,-->,56.974148,63.327290,42.548923 +1,0.6,0.6,0.2,-->,45.869503,49.502369,31.147438 +1,0.6,0.6,0.4,-->,35.976936,37.499756,23.106461 +1,0.6,0.6,0.6,-->,28.823030,28.217749,16.740709 +1,0.6,0.6,0.8,-->,21.929199,17.703789,10.374986 +1,0.6,0.6,1,-->,16.859570,8.551783,4.835750 +1,0.6,0.8,0,-->,56.930744,62.991173,46.268044 +1,0.6,0.8,0.2,-->,45.932030,49.082458,33.671673 +1,0.6,0.8,0.4,-->,36.098145,37.252739,24.958086 +1,0.6,0.8,0.6,-->,29.011982,28.087706,18.136646 +1,0.6,0.8,0.8,-->,22.012510,17.524059,11.111189 +1,0.6,0.8,1,-->,16.983238,8.636382,5.034738 +1,0.6,1,0,-->,56.922417,62.926804,46.977009 +1,0.6,1,0.2,-->,45.944012,49.001995,34.153942 +1,0.6,1,0.4,-->,36.121376,37.205391,25.312592 +1,0.6,1,0.6,-->,29.048204,28.062763,18.402861 +1,0.6,1,0.8,-->,22.028482,17.489603,11.252754 +1,0.6,1,1,-->,17.006958,8.652615,5.072903 +1,0.8,0,0,-->,54.969692,74.082016,-6.936847 +1,0.8,0,0.2,-->,44.197830,59.549454,-7.415591 +1,0.8,0,0.4,-->,34.705696,47.493584,-6.305321 +1,0.8,0,0.6,-->,28.450827,36.600327,-5.649940 +1,0.8,0,0.8,-->,21.214861,24.889372,-3.241036 +1,0.8,0,1,-->,15.946043,13.609159,-0.947092 +1,0.8,0.2,0,-->,54.944073,70.971657,13.908492 +1,0.8,0.2,0.2,-->,43.698299,56.951046,9.556631 +1,0.8,0.2,0.4,-->,34.341347,43.652794,6.838273 +1,0.8,0.2,0.6,-->,27.663568,33.031895,4.937903 +1,0.8,0.2,0.8,-->,21.258396,21.796991,3.302167 +1,0.8,0.2,1,-->,16.105530,10.955063,2.038689 +1,0.8,0.4,0,-->,54.688488,69.926376,30.088253 +1,0.8,0.4,0.2,-->,43.717514,55.287148,22.208023 +1,0.8,0.4,0.4,-->,34.178883,41.917625,16.365334 +1,0.8,0.4,0.6,-->,27.274502,31.598885,11.576162 +1,0.8,0.4,0.8,-->,21.091976,20.320192,7.562088 +1,0.8,0.4,1,-->,16.359552,9.700583,3.914177 +1,0.8,0.6,0,-->,54.633976,68.353096,40.171864 +1,0.8,0.6,0.2,-->,44.005466,53.696037,28.974852 +1,0.8,0.6,0.4,-->,34.605473,40.763447,21.507202 +1,0.8,0.6,0.6,-->,27.826878,30.905619,15.529531 +1,0.8,0.6,0.8,-->,21.320412,19.490940,9.721011 +1,0.8,0.6,1,-->,16.687695,9.640835,4.739569 +1,0.8,0.8,0,-->,54.650669,67.855957,43.626392 +1,0.8,0.8,0.2,-->,44.141670,53.191242,31.220835 +1,0.8,0.8,0.4,-->,34.797565,40.462486,23.217644 +1,0.8,0.8,0.6,-->,28.093735,30.835930,16.841860 +1,0.8,0.8,0.8,-->,21.411406,19.266554,10.393985 +1,0.8,0.8,1,-->,16.841457,9.732167,4.933085 +1,0.8,1,0,-->,54.653854,67.760796,44.287071 +1,0.8,1,0.2,-->,44.167778,53.094635,31.652126 +1,0.8,1,0.4,-->,34.834328,40.404804,23.546736 +1,0.8,1,0.6,-->,28.144899,30.822525,17.092707 +1,0.8,1,0.8,-->,21.428854,19.223526,10.522646 +1,0.8,1,1,-->,16.870857,9.749661,4.970186 +1,1,0,0,-->,54.497368,75.060043,-6.879842 +1,1,0,0.2,-->,43.811447,60.331165,-7.428609 +1,1,0,0.4,-->,34.385349,48.149761,-6.305374 +1,1,0,0.6,-->,28.247143,37.083023,-5.674350 +1,1,0,0.8,-->,21.065823,25.237616,-3.230579 +1,1,0,1,-->,15.885772,13.813953,-0.909413 +1,1,0.2,0,-->,54.496330,71.899261,13.766212 +1,1,0.2,0.2,-->,43.326527,57.738213,9.432940 +1,1,0.2,0.4,-->,34.050930,44.255775,6.736696 +1,1,0.2,0.6,-->,27.451885,33.478764,4.860433 +1,1,0.2,0.8,-->,21.137512,22.109259,3.271784 +1,1,0.2,1,-->,16.055666,11.152014,2.045499 +1,1,0.4,0,-->,54.251217,70.891769,29.814774 +1,1,0.4,0.2,-->,43.360378,56.047592,21.960138 +1,1,0.4,0.4,-->,33.905918,42.506168,16.169462 +1,1,0.4,0.6,-->,27.070961,32.054493,11.409686 +1,1,0.4,0.8,-->,20.981640,20.636868,7.491123 +1,1,0.4,1,-->,16.325926,9.902580,3.917871 +1,1,0.6,0,-->,54.223389,69.232018,39.753658 +1,1,0.6,0.2,-->,43.677799,54.432392,28.594522 +1,1,0.6,0.4,-->,34.364265,41.333492,21.225533 +1,1,0.6,0.6,-->,27.651289,31.377037,15.316029 +1,1,0.6,0.8,-->,21.214069,19.803421,9.605801 +1,1,0.6,1,-->,16.657753,9.832177,4.722713 +1,1,0.8,0,-->,54.250389,68.710594,43.161938 +1,1,0.8,0.2,-->,43.828083,53.912304,30.792263 +1,1,0.8,0.4,-->,34.569473,41.023228,22.912823 +1,1,0.8,0.6,-->,27.933126,31.317608,16.615711 +1,1,0.8,0.8,-->,21.306404,19.573122,10.268455 +1,1,0.8,1,-->,16.816429,9.924011,4.915226 +1,1,1,0,-->,54.255573,68.610649,43.815685 +1,1,1,0.2,-->,43.856888,53.812080,31.211851 +1,1,1,0.4,-->,34.608944,40.963772,23.235426 +1,1,1,0.6,-->,27.986898,31.306118,16.863852 +1,1,1,0.8,-->,21.324100,19.528862,10.395019 +1,1,1,1,-->,16.846907,9.941627,4.952190 +-0.1,0.5,0.5,0.5,-->,33.707649,29.435873,19.315800 +1.1,0.5,0.5,0.5,-->,33.707649,29.435873,19.315800 +0.5,-0.1,0.5,0.5,-->,52.814831,-5.202384,37.002560 +0.5,1.1,0.5,0.5,-->,30.588442,36.537830,16.267633 +0.5,0.5,-0.1,0.5,-->,34.831505,34.829411,-5.912278 +0.5,0.5,1.1,0.5,-->,33.927803,28.987253,23.726938 +0.5,0.5,0.5,-0.1,-->,59.985481,57.417980,40.692539 +0.5,0.5,0.5,1.1,-->,16.988140,7.167380,4.609890 diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-1.csv new file mode 100644 index 0000000..951eed9 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-1.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,100.390625,-0.001953,-0.001953 +0,0,0,0.2,-->,77.492264,-0.815983,-2.072325 +0,0,0,0.4,-->,58.809441,-0.631108,-2.219058 +0,0,0,0.6,-->,44.288357,-0.368877,-1.924650 +0,0,0,0.8,-->,32.131210,-0.016529,-1.192460 +0,0,0,1,-->,22.458010,0.597260,-0.200804 +0,0,0.2,0,-->,95.936836,-6.008337,70.007378 +0,0,0.2,0.2,-->,74.592896,-5.974070,51.567604 +0,0,0.2,0.4,-->,56.147511,-5.283624,37.824272 +0,0,0.2,0.6,-->,42.337681,-4.326273,27.565096 +0,0,0.2,0.8,-->,30.353632,-3.671424,17.614145 +0,0,0.2,1,-->,20.883972,-3.460315,9.372053 +0,0,0.4,0,-->,95.391182,-6.438572,85.637413 +0,0,0.4,0.2,-->,73.853699,-6.576034,62.219799 +0,0,0.4,0.4,-->,55.890720,-5.712492,46.037136 +0,0,0.4,0.6,-->,42.475571,-4.784019,33.534164 +0,0,0.4,0.8,-->,30.058653,-3.798390,21.125355 +0,0,0.4,1,-->,20.682577,-3.075479,10.834335 +0,0,0.6,0,-->,95.439240,-6.270948,88.322090 +0,0,0.6,0.2,-->,73.731949,-6.649757,64.040855 +0,0,0.6,0.4,-->,55.852699,-5.759115,47.442741 +0,0,0.6,0.6,-->,42.532967,-4.833227,34.561630 +0,0,0.6,0.8,-->,30.015022,-3.780812,21.702345 +0,0,0.6,1,-->,20.654469,-2.970278,11.051654 +0,0,0.8,0,-->,95.470856,-6.160670,90.089935 +0,0,0.8,0.2,-->,73.651833,-6.698281,65.240440 +0,0,0.8,0.4,-->,55.827671,-5.789613,48.365273 +0,0,0.8,0.6,-->,42.570732,-4.865609,35.238403 +0,0,0.8,0.8,-->,29.986307,-3.769261,22.082022 +0,0,0.8,1,-->,20.635977,-2.901061,11.194663 +0,0,1,0,-->,95.495087,-6.076125,91.445824 +0,0,1,0.2,-->,73.590431,-6.735473,66.156830 +0,0,1,0.4,-->,55.808495,-5.812951,49.075878 +0,0,1,0.6,-->,42.599674,-4.890436,35.755604 +0,0,1,0.8,-->,29.964300,-3.760385,22.373678 +0,0,1,1,-->,20.621754,-2.848001,11.304264 +0,0.2,0,0,-->,100.390625,-0.001953,-0.001953 +0,0.2,0,0.2,-->,77.492264,-0.815983,-2.072325 +0,0.2,0,0.4,-->,58.809441,-0.631108,-2.219058 +0,0.2,0,0.6,-->,44.288357,-0.368877,-1.924650 +0,0.2,0,0.8,-->,32.131210,-0.016529,-1.192460 +0,0.2,0,1,-->,22.458010,0.597260,-0.200804 +0,0.2,0.2,0,-->,95.936836,-6.008337,70.007378 +0,0.2,0.2,0.2,-->,74.592896,-5.974070,51.567604 +0,0.2,0.2,0.4,-->,56.147511,-5.283624,37.824272 +0,0.2,0.2,0.6,-->,42.337681,-4.326273,27.565096 +0,0.2,0.2,0.8,-->,30.353632,-3.671424,17.614145 +0,0.2,0.2,1,-->,20.883972,-3.460315,9.372053 +0,0.2,0.4,0,-->,95.391182,-6.438572,85.637413 +0,0.2,0.4,0.2,-->,73.853699,-6.576034,62.219799 +0,0.2,0.4,0.4,-->,55.890720,-5.712492,46.037136 +0,0.2,0.4,0.6,-->,42.475571,-4.784019,33.534164 +0,0.2,0.4,0.8,-->,30.058653,-3.798390,21.125355 +0,0.2,0.4,1,-->,20.682577,-3.075479,10.834335 +0,0.2,0.6,0,-->,95.439240,-6.270948,88.322090 +0,0.2,0.6,0.2,-->,73.731949,-6.649757,64.040855 +0,0.2,0.6,0.4,-->,55.852699,-5.759115,47.442741 +0,0.2,0.6,0.6,-->,42.532967,-4.833227,34.561630 +0,0.2,0.6,0.8,-->,30.015022,-3.780812,21.702345 +0,0.2,0.6,1,-->,20.654469,-2.970278,11.051654 +0,0.2,0.8,0,-->,95.470856,-6.160670,90.089935 +0,0.2,0.8,0.2,-->,73.651833,-6.698281,65.240440 +0,0.2,0.8,0.4,-->,55.827671,-5.789613,48.365273 +0,0.2,0.8,0.6,-->,42.570732,-4.865609,35.238403 +0,0.2,0.8,0.8,-->,29.986307,-3.769261,22.082022 +0,0.2,0.8,1,-->,20.635977,-2.901061,11.194663 +0,0.2,1,0,-->,95.495087,-6.076125,91.445824 +0,0.2,1,0.2,-->,73.590431,-6.735473,66.156830 +0,0.2,1,0.4,-->,55.808495,-5.812951,49.075878 +0,0.2,1,0.6,-->,42.599674,-4.890436,35.755604 +0,0.2,1,0.8,-->,29.964300,-3.760385,22.373678 +0,0.2,1,1,-->,20.621754,-2.848001,11.304264 +0,0.4,0,0,-->,100.390625,-0.001953,-0.001953 +0,0.4,0,0.2,-->,77.492264,-0.815983,-2.072325 +0,0.4,0,0.4,-->,58.809441,-0.631108,-2.219058 +0,0.4,0,0.6,-->,44.288357,-0.368877,-1.924650 +0,0.4,0,0.8,-->,32.131210,-0.016529,-1.192460 +0,0.4,0,1,-->,22.458010,0.597260,-0.200804 +0,0.4,0.2,0,-->,95.936836,-6.008337,70.007378 +0,0.4,0.2,0.2,-->,74.592896,-5.974070,51.567604 +0,0.4,0.2,0.4,-->,56.147511,-5.283624,37.824272 +0,0.4,0.2,0.6,-->,42.337681,-4.326273,27.565096 +0,0.4,0.2,0.8,-->,30.353632,-3.671424,17.614145 +0,0.4,0.2,1,-->,20.883972,-3.460315,9.372053 +0,0.4,0.4,0,-->,95.391182,-6.438572,85.637413 +0,0.4,0.4,0.2,-->,73.853699,-6.576034,62.219799 +0,0.4,0.4,0.4,-->,55.890720,-5.712492,46.037136 +0,0.4,0.4,0.6,-->,42.475571,-4.784019,33.534164 +0,0.4,0.4,0.8,-->,30.058653,-3.798390,21.125355 +0,0.4,0.4,1,-->,20.682577,-3.075479,10.834335 +0,0.4,0.6,0,-->,95.439240,-6.270948,88.322090 +0,0.4,0.6,0.2,-->,73.731949,-6.649757,64.040855 +0,0.4,0.6,0.4,-->,55.852699,-5.759115,47.442741 +0,0.4,0.6,0.6,-->,42.532967,-4.833227,34.561630 +0,0.4,0.6,0.8,-->,30.015022,-3.780812,21.702345 +0,0.4,0.6,1,-->,20.654469,-2.970278,11.051654 +0,0.4,0.8,0,-->,95.470856,-6.160670,90.089935 +0,0.4,0.8,0.2,-->,73.651833,-6.698281,65.240440 +0,0.4,0.8,0.4,-->,55.827671,-5.789613,48.365273 +0,0.4,0.8,0.6,-->,42.570732,-4.865609,35.238403 +0,0.4,0.8,0.8,-->,29.986307,-3.769261,22.082022 +0,0.4,0.8,1,-->,20.635977,-2.901061,11.194663 +0,0.4,1,0,-->,95.495087,-6.076125,91.445824 +0,0.4,1,0.2,-->,73.590431,-6.735473,66.156830 +0,0.4,1,0.4,-->,55.808495,-5.812951,49.075878 +0,0.4,1,0.6,-->,42.599674,-4.890436,35.755604 +0,0.4,1,0.8,-->,29.964300,-3.760385,22.373678 +0,0.4,1,1,-->,20.621754,-2.848001,11.304264 +0,0.6,0,0,-->,100.390625,-0.001953,-0.001953 +0,0.6,0,0.2,-->,77.492264,-0.815983,-2.072325 +0,0.6,0,0.4,-->,58.809441,-0.631108,-2.219058 +0,0.6,0,0.6,-->,44.288357,-0.368877,-1.924650 +0,0.6,0,0.8,-->,32.131210,-0.016529,-1.192460 +0,0.6,0,1,-->,22.458010,0.597260,-0.200804 +0,0.6,0.2,0,-->,95.936836,-6.008337,70.007378 +0,0.6,0.2,0.2,-->,74.592896,-5.974070,51.567604 +0,0.6,0.2,0.4,-->,56.147511,-5.283624,37.824272 +0,0.6,0.2,0.6,-->,42.337681,-4.326273,27.565096 +0,0.6,0.2,0.8,-->,30.353632,-3.671424,17.614145 +0,0.6,0.2,1,-->,20.883972,-3.460315,9.372053 +0,0.6,0.4,0,-->,95.391182,-6.438572,85.637413 +0,0.6,0.4,0.2,-->,73.853699,-6.576034,62.219799 +0,0.6,0.4,0.4,-->,55.890720,-5.712492,46.037136 +0,0.6,0.4,0.6,-->,42.475571,-4.784019,33.534164 +0,0.6,0.4,0.8,-->,30.058653,-3.798390,21.125355 +0,0.6,0.4,1,-->,20.682577,-3.075479,10.834335 +0,0.6,0.6,0,-->,95.439240,-6.270948,88.322090 +0,0.6,0.6,0.2,-->,73.731949,-6.649757,64.040855 +0,0.6,0.6,0.4,-->,55.852699,-5.759115,47.442741 +0,0.6,0.6,0.6,-->,42.532967,-4.833227,34.561630 +0,0.6,0.6,0.8,-->,30.015022,-3.780812,21.702345 +0,0.6,0.6,1,-->,20.654469,-2.970278,11.051654 +0,0.6,0.8,0,-->,95.470856,-6.160670,90.089935 +0,0.6,0.8,0.2,-->,73.651833,-6.698281,65.240440 +0,0.6,0.8,0.4,-->,55.827671,-5.789613,48.365273 +0,0.6,0.8,0.6,-->,42.570732,-4.865609,35.238403 +0,0.6,0.8,0.8,-->,29.986307,-3.769261,22.082022 +0,0.6,0.8,1,-->,20.635977,-2.901061,11.194663 +0,0.6,1,0,-->,95.495087,-6.076125,91.445824 +0,0.6,1,0.2,-->,73.590431,-6.735473,66.156830 +0,0.6,1,0.4,-->,55.808495,-5.812951,49.075878 +0,0.6,1,0.6,-->,42.599674,-4.890436,35.755604 +0,0.6,1,0.8,-->,29.964300,-3.760385,22.373678 +0,0.6,1,1,-->,20.621754,-2.848001,11.304264 +0,0.8,0,0,-->,100.390625,-0.001953,-0.001953 +0,0.8,0,0.2,-->,77.492264,-0.815983,-2.072325 +0,0.8,0,0.4,-->,58.809441,-0.631108,-2.219058 +0,0.8,0,0.6,-->,44.288357,-0.368877,-1.924650 +0,0.8,0,0.8,-->,32.131210,-0.016529,-1.192460 +0,0.8,0,1,-->,22.458010,0.597260,-0.200804 +0,0.8,0.2,0,-->,95.936836,-6.008337,70.007378 +0,0.8,0.2,0.2,-->,74.592896,-5.974070,51.567604 +0,0.8,0.2,0.4,-->,56.147511,-5.283624,37.824272 +0,0.8,0.2,0.6,-->,42.337681,-4.326273,27.565096 +0,0.8,0.2,0.8,-->,30.353632,-3.671424,17.614145 +0,0.8,0.2,1,-->,20.883972,-3.460315,9.372053 +0,0.8,0.4,0,-->,95.391182,-6.438572,85.637413 +0,0.8,0.4,0.2,-->,73.853699,-6.576034,62.219799 +0,0.8,0.4,0.4,-->,55.890720,-5.712492,46.037136 +0,0.8,0.4,0.6,-->,42.475571,-4.784019,33.534164 +0,0.8,0.4,0.8,-->,30.058653,-3.798390,21.125355 +0,0.8,0.4,1,-->,20.682577,-3.075479,10.834335 +0,0.8,0.6,0,-->,95.439240,-6.270948,88.322090 +0,0.8,0.6,0.2,-->,73.731949,-6.649757,64.040855 +0,0.8,0.6,0.4,-->,55.852699,-5.759115,47.442741 +0,0.8,0.6,0.6,-->,42.532967,-4.833227,34.561630 +0,0.8,0.6,0.8,-->,30.015022,-3.780812,21.702345 +0,0.8,0.6,1,-->,20.654469,-2.970278,11.051654 +0,0.8,0.8,0,-->,95.470856,-6.160670,90.089935 +0,0.8,0.8,0.2,-->,73.651833,-6.698281,65.240440 +0,0.8,0.8,0.4,-->,55.827671,-5.789613,48.365273 +0,0.8,0.8,0.6,-->,42.570732,-4.865609,35.238403 +0,0.8,0.8,0.8,-->,29.986307,-3.769261,22.082022 +0,0.8,0.8,1,-->,20.635977,-2.901061,11.194663 +0,0.8,1,0,-->,95.495087,-6.076125,91.445824 +0,0.8,1,0.2,-->,73.590431,-6.735473,66.156830 +0,0.8,1,0.4,-->,55.808495,-5.812951,49.075878 +0,0.8,1,0.6,-->,42.599674,-4.890436,35.755604 +0,0.8,1,0.8,-->,29.964300,-3.760385,22.373678 +0,0.8,1,1,-->,20.621754,-2.848001,11.304264 +0,1,0,0,-->,100.390625,-0.001953,-0.001953 +0,1,0,0.2,-->,77.492264,-0.815983,-2.072325 +0,1,0,0.4,-->,58.809441,-0.631108,-2.219058 +0,1,0,0.6,-->,44.288357,-0.368877,-1.924650 +0,1,0,0.8,-->,32.131210,-0.016529,-1.192460 +0,1,0,1,-->,22.458010,0.597260,-0.200804 +0,1,0.2,0,-->,95.936836,-6.008337,70.007378 +0,1,0.2,0.2,-->,74.592896,-5.974070,51.567604 +0,1,0.2,0.4,-->,56.147511,-5.283624,37.824272 +0,1,0.2,0.6,-->,42.337681,-4.326273,27.565096 +0,1,0.2,0.8,-->,30.353632,-3.671424,17.614145 +0,1,0.2,1,-->,20.883972,-3.460315,9.372053 +0,1,0.4,0,-->,95.391182,-6.438572,85.637413 +0,1,0.4,0.2,-->,73.853699,-6.576034,62.219799 +0,1,0.4,0.4,-->,55.890720,-5.712492,46.037136 +0,1,0.4,0.6,-->,42.475571,-4.784019,33.534164 +0,1,0.4,0.8,-->,30.058653,-3.798390,21.125355 +0,1,0.4,1,-->,20.682577,-3.075479,10.834335 +0,1,0.6,0,-->,95.439240,-6.270948,88.322090 +0,1,0.6,0.2,-->,73.731949,-6.649757,64.040855 +0,1,0.6,0.4,-->,55.852699,-5.759115,47.442741 +0,1,0.6,0.6,-->,42.532967,-4.833227,34.561630 +0,1,0.6,0.8,-->,30.015022,-3.780812,21.702345 +0,1,0.6,1,-->,20.654469,-2.970278,11.051654 +0,1,0.8,0,-->,95.470856,-6.160670,90.089935 +0,1,0.8,0.2,-->,73.651833,-6.698281,65.240440 +0,1,0.8,0.4,-->,55.827671,-5.789613,48.365273 +0,1,0.8,0.6,-->,42.570732,-4.865609,35.238403 +0,1,0.8,0.8,-->,29.986307,-3.769261,22.082022 +0,1,0.8,1,-->,20.635977,-2.901061,11.194663 +0,1,1,0,-->,95.495087,-6.076125,91.445824 +0,1,1,0.2,-->,73.590431,-6.735473,66.156830 +0,1,1,0.4,-->,55.808495,-5.812951,49.075878 +0,1,1,0.6,-->,42.599674,-4.890436,35.755604 +0,1,1,0.8,-->,29.964300,-3.760385,22.373678 +0,1,1,1,-->,20.621754,-2.848001,11.304264 +0.2,0,0,0,-->,70.433601,-32.771046,-39.585857 +0.2,0,0,0.2,-->,56.062241,-25.676348,-30.996920 +0.2,0,0,0.4,-->,43.036232,-20.332443,-24.280819 +0.2,0,0,0.6,-->,33.213211,-15.313848,-18.648230 +0.2,0,0,0.8,-->,24.660612,-9.832527,-13.147841 +0.2,0,0,1,-->,17.868032,-4.967033,-8.666894 +0.2,0,0.2,0,-->,66.275391,-49.439224,20.785120 +0.2,0,0.2,0.2,-->,52.955849,-38.958710,17.025328 +0.2,0,0.2,0.4,-->,40.866699,-30.903141,11.940730 +0.2,0,0.2,0.6,-->,31.263607,-23.204489,8.522023 +0.2,0,0.2,0.8,-->,23.471485,-16.144749,5.392192 +0.2,0,0.2,1,-->,17.482946,-10.297645,2.770196 +0.2,0,0.4,0,-->,66.200706,-50.762077,34.128803 +0.2,0,0.4,0.2,-->,52.623703,-40.243057,26.314037 +0.2,0,0.4,0.4,-->,40.629227,-31.992968,18.950502 +0.2,0,0.4,0.6,-->,31.133842,-24.083359,13.814136 +0.2,0,0.4,0.8,-->,23.365667,-16.677496,8.948026 +0.2,0,0.4,1,-->,17.563412,-10.229621,4.558562 +0.2,0,0.6,0,-->,66.184387,-50.964638,36.366169 +0.2,0,0.6,0.2,-->,52.589779,-40.427177,27.885359 +0.2,0,0.6,0.4,-->,40.595810,-32.146824,20.137650 +0.2,0,0.6,0.6,-->,31.132454,-24.207020,14.712286 +0.2,0,0.6,0.8,-->,23.371510,-16.696144,9.477945 +0.2,0,0.6,1,-->,17.582386,-10.177876,4.835446 +0.2,0,0.8,0,-->,66.173668,-51.097904,37.839001 +0.2,0,0.8,0.2,-->,52.567459,-40.548340,28.920666 +0.2,0,0.8,0.4,-->,40.573830,-32.248051,20.922688 +0.2,0,0.8,0.6,-->,31.131544,-24.288342,15.301528 +0.2,0,0.8,0.8,-->,23.375351,-16.708418,9.826630 +0.2,0,0.8,1,-->,17.594866,-10.143829,5.016605 +0.2,0,1,0,-->,66.165421,-51.200066,38.969120 +0.2,0,1,0.2,-->,52.550350,-40.641220,29.711222 +0.2,0,1,0.4,-->,40.556980,-32.325634,21.521383 +0.2,0,1,0.6,-->,31.130842,-24.350704,15.752762 +0.2,0,1,0.8,-->,23.378294,-16.717834,10.093862 +0.2,0,1,1,-->,17.604433,-10.117740,5.155434 +0.2,0.2,0,0,-->,70.433601,-32.771046,-39.585857 +0.2,0.2,0,0.2,-->,56.062241,-25.676348,-30.996920 +0.2,0.2,0,0.4,-->,43.036232,-20.332443,-24.280819 +0.2,0.2,0,0.6,-->,33.213211,-15.313848,-18.648230 +0.2,0.2,0,0.8,-->,24.660612,-9.832527,-13.147841 +0.2,0.2,0,1,-->,17.868032,-4.967033,-8.666894 +0.2,0.2,0.2,0,-->,66.275391,-49.439224,20.785120 +0.2,0.2,0.2,0.2,-->,52.955849,-38.958710,17.025328 +0.2,0.2,0.2,0.4,-->,40.866699,-30.903141,11.940730 +0.2,0.2,0.2,0.6,-->,31.263607,-23.204489,8.522023 +0.2,0.2,0.2,0.8,-->,23.471485,-16.144749,5.392192 +0.2,0.2,0.2,1,-->,17.482946,-10.297645,2.770196 +0.2,0.2,0.4,0,-->,66.200706,-50.762077,34.128803 +0.2,0.2,0.4,0.2,-->,52.623703,-40.243057,26.314037 +0.2,0.2,0.4,0.4,-->,40.629227,-31.992968,18.950502 +0.2,0.2,0.4,0.6,-->,31.133842,-24.083359,13.814136 +0.2,0.2,0.4,0.8,-->,23.365667,-16.677496,8.948026 +0.2,0.2,0.4,1,-->,17.563412,-10.229621,4.558562 +0.2,0.2,0.6,0,-->,66.184387,-50.964638,36.366169 +0.2,0.2,0.6,0.2,-->,52.589779,-40.427177,27.885359 +0.2,0.2,0.6,0.4,-->,40.595810,-32.146824,20.137650 +0.2,0.2,0.6,0.6,-->,31.132454,-24.207020,14.712286 +0.2,0.2,0.6,0.8,-->,23.371510,-16.696144,9.477945 +0.2,0.2,0.6,1,-->,17.582386,-10.177876,4.835446 +0.2,0.2,0.8,0,-->,66.173668,-51.097904,37.839001 +0.2,0.2,0.8,0.2,-->,52.567459,-40.548340,28.920666 +0.2,0.2,0.8,0.4,-->,40.573830,-32.248051,20.922688 +0.2,0.2,0.8,0.6,-->,31.131544,-24.288342,15.301528 +0.2,0.2,0.8,0.8,-->,23.375351,-16.708418,9.826630 +0.2,0.2,0.8,1,-->,17.594866,-10.143829,5.016605 +0.2,0.2,1,0,-->,66.165421,-51.200066,38.969120 +0.2,0.2,1,0.2,-->,52.550350,-40.641220,29.711222 +0.2,0.2,1,0.4,-->,40.556980,-32.325634,21.521383 +0.2,0.2,1,0.6,-->,31.130842,-24.350704,15.752762 +0.2,0.2,1,0.8,-->,23.378294,-16.717834,10.093862 +0.2,0.2,1,1,-->,17.604433,-10.117740,5.155434 +0.2,0.4,0,0,-->,70.433601,-32.771046,-39.585857 +0.2,0.4,0,0.2,-->,56.062241,-25.676348,-30.996920 +0.2,0.4,0,0.4,-->,43.036232,-20.332443,-24.280819 +0.2,0.4,0,0.6,-->,33.213211,-15.313848,-18.648230 +0.2,0.4,0,0.8,-->,24.660612,-9.832527,-13.147841 +0.2,0.4,0,1,-->,17.868032,-4.967033,-8.666894 +0.2,0.4,0.2,0,-->,66.275391,-49.439224,20.785120 +0.2,0.4,0.2,0.2,-->,52.955849,-38.958710,17.025328 +0.2,0.4,0.2,0.4,-->,40.866699,-30.903141,11.940730 +0.2,0.4,0.2,0.6,-->,31.263607,-23.204489,8.522023 +0.2,0.4,0.2,0.8,-->,23.471485,-16.144749,5.392192 +0.2,0.4,0.2,1,-->,17.482946,-10.297645,2.770196 +0.2,0.4,0.4,0,-->,66.200706,-50.762077,34.128803 +0.2,0.4,0.4,0.2,-->,52.623703,-40.243057,26.314037 +0.2,0.4,0.4,0.4,-->,40.629227,-31.992968,18.950502 +0.2,0.4,0.4,0.6,-->,31.133842,-24.083359,13.814136 +0.2,0.4,0.4,0.8,-->,23.365667,-16.677496,8.948026 +0.2,0.4,0.4,1,-->,17.563412,-10.229621,4.558562 +0.2,0.4,0.6,0,-->,66.184387,-50.964638,36.366169 +0.2,0.4,0.6,0.2,-->,52.589779,-40.427177,27.885359 +0.2,0.4,0.6,0.4,-->,40.595810,-32.146824,20.137650 +0.2,0.4,0.6,0.6,-->,31.132454,-24.207020,14.712286 +0.2,0.4,0.6,0.8,-->,23.371510,-16.696144,9.477945 +0.2,0.4,0.6,1,-->,17.582386,-10.177876,4.835446 +0.2,0.4,0.8,0,-->,66.173668,-51.097904,37.839001 +0.2,0.4,0.8,0.2,-->,52.567459,-40.548340,28.920666 +0.2,0.4,0.8,0.4,-->,40.573830,-32.248051,20.922688 +0.2,0.4,0.8,0.6,-->,31.131544,-24.288342,15.301528 +0.2,0.4,0.8,0.8,-->,23.375351,-16.708418,9.826630 +0.2,0.4,0.8,1,-->,17.594866,-10.143829,5.016605 +0.2,0.4,1,0,-->,66.165421,-51.200066,38.969120 +0.2,0.4,1,0.2,-->,52.550350,-40.641220,29.711222 +0.2,0.4,1,0.4,-->,40.556980,-32.325634,21.521383 +0.2,0.4,1,0.6,-->,31.130842,-24.350704,15.752762 +0.2,0.4,1,0.8,-->,23.378294,-16.717834,10.093862 +0.2,0.4,1,1,-->,17.604433,-10.117740,5.155434 +0.2,0.6,0,0,-->,70.433601,-32.771046,-39.585857 +0.2,0.6,0,0.2,-->,56.062241,-25.676348,-30.996920 +0.2,0.6,0,0.4,-->,43.036232,-20.332443,-24.280819 +0.2,0.6,0,0.6,-->,33.213211,-15.313848,-18.648230 +0.2,0.6,0,0.8,-->,24.660612,-9.832527,-13.147841 +0.2,0.6,0,1,-->,17.868032,-4.967033,-8.666894 +0.2,0.6,0.2,0,-->,66.275391,-49.439224,20.785120 +0.2,0.6,0.2,0.2,-->,52.955849,-38.958710,17.025328 +0.2,0.6,0.2,0.4,-->,40.866699,-30.903141,11.940730 +0.2,0.6,0.2,0.6,-->,31.263607,-23.204489,8.522023 +0.2,0.6,0.2,0.8,-->,23.471485,-16.144749,5.392192 +0.2,0.6,0.2,1,-->,17.482946,-10.297645,2.770196 +0.2,0.6,0.4,0,-->,66.200706,-50.762077,34.128803 +0.2,0.6,0.4,0.2,-->,52.623703,-40.243057,26.314037 +0.2,0.6,0.4,0.4,-->,40.629227,-31.992968,18.950502 +0.2,0.6,0.4,0.6,-->,31.133842,-24.083359,13.814136 +0.2,0.6,0.4,0.8,-->,23.365667,-16.677496,8.948026 +0.2,0.6,0.4,1,-->,17.563412,-10.229621,4.558562 +0.2,0.6,0.6,0,-->,66.184387,-50.964638,36.366169 +0.2,0.6,0.6,0.2,-->,52.589779,-40.427177,27.885359 +0.2,0.6,0.6,0.4,-->,40.595810,-32.146824,20.137650 +0.2,0.6,0.6,0.6,-->,31.132454,-24.207020,14.712286 +0.2,0.6,0.6,0.8,-->,23.371510,-16.696144,9.477945 +0.2,0.6,0.6,1,-->,17.582386,-10.177876,4.835446 +0.2,0.6,0.8,0,-->,66.173668,-51.097904,37.839001 +0.2,0.6,0.8,0.2,-->,52.567459,-40.548340,28.920666 +0.2,0.6,0.8,0.4,-->,40.573830,-32.248051,20.922688 +0.2,0.6,0.8,0.6,-->,31.131544,-24.288342,15.301528 +0.2,0.6,0.8,0.8,-->,23.375351,-16.708418,9.826630 +0.2,0.6,0.8,1,-->,17.594866,-10.143829,5.016605 +0.2,0.6,1,0,-->,66.165421,-51.200066,38.969120 +0.2,0.6,1,0.2,-->,52.550350,-40.641220,29.711222 +0.2,0.6,1,0.4,-->,40.556980,-32.325634,21.521383 +0.2,0.6,1,0.6,-->,31.130842,-24.350704,15.752762 +0.2,0.6,1,0.8,-->,23.378294,-16.717834,10.093862 +0.2,0.6,1,1,-->,17.604433,-10.117740,5.155434 +0.2,0.8,0,0,-->,70.433601,-32.771046,-39.585857 +0.2,0.8,0,0.2,-->,56.062241,-25.676348,-30.996920 +0.2,0.8,0,0.4,-->,43.036232,-20.332443,-24.280819 +0.2,0.8,0,0.6,-->,33.213211,-15.313848,-18.648230 +0.2,0.8,0,0.8,-->,24.660612,-9.832527,-13.147841 +0.2,0.8,0,1,-->,17.868032,-4.967033,-8.666894 +0.2,0.8,0.2,0,-->,66.275391,-49.439224,20.785120 +0.2,0.8,0.2,0.2,-->,52.955849,-38.958710,17.025328 +0.2,0.8,0.2,0.4,-->,40.866699,-30.903141,11.940730 +0.2,0.8,0.2,0.6,-->,31.263607,-23.204489,8.522023 +0.2,0.8,0.2,0.8,-->,23.471485,-16.144749,5.392192 +0.2,0.8,0.2,1,-->,17.482946,-10.297645,2.770196 +0.2,0.8,0.4,0,-->,66.200706,-50.762077,34.128803 +0.2,0.8,0.4,0.2,-->,52.623703,-40.243057,26.314037 +0.2,0.8,0.4,0.4,-->,40.629227,-31.992968,18.950502 +0.2,0.8,0.4,0.6,-->,31.133842,-24.083359,13.814136 +0.2,0.8,0.4,0.8,-->,23.365667,-16.677496,8.948026 +0.2,0.8,0.4,1,-->,17.563412,-10.229621,4.558562 +0.2,0.8,0.6,0,-->,66.184387,-50.964638,36.366169 +0.2,0.8,0.6,0.2,-->,52.589779,-40.427177,27.885359 +0.2,0.8,0.6,0.4,-->,40.595810,-32.146824,20.137650 +0.2,0.8,0.6,0.6,-->,31.132454,-24.207020,14.712286 +0.2,0.8,0.6,0.8,-->,23.371510,-16.696144,9.477945 +0.2,0.8,0.6,1,-->,17.582386,-10.177876,4.835446 +0.2,0.8,0.8,0,-->,66.173668,-51.097904,37.839001 +0.2,0.8,0.8,0.2,-->,52.567459,-40.548340,28.920666 +0.2,0.8,0.8,0.4,-->,40.573830,-32.248051,20.922688 +0.2,0.8,0.8,0.6,-->,31.131544,-24.288342,15.301528 +0.2,0.8,0.8,0.8,-->,23.375351,-16.708418,9.826630 +0.2,0.8,0.8,1,-->,17.594866,-10.143829,5.016605 +0.2,0.8,1,0,-->,66.165421,-51.200066,38.969120 +0.2,0.8,1,0.2,-->,52.550350,-40.641220,29.711222 +0.2,0.8,1,0.4,-->,40.556980,-32.325634,21.521383 +0.2,0.8,1,0.6,-->,31.130842,-24.350704,15.752762 +0.2,0.8,1,0.8,-->,23.378294,-16.717834,10.093862 +0.2,0.8,1,1,-->,17.604433,-10.117740,5.155434 +0.2,1,0,0,-->,70.433601,-32.771046,-39.585857 +0.2,1,0,0.2,-->,56.062241,-25.676348,-30.996920 +0.2,1,0,0.4,-->,43.036232,-20.332443,-24.280819 +0.2,1,0,0.6,-->,33.213211,-15.313848,-18.648230 +0.2,1,0,0.8,-->,24.660612,-9.832527,-13.147841 +0.2,1,0,1,-->,17.868032,-4.967033,-8.666894 +0.2,1,0.2,0,-->,66.275391,-49.439224,20.785120 +0.2,1,0.2,0.2,-->,52.955849,-38.958710,17.025328 +0.2,1,0.2,0.4,-->,40.866699,-30.903141,11.940730 +0.2,1,0.2,0.6,-->,31.263607,-23.204489,8.522023 +0.2,1,0.2,0.8,-->,23.471485,-16.144749,5.392192 +0.2,1,0.2,1,-->,17.482946,-10.297645,2.770196 +0.2,1,0.4,0,-->,66.200706,-50.762077,34.128803 +0.2,1,0.4,0.2,-->,52.623703,-40.243057,26.314037 +0.2,1,0.4,0.4,-->,40.629227,-31.992968,18.950502 +0.2,1,0.4,0.6,-->,31.133842,-24.083359,13.814136 +0.2,1,0.4,0.8,-->,23.365667,-16.677496,8.948026 +0.2,1,0.4,1,-->,17.563412,-10.229621,4.558562 +0.2,1,0.6,0,-->,66.184387,-50.964638,36.366169 +0.2,1,0.6,0.2,-->,52.589779,-40.427177,27.885359 +0.2,1,0.6,0.4,-->,40.595810,-32.146824,20.137650 +0.2,1,0.6,0.6,-->,31.132454,-24.207020,14.712286 +0.2,1,0.6,0.8,-->,23.371510,-16.696144,9.477945 +0.2,1,0.6,1,-->,17.582386,-10.177876,4.835446 +0.2,1,0.8,0,-->,66.173668,-51.097904,37.839001 +0.2,1,0.8,0.2,-->,52.567459,-40.548340,28.920666 +0.2,1,0.8,0.4,-->,40.573830,-32.248051,20.922688 +0.2,1,0.8,0.6,-->,31.131544,-24.288342,15.301528 +0.2,1,0.8,0.8,-->,23.375351,-16.708418,9.826630 +0.2,1,0.8,1,-->,17.594866,-10.143829,5.016605 +0.2,1,1,0,-->,66.165421,-51.200066,38.969120 +0.2,1,1,0.2,-->,52.550350,-40.641220,29.711222 +0.2,1,1,0.4,-->,40.556980,-32.325634,21.521383 +0.2,1,1,0.6,-->,31.130842,-24.350704,15.752762 +0.2,1,1,0.8,-->,23.378294,-16.717834,10.093862 +0.2,1,1,1,-->,17.604433,-10.117740,5.155434 +0.4,0,0,0,-->,65.480553,-39.549129,-46.244301 +0.4,0,0,0.2,-->,52.089615,-31.676195,-36.490749 +0.4,0,0,0.4,-->,40.247746,-24.868351,-28.303829 +0.4,0,0,0.6,-->,31.445530,-19.092258,-21.997149 +0.4,0,0,0.8,-->,23.247232,-12.891310,-15.351913 +0.4,0,0,1,-->,17.047029,-7.782317,-10.028938 +0.4,0,0.2,0,-->,61.081284,-61.241749,13.439537 +0.4,0,0.2,0.2,-->,49.202255,-47.915512,10.414230 +0.4,0,0.2,0.4,-->,38.186100,-37.424019,7.083603 +0.4,0,0.2,0.6,-->,29.313814,-27.895435,5.026621 +0.4,0,0.2,0.8,-->,22.181871,-19.797903,3.174281 +0.4,0,0.2,1,-->,16.908901,-13.397671,1.764709 +0.4,0,0.4,0,-->,60.716045,-63.467659,25.190588 +0.4,0,0.4,0.2,-->,49.081402,-49.635139,18.828636 +0.4,0,0.4,0.4,-->,38.189716,-38.800766,13.963879 +0.4,0,0.4,0.6,-->,29.552153,-28.841509,10.284491 +0.4,0,0.4,0.8,-->,22.260742,-20.293282,6.654591 +0.4,0,0.4,1,-->,17.027649,-13.369781,3.567469 +0.4,0,0.6,0,-->,60.661964,-63.812263,27.204283 +0.4,0,0.6,0.2,-->,49.070278,-49.896156,20.252541 +0.4,0,0.6,0.4,-->,38.203709,-39.000652,15.137529 +0.4,0,0.6,0.6,-->,29.618570,-28.976561,11.179737 +0.4,0,0.6,0.8,-->,22.280649,-20.337679,7.226293 +0.4,0,0.6,1,-->,17.055241,-13.323772,3.842437 +0.4,0,0.8,0,-->,60.626335,-64.037781,28.528421 +0.4,0,0.8,0.2,-->,49.062958,-50.066814,21.193371 +0.4,0,0.8,0.4,-->,38.212910,-39.132195,15.907201 +0.4,0,0.8,0.6,-->,29.662271,-29.065432,11.766289 +0.4,0,0.8,0.8,-->,22.293749,-20.366907,7.601910 +0.4,0,0.8,1,-->,17.073397,-13.293488,4.023368 +0.4,0,1,0,-->,60.599030,-64.210220,29.544136 +0.4,0,1,0.2,-->,49.057343,-50.197609,21.911486 +0.4,0,1,0.4,-->,38.219971,-39.233009,16.498859 +0.4,0,1,0.6,-->,29.695770,-29.133554,12.215911 +0.4,0,1,0.8,-->,22.303787,-20.389288,7.889798 +0.4,0,1,1,-->,17.087307,-13.270332,4.162015 +0.4,0.2,0,0,-->,65.480553,-39.549129,-46.244301 +0.4,0.2,0,0.2,-->,52.089615,-31.676195,-36.490749 +0.4,0.2,0,0.4,-->,40.247746,-24.868351,-28.303829 +0.4,0.2,0,0.6,-->,31.445530,-19.092258,-21.997149 +0.4,0.2,0,0.8,-->,23.247232,-12.891310,-15.351913 +0.4,0.2,0,1,-->,17.047029,-7.782317,-10.028938 +0.4,0.2,0.2,0,-->,61.081284,-61.241749,13.439537 +0.4,0.2,0.2,0.2,-->,49.202255,-47.915512,10.414230 +0.4,0.2,0.2,0.4,-->,38.186100,-37.424019,7.083603 +0.4,0.2,0.2,0.6,-->,29.313814,-27.895435,5.026621 +0.4,0.2,0.2,0.8,-->,22.181871,-19.797903,3.174281 +0.4,0.2,0.2,1,-->,16.908901,-13.397671,1.764709 +0.4,0.2,0.4,0,-->,60.716045,-63.467659,25.190588 +0.4,0.2,0.4,0.2,-->,49.081402,-49.635139,18.828636 +0.4,0.2,0.4,0.4,-->,38.189716,-38.800766,13.963879 +0.4,0.2,0.4,0.6,-->,29.552153,-28.841509,10.284491 +0.4,0.2,0.4,0.8,-->,22.260742,-20.293282,6.654591 +0.4,0.2,0.4,1,-->,17.027649,-13.369781,3.567469 +0.4,0.2,0.6,0,-->,60.661964,-63.812263,27.204283 +0.4,0.2,0.6,0.2,-->,49.070278,-49.896156,20.252541 +0.4,0.2,0.6,0.4,-->,38.203709,-39.000652,15.137529 +0.4,0.2,0.6,0.6,-->,29.618570,-28.976561,11.179737 +0.4,0.2,0.6,0.8,-->,22.280649,-20.337679,7.226293 +0.4,0.2,0.6,1,-->,17.055241,-13.323772,3.842437 +0.4,0.2,0.8,0,-->,60.626335,-64.037781,28.528421 +0.4,0.2,0.8,0.2,-->,49.062958,-50.066814,21.193371 +0.4,0.2,0.8,0.4,-->,38.212910,-39.132195,15.907201 +0.4,0.2,0.8,0.6,-->,29.662271,-29.065432,11.766289 +0.4,0.2,0.8,0.8,-->,22.293749,-20.366907,7.601910 +0.4,0.2,0.8,1,-->,17.073397,-13.293488,4.023368 +0.4,0.2,1,0,-->,60.599030,-64.210220,29.544136 +0.4,0.2,1,0.2,-->,49.057343,-50.197609,21.911486 +0.4,0.2,1,0.4,-->,38.219971,-39.233009,16.498859 +0.4,0.2,1,0.6,-->,29.695770,-29.133554,12.215911 +0.4,0.2,1,0.8,-->,22.303787,-20.389288,7.889798 +0.4,0.2,1,1,-->,17.087307,-13.270332,4.162015 +0.4,0.4,0,0,-->,65.480553,-39.549129,-46.244301 +0.4,0.4,0,0.2,-->,52.089615,-31.676195,-36.490749 +0.4,0.4,0,0.4,-->,40.247746,-24.868351,-28.303829 +0.4,0.4,0,0.6,-->,31.445530,-19.092258,-21.997149 +0.4,0.4,0,0.8,-->,23.247232,-12.891310,-15.351913 +0.4,0.4,0,1,-->,17.047029,-7.782317,-10.028938 +0.4,0.4,0.2,0,-->,61.081284,-61.241749,13.439537 +0.4,0.4,0.2,0.2,-->,49.202255,-47.915512,10.414230 +0.4,0.4,0.2,0.4,-->,38.186100,-37.424019,7.083603 +0.4,0.4,0.2,0.6,-->,29.313814,-27.895435,5.026621 +0.4,0.4,0.2,0.8,-->,22.181871,-19.797903,3.174281 +0.4,0.4,0.2,1,-->,16.908901,-13.397671,1.764709 +0.4,0.4,0.4,0,-->,60.716045,-63.467659,25.190588 +0.4,0.4,0.4,0.2,-->,49.081402,-49.635139,18.828636 +0.4,0.4,0.4,0.4,-->,38.189716,-38.800766,13.963879 +0.4,0.4,0.4,0.6,-->,29.552153,-28.841509,10.284491 +0.4,0.4,0.4,0.8,-->,22.260742,-20.293282,6.654591 +0.4,0.4,0.4,1,-->,17.027649,-13.369781,3.567469 +0.4,0.4,0.6,0,-->,60.661964,-63.812263,27.204283 +0.4,0.4,0.6,0.2,-->,49.070278,-49.896156,20.252541 +0.4,0.4,0.6,0.4,-->,38.203709,-39.000652,15.137529 +0.4,0.4,0.6,0.6,-->,29.618570,-28.976561,11.179737 +0.4,0.4,0.6,0.8,-->,22.280649,-20.337679,7.226293 +0.4,0.4,0.6,1,-->,17.055241,-13.323772,3.842437 +0.4,0.4,0.8,0,-->,60.626335,-64.037781,28.528421 +0.4,0.4,0.8,0.2,-->,49.062958,-50.066814,21.193371 +0.4,0.4,0.8,0.4,-->,38.212910,-39.132195,15.907201 +0.4,0.4,0.8,0.6,-->,29.662271,-29.065432,11.766289 +0.4,0.4,0.8,0.8,-->,22.293749,-20.366907,7.601910 +0.4,0.4,0.8,1,-->,17.073397,-13.293488,4.023368 +0.4,0.4,1,0,-->,60.599030,-64.210220,29.544136 +0.4,0.4,1,0.2,-->,49.057343,-50.197609,21.911486 +0.4,0.4,1,0.4,-->,38.219971,-39.233009,16.498859 +0.4,0.4,1,0.6,-->,29.695770,-29.133554,12.215911 +0.4,0.4,1,0.8,-->,22.303787,-20.389288,7.889798 +0.4,0.4,1,1,-->,17.087307,-13.270332,4.162015 +0.4,0.6,0,0,-->,65.480553,-39.549129,-46.244301 +0.4,0.6,0,0.2,-->,52.089615,-31.676195,-36.490749 +0.4,0.6,0,0.4,-->,40.247746,-24.868351,-28.303829 +0.4,0.6,0,0.6,-->,31.445530,-19.092258,-21.997149 +0.4,0.6,0,0.8,-->,23.247232,-12.891310,-15.351913 +0.4,0.6,0,1,-->,17.047029,-7.782317,-10.028938 +0.4,0.6,0.2,0,-->,61.081284,-61.241749,13.439537 +0.4,0.6,0.2,0.2,-->,49.202255,-47.915512,10.414230 +0.4,0.6,0.2,0.4,-->,38.186100,-37.424019,7.083603 +0.4,0.6,0.2,0.6,-->,29.313814,-27.895435,5.026621 +0.4,0.6,0.2,0.8,-->,22.181871,-19.797903,3.174281 +0.4,0.6,0.2,1,-->,16.908901,-13.397671,1.764709 +0.4,0.6,0.4,0,-->,60.716045,-63.467659,25.190588 +0.4,0.6,0.4,0.2,-->,49.081402,-49.635139,18.828636 +0.4,0.6,0.4,0.4,-->,38.189716,-38.800766,13.963879 +0.4,0.6,0.4,0.6,-->,29.552153,-28.841509,10.284491 +0.4,0.6,0.4,0.8,-->,22.260742,-20.293282,6.654591 +0.4,0.6,0.4,1,-->,17.027649,-13.369781,3.567469 +0.4,0.6,0.6,0,-->,60.661964,-63.812263,27.204283 +0.4,0.6,0.6,0.2,-->,49.070278,-49.896156,20.252541 +0.4,0.6,0.6,0.4,-->,38.203709,-39.000652,15.137529 +0.4,0.6,0.6,0.6,-->,29.618570,-28.976561,11.179737 +0.4,0.6,0.6,0.8,-->,22.280649,-20.337679,7.226293 +0.4,0.6,0.6,1,-->,17.055241,-13.323772,3.842437 +0.4,0.6,0.8,0,-->,60.626335,-64.037781,28.528421 +0.4,0.6,0.8,0.2,-->,49.062958,-50.066814,21.193371 +0.4,0.6,0.8,0.4,-->,38.212910,-39.132195,15.907201 +0.4,0.6,0.8,0.6,-->,29.662271,-29.065432,11.766289 +0.4,0.6,0.8,0.8,-->,22.293749,-20.366907,7.601910 +0.4,0.6,0.8,1,-->,17.073397,-13.293488,4.023368 +0.4,0.6,1,0,-->,60.599030,-64.210220,29.544136 +0.4,0.6,1,0.2,-->,49.057343,-50.197609,21.911486 +0.4,0.6,1,0.4,-->,38.219971,-39.233009,16.498859 +0.4,0.6,1,0.6,-->,29.695770,-29.133554,12.215911 +0.4,0.6,1,0.8,-->,22.303787,-20.389288,7.889798 +0.4,0.6,1,1,-->,17.087307,-13.270332,4.162015 +0.4,0.8,0,0,-->,65.480553,-39.549129,-46.244301 +0.4,0.8,0,0.2,-->,52.089615,-31.676195,-36.490749 +0.4,0.8,0,0.4,-->,40.247746,-24.868351,-28.303829 +0.4,0.8,0,0.6,-->,31.445530,-19.092258,-21.997149 +0.4,0.8,0,0.8,-->,23.247232,-12.891310,-15.351913 +0.4,0.8,0,1,-->,17.047029,-7.782317,-10.028938 +0.4,0.8,0.2,0,-->,61.081284,-61.241749,13.439537 +0.4,0.8,0.2,0.2,-->,49.202255,-47.915512,10.414230 +0.4,0.8,0.2,0.4,-->,38.186100,-37.424019,7.083603 +0.4,0.8,0.2,0.6,-->,29.313814,-27.895435,5.026621 +0.4,0.8,0.2,0.8,-->,22.181871,-19.797903,3.174281 +0.4,0.8,0.2,1,-->,16.908901,-13.397671,1.764709 +0.4,0.8,0.4,0,-->,60.716045,-63.467659,25.190588 +0.4,0.8,0.4,0.2,-->,49.081402,-49.635139,18.828636 +0.4,0.8,0.4,0.4,-->,38.189716,-38.800766,13.963879 +0.4,0.8,0.4,0.6,-->,29.552153,-28.841509,10.284491 +0.4,0.8,0.4,0.8,-->,22.260742,-20.293282,6.654591 +0.4,0.8,0.4,1,-->,17.027649,-13.369781,3.567469 +0.4,0.8,0.6,0,-->,60.661964,-63.812263,27.204283 +0.4,0.8,0.6,0.2,-->,49.070278,-49.896156,20.252541 +0.4,0.8,0.6,0.4,-->,38.203709,-39.000652,15.137529 +0.4,0.8,0.6,0.6,-->,29.618570,-28.976561,11.179737 +0.4,0.8,0.6,0.8,-->,22.280649,-20.337679,7.226293 +0.4,0.8,0.6,1,-->,17.055241,-13.323772,3.842437 +0.4,0.8,0.8,0,-->,60.626335,-64.037781,28.528421 +0.4,0.8,0.8,0.2,-->,49.062958,-50.066814,21.193371 +0.4,0.8,0.8,0.4,-->,38.212910,-39.132195,15.907201 +0.4,0.8,0.8,0.6,-->,29.662271,-29.065432,11.766289 +0.4,0.8,0.8,0.8,-->,22.293749,-20.366907,7.601910 +0.4,0.8,0.8,1,-->,17.073397,-13.293488,4.023368 +0.4,0.8,1,0,-->,60.599030,-64.210220,29.544136 +0.4,0.8,1,0.2,-->,49.057343,-50.197609,21.911486 +0.4,0.8,1,0.4,-->,38.219971,-39.233009,16.498859 +0.4,0.8,1,0.6,-->,29.695770,-29.133554,12.215911 +0.4,0.8,1,0.8,-->,22.303787,-20.389288,7.889798 +0.4,0.8,1,1,-->,17.087307,-13.270332,4.162015 +0.4,1,0,0,-->,65.480553,-39.549129,-46.244301 +0.4,1,0,0.2,-->,52.089615,-31.676195,-36.490749 +0.4,1,0,0.4,-->,40.247746,-24.868351,-28.303829 +0.4,1,0,0.6,-->,31.445530,-19.092258,-21.997149 +0.4,1,0,0.8,-->,23.247232,-12.891310,-15.351913 +0.4,1,0,1,-->,17.047029,-7.782317,-10.028938 +0.4,1,0.2,0,-->,61.081284,-61.241749,13.439537 +0.4,1,0.2,0.2,-->,49.202255,-47.915512,10.414230 +0.4,1,0.2,0.4,-->,38.186100,-37.424019,7.083603 +0.4,1,0.2,0.6,-->,29.313814,-27.895435,5.026621 +0.4,1,0.2,0.8,-->,22.181871,-19.797903,3.174281 +0.4,1,0.2,1,-->,16.908901,-13.397671,1.764709 +0.4,1,0.4,0,-->,60.716045,-63.467659,25.190588 +0.4,1,0.4,0.2,-->,49.081402,-49.635139,18.828636 +0.4,1,0.4,0.4,-->,38.189716,-38.800766,13.963879 +0.4,1,0.4,0.6,-->,29.552153,-28.841509,10.284491 +0.4,1,0.4,0.8,-->,22.260742,-20.293282,6.654591 +0.4,1,0.4,1,-->,17.027649,-13.369781,3.567469 +0.4,1,0.6,0,-->,60.661964,-63.812263,27.204283 +0.4,1,0.6,0.2,-->,49.070278,-49.896156,20.252541 +0.4,1,0.6,0.4,-->,38.203709,-39.000652,15.137529 +0.4,1,0.6,0.6,-->,29.618570,-28.976561,11.179737 +0.4,1,0.6,0.8,-->,22.280649,-20.337679,7.226293 +0.4,1,0.6,1,-->,17.055241,-13.323772,3.842437 +0.4,1,0.8,0,-->,60.626335,-64.037781,28.528421 +0.4,1,0.8,0.2,-->,49.062958,-50.066814,21.193371 +0.4,1,0.8,0.4,-->,38.212910,-39.132195,15.907201 +0.4,1,0.8,0.6,-->,29.662271,-29.065432,11.766289 +0.4,1,0.8,0.8,-->,22.293749,-20.366907,7.601910 +0.4,1,0.8,1,-->,17.073397,-13.293488,4.023368 +0.4,1,1,0,-->,60.599030,-64.210220,29.544136 +0.4,1,1,0.2,-->,49.057343,-50.197609,21.911486 +0.4,1,1,0.4,-->,38.219971,-39.233009,16.498859 +0.4,1,1,0.6,-->,29.695770,-29.133554,12.215911 +0.4,1,1,0.8,-->,22.303787,-20.389288,7.889798 +0.4,1,1,1,-->,17.087307,-13.270332,4.162015 +0.6,0,0,0,-->,64.835281,-40.414032,-47.091412 +0.6,0,0,0.2,-->,51.572155,-32.471523,-37.211662 +0.6,0,0,0.4,-->,39.887207,-25.470375,-28.833483 +0.6,0,0,0.6,-->,31.233999,-19.605686,-22.449789 +0.6,0,0,0.8,-->,23.059551,-13.297242,-15.646572 +0.6,0,0,1,-->,16.936392,-8.165420,-10.207864 +0.6,0,0.2,0,-->,60.402565,-62.847851,12.494390 +0.6,0,0.2,0.2,-->,48.720474,-49.121021,9.552755 +0.6,0,0.2,0.4,-->,37.840649,-38.304581,6.442425 +0.6,0,0.2,0.6,-->,29.060173,-28.517797,4.566557 +0.6,0,0.2,0.8,-->,22.019587,-20.302971,2.900058 +0.6,0,0.2,1,-->,16.832996,-13.825102,1.637644 +0.6,0,0.4,0,-->,59.997471,-65.192047,24.031301 +0.6,0,0.4,0.2,-->,48.633049,-50.896709,17.837177 +0.6,0,0.4,0.4,-->,37.879635,-39.712818,13.311696 +0.6,0,0.4,0.6,-->,29.356951,-29.484426,9.826736 +0.6,0,0.4,0.8,-->,22.111223,-20.777391,6.357067 +0.6,0,0.4,1,-->,16.955418,-13.798504,3.435783 +0.6,0,0.6,0,-->,59.936569,-65.558273,26.008654 +0.6,0,0.6,0.2,-->,48.628685,-51.164604,19.243162 +0.6,0,0.6,0.4,-->,37.898777,-39.921104,14.482474 +0.6,0,0.6,0.6,-->,29.436842,-29.622564,10.721619 +0.6,0,0.6,0.8,-->,22.135580,-20.820877,6.932705 +0.6,0,0.6,1,-->,16.984903,-13.753940,3.712925 +0.6,0,0.8,0,-->,59.896320,-65.800209,27.311089 +0.6,0,0.8,0.2,-->,48.625805,-51.340862,20.165678 +0.6,0,0.8,0.4,-->,37.911369,-40.057571,15.254030 +0.6,0,0.8,0.6,-->,29.489407,-29.713448,11.308505 +0.6,0,0.8,0.8,-->,22.151604,-20.849482,7.309417 +0.6,0,0.8,1,-->,17.004309,-13.724560,3.895285 +0.6,0,1,0,-->,59.865368,-65.984840,28.306376 +0.6,0,1,0.2,-->,48.623604,-51.476940,20.876696 +0.6,0,1,0.4,-->,37.920994,-40.162159,15.843668 +0.6,0,1,0.6,-->,29.529694,-29.783113,11.758036 +0.6,0,1,0.8,-->,22.163885,-20.871407,7.598156 +0.6,0,1,1,-->,17.019180,-13.702011,4.035057 +0.6,0.2,0,0,-->,64.835281,-40.414032,-47.091412 +0.6,0.2,0,0.2,-->,51.572155,-32.471523,-37.211662 +0.6,0.2,0,0.4,-->,39.887207,-25.470375,-28.833483 +0.6,0.2,0,0.6,-->,31.233999,-19.605686,-22.449789 +0.6,0.2,0,0.8,-->,23.059551,-13.297242,-15.646572 +0.6,0.2,0,1,-->,16.936392,-8.165420,-10.207864 +0.6,0.2,0.2,0,-->,60.402565,-62.847851,12.494390 +0.6,0.2,0.2,0.2,-->,48.720474,-49.121021,9.552755 +0.6,0.2,0.2,0.4,-->,37.840649,-38.304581,6.442425 +0.6,0.2,0.2,0.6,-->,29.060173,-28.517797,4.566557 +0.6,0.2,0.2,0.8,-->,22.019587,-20.302971,2.900058 +0.6,0.2,0.2,1,-->,16.832996,-13.825102,1.637644 +0.6,0.2,0.4,0,-->,59.997471,-65.192047,24.031301 +0.6,0.2,0.4,0.2,-->,48.633049,-50.896709,17.837177 +0.6,0.2,0.4,0.4,-->,37.879635,-39.712818,13.311696 +0.6,0.2,0.4,0.6,-->,29.356951,-29.484426,9.826736 +0.6,0.2,0.4,0.8,-->,22.111223,-20.777391,6.357067 +0.6,0.2,0.4,1,-->,16.955418,-13.798504,3.435783 +0.6,0.2,0.6,0,-->,59.936569,-65.558273,26.008654 +0.6,0.2,0.6,0.2,-->,48.628685,-51.164604,19.243162 +0.6,0.2,0.6,0.4,-->,37.898777,-39.921104,14.482474 +0.6,0.2,0.6,0.6,-->,29.436842,-29.622564,10.721619 +0.6,0.2,0.6,0.8,-->,22.135580,-20.820877,6.932705 +0.6,0.2,0.6,1,-->,16.984903,-13.753940,3.712925 +0.6,0.2,0.8,0,-->,59.896320,-65.800209,27.311089 +0.6,0.2,0.8,0.2,-->,48.625805,-51.340862,20.165678 +0.6,0.2,0.8,0.4,-->,37.911369,-40.057571,15.254030 +0.6,0.2,0.8,0.6,-->,29.489407,-29.713448,11.308505 +0.6,0.2,0.8,0.8,-->,22.151604,-20.849482,7.309417 +0.6,0.2,0.8,1,-->,17.004309,-13.724560,3.895285 +0.6,0.2,1,0,-->,59.865368,-65.984840,28.306376 +0.6,0.2,1,0.2,-->,48.623604,-51.476940,20.876696 +0.6,0.2,1,0.4,-->,37.920994,-40.162159,15.843668 +0.6,0.2,1,0.6,-->,29.529694,-29.783113,11.758036 +0.6,0.2,1,0.8,-->,22.163885,-20.871407,7.598156 +0.6,0.2,1,1,-->,17.019180,-13.702011,4.035057 +0.6,0.4,0,0,-->,64.835281,-40.414032,-47.091412 +0.6,0.4,0,0.2,-->,51.572155,-32.471523,-37.211662 +0.6,0.4,0,0.4,-->,39.887207,-25.470375,-28.833483 +0.6,0.4,0,0.6,-->,31.233999,-19.605686,-22.449789 +0.6,0.4,0,0.8,-->,23.059551,-13.297242,-15.646572 +0.6,0.4,0,1,-->,16.936392,-8.165420,-10.207864 +0.6,0.4,0.2,0,-->,60.402565,-62.847851,12.494390 +0.6,0.4,0.2,0.2,-->,48.720474,-49.121021,9.552755 +0.6,0.4,0.2,0.4,-->,37.840649,-38.304581,6.442425 +0.6,0.4,0.2,0.6,-->,29.060173,-28.517797,4.566557 +0.6,0.4,0.2,0.8,-->,22.019587,-20.302971,2.900058 +0.6,0.4,0.2,1,-->,16.832996,-13.825102,1.637644 +0.6,0.4,0.4,0,-->,59.997471,-65.192047,24.031301 +0.6,0.4,0.4,0.2,-->,48.633049,-50.896709,17.837177 +0.6,0.4,0.4,0.4,-->,37.879635,-39.712818,13.311696 +0.6,0.4,0.4,0.6,-->,29.356951,-29.484426,9.826736 +0.6,0.4,0.4,0.8,-->,22.111223,-20.777391,6.357067 +0.6,0.4,0.4,1,-->,16.955418,-13.798504,3.435783 +0.6,0.4,0.6,0,-->,59.936569,-65.558273,26.008654 +0.6,0.4,0.6,0.2,-->,48.628685,-51.164604,19.243162 +0.6,0.4,0.6,0.4,-->,37.898777,-39.921104,14.482474 +0.6,0.4,0.6,0.6,-->,29.436842,-29.622564,10.721619 +0.6,0.4,0.6,0.8,-->,22.135580,-20.820877,6.932705 +0.6,0.4,0.6,1,-->,16.984903,-13.753940,3.712925 +0.6,0.4,0.8,0,-->,59.896320,-65.800209,27.311089 +0.6,0.4,0.8,0.2,-->,48.625805,-51.340862,20.165678 +0.6,0.4,0.8,0.4,-->,37.911369,-40.057571,15.254030 +0.6,0.4,0.8,0.6,-->,29.489407,-29.713448,11.308505 +0.6,0.4,0.8,0.8,-->,22.151604,-20.849482,7.309417 +0.6,0.4,0.8,1,-->,17.004309,-13.724560,3.895285 +0.6,0.4,1,0,-->,59.865368,-65.984840,28.306376 +0.6,0.4,1,0.2,-->,48.623604,-51.476940,20.876696 +0.6,0.4,1,0.4,-->,37.920994,-40.162159,15.843668 +0.6,0.4,1,0.6,-->,29.529694,-29.783113,11.758036 +0.6,0.4,1,0.8,-->,22.163885,-20.871407,7.598156 +0.6,0.4,1,1,-->,17.019180,-13.702011,4.035057 +0.6,0.6,0,0,-->,64.835281,-40.414032,-47.091412 +0.6,0.6,0,0.2,-->,51.572155,-32.471523,-37.211662 +0.6,0.6,0,0.4,-->,39.887207,-25.470375,-28.833483 +0.6,0.6,0,0.6,-->,31.233999,-19.605686,-22.449789 +0.6,0.6,0,0.8,-->,23.059551,-13.297242,-15.646572 +0.6,0.6,0,1,-->,16.936392,-8.165420,-10.207864 +0.6,0.6,0.2,0,-->,60.402565,-62.847851,12.494390 +0.6,0.6,0.2,0.2,-->,48.720474,-49.121021,9.552755 +0.6,0.6,0.2,0.4,-->,37.840649,-38.304581,6.442425 +0.6,0.6,0.2,0.6,-->,29.060173,-28.517797,4.566557 +0.6,0.6,0.2,0.8,-->,22.019587,-20.302971,2.900058 +0.6,0.6,0.2,1,-->,16.832996,-13.825102,1.637644 +0.6,0.6,0.4,0,-->,59.997471,-65.192047,24.031301 +0.6,0.6,0.4,0.2,-->,48.633049,-50.896709,17.837177 +0.6,0.6,0.4,0.4,-->,37.879635,-39.712818,13.311696 +0.6,0.6,0.4,0.6,-->,29.356951,-29.484426,9.826736 +0.6,0.6,0.4,0.8,-->,22.111223,-20.777391,6.357067 +0.6,0.6,0.4,1,-->,16.955418,-13.798504,3.435783 +0.6,0.6,0.6,0,-->,59.936569,-65.558273,26.008654 +0.6,0.6,0.6,0.2,-->,48.628685,-51.164604,19.243162 +0.6,0.6,0.6,0.4,-->,37.898777,-39.921104,14.482474 +0.6,0.6,0.6,0.6,-->,29.436842,-29.622564,10.721619 +0.6,0.6,0.6,0.8,-->,22.135580,-20.820877,6.932705 +0.6,0.6,0.6,1,-->,16.984903,-13.753940,3.712925 +0.6,0.6,0.8,0,-->,59.896320,-65.800209,27.311089 +0.6,0.6,0.8,0.2,-->,48.625805,-51.340862,20.165678 +0.6,0.6,0.8,0.4,-->,37.911369,-40.057571,15.254030 +0.6,0.6,0.8,0.6,-->,29.489407,-29.713448,11.308505 +0.6,0.6,0.8,0.8,-->,22.151604,-20.849482,7.309417 +0.6,0.6,0.8,1,-->,17.004309,-13.724560,3.895285 +0.6,0.6,1,0,-->,59.865368,-65.984840,28.306376 +0.6,0.6,1,0.2,-->,48.623604,-51.476940,20.876696 +0.6,0.6,1,0.4,-->,37.920994,-40.162159,15.843668 +0.6,0.6,1,0.6,-->,29.529694,-29.783113,11.758036 +0.6,0.6,1,0.8,-->,22.163885,-20.871407,7.598156 +0.6,0.6,1,1,-->,17.019180,-13.702011,4.035057 +0.6,0.8,0,0,-->,64.835281,-40.414032,-47.091412 +0.6,0.8,0,0.2,-->,51.572155,-32.471523,-37.211662 +0.6,0.8,0,0.4,-->,39.887207,-25.470375,-28.833483 +0.6,0.8,0,0.6,-->,31.233999,-19.605686,-22.449789 +0.6,0.8,0,0.8,-->,23.059551,-13.297242,-15.646572 +0.6,0.8,0,1,-->,16.936392,-8.165420,-10.207864 +0.6,0.8,0.2,0,-->,60.402565,-62.847851,12.494390 +0.6,0.8,0.2,0.2,-->,48.720474,-49.121021,9.552755 +0.6,0.8,0.2,0.4,-->,37.840649,-38.304581,6.442425 +0.6,0.8,0.2,0.6,-->,29.060173,-28.517797,4.566557 +0.6,0.8,0.2,0.8,-->,22.019587,-20.302971,2.900058 +0.6,0.8,0.2,1,-->,16.832996,-13.825102,1.637644 +0.6,0.8,0.4,0,-->,59.997471,-65.192047,24.031301 +0.6,0.8,0.4,0.2,-->,48.633049,-50.896709,17.837177 +0.6,0.8,0.4,0.4,-->,37.879635,-39.712818,13.311696 +0.6,0.8,0.4,0.6,-->,29.356951,-29.484426,9.826736 +0.6,0.8,0.4,0.8,-->,22.111223,-20.777391,6.357067 +0.6,0.8,0.4,1,-->,16.955418,-13.798504,3.435783 +0.6,0.8,0.6,0,-->,59.936569,-65.558273,26.008654 +0.6,0.8,0.6,0.2,-->,48.628685,-51.164604,19.243162 +0.6,0.8,0.6,0.4,-->,37.898777,-39.921104,14.482474 +0.6,0.8,0.6,0.6,-->,29.436842,-29.622564,10.721619 +0.6,0.8,0.6,0.8,-->,22.135580,-20.820877,6.932705 +0.6,0.8,0.6,1,-->,16.984903,-13.753940,3.712925 +0.6,0.8,0.8,0,-->,59.896320,-65.800209,27.311089 +0.6,0.8,0.8,0.2,-->,48.625805,-51.340862,20.165678 +0.6,0.8,0.8,0.4,-->,37.911369,-40.057571,15.254030 +0.6,0.8,0.8,0.6,-->,29.489407,-29.713448,11.308505 +0.6,0.8,0.8,0.8,-->,22.151604,-20.849482,7.309417 +0.6,0.8,0.8,1,-->,17.004309,-13.724560,3.895285 +0.6,0.8,1,0,-->,59.865368,-65.984840,28.306376 +0.6,0.8,1,0.2,-->,48.623604,-51.476940,20.876696 +0.6,0.8,1,0.4,-->,37.920994,-40.162159,15.843668 +0.6,0.8,1,0.6,-->,29.529694,-29.783113,11.758036 +0.6,0.8,1,0.8,-->,22.163885,-20.871407,7.598156 +0.6,0.8,1,1,-->,17.019180,-13.702011,4.035057 +0.6,1,0,0,-->,64.835281,-40.414032,-47.091412 +0.6,1,0,0.2,-->,51.572155,-32.471523,-37.211662 +0.6,1,0,0.4,-->,39.887207,-25.470375,-28.833483 +0.6,1,0,0.6,-->,31.233999,-19.605686,-22.449789 +0.6,1,0,0.8,-->,23.059551,-13.297242,-15.646572 +0.6,1,0,1,-->,16.936392,-8.165420,-10.207864 +0.6,1,0.2,0,-->,60.402565,-62.847851,12.494390 +0.6,1,0.2,0.2,-->,48.720474,-49.121021,9.552755 +0.6,1,0.2,0.4,-->,37.840649,-38.304581,6.442425 +0.6,1,0.2,0.6,-->,29.060173,-28.517797,4.566557 +0.6,1,0.2,0.8,-->,22.019587,-20.302971,2.900058 +0.6,1,0.2,1,-->,16.832996,-13.825102,1.637644 +0.6,1,0.4,0,-->,59.997471,-65.192047,24.031301 +0.6,1,0.4,0.2,-->,48.633049,-50.896709,17.837177 +0.6,1,0.4,0.4,-->,37.879635,-39.712818,13.311696 +0.6,1,0.4,0.6,-->,29.356951,-29.484426,9.826736 +0.6,1,0.4,0.8,-->,22.111223,-20.777391,6.357067 +0.6,1,0.4,1,-->,16.955418,-13.798504,3.435783 +0.6,1,0.6,0,-->,59.936569,-65.558273,26.008654 +0.6,1,0.6,0.2,-->,48.628685,-51.164604,19.243162 +0.6,1,0.6,0.4,-->,37.898777,-39.921104,14.482474 +0.6,1,0.6,0.6,-->,29.436842,-29.622564,10.721619 +0.6,1,0.6,0.8,-->,22.135580,-20.820877,6.932705 +0.6,1,0.6,1,-->,16.984903,-13.753940,3.712925 +0.6,1,0.8,0,-->,59.896320,-65.800209,27.311089 +0.6,1,0.8,0.2,-->,48.625805,-51.340862,20.165678 +0.6,1,0.8,0.4,-->,37.911369,-40.057571,15.254030 +0.6,1,0.8,0.6,-->,29.489407,-29.713448,11.308505 +0.6,1,0.8,0.8,-->,22.151604,-20.849482,7.309417 +0.6,1,0.8,1,-->,17.004309,-13.724560,3.895285 +0.6,1,1,0,-->,59.865368,-65.984840,28.306376 +0.6,1,1,0.2,-->,48.623604,-51.476940,20.876696 +0.6,1,1,0.4,-->,37.920994,-40.162159,15.843668 +0.6,1,1,0.6,-->,29.529694,-29.783113,11.758036 +0.6,1,1,0.8,-->,22.163885,-20.871407,7.598156 +0.6,1,1,1,-->,17.019180,-13.702011,4.035057 +0.8,0,0,0,-->,64.412231,-40.978931,-47.648479 +0.8,0,0,0.2,-->,51.234009,-32.991600,-37.686523 +0.8,0,0,0.4,-->,39.652000,-25.866306,-29.180313 +0.8,0,0,0.6,-->,31.095549,-19.941740,-22.746195 +0.8,0,0,0.8,-->,22.936272,-13.565044,-15.839093 +0.8,0,0,1,-->,16.863947,-8.416267,-10.325027 +0.8,0,0.2,0,-->,59.959148,-63.900906,11.875161 +0.8,0,0.2,0.2,-->,48.406006,-49.914288,8.989398 +0.8,0,0.2,0.4,-->,37.613876,-38.879128,6.022776 +0.8,0,0.2,0.6,-->,28.895088,-28.925341,4.263926 +0.8,0,0.2,0.8,-->,21.914007,-20.633677,2.720236 +0.8,0,0.2,1,-->,16.783295,-14.103034,1.554459 +0.8,0,0.4,0,-->,59.526409,-66.323006,23.274746 +0.8,0,0.4,0.2,-->,48.340466,-51.724609,17.190544 +0.8,0,0.4,0.4,-->,37.675522,-40.309006,12.884600 +0.8,0,0.4,0.6,-->,29.228794,-29.907047,9.527100 +0.8,0,0.4,0.8,-->,22.013006,-21.094408,6.162973 +0.8,0,0.4,1,-->,16.908115,-14.077150,3.349497 +0.8,0,0.6,0,-->,59.460823,-66.702835,25.228298 +0.8,0,0.6,0.2,-->,48.340519,-51.999077,18.580616 +0.8,0,0.6,0.4,-->,37.697800,-40.521278,14.053387 +0.8,0,0.6,0.6,-->,29.317835,-30.045437,10.419565 +0.8,0,0.6,0.8,-->,22.040173,-21.137285,6.740314 +0.8,0,0.6,1,-->,16.938845,-14.033666,3.628114 +0.8,0,0.8,0,-->,59.417660,-66.952751,26.512842 +0.8,0,0.8,0.2,-->,48.340561,-52.179028,19.495317 +0.8,0,0.8,0.4,-->,37.712456,-40.660965,14.826310 +0.8,0,0.8,0.6,-->,29.376211,-30.136486,11.008731 +0.8,0,0.8,0.8,-->,22.058043,-21.165503,7.117907 +0.8,0,0.8,1,-->,16.959070,-14.005068,3.811431 +0.8,0,1,0,-->,59.384598,-67.144310,27.498343 +0.8,0,1,0.2,-->,48.340584,-52.316944,20.195194 +0.8,0,1,0.4,-->,37.723724,-40.768013,15.415735 +0.8,0,1,0.6,-->,29.420948,-30.206274,11.458217 +0.8,0,1,0.8,-->,22.071747,-21.187117,7.407208 +0.8,0,1,1,-->,16.974569,-13.983129,3.951917 +0.8,0.2,0,0,-->,64.412231,-40.978931,-47.648479 +0.8,0.2,0,0.2,-->,51.234009,-32.991600,-37.686523 +0.8,0.2,0,0.4,-->,39.652000,-25.866306,-29.180313 +0.8,0.2,0,0.6,-->,31.095549,-19.941740,-22.746195 +0.8,0.2,0,0.8,-->,22.936272,-13.565044,-15.839093 +0.8,0.2,0,1,-->,16.863947,-8.416267,-10.325027 +0.8,0.2,0.2,0,-->,59.959148,-63.900906,11.875161 +0.8,0.2,0.2,0.2,-->,48.406006,-49.914288,8.989398 +0.8,0.2,0.2,0.4,-->,37.613876,-38.879128,6.022776 +0.8,0.2,0.2,0.6,-->,28.895088,-28.925341,4.263926 +0.8,0.2,0.2,0.8,-->,21.914007,-20.633677,2.720236 +0.8,0.2,0.2,1,-->,16.783295,-14.103034,1.554459 +0.8,0.2,0.4,0,-->,59.526409,-66.323006,23.274746 +0.8,0.2,0.4,0.2,-->,48.340466,-51.724609,17.190544 +0.8,0.2,0.4,0.4,-->,37.675522,-40.309006,12.884600 +0.8,0.2,0.4,0.6,-->,29.228794,-29.907047,9.527100 +0.8,0.2,0.4,0.8,-->,22.013006,-21.094408,6.162973 +0.8,0.2,0.4,1,-->,16.908115,-14.077150,3.349497 +0.8,0.2,0.6,0,-->,59.460823,-66.702835,25.228298 +0.8,0.2,0.6,0.2,-->,48.340519,-51.999077,18.580616 +0.8,0.2,0.6,0.4,-->,37.697800,-40.521278,14.053387 +0.8,0.2,0.6,0.6,-->,29.317835,-30.045437,10.419565 +0.8,0.2,0.6,0.8,-->,22.040173,-21.137285,6.740314 +0.8,0.2,0.6,1,-->,16.938845,-14.033666,3.628114 +0.8,0.2,0.8,0,-->,59.417660,-66.952751,26.512842 +0.8,0.2,0.8,0.2,-->,48.340561,-52.179028,19.495317 +0.8,0.2,0.8,0.4,-->,37.712456,-40.660965,14.826310 +0.8,0.2,0.8,0.6,-->,29.376211,-30.136486,11.008731 +0.8,0.2,0.8,0.8,-->,22.058043,-21.165503,7.117907 +0.8,0.2,0.8,1,-->,16.959070,-14.005068,3.811431 +0.8,0.2,1,0,-->,59.384598,-67.144310,27.498343 +0.8,0.2,1,0.2,-->,48.340584,-52.316944,20.195194 +0.8,0.2,1,0.4,-->,37.723724,-40.768013,15.415735 +0.8,0.2,1,0.6,-->,29.420948,-30.206274,11.458217 +0.8,0.2,1,0.8,-->,22.071747,-21.187117,7.407208 +0.8,0.2,1,1,-->,16.974569,-13.983129,3.951917 +0.8,0.4,0,0,-->,64.412231,-40.978931,-47.648479 +0.8,0.4,0,0.2,-->,51.234009,-32.991600,-37.686523 +0.8,0.4,0,0.4,-->,39.652000,-25.866306,-29.180313 +0.8,0.4,0,0.6,-->,31.095549,-19.941740,-22.746195 +0.8,0.4,0,0.8,-->,22.936272,-13.565044,-15.839093 +0.8,0.4,0,1,-->,16.863947,-8.416267,-10.325027 +0.8,0.4,0.2,0,-->,59.959148,-63.900906,11.875161 +0.8,0.4,0.2,0.2,-->,48.406006,-49.914288,8.989398 +0.8,0.4,0.2,0.4,-->,37.613876,-38.879128,6.022776 +0.8,0.4,0.2,0.6,-->,28.895088,-28.925341,4.263926 +0.8,0.4,0.2,0.8,-->,21.914007,-20.633677,2.720236 +0.8,0.4,0.2,1,-->,16.783295,-14.103034,1.554459 +0.8,0.4,0.4,0,-->,59.526409,-66.323006,23.274746 +0.8,0.4,0.4,0.2,-->,48.340466,-51.724609,17.190544 +0.8,0.4,0.4,0.4,-->,37.675522,-40.309006,12.884600 +0.8,0.4,0.4,0.6,-->,29.228794,-29.907047,9.527100 +0.8,0.4,0.4,0.8,-->,22.013006,-21.094408,6.162973 +0.8,0.4,0.4,1,-->,16.908115,-14.077150,3.349497 +0.8,0.4,0.6,0,-->,59.460823,-66.702835,25.228298 +0.8,0.4,0.6,0.2,-->,48.340519,-51.999077,18.580616 +0.8,0.4,0.6,0.4,-->,37.697800,-40.521278,14.053387 +0.8,0.4,0.6,0.6,-->,29.317835,-30.045437,10.419565 +0.8,0.4,0.6,0.8,-->,22.040173,-21.137285,6.740314 +0.8,0.4,0.6,1,-->,16.938845,-14.033666,3.628114 +0.8,0.4,0.8,0,-->,59.417660,-66.952751,26.512842 +0.8,0.4,0.8,0.2,-->,48.340561,-52.179028,19.495317 +0.8,0.4,0.8,0.4,-->,37.712456,-40.660965,14.826310 +0.8,0.4,0.8,0.6,-->,29.376211,-30.136486,11.008731 +0.8,0.4,0.8,0.8,-->,22.058043,-21.165503,7.117907 +0.8,0.4,0.8,1,-->,16.959070,-14.005068,3.811431 +0.8,0.4,1,0,-->,59.384598,-67.144310,27.498343 +0.8,0.4,1,0.2,-->,48.340584,-52.316944,20.195194 +0.8,0.4,1,0.4,-->,37.723724,-40.768013,15.415735 +0.8,0.4,1,0.6,-->,29.420948,-30.206274,11.458217 +0.8,0.4,1,0.8,-->,22.071747,-21.187117,7.407208 +0.8,0.4,1,1,-->,16.974569,-13.983129,3.951917 +0.8,0.6,0,0,-->,64.412231,-40.978931,-47.648479 +0.8,0.6,0,0.2,-->,51.234009,-32.991600,-37.686523 +0.8,0.6,0,0.4,-->,39.652000,-25.866306,-29.180313 +0.8,0.6,0,0.6,-->,31.095549,-19.941740,-22.746195 +0.8,0.6,0,0.8,-->,22.936272,-13.565044,-15.839093 +0.8,0.6,0,1,-->,16.863947,-8.416267,-10.325027 +0.8,0.6,0.2,0,-->,59.959148,-63.900906,11.875161 +0.8,0.6,0.2,0.2,-->,48.406006,-49.914288,8.989398 +0.8,0.6,0.2,0.4,-->,37.613876,-38.879128,6.022776 +0.8,0.6,0.2,0.6,-->,28.895088,-28.925341,4.263926 +0.8,0.6,0.2,0.8,-->,21.914007,-20.633677,2.720236 +0.8,0.6,0.2,1,-->,16.783295,-14.103034,1.554459 +0.8,0.6,0.4,0,-->,59.526409,-66.323006,23.274746 +0.8,0.6,0.4,0.2,-->,48.340466,-51.724609,17.190544 +0.8,0.6,0.4,0.4,-->,37.675522,-40.309006,12.884600 +0.8,0.6,0.4,0.6,-->,29.228794,-29.907047,9.527100 +0.8,0.6,0.4,0.8,-->,22.013006,-21.094408,6.162973 +0.8,0.6,0.4,1,-->,16.908115,-14.077150,3.349497 +0.8,0.6,0.6,0,-->,59.460823,-66.702835,25.228298 +0.8,0.6,0.6,0.2,-->,48.340519,-51.999077,18.580616 +0.8,0.6,0.6,0.4,-->,37.697800,-40.521278,14.053387 +0.8,0.6,0.6,0.6,-->,29.317835,-30.045437,10.419565 +0.8,0.6,0.6,0.8,-->,22.040173,-21.137285,6.740314 +0.8,0.6,0.6,1,-->,16.938845,-14.033666,3.628114 +0.8,0.6,0.8,0,-->,59.417660,-66.952751,26.512842 +0.8,0.6,0.8,0.2,-->,48.340561,-52.179028,19.495317 +0.8,0.6,0.8,0.4,-->,37.712456,-40.660965,14.826310 +0.8,0.6,0.8,0.6,-->,29.376211,-30.136486,11.008731 +0.8,0.6,0.8,0.8,-->,22.058043,-21.165503,7.117907 +0.8,0.6,0.8,1,-->,16.959070,-14.005068,3.811431 +0.8,0.6,1,0,-->,59.384598,-67.144310,27.498343 +0.8,0.6,1,0.2,-->,48.340584,-52.316944,20.195194 +0.8,0.6,1,0.4,-->,37.723724,-40.768013,15.415735 +0.8,0.6,1,0.6,-->,29.420948,-30.206274,11.458217 +0.8,0.6,1,0.8,-->,22.071747,-21.187117,7.407208 +0.8,0.6,1,1,-->,16.974569,-13.983129,3.951917 +0.8,0.8,0,0,-->,64.412231,-40.978931,-47.648479 +0.8,0.8,0,0.2,-->,51.234009,-32.991600,-37.686523 +0.8,0.8,0,0.4,-->,39.652000,-25.866306,-29.180313 +0.8,0.8,0,0.6,-->,31.095549,-19.941740,-22.746195 +0.8,0.8,0,0.8,-->,22.936272,-13.565044,-15.839093 +0.8,0.8,0,1,-->,16.863947,-8.416267,-10.325027 +0.8,0.8,0.2,0,-->,59.959148,-63.900906,11.875161 +0.8,0.8,0.2,0.2,-->,48.406006,-49.914288,8.989398 +0.8,0.8,0.2,0.4,-->,37.613876,-38.879128,6.022776 +0.8,0.8,0.2,0.6,-->,28.895088,-28.925341,4.263926 +0.8,0.8,0.2,0.8,-->,21.914007,-20.633677,2.720236 +0.8,0.8,0.2,1,-->,16.783295,-14.103034,1.554459 +0.8,0.8,0.4,0,-->,59.526409,-66.323006,23.274746 +0.8,0.8,0.4,0.2,-->,48.340466,-51.724609,17.190544 +0.8,0.8,0.4,0.4,-->,37.675522,-40.309006,12.884600 +0.8,0.8,0.4,0.6,-->,29.228794,-29.907047,9.527100 +0.8,0.8,0.4,0.8,-->,22.013006,-21.094408,6.162973 +0.8,0.8,0.4,1,-->,16.908115,-14.077150,3.349497 +0.8,0.8,0.6,0,-->,59.460823,-66.702835,25.228298 +0.8,0.8,0.6,0.2,-->,48.340519,-51.999077,18.580616 +0.8,0.8,0.6,0.4,-->,37.697800,-40.521278,14.053387 +0.8,0.8,0.6,0.6,-->,29.317835,-30.045437,10.419565 +0.8,0.8,0.6,0.8,-->,22.040173,-21.137285,6.740314 +0.8,0.8,0.6,1,-->,16.938845,-14.033666,3.628114 +0.8,0.8,0.8,0,-->,59.417660,-66.952751,26.512842 +0.8,0.8,0.8,0.2,-->,48.340561,-52.179028,19.495317 +0.8,0.8,0.8,0.4,-->,37.712456,-40.660965,14.826310 +0.8,0.8,0.8,0.6,-->,29.376211,-30.136486,11.008731 +0.8,0.8,0.8,0.8,-->,22.058043,-21.165503,7.117907 +0.8,0.8,0.8,1,-->,16.959070,-14.005068,3.811431 +0.8,0.8,1,0,-->,59.384598,-67.144310,27.498343 +0.8,0.8,1,0.2,-->,48.340584,-52.316944,20.195194 +0.8,0.8,1,0.4,-->,37.723724,-40.768013,15.415735 +0.8,0.8,1,0.6,-->,29.420948,-30.206274,11.458217 +0.8,0.8,1,0.8,-->,22.071747,-21.187117,7.407208 +0.8,0.8,1,1,-->,16.974569,-13.983129,3.951917 +0.8,1,0,0,-->,64.412231,-40.978931,-47.648479 +0.8,1,0,0.2,-->,51.234009,-32.991600,-37.686523 +0.8,1,0,0.4,-->,39.652000,-25.866306,-29.180313 +0.8,1,0,0.6,-->,31.095549,-19.941740,-22.746195 +0.8,1,0,0.8,-->,22.936272,-13.565044,-15.839093 +0.8,1,0,1,-->,16.863947,-8.416267,-10.325027 +0.8,1,0.2,0,-->,59.959148,-63.900906,11.875161 +0.8,1,0.2,0.2,-->,48.406006,-49.914288,8.989398 +0.8,1,0.2,0.4,-->,37.613876,-38.879128,6.022776 +0.8,1,0.2,0.6,-->,28.895088,-28.925341,4.263926 +0.8,1,0.2,0.8,-->,21.914007,-20.633677,2.720236 +0.8,1,0.2,1,-->,16.783295,-14.103034,1.554459 +0.8,1,0.4,0,-->,59.526409,-66.323006,23.274746 +0.8,1,0.4,0.2,-->,48.340466,-51.724609,17.190544 +0.8,1,0.4,0.4,-->,37.675522,-40.309006,12.884600 +0.8,1,0.4,0.6,-->,29.228794,-29.907047,9.527100 +0.8,1,0.4,0.8,-->,22.013006,-21.094408,6.162973 +0.8,1,0.4,1,-->,16.908115,-14.077150,3.349497 +0.8,1,0.6,0,-->,59.460823,-66.702835,25.228298 +0.8,1,0.6,0.2,-->,48.340519,-51.999077,18.580616 +0.8,1,0.6,0.4,-->,37.697800,-40.521278,14.053387 +0.8,1,0.6,0.6,-->,29.317835,-30.045437,10.419565 +0.8,1,0.6,0.8,-->,22.040173,-21.137285,6.740314 +0.8,1,0.6,1,-->,16.938845,-14.033666,3.628114 +0.8,1,0.8,0,-->,59.417660,-66.952751,26.512842 +0.8,1,0.8,0.2,-->,48.340561,-52.179028,19.495317 +0.8,1,0.8,0.4,-->,37.712456,-40.660965,14.826310 +0.8,1,0.8,0.6,-->,29.376211,-30.136486,11.008731 +0.8,1,0.8,0.8,-->,22.058043,-21.165503,7.117907 +0.8,1,0.8,1,-->,16.959070,-14.005068,3.811431 +0.8,1,1,0,-->,59.384598,-67.144310,27.498343 +0.8,1,1,0.2,-->,48.340584,-52.316944,20.195194 +0.8,1,1,0.4,-->,37.723724,-40.768013,15.415735 +0.8,1,1,0.6,-->,29.420948,-30.206274,11.458217 +0.8,1,1,0.8,-->,22.071747,-21.187117,7.407208 +0.8,1,1,1,-->,16.974569,-13.983129,3.951917 +1,0,0,0,-->,64.073135,-41.434170,-48.096252 +1,0,0,0.2,-->,50.961040,-33.410709,-38.067360 +1,0,0,0.4,-->,39.462574,-26.182745,-29.460503 +1,0,0,0.6,-->,30.984180,-20.210911,-22.984617 +1,0,0,0.8,-->,22.836634,-13.780455,-15.993114 +1,0,0,1,-->,16.805666,-8.618074,-10.419269 +1,0,0.2,0,-->,59.600903,-64.744888,11.378421 +1,0,0.2,0.2,-->,48.153023,-50.549313,8.534410 +1,0,0.2,0.4,-->,37.432217,-39.341438,5.686342 +1,0,0.2,0.6,-->,28.762281,-29.253180,4.022289 +1,0,0.2,0.8,-->,21.829184,-20.899723,2.574613 +1,0,0.2,1,-->,16.743315,-14.326607,1.487537 +1,0,0.4,0,-->,59.148701,-67.229675,22.665138 +1,0,0.4,0.2,-->,48.104881,-52.389294,16.669470 +1,0,0.4,0.4,-->,37.512329,-40.787868,12.539244 +1,0,0.4,0.6,-->,29.125166,-30.245008,9.286056 +1,0,0.4,0.8,-->,21.934526,-21.349861,6.007440 +1,0,0.4,1,-->,16.870062,-14.301285,3.280143 +1,0,0.6,0,-->,59.078903,-67.623428,24.599037 +1,0,0.6,0.2,-->,48.108528,-52.667255,18.046593 +1,0,0.6,0.4,-->,37.537243,-41.004086,13.709505 +1,0,0.6,0.6,-->,29.221720,-30.384439,10.177259 +1,0,0.6,0.8,-->,21.963722,-21.392578,6.584476 +1,0,0.6,1,-->,16.901796,-14.258522,3.559869 +1,0,0.8,0,-->,59.032906,-67.883301,25.870829 +1,0,0.8,0.2,-->,48.110928,-52.850147,18.956036 +1,0,0.8,0.4,-->,37.553627,-41.146374,14.479937 +1,0,0.8,0.6,-->,29.285151,-30.476173,10.767566 +1,0,0.8,0.8,-->,21.982933,-21.420696,6.963833 +1,0,0.8,1,-->,16.922676,-14.230381,3.743962 +1,0,1,0,-->,58.997662,-68.080963,26.848364 +1,0,1,0.2,-->,48.112759,-52.990330,19.650106 +1,0,1,0.4,-->,37.566193,-41.255405,15.071519 +1,0,1,0.6,-->,29.333466,-30.546499,11.217036 +1,0,1,0.8,-->,21.997656,-21.442234,7.253575 +1,0,1,1,-->,16.938681,-14.208798,3.885041 +1,0.2,0,0,-->,64.073135,-41.434170,-48.096252 +1,0.2,0,0.2,-->,50.961040,-33.410709,-38.067360 +1,0.2,0,0.4,-->,39.462574,-26.182745,-29.460503 +1,0.2,0,0.6,-->,30.984180,-20.210911,-22.984617 +1,0.2,0,0.8,-->,22.836634,-13.780455,-15.993114 +1,0.2,0,1,-->,16.805666,-8.618074,-10.419269 +1,0.2,0.2,0,-->,59.600903,-64.744888,11.378421 +1,0.2,0.2,0.2,-->,48.153023,-50.549313,8.534410 +1,0.2,0.2,0.4,-->,37.432217,-39.341438,5.686342 +1,0.2,0.2,0.6,-->,28.762281,-29.253180,4.022289 +1,0.2,0.2,0.8,-->,21.829184,-20.899723,2.574613 +1,0.2,0.2,1,-->,16.743315,-14.326607,1.487537 +1,0.2,0.4,0,-->,59.148701,-67.229675,22.665138 +1,0.2,0.4,0.2,-->,48.104881,-52.389294,16.669470 +1,0.2,0.4,0.4,-->,37.512329,-40.787868,12.539244 +1,0.2,0.4,0.6,-->,29.125166,-30.245008,9.286056 +1,0.2,0.4,0.8,-->,21.934526,-21.349861,6.007440 +1,0.2,0.4,1,-->,16.870062,-14.301285,3.280143 +1,0.2,0.6,0,-->,59.078903,-67.623428,24.599037 +1,0.2,0.6,0.2,-->,48.108528,-52.667255,18.046593 +1,0.2,0.6,0.4,-->,37.537243,-41.004086,13.709505 +1,0.2,0.6,0.6,-->,29.221720,-30.384439,10.177259 +1,0.2,0.6,0.8,-->,21.963722,-21.392578,6.584476 +1,0.2,0.6,1,-->,16.901796,-14.258522,3.559869 +1,0.2,0.8,0,-->,59.032906,-67.883301,25.870829 +1,0.2,0.8,0.2,-->,48.110928,-52.850147,18.956036 +1,0.2,0.8,0.4,-->,37.553627,-41.146374,14.479937 +1,0.2,0.8,0.6,-->,29.285151,-30.476173,10.767566 +1,0.2,0.8,0.8,-->,21.982933,-21.420696,6.963833 +1,0.2,0.8,1,-->,16.922676,-14.230381,3.743962 +1,0.2,1,0,-->,58.997662,-68.080963,26.848364 +1,0.2,1,0.2,-->,48.112759,-52.990330,19.650106 +1,0.2,1,0.4,-->,37.566193,-41.255405,15.071519 +1,0.2,1,0.6,-->,29.333466,-30.546499,11.217036 +1,0.2,1,0.8,-->,21.997656,-21.442234,7.253575 +1,0.2,1,1,-->,16.938681,-14.208798,3.885041 +1,0.4,0,0,-->,64.073135,-41.434170,-48.096252 +1,0.4,0,0.2,-->,50.961040,-33.410709,-38.067360 +1,0.4,0,0.4,-->,39.462574,-26.182745,-29.460503 +1,0.4,0,0.6,-->,30.984180,-20.210911,-22.984617 +1,0.4,0,0.8,-->,22.836634,-13.780455,-15.993114 +1,0.4,0,1,-->,16.805666,-8.618074,-10.419269 +1,0.4,0.2,0,-->,59.600903,-64.744888,11.378421 +1,0.4,0.2,0.2,-->,48.153023,-50.549313,8.534410 +1,0.4,0.2,0.4,-->,37.432217,-39.341438,5.686342 +1,0.4,0.2,0.6,-->,28.762281,-29.253180,4.022289 +1,0.4,0.2,0.8,-->,21.829184,-20.899723,2.574613 +1,0.4,0.2,1,-->,16.743315,-14.326607,1.487537 +1,0.4,0.4,0,-->,59.148701,-67.229675,22.665138 +1,0.4,0.4,0.2,-->,48.104881,-52.389294,16.669470 +1,0.4,0.4,0.4,-->,37.512329,-40.787868,12.539244 +1,0.4,0.4,0.6,-->,29.125166,-30.245008,9.286056 +1,0.4,0.4,0.8,-->,21.934526,-21.349861,6.007440 +1,0.4,0.4,1,-->,16.870062,-14.301285,3.280143 +1,0.4,0.6,0,-->,59.078903,-67.623428,24.599037 +1,0.4,0.6,0.2,-->,48.108528,-52.667255,18.046593 +1,0.4,0.6,0.4,-->,37.537243,-41.004086,13.709505 +1,0.4,0.6,0.6,-->,29.221720,-30.384439,10.177259 +1,0.4,0.6,0.8,-->,21.963722,-21.392578,6.584476 +1,0.4,0.6,1,-->,16.901796,-14.258522,3.559869 +1,0.4,0.8,0,-->,59.032906,-67.883301,25.870829 +1,0.4,0.8,0.2,-->,48.110928,-52.850147,18.956036 +1,0.4,0.8,0.4,-->,37.553627,-41.146374,14.479937 +1,0.4,0.8,0.6,-->,29.285151,-30.476173,10.767566 +1,0.4,0.8,0.8,-->,21.982933,-21.420696,6.963833 +1,0.4,0.8,1,-->,16.922676,-14.230381,3.743962 +1,0.4,1,0,-->,58.997662,-68.080963,26.848364 +1,0.4,1,0.2,-->,48.112759,-52.990330,19.650106 +1,0.4,1,0.4,-->,37.566193,-41.255405,15.071519 +1,0.4,1,0.6,-->,29.333466,-30.546499,11.217036 +1,0.4,1,0.8,-->,21.997656,-21.442234,7.253575 +1,0.4,1,1,-->,16.938681,-14.208798,3.885041 +1,0.6,0,0,-->,64.073135,-41.434170,-48.096252 +1,0.6,0,0.2,-->,50.961040,-33.410709,-38.067360 +1,0.6,0,0.4,-->,39.462574,-26.182745,-29.460503 +1,0.6,0,0.6,-->,30.984180,-20.210911,-22.984617 +1,0.6,0,0.8,-->,22.836634,-13.780455,-15.993114 +1,0.6,0,1,-->,16.805666,-8.618074,-10.419269 +1,0.6,0.2,0,-->,59.600903,-64.744888,11.378421 +1,0.6,0.2,0.2,-->,48.153023,-50.549313,8.534410 +1,0.6,0.2,0.4,-->,37.432217,-39.341438,5.686342 +1,0.6,0.2,0.6,-->,28.762281,-29.253180,4.022289 +1,0.6,0.2,0.8,-->,21.829184,-20.899723,2.574613 +1,0.6,0.2,1,-->,16.743315,-14.326607,1.487537 +1,0.6,0.4,0,-->,59.148701,-67.229675,22.665138 +1,0.6,0.4,0.2,-->,48.104881,-52.389294,16.669470 +1,0.6,0.4,0.4,-->,37.512329,-40.787868,12.539244 +1,0.6,0.4,0.6,-->,29.125166,-30.245008,9.286056 +1,0.6,0.4,0.8,-->,21.934526,-21.349861,6.007440 +1,0.6,0.4,1,-->,16.870062,-14.301285,3.280143 +1,0.6,0.6,0,-->,59.078903,-67.623428,24.599037 +1,0.6,0.6,0.2,-->,48.108528,-52.667255,18.046593 +1,0.6,0.6,0.4,-->,37.537243,-41.004086,13.709505 +1,0.6,0.6,0.6,-->,29.221720,-30.384439,10.177259 +1,0.6,0.6,0.8,-->,21.963722,-21.392578,6.584476 +1,0.6,0.6,1,-->,16.901796,-14.258522,3.559869 +1,0.6,0.8,0,-->,59.032906,-67.883301,25.870829 +1,0.6,0.8,0.2,-->,48.110928,-52.850147,18.956036 +1,0.6,0.8,0.4,-->,37.553627,-41.146374,14.479937 +1,0.6,0.8,0.6,-->,29.285151,-30.476173,10.767566 +1,0.6,0.8,0.8,-->,21.982933,-21.420696,6.963833 +1,0.6,0.8,1,-->,16.922676,-14.230381,3.743962 +1,0.6,1,0,-->,58.997662,-68.080963,26.848364 +1,0.6,1,0.2,-->,48.112759,-52.990330,19.650106 +1,0.6,1,0.4,-->,37.566193,-41.255405,15.071519 +1,0.6,1,0.6,-->,29.333466,-30.546499,11.217036 +1,0.6,1,0.8,-->,21.997656,-21.442234,7.253575 +1,0.6,1,1,-->,16.938681,-14.208798,3.885041 +1,0.8,0,0,-->,64.073135,-41.434170,-48.096252 +1,0.8,0,0.2,-->,50.961040,-33.410709,-38.067360 +1,0.8,0,0.4,-->,39.462574,-26.182745,-29.460503 +1,0.8,0,0.6,-->,30.984180,-20.210911,-22.984617 +1,0.8,0,0.8,-->,22.836634,-13.780455,-15.993114 +1,0.8,0,1,-->,16.805666,-8.618074,-10.419269 +1,0.8,0.2,0,-->,59.600903,-64.744888,11.378421 +1,0.8,0.2,0.2,-->,48.153023,-50.549313,8.534410 +1,0.8,0.2,0.4,-->,37.432217,-39.341438,5.686342 +1,0.8,0.2,0.6,-->,28.762281,-29.253180,4.022289 +1,0.8,0.2,0.8,-->,21.829184,-20.899723,2.574613 +1,0.8,0.2,1,-->,16.743315,-14.326607,1.487537 +1,0.8,0.4,0,-->,59.148701,-67.229675,22.665138 +1,0.8,0.4,0.2,-->,48.104881,-52.389294,16.669470 +1,0.8,0.4,0.4,-->,37.512329,-40.787868,12.539244 +1,0.8,0.4,0.6,-->,29.125166,-30.245008,9.286056 +1,0.8,0.4,0.8,-->,21.934526,-21.349861,6.007440 +1,0.8,0.4,1,-->,16.870062,-14.301285,3.280143 +1,0.8,0.6,0,-->,59.078903,-67.623428,24.599037 +1,0.8,0.6,0.2,-->,48.108528,-52.667255,18.046593 +1,0.8,0.6,0.4,-->,37.537243,-41.004086,13.709505 +1,0.8,0.6,0.6,-->,29.221720,-30.384439,10.177259 +1,0.8,0.6,0.8,-->,21.963722,-21.392578,6.584476 +1,0.8,0.6,1,-->,16.901796,-14.258522,3.559869 +1,0.8,0.8,0,-->,59.032906,-67.883301,25.870829 +1,0.8,0.8,0.2,-->,48.110928,-52.850147,18.956036 +1,0.8,0.8,0.4,-->,37.553627,-41.146374,14.479937 +1,0.8,0.8,0.6,-->,29.285151,-30.476173,10.767566 +1,0.8,0.8,0.8,-->,21.982933,-21.420696,6.963833 +1,0.8,0.8,1,-->,16.922676,-14.230381,3.743962 +1,0.8,1,0,-->,58.997662,-68.080963,26.848364 +1,0.8,1,0.2,-->,48.112759,-52.990330,19.650106 +1,0.8,1,0.4,-->,37.566193,-41.255405,15.071519 +1,0.8,1,0.6,-->,29.333466,-30.546499,11.217036 +1,0.8,1,0.8,-->,21.997656,-21.442234,7.253575 +1,0.8,1,1,-->,16.938681,-14.208798,3.885041 +1,1,0,0,-->,64.073135,-41.434170,-48.096252 +1,1,0,0.2,-->,50.961040,-33.410709,-38.067360 +1,1,0,0.4,-->,39.462574,-26.182745,-29.460503 +1,1,0,0.6,-->,30.984180,-20.210911,-22.984617 +1,1,0,0.8,-->,22.836634,-13.780455,-15.993114 +1,1,0,1,-->,16.805666,-8.618074,-10.419269 +1,1,0.2,0,-->,59.600903,-64.744888,11.378421 +1,1,0.2,0.2,-->,48.153023,-50.549313,8.534410 +1,1,0.2,0.4,-->,37.432217,-39.341438,5.686342 +1,1,0.2,0.6,-->,28.762281,-29.253180,4.022289 +1,1,0.2,0.8,-->,21.829184,-20.899723,2.574613 +1,1,0.2,1,-->,16.743315,-14.326607,1.487537 +1,1,0.4,0,-->,59.148701,-67.229675,22.665138 +1,1,0.4,0.2,-->,48.104881,-52.389294,16.669470 +1,1,0.4,0.4,-->,37.512329,-40.787868,12.539244 +1,1,0.4,0.6,-->,29.125166,-30.245008,9.286056 +1,1,0.4,0.8,-->,21.934526,-21.349861,6.007440 +1,1,0.4,1,-->,16.870062,-14.301285,3.280143 +1,1,0.6,0,-->,59.078903,-67.623428,24.599037 +1,1,0.6,0.2,-->,48.108528,-52.667255,18.046593 +1,1,0.6,0.4,-->,37.537243,-41.004086,13.709505 +1,1,0.6,0.6,-->,29.221720,-30.384439,10.177259 +1,1,0.6,0.8,-->,21.963722,-21.392578,6.584476 +1,1,0.6,1,-->,16.901796,-14.258522,3.559869 +1,1,0.8,0,-->,59.032906,-67.883301,25.870829 +1,1,0.8,0.2,-->,48.110928,-52.850147,18.956036 +1,1,0.8,0.4,-->,37.553627,-41.146374,14.479937 +1,1,0.8,0.6,-->,29.285151,-30.476173,10.767566 +1,1,0.8,0.8,-->,21.982933,-21.420696,6.963833 +1,1,0.8,1,-->,16.922676,-14.230381,3.743962 +1,1,1,0,-->,58.997662,-68.080963,26.848364 +1,1,1,0.2,-->,48.112759,-52.990330,19.650106 +1,1,1,0.4,-->,37.566193,-41.255405,15.071519 +1,1,1,0.6,-->,29.333466,-30.546499,11.217036 +1,1,1,0.8,-->,21.997656,-21.442234,7.253575 +1,1,1,1,-->,16.938681,-14.208798,3.885041 +-0.1,0.5,0.5,0.5,-->,49.361313,-5.284612,40.373524 +1.1,0.5,0.5,0.5,-->,33.430000,-35.739437,11.474434 +0.5,-0.1,0.5,0.5,-->,33.835297,-34.480732,12.369666 +0.5,1.1,0.5,0.5,-->,33.835297,-34.480732,12.369666 +0.5,0.5,-0.1,0.5,-->,35.709080,-22.421122,-25.525078 +0.5,0.5,1.1,0.5,-->,33.907246,-34.752090,14.071215 +0.5,0.5,0.5,-0.1,-->,60.281799,-64.628983,25.644117 +0.5,0.5,0.5,1.1,-->,17.003107,-13.584492,3.646474 diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-2.csv new file mode 100644 index 0000000..fcaaec7 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-2.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,100.390625,-0.001953,-0.001953 +0,0,0,0.2,-->,77.637222,-0.805040,-2.054550 +0,0,0,0.4,-->,59.038342,-0.635113,-2.219849 +0,0,0,0.6,-->,44.577309,-0.372479,-1.936361 +0,0,0,0.8,-->,32.295223,-0.024174,-1.205683 +0,0,0,1,-->,22.458010,0.597260,-0.200804 +0,0,0.2,0,-->,100.390625,-0.001953,-0.001953 +0,0,0.2,0.2,-->,77.637222,-0.805040,-2.054550 +0,0,0.2,0.4,-->,59.038342,-0.635113,-2.219849 +0,0,0.2,0.6,-->,44.577309,-0.372479,-1.936361 +0,0,0.2,0.8,-->,32.295223,-0.024174,-1.205683 +0,0,0.2,1,-->,22.458010,0.597260,-0.200804 +0,0,0.4,0,-->,100.390625,-0.001953,-0.001953 +0,0,0.4,0.2,-->,77.637222,-0.805040,-2.054550 +0,0,0.4,0.4,-->,59.038342,-0.635113,-2.219849 +0,0,0.4,0.6,-->,44.577309,-0.372479,-1.936361 +0,0,0.4,0.8,-->,32.295223,-0.024174,-1.205683 +0,0,0.4,1,-->,22.458010,0.597260,-0.200804 +0,0,0.6,0,-->,100.390625,-0.001953,-0.001953 +0,0,0.6,0.2,-->,77.637222,-0.805040,-2.054550 +0,0,0.6,0.4,-->,59.038342,-0.635113,-2.219849 +0,0,0.6,0.6,-->,44.577309,-0.372479,-1.936361 +0,0,0.6,0.8,-->,32.295223,-0.024174,-1.205683 +0,0,0.6,1,-->,22.458010,0.597260,-0.200804 +0,0,0.8,0,-->,100.390625,-0.001953,-0.001953 +0,0,0.8,0.2,-->,77.637222,-0.805040,-2.054550 +0,0,0.8,0.4,-->,59.038342,-0.635113,-2.219849 +0,0,0.8,0.6,-->,44.577309,-0.372479,-1.936361 +0,0,0.8,0.8,-->,32.295223,-0.024174,-1.205683 +0,0,0.8,1,-->,22.458010,0.597260,-0.200804 +0,0,1,0,-->,100.390625,-0.001953,-0.001953 +0,0,1,0.2,-->,77.637222,-0.805040,-2.054550 +0,0,1,0.4,-->,59.038342,-0.635113,-2.219849 +0,0,1,0.6,-->,44.577309,-0.372479,-1.936361 +0,0,1,0.8,-->,32.295223,-0.024174,-1.205683 +0,0,1,1,-->,22.458010,0.597260,-0.200804 +0,0.2,0,0,-->,80.387718,28.398407,-5.571542 +0,0.2,0,0.2,-->,62.844425,22.005995,-5.649354 +0,0.2,0,0.4,-->,47.969337,17.077993,-5.057430 +0,0.2,0,0.6,-->,36.441860,13.027837,-4.041630 +0,0.2,0,0.8,-->,26.513597,8.620028,-2.920865 +0,0.2,0,1,-->,18.428429,4.804060,-1.918775 +0,0.2,0.2,0,-->,80.387718,28.398407,-5.571542 +0,0.2,0.2,0.2,-->,62.844425,22.005995,-5.649354 +0,0.2,0.2,0.4,-->,47.969337,17.077993,-5.057430 +0,0.2,0.2,0.6,-->,36.441860,13.027837,-4.041630 +0,0.2,0.2,0.8,-->,26.513597,8.620028,-2.920865 +0,0.2,0.2,1,-->,18.428429,4.804060,-1.918775 +0,0.2,0.4,0,-->,80.387718,28.398407,-5.571542 +0,0.2,0.4,0.2,-->,62.844425,22.005995,-5.649354 +0,0.2,0.4,0.4,-->,47.969337,17.077993,-5.057430 +0,0.2,0.4,0.6,-->,36.441860,13.027837,-4.041630 +0,0.2,0.4,0.8,-->,26.513597,8.620028,-2.920865 +0,0.2,0.4,1,-->,18.428429,4.804060,-1.918775 +0,0.2,0.6,0,-->,80.387718,28.398407,-5.571542 +0,0.2,0.6,0.2,-->,62.844425,22.005995,-5.649354 +0,0.2,0.6,0.4,-->,47.969337,17.077993,-5.057430 +0,0.2,0.6,0.6,-->,36.441860,13.027837,-4.041630 +0,0.2,0.6,0.8,-->,26.513597,8.620028,-2.920865 +0,0.2,0.6,1,-->,18.428429,4.804060,-1.918775 +0,0.2,0.8,0,-->,80.387718,28.398407,-5.571542 +0,0.2,0.8,0.2,-->,62.844425,22.005995,-5.649354 +0,0.2,0.8,0.4,-->,47.969337,17.077993,-5.057430 +0,0.2,0.8,0.6,-->,36.441860,13.027837,-4.041630 +0,0.2,0.8,0.8,-->,26.513597,8.620028,-2.920865 +0,0.2,0.8,1,-->,18.428429,4.804060,-1.918775 +0,0.2,1,0,-->,80.387718,28.398407,-5.571542 +0,0.2,1,0.2,-->,62.844425,22.005995,-5.649354 +0,0.2,1,0.4,-->,47.969337,17.077993,-5.057430 +0,0.2,1,0.6,-->,36.441860,13.027837,-4.041630 +0,0.2,1,0.8,-->,26.513597,8.620028,-2.920865 +0,0.2,1,1,-->,18.428429,4.804060,-1.918775 +0,0.4,0,0,-->,67.496765,50.550365,-6.920417 +0,0.4,0,0.2,-->,52.348675,39.739037,-6.876050 +0,0.4,0,0.4,-->,40.247715,30.694016,-5.973819 +0,0.4,0,0.6,-->,30.580811,23.403164,-4.721285 +0,0.4,0,0.8,-->,22.439274,15.904875,-3.228482 +0,0.4,0,1,-->,16.022469,9.416450,-1.804865 +0,0.4,0.2,0,-->,67.496765,50.550365,-6.920417 +0,0.4,0.2,0.2,-->,52.348675,39.739037,-6.876050 +0,0.4,0.2,0.4,-->,40.247715,30.694016,-5.973819 +0,0.4,0.2,0.6,-->,30.580811,23.403164,-4.721285 +0,0.4,0.2,0.8,-->,22.439274,15.904875,-3.228482 +0,0.4,0.2,1,-->,16.022469,9.416450,-1.804865 +0,0.4,0.4,0,-->,67.496765,50.550365,-6.920417 +0,0.4,0.4,0.2,-->,52.348675,39.739037,-6.876050 +0,0.4,0.4,0.4,-->,40.247715,30.694016,-5.973819 +0,0.4,0.4,0.6,-->,30.580811,23.403164,-4.721285 +0,0.4,0.4,0.8,-->,22.439274,15.904875,-3.228482 +0,0.4,0.4,1,-->,16.022469,9.416450,-1.804865 +0,0.4,0.6,0,-->,67.496765,50.550365,-6.920417 +0,0.4,0.6,0.2,-->,52.348675,39.739037,-6.876050 +0,0.4,0.6,0.4,-->,40.247715,30.694016,-5.973819 +0,0.4,0.6,0.6,-->,30.580811,23.403164,-4.721285 +0,0.4,0.6,0.8,-->,22.439274,15.904875,-3.228482 +0,0.4,0.6,1,-->,16.022469,9.416450,-1.804865 +0,0.4,0.8,0,-->,67.496765,50.550365,-6.920417 +0,0.4,0.8,0.2,-->,52.348675,39.739037,-6.876050 +0,0.4,0.8,0.4,-->,40.247715,30.694016,-5.973819 +0,0.4,0.8,0.6,-->,30.580811,23.403164,-4.721285 +0,0.4,0.8,0.8,-->,22.439274,15.904875,-3.228482 +0,0.4,0.8,1,-->,16.022469,9.416450,-1.804865 +0,0.4,1,0,-->,67.496765,50.550365,-6.920417 +0,0.4,1,0.2,-->,52.348675,39.739037,-6.876050 +0,0.4,1,0.4,-->,40.247715,30.694016,-5.973819 +0,0.4,1,0.6,-->,30.580811,23.403164,-4.721285 +0,0.4,1,0.8,-->,22.439274,15.904875,-3.228482 +0,0.4,1,1,-->,16.022469,9.416450,-1.804865 +0,0.6,0,0,-->,59.411652,65.107231,-7.352446 +0,0.6,0,0.2,-->,46.299519,51.394241,-7.239637 +0,0.6,0,0.4,-->,35.558067,39.940666,-6.306415 +0,0.6,0,0.6,-->,27.390532,30.250078,-5.153922 +0,0.6,0,0.8,-->,20.177740,20.833515,-3.122543 +0,0.6,0,1,-->,14.784039,12.828545,-1.435031 +0,0.6,0.2,0,-->,59.411652,65.107231,-7.352446 +0,0.6,0.2,0.2,-->,46.299519,51.394241,-7.239637 +0,0.6,0.2,0.4,-->,35.558067,39.940666,-6.306415 +0,0.6,0.2,0.6,-->,27.390532,30.250078,-5.153922 +0,0.6,0.2,0.8,-->,20.177740,20.833515,-3.122543 +0,0.6,0.2,1,-->,14.784039,12.828545,-1.435031 +0,0.6,0.4,0,-->,59.411652,65.107231,-7.352446 +0,0.6,0.4,0.2,-->,46.299519,51.394241,-7.239637 +0,0.6,0.4,0.4,-->,35.558067,39.940666,-6.306415 +0,0.6,0.4,0.6,-->,27.390532,30.250078,-5.153922 +0,0.6,0.4,0.8,-->,20.177740,20.833515,-3.122543 +0,0.6,0.4,1,-->,14.784039,12.828545,-1.435031 +0,0.6,0.6,0,-->,59.411652,65.107231,-7.352446 +0,0.6,0.6,0.2,-->,46.299519,51.394241,-7.239637 +0,0.6,0.6,0.4,-->,35.558067,39.940666,-6.306415 +0,0.6,0.6,0.6,-->,27.390532,30.250078,-5.153922 +0,0.6,0.6,0.8,-->,20.177740,20.833515,-3.122543 +0,0.6,0.6,1,-->,14.784039,12.828545,-1.435031 +0,0.6,0.8,0,-->,59.411652,65.107231,-7.352446 +0,0.6,0.8,0.2,-->,46.299519,51.394241,-7.239637 +0,0.6,0.8,0.4,-->,35.558067,39.940666,-6.306415 +0,0.6,0.8,0.6,-->,27.390532,30.250078,-5.153922 +0,0.6,0.8,0.8,-->,20.177740,20.833515,-3.122543 +0,0.6,0.8,1,-->,14.784039,12.828545,-1.435031 +0,0.6,1,0,-->,59.411652,65.107231,-7.352446 +0,0.6,1,0.2,-->,46.299519,51.394241,-7.239637 +0,0.6,1,0.4,-->,35.558067,39.940666,-6.306415 +0,0.6,1,0.6,-->,27.390532,30.250078,-5.153922 +0,0.6,1,0.8,-->,20.177740,20.833515,-3.122543 +0,0.6,1,1,-->,14.784039,12.828545,-1.435031 +0,0.8,0,0,-->,55.895405,72.202927,-7.151711 +0,0.8,0,0.2,-->,43.501877,57.063232,-7.336533 +0,0.8,0,0.4,-->,33.367111,44.505272,-6.386842 +0,0.8,0,0.6,-->,25.990665,33.621803,-5.343600 +0,0.8,0,0.8,-->,19.122311,23.295950,-3.039206 +0,0.8,0,1,-->,14.274929,14.506702,-1.166142 +0,0.8,0.2,0,-->,55.895405,72.202927,-7.151711 +0,0.8,0.2,0.2,-->,43.501877,57.063232,-7.336533 +0,0.8,0.2,0.4,-->,33.367111,44.505272,-6.386842 +0,0.8,0.2,0.6,-->,25.990665,33.621803,-5.343600 +0,0.8,0.2,0.8,-->,19.122311,23.295950,-3.039206 +0,0.8,0.2,1,-->,14.274929,14.506702,-1.166142 +0,0.8,0.4,0,-->,55.895405,72.202927,-7.151711 +0,0.8,0.4,0.2,-->,43.501877,57.063232,-7.336533 +0,0.8,0.4,0.4,-->,33.367111,44.505272,-6.386842 +0,0.8,0.4,0.6,-->,25.990665,33.621803,-5.343600 +0,0.8,0.4,0.8,-->,19.122311,23.295950,-3.039206 +0,0.8,0.4,1,-->,14.274929,14.506702,-1.166142 +0,0.8,0.6,0,-->,55.895405,72.202927,-7.151711 +0,0.8,0.6,0.2,-->,43.501877,57.063232,-7.336533 +0,0.8,0.6,0.4,-->,33.367111,44.505272,-6.386842 +0,0.8,0.6,0.6,-->,25.990665,33.621803,-5.343600 +0,0.8,0.6,0.8,-->,19.122311,23.295950,-3.039206 +0,0.8,0.6,1,-->,14.274929,14.506702,-1.166142 +0,0.8,0.8,0,-->,55.895405,72.202927,-7.151711 +0,0.8,0.8,0.2,-->,43.501877,57.063232,-7.336533 +0,0.8,0.8,0.4,-->,33.367111,44.505272,-6.386842 +0,0.8,0.8,0.6,-->,25.990665,33.621803,-5.343600 +0,0.8,0.8,0.8,-->,19.122311,23.295950,-3.039206 +0,0.8,0.8,1,-->,14.274929,14.506702,-1.166142 +0,0.8,1,0,-->,55.895405,72.202927,-7.151711 +0,0.8,1,0.2,-->,43.501877,57.063232,-7.336533 +0,0.8,1,0.4,-->,33.367111,44.505272,-6.386842 +0,0.8,1,0.6,-->,25.990665,33.621803,-5.343600 +0,0.8,1,0.8,-->,19.122311,23.295950,-3.039206 +0,0.8,1,1,-->,14.274929,14.506702,-1.166142 +0,1,0,0,-->,54.213257,75.710701,-6.953323 +0,1,0,0.2,-->,42.130726,59.871906,-7.375700 +0,1,0,0.4,-->,32.292866,46.766758,-6.419603 +0,1,0,0.6,-->,25.327564,35.301025,-5.441802 +0,1,0,0.8,-->,18.615864,24.513739,-2.982399 +0,1,0,1,-->,14.033771,15.331607,-1.019516 +0,1,0.2,0,-->,54.213257,75.710701,-6.953323 +0,1,0.2,0.2,-->,42.130726,59.871906,-7.375700 +0,1,0.2,0.4,-->,32.292866,46.766758,-6.419603 +0,1,0.2,0.6,-->,25.327564,35.301025,-5.441802 +0,1,0.2,0.8,-->,18.615864,24.513739,-2.982399 +0,1,0.2,1,-->,14.033771,15.331607,-1.019516 +0,1,0.4,0,-->,54.213257,75.710701,-6.953323 +0,1,0.4,0.2,-->,42.130726,59.871906,-7.375700 +0,1,0.4,0.4,-->,32.292866,46.766758,-6.419603 +0,1,0.4,0.6,-->,25.327564,35.301025,-5.441802 +0,1,0.4,0.8,-->,18.615864,24.513739,-2.982399 +0,1,0.4,1,-->,14.033771,15.331607,-1.019516 +0,1,0.6,0,-->,54.213257,75.710701,-6.953323 +0,1,0.6,0.2,-->,42.130726,59.871906,-7.375700 +0,1,0.6,0.4,-->,32.292866,46.766758,-6.419603 +0,1,0.6,0.6,-->,25.327564,35.301025,-5.441802 +0,1,0.6,0.8,-->,18.615864,24.513739,-2.982399 +0,1,0.6,1,-->,14.033771,15.331607,-1.019516 +0,1,0.8,0,-->,54.213257,75.710701,-6.953323 +0,1,0.8,0.2,-->,42.130726,59.871906,-7.375700 +0,1,0.8,0.4,-->,32.292866,46.766758,-6.419603 +0,1,0.8,0.6,-->,25.327564,35.301025,-5.441802 +0,1,0.8,0.8,-->,18.615864,24.513739,-2.982399 +0,1,0.8,1,-->,14.033771,15.331607,-1.019516 +0,1,1,0,-->,54.213257,75.710701,-6.953323 +0,1,1,0.2,-->,42.130726,59.871906,-7.375700 +0,1,1,0.4,-->,32.292866,46.766758,-6.419603 +0,1,1,0.6,-->,25.327564,35.301025,-5.441802 +0,1,1,0.8,-->,18.615864,24.513739,-2.982399 +0,1,1,1,-->,14.033771,15.331607,-1.019516 +0.2,0,0,0,-->,81.529465,-19.864651,-25.143866 +0.2,0,0,0.2,-->,64.597206,-15.097153,-19.785866 +0.2,0,0,0.4,-->,49.152306,-12.065637,-15.883026 +0.2,0,0,0.6,-->,37.690880,-8.774740,-12.042336 +0.2,0,0,0.8,-->,27.719053,-4.667176,-8.608142 +0.2,0,0,1,-->,19.504589,-0.860259,-5.883034 +0.2,0,0.2,0,-->,81.529465,-19.864651,-25.143866 +0.2,0,0.2,0.2,-->,64.597206,-15.097153,-19.785866 +0.2,0,0.2,0.4,-->,49.152306,-12.065637,-15.883026 +0.2,0,0.2,0.6,-->,37.690880,-8.774740,-12.042336 +0.2,0,0.2,0.8,-->,27.719053,-4.667176,-8.608142 +0.2,0,0.2,1,-->,19.504589,-0.860259,-5.883034 +0.2,0,0.4,0,-->,81.529465,-19.864651,-25.143866 +0.2,0,0.4,0.2,-->,64.597206,-15.097153,-19.785866 +0.2,0,0.4,0.4,-->,49.152306,-12.065637,-15.883026 +0.2,0,0.4,0.6,-->,37.690880,-8.774740,-12.042336 +0.2,0,0.4,0.8,-->,27.719053,-4.667176,-8.608142 +0.2,0,0.4,1,-->,19.504589,-0.860259,-5.883034 +0.2,0,0.6,0,-->,81.529465,-19.864651,-25.143866 +0.2,0,0.6,0.2,-->,64.597206,-15.097153,-19.785866 +0.2,0,0.6,0.4,-->,49.152306,-12.065637,-15.883026 +0.2,0,0.6,0.6,-->,37.690880,-8.774740,-12.042336 +0.2,0,0.6,0.8,-->,27.719053,-4.667176,-8.608142 +0.2,0,0.6,1,-->,19.504589,-0.860259,-5.883034 +0.2,0,0.8,0,-->,81.529465,-19.864651,-25.143866 +0.2,0,0.8,0.2,-->,64.597206,-15.097153,-19.785866 +0.2,0,0.8,0.4,-->,49.152306,-12.065637,-15.883026 +0.2,0,0.8,0.6,-->,37.690880,-8.774740,-12.042336 +0.2,0,0.8,0.8,-->,27.719053,-4.667176,-8.608142 +0.2,0,0.8,1,-->,19.504589,-0.860259,-5.883034 +0.2,0,1,0,-->,81.529465,-19.864651,-25.143866 +0.2,0,1,0.2,-->,64.597206,-15.097153,-19.785866 +0.2,0,1,0.4,-->,49.152306,-12.065637,-15.883026 +0.2,0,1,0.6,-->,37.690880,-8.774740,-12.042336 +0.2,0,1,0.8,-->,27.719053,-4.667176,-8.608142 +0.2,0,1,1,-->,19.504589,-0.860259,-5.883034 +0.2,0.2,0,0,-->,65.107574,6.317883,-27.088024 +0.2,0.2,0,0.2,-->,52.827232,3.999658,-21.267975 +0.2,0.2,0,0.4,-->,40.441013,3.263455,-17.017546 +0.2,0.2,0,0.6,-->,31.865629,2.586939,-12.822245 +0.2,0.2,0,0.8,-->,22.903177,3.089941,-9.256820 +0.2,0.2,0,1,-->,16.274799,3.142378,-6.120483 +0.2,0.2,0.2,0,-->,65.107574,6.317883,-27.088024 +0.2,0.2,0.2,0.2,-->,52.827232,3.999658,-21.267975 +0.2,0.2,0.2,0.4,-->,40.441013,3.263455,-17.017546 +0.2,0.2,0.2,0.6,-->,31.865629,2.586939,-12.822245 +0.2,0.2,0.2,0.8,-->,22.903177,3.089941,-9.256820 +0.2,0.2,0.2,1,-->,16.274799,3.142378,-6.120483 +0.2,0.2,0.4,0,-->,65.107574,6.317883,-27.088024 +0.2,0.2,0.4,0.2,-->,52.827232,3.999658,-21.267975 +0.2,0.2,0.4,0.4,-->,40.441013,3.263455,-17.017546 +0.2,0.2,0.4,0.6,-->,31.865629,2.586939,-12.822245 +0.2,0.2,0.4,0.8,-->,22.903177,3.089941,-9.256820 +0.2,0.2,0.4,1,-->,16.274799,3.142378,-6.120483 +0.2,0.2,0.6,0,-->,65.107574,6.317883,-27.088024 +0.2,0.2,0.6,0.2,-->,52.827232,3.999658,-21.267975 +0.2,0.2,0.6,0.4,-->,40.441013,3.263455,-17.017546 +0.2,0.2,0.6,0.6,-->,31.865629,2.586939,-12.822245 +0.2,0.2,0.6,0.8,-->,22.903177,3.089941,-9.256820 +0.2,0.2,0.6,1,-->,16.274799,3.142378,-6.120483 +0.2,0.2,0.8,0,-->,65.107574,6.317883,-27.088024 +0.2,0.2,0.8,0.2,-->,52.827232,3.999658,-21.267975 +0.2,0.2,0.8,0.4,-->,40.441013,3.263455,-17.017546 +0.2,0.2,0.8,0.6,-->,31.865629,2.586939,-12.822245 +0.2,0.2,0.8,0.8,-->,22.903177,3.089941,-9.256820 +0.2,0.2,0.8,1,-->,16.274799,3.142378,-6.120483 +0.2,0.2,1,0,-->,65.107574,6.317883,-27.088024 +0.2,0.2,1,0.2,-->,52.827232,3.999658,-21.267975 +0.2,0.2,1,0.4,-->,40.441013,3.263455,-17.017546 +0.2,0.2,1,0.6,-->,31.865629,2.586939,-12.822245 +0.2,0.2,1,0.8,-->,22.903177,3.089941,-9.256820 +0.2,0.2,1,1,-->,16.274799,3.142378,-6.120483 +0.2,0.4,0,0,-->,53.176319,26.826294,-28.027395 +0.2,0.4,0,0.2,-->,42.657913,21.506382,-22.200369 +0.2,0.4,0,0.4,-->,33.001682,16.271830,-17.666096 +0.2,0.4,0,0.6,-->,25.627119,12.858746,-13.391462 +0.2,0.4,0,0.8,-->,19.118052,10.301939,-9.442356 +0.2,0.4,0,1,-->,14.123604,7.949728,-5.994802 +0.2,0.4,0.2,0,-->,53.176319,26.826294,-28.027395 +0.2,0.4,0.2,0.2,-->,42.657913,21.506382,-22.200369 +0.2,0.4,0.2,0.4,-->,33.001682,16.271830,-17.666096 +0.2,0.4,0.2,0.6,-->,25.627119,12.858746,-13.391462 +0.2,0.4,0.2,0.8,-->,19.118052,10.301939,-9.442356 +0.2,0.4,0.2,1,-->,14.123604,7.949728,-5.994802 +0.2,0.4,0.4,0,-->,53.176319,26.826294,-28.027395 +0.2,0.4,0.4,0.2,-->,42.657913,21.506382,-22.200369 +0.2,0.4,0.4,0.4,-->,33.001682,16.271830,-17.666096 +0.2,0.4,0.4,0.6,-->,25.627119,12.858746,-13.391462 +0.2,0.4,0.4,0.8,-->,19.118052,10.301939,-9.442356 +0.2,0.4,0.4,1,-->,14.123604,7.949728,-5.994802 +0.2,0.4,0.6,0,-->,53.176319,26.826294,-28.027395 +0.2,0.4,0.6,0.2,-->,42.657913,21.506382,-22.200369 +0.2,0.4,0.6,0.4,-->,33.001682,16.271830,-17.666096 +0.2,0.4,0.6,0.6,-->,25.627119,12.858746,-13.391462 +0.2,0.4,0.6,0.8,-->,19.118052,10.301939,-9.442356 +0.2,0.4,0.6,1,-->,14.123604,7.949728,-5.994802 +0.2,0.4,0.8,0,-->,53.176319,26.826294,-28.027395 +0.2,0.4,0.8,0.2,-->,42.657913,21.506382,-22.200369 +0.2,0.4,0.8,0.4,-->,33.001682,16.271830,-17.666096 +0.2,0.4,0.8,0.6,-->,25.627119,12.858746,-13.391462 +0.2,0.4,0.8,0.8,-->,19.118052,10.301939,-9.442356 +0.2,0.4,0.8,1,-->,14.123604,7.949728,-5.994802 +0.2,0.4,1,0,-->,53.176319,26.826294,-28.027395 +0.2,0.4,1,0.2,-->,42.657913,21.506382,-22.200369 +0.2,0.4,1,0.4,-->,33.001682,16.271830,-17.666096 +0.2,0.4,1,0.6,-->,25.627119,12.858746,-13.391462 +0.2,0.4,1,0.8,-->,19.118052,10.301939,-9.442356 +0.2,0.4,1,1,-->,14.123604,7.949728,-5.994802 +0.2,0.6,0,0,-->,47.029831,39.534363,-28.405437 +0.2,0.6,0,0.2,-->,36.857136,33.233055,-22.790287 +0.2,0.6,0,0.4,-->,28.425211,25.223845,-18.186987 +0.2,0.6,0,0.6,-->,22.216970,19.578199,-13.731817 +0.2,0.6,0,0.8,-->,17.006424,15.179707,-9.399616 +0.2,0.6,0,1,-->,13.077620,11.407147,-5.604593 +0.2,0.6,0.2,0,-->,47.029831,39.534363,-28.405437 +0.2,0.6,0.2,0.2,-->,36.857136,33.233055,-22.790287 +0.2,0.6,0.2,0.4,-->,28.425211,25.223845,-18.186987 +0.2,0.6,0.2,0.6,-->,22.216970,19.578199,-13.731817 +0.2,0.6,0.2,0.8,-->,17.006424,15.179707,-9.399616 +0.2,0.6,0.2,1,-->,13.077620,11.407147,-5.604593 +0.2,0.6,0.4,0,-->,47.029831,39.534363,-28.405437 +0.2,0.6,0.4,0.2,-->,36.857136,33.233055,-22.790287 +0.2,0.6,0.4,0.4,-->,28.425211,25.223845,-18.186987 +0.2,0.6,0.4,0.6,-->,22.216970,19.578199,-13.731817 +0.2,0.6,0.4,0.8,-->,17.006424,15.179707,-9.399616 +0.2,0.6,0.4,1,-->,13.077620,11.407147,-5.604593 +0.2,0.6,0.6,0,-->,47.029831,39.534363,-28.405437 +0.2,0.6,0.6,0.2,-->,36.857136,33.233055,-22.790287 +0.2,0.6,0.6,0.4,-->,28.425211,25.223845,-18.186987 +0.2,0.6,0.6,0.6,-->,22.216970,19.578199,-13.731817 +0.2,0.6,0.6,0.8,-->,17.006424,15.179707,-9.399616 +0.2,0.6,0.6,1,-->,13.077620,11.407147,-5.604593 +0.2,0.6,0.8,0,-->,47.029831,39.534363,-28.405437 +0.2,0.6,0.8,0.2,-->,36.857136,33.233055,-22.790287 +0.2,0.6,0.8,0.4,-->,28.425211,25.223845,-18.186987 +0.2,0.6,0.8,0.6,-->,22.216970,19.578199,-13.731817 +0.2,0.6,0.8,0.8,-->,17.006424,15.179707,-9.399616 +0.2,0.6,0.8,1,-->,13.077620,11.407147,-5.604593 +0.2,0.6,1,0,-->,47.029831,39.534363,-28.405437 +0.2,0.6,1,0.2,-->,36.857136,33.233055,-22.790287 +0.2,0.6,1,0.4,-->,28.425211,25.223845,-18.186987 +0.2,0.6,1,0.6,-->,22.216970,19.578199,-13.731817 +0.2,0.6,1,0.8,-->,17.006424,15.179707,-9.399616 +0.2,0.6,1,1,-->,13.077620,11.407147,-5.604593 +0.2,0.8,0,0,-->,44.235947,45.665455,-28.527630 +0.2,0.8,0,0.2,-->,34.151394,39.010357,-23.028177 +0.2,0.8,0,0.4,-->,26.274940,29.630119,-18.412748 +0.2,0.8,0,0.6,-->,20.656738,22.897913,-13.845347 +0.2,0.8,0,0.8,-->,16.077860,17.584583,-9.288001 +0.2,0.8,0,1,-->,12.644087,13.105048,-5.337612 +0.2,0.8,0.2,0,-->,44.235947,45.665455,-28.527630 +0.2,0.8,0.2,0.2,-->,34.151394,39.010357,-23.028177 +0.2,0.8,0.2,0.4,-->,26.274940,29.630119,-18.412748 +0.2,0.8,0.2,0.6,-->,20.656738,22.897913,-13.845347 +0.2,0.8,0.2,0.8,-->,16.077860,17.584583,-9.288001 +0.2,0.8,0.2,1,-->,12.644087,13.105048,-5.337612 +0.2,0.8,0.4,0,-->,44.235947,45.665455,-28.527630 +0.2,0.8,0.4,0.2,-->,34.151394,39.010357,-23.028177 +0.2,0.8,0.4,0.4,-->,26.274940,29.630119,-18.412748 +0.2,0.8,0.4,0.6,-->,20.656738,22.897913,-13.845347 +0.2,0.8,0.4,0.8,-->,16.077860,17.584583,-9.288001 +0.2,0.8,0.4,1,-->,12.644087,13.105048,-5.337612 +0.2,0.8,0.6,0,-->,44.235947,45.665455,-28.527630 +0.2,0.8,0.6,0.2,-->,34.151394,39.010357,-23.028177 +0.2,0.8,0.6,0.4,-->,26.274940,29.630119,-18.412748 +0.2,0.8,0.6,0.6,-->,20.656738,22.897913,-13.845347 +0.2,0.8,0.6,0.8,-->,16.077860,17.584583,-9.288001 +0.2,0.8,0.6,1,-->,12.644087,13.105048,-5.337612 +0.2,0.8,0.8,0,-->,44.235947,45.665455,-28.527630 +0.2,0.8,0.8,0.2,-->,34.151394,39.010357,-23.028177 +0.2,0.8,0.8,0.4,-->,26.274940,29.630119,-18.412748 +0.2,0.8,0.8,0.6,-->,20.656738,22.897913,-13.845347 +0.2,0.8,0.8,0.8,-->,16.077860,17.584583,-9.288001 +0.2,0.8,0.8,1,-->,12.644087,13.105048,-5.337612 +0.2,0.8,1,0,-->,44.235947,45.665455,-28.527630 +0.2,0.8,1,0.2,-->,34.151394,39.010357,-23.028177 +0.2,0.8,1,0.4,-->,26.274940,29.630119,-18.412748 +0.2,0.8,1,0.6,-->,20.656738,22.897913,-13.845347 +0.2,0.8,1,0.8,-->,16.077860,17.584583,-9.288001 +0.2,0.8,1,1,-->,12.644087,13.105048,-5.337612 +0.2,1,0,0,-->,42.808250,48.779205,-28.609037 +0.2,1,0,0.2,-->,32.814236,41.888351,-23.144110 +0.2,1,0,0.4,-->,25.223276,31.807995,-18.521475 +0.2,1,0,0.6,-->,19.898087,24.540550,-13.892693 +0.2,1,0,0.8,-->,15.670193,18.745907,-9.185430 +0.2,1,0,1,-->,12.437163,13.938344,-5.196419 +0.2,1,0.2,0,-->,42.808250,48.779205,-28.609037 +0.2,1,0.2,0.2,-->,32.814236,41.888351,-23.144110 +0.2,1,0.2,0.4,-->,25.223276,31.807995,-18.521475 +0.2,1,0.2,0.6,-->,19.898087,24.540550,-13.892693 +0.2,1,0.2,0.8,-->,15.670193,18.745907,-9.185430 +0.2,1,0.2,1,-->,12.437163,13.938344,-5.196419 +0.2,1,0.4,0,-->,42.808250,48.779205,-28.609037 +0.2,1,0.4,0.2,-->,32.814236,41.888351,-23.144110 +0.2,1,0.4,0.4,-->,25.223276,31.807995,-18.521475 +0.2,1,0.4,0.6,-->,19.898087,24.540550,-13.892693 +0.2,1,0.4,0.8,-->,15.670193,18.745907,-9.185430 +0.2,1,0.4,1,-->,12.437163,13.938344,-5.196419 +0.2,1,0.6,0,-->,42.808250,48.779205,-28.609037 +0.2,1,0.6,0.2,-->,32.814236,41.888351,-23.144110 +0.2,1,0.6,0.4,-->,25.223276,31.807995,-18.521475 +0.2,1,0.6,0.6,-->,19.898087,24.540550,-13.892693 +0.2,1,0.6,0.8,-->,15.670193,18.745907,-9.185430 +0.2,1,0.6,1,-->,12.437163,13.938344,-5.196419 +0.2,1,0.8,0,-->,42.808250,48.779205,-28.609037 +0.2,1,0.8,0.2,-->,32.814236,41.888351,-23.144110 +0.2,1,0.8,0.4,-->,25.223276,31.807995,-18.521475 +0.2,1,0.8,0.6,-->,19.898087,24.540550,-13.892693 +0.2,1,0.8,0.8,-->,15.670193,18.745907,-9.185430 +0.2,1,0.8,1,-->,12.437163,13.938344,-5.196419 +0.2,1,1,0,-->,42.808250,48.779205,-28.609037 +0.2,1,1,0.2,-->,32.814236,41.888351,-23.144110 +0.2,1,1,0.4,-->,25.223276,31.807995,-18.521475 +0.2,1,1,0.6,-->,19.898087,24.540550,-13.892693 +0.2,1,1,0.8,-->,15.670193,18.745907,-9.185430 +0.2,1,1,1,-->,12.437163,13.938344,-5.196419 +0.4,0,0,0,-->,70.200462,-33.094414,-39.905483 +0.4,0,0,0.2,-->,55.973022,-25.998266,-31.308313 +0.4,0,0,0.4,-->,43.060326,-20.612579,-24.550301 +0.4,0,0,0.6,-->,33.327274,-15.612451,-18.930319 +0.4,0,0,0.8,-->,24.710466,-10.053508,-13.327024 +0.4,0,0,1,-->,17.830336,-5.095207,-8.730442 +0.4,0,0.2,0,-->,70.200462,-33.094414,-39.905483 +0.4,0,0.2,0.2,-->,55.973022,-25.998266,-31.308313 +0.4,0,0.2,0.4,-->,43.060326,-20.612579,-24.550301 +0.4,0,0.2,0.6,-->,33.327274,-15.612451,-18.930319 +0.4,0,0.2,0.8,-->,24.710466,-10.053508,-13.327024 +0.4,0,0.2,1,-->,17.830336,-5.095207,-8.730442 +0.4,0,0.4,0,-->,70.200462,-33.094414,-39.905483 +0.4,0,0.4,0.2,-->,55.973022,-25.998266,-31.308313 +0.4,0,0.4,0.4,-->,43.060326,-20.612579,-24.550301 +0.4,0,0.4,0.6,-->,33.327274,-15.612451,-18.930319 +0.4,0,0.4,0.8,-->,24.710466,-10.053508,-13.327024 +0.4,0,0.4,1,-->,17.830336,-5.095207,-8.730442 +0.4,0,0.6,0,-->,70.200462,-33.094414,-39.905483 +0.4,0,0.6,0.2,-->,55.973022,-25.998266,-31.308313 +0.4,0,0.6,0.4,-->,43.060326,-20.612579,-24.550301 +0.4,0,0.6,0.6,-->,33.327274,-15.612451,-18.930319 +0.4,0,0.6,0.8,-->,24.710466,-10.053508,-13.327024 +0.4,0,0.6,1,-->,17.830336,-5.095207,-8.730442 +0.4,0,0.8,0,-->,70.200462,-33.094414,-39.905483 +0.4,0,0.8,0.2,-->,55.973022,-25.998266,-31.308313 +0.4,0,0.8,0.4,-->,43.060326,-20.612579,-24.550301 +0.4,0,0.8,0.6,-->,33.327274,-15.612451,-18.930319 +0.4,0,0.8,0.8,-->,24.710466,-10.053508,-13.327024 +0.4,0,0.8,1,-->,17.830336,-5.095207,-8.730442 +0.4,0,1,0,-->,70.200462,-33.094414,-39.905483 +0.4,0,1,0.2,-->,55.973022,-25.998266,-31.308313 +0.4,0,1,0.4,-->,43.060326,-20.612579,-24.550301 +0.4,0,1,0.6,-->,33.327274,-15.612451,-18.930319 +0.4,0,1,0.8,-->,24.710466,-10.053508,-13.327024 +0.4,0,1,1,-->,17.830336,-5.095207,-8.730442 +0.4,0.2,0,0,-->,55.277359,-8.843600,-40.289635 +0.4,0.2,0,0.2,-->,45.013203,-7.414671,-31.562445 +0.4,0.2,0,0.4,-->,34.620773,-5.771822,-25.045284 +0.4,0.2,0,0.6,-->,26.830635,-3.865062,-19.140463 +0.4,0.2,0,0.8,-->,20.146149,-2.114480,-13.563775 +0.4,0.2,0,1,-->,14.844997,-0.944021,-8.855486 +0.4,0.2,0.2,0,-->,55.277359,-8.843600,-40.289635 +0.4,0.2,0.2,0.2,-->,45.013203,-7.414671,-31.562445 +0.4,0.2,0.2,0.4,-->,34.620773,-5.771822,-25.045284 +0.4,0.2,0.2,0.6,-->,26.830635,-3.865062,-19.140463 +0.4,0.2,0.2,0.8,-->,20.146149,-2.114480,-13.563775 +0.4,0.2,0.2,1,-->,14.844997,-0.944021,-8.855486 +0.4,0.2,0.4,0,-->,55.277359,-8.843600,-40.289635 +0.4,0.2,0.4,0.2,-->,45.013203,-7.414671,-31.562445 +0.4,0.2,0.4,0.4,-->,34.620773,-5.771822,-25.045284 +0.4,0.2,0.4,0.6,-->,26.830635,-3.865062,-19.140463 +0.4,0.2,0.4,0.8,-->,20.146149,-2.114480,-13.563775 +0.4,0.2,0.4,1,-->,14.844997,-0.944021,-8.855486 +0.4,0.2,0.6,0,-->,55.277359,-8.843600,-40.289635 +0.4,0.2,0.6,0.2,-->,45.013203,-7.414671,-31.562445 +0.4,0.2,0.6,0.4,-->,34.620773,-5.771822,-25.045284 +0.4,0.2,0.6,0.6,-->,26.830635,-3.865062,-19.140463 +0.4,0.2,0.6,0.8,-->,20.146149,-2.114480,-13.563775 +0.4,0.2,0.6,1,-->,14.844997,-0.944021,-8.855486 +0.4,0.2,0.8,0,-->,55.277359,-8.843600,-40.289635 +0.4,0.2,0.8,0.2,-->,45.013203,-7.414671,-31.562445 +0.4,0.2,0.8,0.4,-->,34.620773,-5.771822,-25.045284 +0.4,0.2,0.8,0.6,-->,26.830635,-3.865062,-19.140463 +0.4,0.2,0.8,0.8,-->,20.146149,-2.114480,-13.563775 +0.4,0.2,0.8,1,-->,14.844997,-0.944021,-8.855486 +0.4,0.2,1,0,-->,55.277359,-8.843600,-40.289635 +0.4,0.2,1,0.2,-->,45.013203,-7.414671,-31.562445 +0.4,0.2,1,0.4,-->,34.620773,-5.771822,-25.045284 +0.4,0.2,1,0.6,-->,26.830635,-3.865062,-19.140463 +0.4,0.2,1,0.8,-->,20.146149,-2.114480,-13.563775 +0.4,0.2,1,1,-->,14.844997,-0.944021,-8.855486 +0.4,0.4,0,0,-->,45.709846,9.337915,-40.363495 +0.4,0.4,0,0.2,-->,36.523216,8.167213,-31.899881 +0.4,0.4,0,0.4,-->,28.223938,6.609221,-25.221603 +0.4,0.4,0,0.6,-->,21.878191,5.485682,-19.371695 +0.4,0.4,0,0.8,-->,16.770931,4.644757,-13.620354 +0.4,0.4,0,1,-->,12.864341,3.792037,-8.724529 +0.4,0.4,0.2,0,-->,45.709846,9.337915,-40.363495 +0.4,0.4,0.2,0.2,-->,36.523216,8.167213,-31.899881 +0.4,0.4,0.2,0.4,-->,28.223938,6.609221,-25.221603 +0.4,0.4,0.2,0.6,-->,21.878191,5.485682,-19.371695 +0.4,0.4,0.2,0.8,-->,16.770931,4.644757,-13.620354 +0.4,0.4,0.2,1,-->,12.864341,3.792037,-8.724529 +0.4,0.4,0.4,0,-->,45.709846,9.337915,-40.363495 +0.4,0.4,0.4,0.2,-->,36.523216,8.167213,-31.899881 +0.4,0.4,0.4,0.4,-->,28.223938,6.609221,-25.221603 +0.4,0.4,0.4,0.6,-->,21.878191,5.485682,-19.371695 +0.4,0.4,0.4,0.8,-->,16.770931,4.644757,-13.620354 +0.4,0.4,0.4,1,-->,12.864341,3.792037,-8.724529 +0.4,0.4,0.6,0,-->,45.709846,9.337915,-40.363495 +0.4,0.4,0.6,0.2,-->,36.523216,8.167213,-31.899881 +0.4,0.4,0.6,0.4,-->,28.223938,6.609221,-25.221603 +0.4,0.4,0.6,0.6,-->,21.878191,5.485682,-19.371695 +0.4,0.4,0.6,0.8,-->,16.770931,4.644757,-13.620354 +0.4,0.4,0.6,1,-->,12.864341,3.792037,-8.724529 +0.4,0.4,0.8,0,-->,45.709846,9.337915,-40.363495 +0.4,0.4,0.8,0.2,-->,36.523216,8.167213,-31.899881 +0.4,0.4,0.8,0.4,-->,28.223938,6.609221,-25.221603 +0.4,0.4,0.8,0.6,-->,21.878191,5.485682,-19.371695 +0.4,0.4,0.8,0.8,-->,16.770931,4.644757,-13.620354 +0.4,0.4,0.8,1,-->,12.864341,3.792037,-8.724529 +0.4,0.4,1,0,-->,45.709846,9.337915,-40.363495 +0.4,0.4,1,0.2,-->,36.523216,8.167213,-31.899881 +0.4,0.4,1,0.4,-->,28.223938,6.609221,-25.221603 +0.4,0.4,1,0.6,-->,21.878191,5.485682,-19.371695 +0.4,0.4,1,0.8,-->,16.770931,4.644757,-13.620354 +0.4,0.4,1,1,-->,12.864341,3.792037,-8.724529 +0.4,0.6,0,0,-->,39.137287,22.691357,-41.050034 +0.4,0.6,0,0.2,-->,31.350275,19.028080,-32.638798 +0.4,0.6,0,0.4,-->,24.422281,14.526734,-25.671673 +0.4,0.6,0,0.6,-->,19.204054,11.397284,-19.555992 +0.4,0.6,0,0.8,-->,14.994842,9.095594,-13.515821 +0.4,0.6,0,1,-->,11.913596,7.341274,-8.323833 +0.4,0.6,0.2,0,-->,39.137287,22.691357,-41.050034 +0.4,0.6,0.2,0.2,-->,31.350275,19.028080,-32.638798 +0.4,0.6,0.2,0.4,-->,24.422281,14.526734,-25.671673 +0.4,0.6,0.2,0.6,-->,19.204054,11.397284,-19.555992 +0.4,0.6,0.2,0.8,-->,14.994842,9.095594,-13.515821 +0.4,0.6,0.2,1,-->,11.913596,7.341274,-8.323833 +0.4,0.6,0.4,0,-->,39.137287,22.691357,-41.050034 +0.4,0.6,0.4,0.2,-->,31.350275,19.028080,-32.638798 +0.4,0.6,0.4,0.4,-->,24.422281,14.526734,-25.671673 +0.4,0.6,0.4,0.6,-->,19.204054,11.397284,-19.555992 +0.4,0.6,0.4,0.8,-->,14.994842,9.095594,-13.515821 +0.4,0.6,0.4,1,-->,11.913596,7.341274,-8.323833 +0.4,0.6,0.6,0,-->,39.137287,22.691357,-41.050034 +0.4,0.6,0.6,0.2,-->,31.350275,19.028080,-32.638798 +0.4,0.6,0.6,0.4,-->,24.422281,14.526734,-25.671673 +0.4,0.6,0.6,0.6,-->,19.204054,11.397284,-19.555992 +0.4,0.6,0.6,0.8,-->,14.994842,9.095594,-13.515821 +0.4,0.6,0.6,1,-->,11.913596,7.341274,-8.323833 +0.4,0.6,0.8,0,-->,39.137287,22.691357,-41.050034 +0.4,0.6,0.8,0.2,-->,31.350275,19.028080,-32.638798 +0.4,0.6,0.8,0.4,-->,24.422281,14.526734,-25.671673 +0.4,0.6,0.8,0.6,-->,19.204054,11.397284,-19.555992 +0.4,0.6,0.8,0.8,-->,14.994842,9.095594,-13.515821 +0.4,0.6,0.8,1,-->,11.913596,7.341274,-8.323833 +0.4,0.6,1,0,-->,39.137287,22.691357,-41.050034 +0.4,0.6,1,0.2,-->,31.350275,19.028080,-32.638798 +0.4,0.6,1,0.4,-->,24.422281,14.526734,-25.671673 +0.4,0.6,1,0.6,-->,19.204054,11.397284,-19.555992 +0.4,0.6,1,0.8,-->,14.994842,9.095594,-13.515821 +0.4,0.6,1,1,-->,11.913596,7.341274,-8.323833 +0.4,0.8,0,0,-->,35.994156,29.311270,-41.381832 +0.4,0.8,0,0.2,-->,28.915628,24.401918,-33.008251 +0.4,0.8,0,0.4,-->,22.642635,18.416130,-25.873936 +0.4,0.8,0,0.6,-->,18.025190,14.264092,-19.625826 +0.4,0.8,0,0.8,-->,14.237587,11.310298,-13.375746 +0.4,0.8,0,1,-->,11.534225,9.100945,-8.053569 +0.4,0.8,0.2,0,-->,35.994156,29.311270,-41.381832 +0.4,0.8,0.2,0.2,-->,28.915628,24.401918,-33.008251 +0.4,0.8,0.2,0.4,-->,22.642635,18.416130,-25.873936 +0.4,0.8,0.2,0.6,-->,18.025190,14.264092,-19.625826 +0.4,0.8,0.2,0.8,-->,14.237587,11.310298,-13.375746 +0.4,0.8,0.2,1,-->,11.534225,9.100945,-8.053569 +0.4,0.8,0.4,0,-->,35.994156,29.311270,-41.381832 +0.4,0.8,0.4,0.2,-->,28.915628,24.401918,-33.008251 +0.4,0.8,0.4,0.4,-->,22.642635,18.416130,-25.873936 +0.4,0.8,0.4,0.6,-->,18.025190,14.264092,-19.625826 +0.4,0.8,0.4,0.8,-->,14.237587,11.310298,-13.375746 +0.4,0.8,0.4,1,-->,11.534225,9.100945,-8.053569 +0.4,0.8,0.6,0,-->,35.994156,29.311270,-41.381832 +0.4,0.8,0.6,0.2,-->,28.915628,24.401918,-33.008251 +0.4,0.8,0.6,0.4,-->,22.642635,18.416130,-25.873936 +0.4,0.8,0.6,0.6,-->,18.025190,14.264092,-19.625826 +0.4,0.8,0.6,0.8,-->,14.237587,11.310298,-13.375746 +0.4,0.8,0.6,1,-->,11.534225,9.100945,-8.053569 +0.4,0.8,0.8,0,-->,35.994156,29.311270,-41.381832 +0.4,0.8,0.8,0.2,-->,28.915628,24.401918,-33.008251 +0.4,0.8,0.8,0.4,-->,22.642635,18.416130,-25.873936 +0.4,0.8,0.8,0.6,-->,18.025190,14.264092,-19.625826 +0.4,0.8,0.8,0.8,-->,14.237587,11.310298,-13.375746 +0.4,0.8,0.8,1,-->,11.534225,9.100945,-8.053569 +0.4,0.8,1,0,-->,35.994156,29.311270,-41.381832 +0.4,0.8,1,0.2,-->,28.915628,24.401918,-33.008251 +0.4,0.8,1,0.4,-->,22.642635,18.416130,-25.873936 +0.4,0.8,1,0.6,-->,18.025190,14.264092,-19.625826 +0.4,0.8,1,0.8,-->,14.237587,11.310298,-13.375746 +0.4,0.8,1,1,-->,11.534225,9.100945,-8.053569 +0.4,1,0,0,-->,34.463303,32.575947,-41.543362 +0.4,1,0,0.2,-->,27.735645,27.045862,-33.206722 +0.4,1,0,0.4,-->,21.773073,20.347643,-25.973818 +0.4,1,0,0.6,-->,17.462986,15.681250,-19.655996 +0.4,1,0,0.8,-->,13.896324,12.418167,-13.263386 +0.4,1,0,1,-->,11.357890,9.967617,-7.907262 +0.4,1,0.2,0,-->,34.463303,32.575947,-41.543362 +0.4,1,0.2,0.2,-->,27.735645,27.045862,-33.206722 +0.4,1,0.2,0.4,-->,21.773073,20.347643,-25.973818 +0.4,1,0.2,0.6,-->,17.462986,15.681250,-19.655996 +0.4,1,0.2,0.8,-->,13.896324,12.418167,-13.263386 +0.4,1,0.2,1,-->,11.357890,9.967617,-7.907262 +0.4,1,0.4,0,-->,34.463303,32.575947,-41.543362 +0.4,1,0.4,0.2,-->,27.735645,27.045862,-33.206722 +0.4,1,0.4,0.4,-->,21.773073,20.347643,-25.973818 +0.4,1,0.4,0.6,-->,17.462986,15.681250,-19.655996 +0.4,1,0.4,0.8,-->,13.896324,12.418167,-13.263386 +0.4,1,0.4,1,-->,11.357890,9.967617,-7.907262 +0.4,1,0.6,0,-->,34.463303,32.575947,-41.543362 +0.4,1,0.6,0.2,-->,27.735645,27.045862,-33.206722 +0.4,1,0.6,0.4,-->,21.773073,20.347643,-25.973818 +0.4,1,0.6,0.6,-->,17.462986,15.681250,-19.655996 +0.4,1,0.6,0.8,-->,13.896324,12.418167,-13.263386 +0.4,1,0.6,1,-->,11.357890,9.967617,-7.907262 +0.4,1,0.8,0,-->,34.463303,32.575947,-41.543362 +0.4,1,0.8,0.2,-->,27.735645,27.045862,-33.206722 +0.4,1,0.8,0.4,-->,21.773073,20.347643,-25.973818 +0.4,1,0.8,0.6,-->,17.462986,15.681250,-19.655996 +0.4,1,0.8,0.8,-->,13.896324,12.418167,-13.263386 +0.4,1,0.8,1,-->,11.357890,9.967617,-7.907262 +0.4,1,1,0,-->,34.463303,32.575947,-41.543362 +0.4,1,1,0.2,-->,27.735645,27.045862,-33.206722 +0.4,1,1,0.4,-->,21.773073,20.347643,-25.973818 +0.4,1,1,0.6,-->,17.462986,15.681250,-19.655996 +0.4,1,1,0.8,-->,13.896324,12.418167,-13.263386 +0.4,1,1,1,-->,11.357890,9.967617,-7.907262 +0.6,0,0,0,-->,65.288254,-39.807446,-46.495983 +0.6,0,0,0.2,-->,52.026062,-31.963551,-36.769691 +0.6,0,0,0.4,-->,40.277611,-25.131184,-28.555597 +0.6,0,0,0.6,-->,31.585911,-19.391544,-22.290243 +0.6,0,0,0.8,-->,23.297119,-13.096552,-15.530382 +0.6,0,0,1,-->,17.014156,-7.896143,-10.082098 +0.6,0,0.2,0,-->,65.288254,-39.807446,-46.495983 +0.6,0,0.2,0.2,-->,52.026062,-31.963551,-36.769691 +0.6,0,0.2,0.4,-->,40.277611,-25.131184,-28.555597 +0.6,0,0.2,0.6,-->,31.585911,-19.391544,-22.290243 +0.6,0,0.2,0.8,-->,23.297119,-13.096552,-15.530382 +0.6,0,0.2,1,-->,17.014156,-7.896143,-10.082098 +0.6,0,0.4,0,-->,65.288254,-39.807446,-46.495983 +0.6,0,0.4,0.2,-->,52.026062,-31.963551,-36.769691 +0.6,0,0.4,0.4,-->,40.277611,-25.131184,-28.555597 +0.6,0,0.4,0.6,-->,31.585911,-19.391544,-22.290243 +0.6,0,0.4,0.8,-->,23.297119,-13.096552,-15.530382 +0.6,0,0.4,1,-->,17.014156,-7.896143,-10.082098 +0.6,0,0.6,0,-->,65.288254,-39.807446,-46.495983 +0.6,0,0.6,0.2,-->,52.026062,-31.963551,-36.769691 +0.6,0,0.6,0.4,-->,40.277611,-25.131184,-28.555597 +0.6,0,0.6,0.6,-->,31.585911,-19.391544,-22.290243 +0.6,0,0.6,0.8,-->,23.297119,-13.096552,-15.530382 +0.6,0,0.6,1,-->,17.014156,-7.896143,-10.082098 +0.6,0,0.8,0,-->,65.288254,-39.807446,-46.495983 +0.6,0,0.8,0.2,-->,52.026062,-31.963551,-36.769691 +0.6,0,0.8,0.4,-->,40.277611,-25.131184,-28.555597 +0.6,0,0.8,0.6,-->,31.585911,-19.391544,-22.290243 +0.6,0,0.8,0.8,-->,23.297119,-13.096552,-15.530382 +0.6,0,0.8,1,-->,17.014156,-7.896143,-10.082098 +0.6,0,1,0,-->,65.288254,-39.807446,-46.495983 +0.6,0,1,0.2,-->,52.026062,-31.963551,-36.769691 +0.6,0,1,0.4,-->,40.277611,-25.131184,-28.555597 +0.6,0,1,0.6,-->,31.585911,-19.391544,-22.290243 +0.6,0,1,0.8,-->,23.297119,-13.096552,-15.530382 +0.6,0,1,1,-->,17.014156,-7.896143,-10.082098 +0.6,0.2,0,0,-->,52.226616,-17.296816,-45.581329 +0.6,0.2,0,0.2,-->,41.527607,-13.714915,-36.467403 +0.6,0.2,0,0.4,-->,32.162769,-10.580928,-28.636236 +0.6,0.2,0,0.6,-->,24.967966,-7.794590,-21.988356 +0.6,0.2,0,0.8,-->,18.905872,-5.416914,-15.586171 +0.6,0.2,0,1,-->,14.147104,-3.709209,-10.167046 +0.6,0.2,0.2,0,-->,52.226616,-17.296816,-45.581329 +0.6,0.2,0.2,0.2,-->,41.527607,-13.714915,-36.467403 +0.6,0.2,0.2,0.4,-->,32.162769,-10.580928,-28.636236 +0.6,0.2,0.2,0.6,-->,24.967966,-7.794590,-21.988356 +0.6,0.2,0.2,0.8,-->,18.905872,-5.416914,-15.586171 +0.6,0.2,0.2,1,-->,14.147104,-3.709209,-10.167046 +0.6,0.2,0.4,0,-->,52.226616,-17.296816,-45.581329 +0.6,0.2,0.4,0.2,-->,41.527607,-13.714915,-36.467403 +0.6,0.2,0.4,0.4,-->,32.162769,-10.580928,-28.636236 +0.6,0.2,0.4,0.6,-->,24.967966,-7.794590,-21.988356 +0.6,0.2,0.4,0.8,-->,18.905872,-5.416914,-15.586171 +0.6,0.2,0.4,1,-->,14.147104,-3.709209,-10.167046 +0.6,0.2,0.6,0,-->,52.226616,-17.296816,-45.581329 +0.6,0.2,0.6,0.2,-->,41.527607,-13.714915,-36.467403 +0.6,0.2,0.6,0.4,-->,32.162769,-10.580928,-28.636236 +0.6,0.2,0.6,0.6,-->,24.967966,-7.794590,-21.988356 +0.6,0.2,0.6,0.8,-->,18.905872,-5.416914,-15.586171 +0.6,0.2,0.6,1,-->,14.147104,-3.709209,-10.167046 +0.6,0.2,0.8,0,-->,52.226616,-17.296816,-45.581329 +0.6,0.2,0.8,0.2,-->,41.527607,-13.714915,-36.467403 +0.6,0.2,0.8,0.4,-->,32.162769,-10.580928,-28.636236 +0.6,0.2,0.8,0.6,-->,24.967966,-7.794590,-21.988356 +0.6,0.2,0.8,0.8,-->,18.905872,-5.416914,-15.586171 +0.6,0.2,0.8,1,-->,14.147104,-3.709209,-10.167046 +0.6,0.2,1,0,-->,52.226616,-17.296816,-45.581329 +0.6,0.2,1,0.2,-->,41.527607,-13.714915,-36.467403 +0.6,0.2,1,0.4,-->,32.162769,-10.580928,-28.636236 +0.6,0.2,1,0.6,-->,24.967966,-7.794590,-21.988356 +0.6,0.2,1,0.8,-->,18.905872,-5.416914,-15.586171 +0.6,0.2,1,1,-->,14.147104,-3.709209,-10.167046 +0.6,0.4,0,0,-->,41.953461,0.617262,-46.053505 +0.6,0.4,0,0.2,-->,33.615105,1.154386,-36.435692 +0.6,0.4,0,0.4,-->,26.038340,1.404564,-28.539402 +0.6,0.4,0,0.6,-->,20.207449,1.775683,-21.949863 +0.6,0.4,0,0.8,-->,15.638884,1.706587,-15.477223 +0.6,0.4,0,1,-->,12.251529,1.133836,-10.016210 +0.6,0.4,0.2,0,-->,41.953461,0.617262,-46.053505 +0.6,0.4,0.2,0.2,-->,33.615105,1.154386,-36.435692 +0.6,0.4,0.2,0.4,-->,26.038340,1.404564,-28.539402 +0.6,0.4,0.2,0.6,-->,20.207449,1.775683,-21.949863 +0.6,0.4,0.2,0.8,-->,15.638884,1.706587,-15.477223 +0.6,0.4,0.2,1,-->,12.251529,1.133836,-10.016210 +0.6,0.4,0.4,0,-->,41.953461,0.617262,-46.053505 +0.6,0.4,0.4,0.2,-->,33.615105,1.154386,-36.435692 +0.6,0.4,0.4,0.4,-->,26.038340,1.404564,-28.539402 +0.6,0.4,0.4,0.6,-->,20.207449,1.775683,-21.949863 +0.6,0.4,0.4,0.8,-->,15.638884,1.706587,-15.477223 +0.6,0.4,0.4,1,-->,12.251529,1.133836,-10.016210 +0.6,0.4,0.6,0,-->,41.953461,0.617262,-46.053505 +0.6,0.4,0.6,0.2,-->,33.615105,1.154386,-36.435692 +0.6,0.4,0.6,0.4,-->,26.038340,1.404564,-28.539402 +0.6,0.4,0.6,0.6,-->,20.207449,1.775683,-21.949863 +0.6,0.4,0.6,0.8,-->,15.638884,1.706587,-15.477223 +0.6,0.4,0.6,1,-->,12.251529,1.133836,-10.016210 +0.6,0.4,0.8,0,-->,41.953461,0.617262,-46.053505 +0.6,0.4,0.8,0.2,-->,33.615105,1.154386,-36.435692 +0.6,0.4,0.8,0.4,-->,26.038340,1.404564,-28.539402 +0.6,0.4,0.8,0.6,-->,20.207449,1.775683,-21.949863 +0.6,0.4,0.8,0.8,-->,15.638884,1.706587,-15.477223 +0.6,0.4,0.8,1,-->,12.251529,1.133836,-10.016210 +0.6,0.4,1,0,-->,41.953461,0.617262,-46.053505 +0.6,0.4,1,0.2,-->,33.615105,1.154386,-36.435692 +0.6,0.4,1,0.4,-->,26.038340,1.404564,-28.539402 +0.6,0.4,1,0.6,-->,20.207449,1.775683,-21.949863 +0.6,0.4,1,0.8,-->,15.638884,1.706587,-15.477223 +0.6,0.4,1,1,-->,12.251529,1.133836,-10.016210 +0.6,0.6,0,0,-->,36.013115,13.090594,-46.620003 +0.6,0.6,0,0.2,-->,29.182322,10.913386,-37.337093 +0.6,0.6,0,0.4,-->,22.668617,8.859612,-29.022980 +0.6,0.6,0,0.6,-->,17.944202,7.407877,-22.178444 +0.6,0.6,0,0.8,-->,14.062717,6.022532,-15.245048 +0.6,0.6,0,1,-->,11.344979,4.696069,-9.625750 +0.6,0.6,0.2,0,-->,36.013115,13.090594,-46.620003 +0.6,0.6,0.2,0.2,-->,29.182322,10.913386,-37.337093 +0.6,0.6,0.2,0.4,-->,22.668617,8.859612,-29.022980 +0.6,0.6,0.2,0.6,-->,17.944202,7.407877,-22.178444 +0.6,0.6,0.2,0.8,-->,14.062717,6.022532,-15.245048 +0.6,0.6,0.2,1,-->,11.344979,4.696069,-9.625750 +0.6,0.6,0.4,0,-->,36.013115,13.090594,-46.620003 +0.6,0.6,0.4,0.2,-->,29.182322,10.913386,-37.337093 +0.6,0.6,0.4,0.4,-->,22.668617,8.859612,-29.022980 +0.6,0.6,0.4,0.6,-->,17.944202,7.407877,-22.178444 +0.6,0.6,0.4,0.8,-->,14.062717,6.022532,-15.245048 +0.6,0.6,0.4,1,-->,11.344979,4.696069,-9.625750 +0.6,0.6,0.6,0,-->,36.013115,13.090594,-46.620003 +0.6,0.6,0.6,0.2,-->,29.182322,10.913386,-37.337093 +0.6,0.6,0.6,0.4,-->,22.668617,8.859612,-29.022980 +0.6,0.6,0.6,0.6,-->,17.944202,7.407877,-22.178444 +0.6,0.6,0.6,0.8,-->,14.062717,6.022532,-15.245048 +0.6,0.6,0.6,1,-->,11.344979,4.696069,-9.625750 +0.6,0.6,0.8,0,-->,36.013115,13.090594,-46.620003 +0.6,0.6,0.8,0.2,-->,29.182322,10.913386,-37.337093 +0.6,0.6,0.8,0.4,-->,22.668617,8.859612,-29.022980 +0.6,0.6,0.8,0.6,-->,17.944202,7.407877,-22.178444 +0.6,0.6,0.8,0.8,-->,14.062717,6.022532,-15.245048 +0.6,0.6,0.8,1,-->,11.344979,4.696069,-9.625750 +0.6,0.6,1,0,-->,36.013115,13.090594,-46.620003 +0.6,0.6,1,0.2,-->,29.182322,10.913386,-37.337093 +0.6,0.6,1,0.4,-->,22.668617,8.859612,-29.022980 +0.6,0.6,1,0.6,-->,17.944202,7.407877,-22.178444 +0.6,0.6,1,0.8,-->,14.062717,6.022532,-15.245048 +0.6,0.6,1,1,-->,11.344979,4.696069,-9.625750 +0.6,0.8,0,0,-->,33.257931,19.226778,-46.874367 +0.6,0.8,0,0.2,-->,27.154648,15.666263,-37.810062 +0.6,0.8,0,0.4,-->,21.146519,12.465968,-29.279472 +0.6,0.8,0,0.6,-->,16.995499,10.130280,-22.293549 +0.6,0.8,0,0.8,-->,13.369207,8.071793,-15.107450 +0.6,0.8,0,1,-->,10.984637,6.450101,-9.348213 +0.6,0.8,0.2,0,-->,33.257931,19.226778,-46.874367 +0.6,0.8,0.2,0.2,-->,27.154648,15.666263,-37.810062 +0.6,0.8,0.2,0.4,-->,21.146519,12.465968,-29.279472 +0.6,0.8,0.2,0.6,-->,16.995499,10.130280,-22.293549 +0.6,0.8,0.2,0.8,-->,13.369207,8.071793,-15.107450 +0.6,0.8,0.2,1,-->,10.984637,6.450101,-9.348213 +0.6,0.8,0.4,0,-->,33.257931,19.226778,-46.874367 +0.6,0.8,0.4,0.2,-->,27.154648,15.666263,-37.810062 +0.6,0.8,0.4,0.4,-->,21.146519,12.465968,-29.279472 +0.6,0.8,0.4,0.6,-->,16.995499,10.130280,-22.293549 +0.6,0.8,0.4,0.8,-->,13.369207,8.071793,-15.107450 +0.6,0.8,0.4,1,-->,10.984637,6.450101,-9.348213 +0.6,0.8,0.6,0,-->,33.257931,19.226778,-46.874367 +0.6,0.8,0.6,0.2,-->,27.154648,15.666263,-37.810062 +0.6,0.8,0.6,0.4,-->,21.146519,12.465968,-29.279472 +0.6,0.8,0.6,0.6,-->,16.995499,10.130280,-22.293549 +0.6,0.8,0.6,0.8,-->,13.369207,8.071793,-15.107450 +0.6,0.8,0.6,1,-->,10.984637,6.450101,-9.348213 +0.6,0.8,0.8,0,-->,33.257931,19.226778,-46.874367 +0.6,0.8,0.8,0.2,-->,27.154648,15.666263,-37.810062 +0.6,0.8,0.8,0.4,-->,21.146519,12.465968,-29.279472 +0.6,0.8,0.8,0.6,-->,16.995499,10.130280,-22.293549 +0.6,0.8,0.8,0.8,-->,13.369207,8.071793,-15.107450 +0.6,0.8,0.8,1,-->,10.984637,6.450101,-9.348213 +0.6,0.8,1,0,-->,33.257931,19.226778,-46.874367 +0.6,0.8,1,0.2,-->,27.154648,15.666263,-37.810062 +0.6,0.8,1,0.4,-->,21.146519,12.465968,-29.279472 +0.6,0.8,1,0.6,-->,16.995499,10.130280,-22.293549 +0.6,0.8,1,0.8,-->,13.369207,8.071793,-15.107450 +0.6,0.8,1,1,-->,10.984637,6.450101,-9.348213 +0.6,1,0,0,-->,31.905556,22.274565,-46.996037 +0.6,1,0,0.2,-->,26.164734,18.022638,-38.044796 +0.6,1,0,0.4,-->,20.405159,14.251933,-29.406136 +0.6,1,0,0.6,-->,16.550238,11.484086,-22.357697 +0.6,1,0,0.8,-->,13.039167,9.095489,-15.027517 +0.6,1,0,1,-->,10.826770,7.313886,-9.196084 +0.6,1,0.2,0,-->,31.905556,22.274565,-46.996037 +0.6,1,0.2,0.2,-->,26.164734,18.022638,-38.044796 +0.6,1,0.2,0.4,-->,20.405159,14.251933,-29.406136 +0.6,1,0.2,0.6,-->,16.550238,11.484086,-22.357697 +0.6,1,0.2,0.8,-->,13.039167,9.095489,-15.027517 +0.6,1,0.2,1,-->,10.826770,7.313886,-9.196084 +0.6,1,0.4,0,-->,31.905556,22.274565,-46.996037 +0.6,1,0.4,0.2,-->,26.164734,18.022638,-38.044796 +0.6,1,0.4,0.4,-->,20.405159,14.251933,-29.406136 +0.6,1,0.4,0.6,-->,16.550238,11.484086,-22.357697 +0.6,1,0.4,0.8,-->,13.039167,9.095489,-15.027517 +0.6,1,0.4,1,-->,10.826770,7.313886,-9.196084 +0.6,1,0.6,0,-->,31.905556,22.274565,-46.996037 +0.6,1,0.6,0.2,-->,26.164734,18.022638,-38.044796 +0.6,1,0.6,0.4,-->,20.405159,14.251933,-29.406136 +0.6,1,0.6,0.6,-->,16.550238,11.484086,-22.357697 +0.6,1,0.6,0.8,-->,13.039167,9.095489,-15.027517 +0.6,1,0.6,1,-->,10.826770,7.313886,-9.196084 +0.6,1,0.8,0,-->,31.905556,22.274565,-46.996037 +0.6,1,0.8,0.2,-->,26.164734,18.022638,-38.044796 +0.6,1,0.8,0.4,-->,20.405159,14.251933,-29.406136 +0.6,1,0.8,0.6,-->,16.550238,11.484086,-22.357697 +0.6,1,0.8,0.8,-->,13.039167,9.095489,-15.027517 +0.6,1,0.8,1,-->,10.826770,7.313886,-9.196084 +0.6,1,1,0,-->,31.905556,22.274565,-46.996037 +0.6,1,1,0.2,-->,26.164734,18.022638,-38.044796 +0.6,1,1,0.4,-->,20.405159,14.251933,-29.406136 +0.6,1,1,0.6,-->,16.550238,11.484086,-22.357697 +0.6,1,1,0.8,-->,13.039167,9.095489,-15.027517 +0.6,1,1,1,-->,10.826770,7.313886,-9.196084 +0.8,0,0,0,-->,64.077576,-41.428188,-48.090416 +0.8,0,0,0.2,-->,51.052620,-33.457928,-38.129692 +0.8,0,0,0.4,-->,39.596069,-26.266380,-29.554518 +0.8,0,0,0.6,-->,31.188696,-20.359301,-23.147879 +0.8,0,0,0.8,-->,22.942583,-13.864689,-16.085001 +0.8,0,0,1,-->,16.806429,-8.615430,-10.418037 +0.8,0,0.2,0,-->,64.077576,-41.428188,-48.090416 +0.8,0,0.2,0.2,-->,51.052620,-33.457928,-38.129692 +0.8,0,0.2,0.4,-->,39.596069,-26.266380,-29.554518 +0.8,0,0.2,0.6,-->,31.188696,-20.359301,-23.147879 +0.8,0,0.2,0.8,-->,22.942583,-13.864689,-16.085001 +0.8,0,0.2,1,-->,16.806429,-8.615430,-10.418037 +0.8,0,0.4,0,-->,64.077576,-41.428188,-48.090416 +0.8,0,0.4,0.2,-->,51.052620,-33.457928,-38.129692 +0.8,0,0.4,0.4,-->,39.596069,-26.266380,-29.554518 +0.8,0,0.4,0.6,-->,31.188696,-20.359301,-23.147879 +0.8,0,0.4,0.8,-->,22.942583,-13.864689,-16.085001 +0.8,0,0.4,1,-->,16.806429,-8.615430,-10.418037 +0.8,0,0.6,0,-->,64.077576,-41.428188,-48.090416 +0.8,0,0.6,0.2,-->,51.052620,-33.457928,-38.129692 +0.8,0,0.6,0.4,-->,39.596069,-26.266380,-29.554518 +0.8,0,0.6,0.6,-->,31.188696,-20.359301,-23.147879 +0.8,0,0.6,0.8,-->,22.942583,-13.864689,-16.085001 +0.8,0,0.6,1,-->,16.806429,-8.615430,-10.418037 +0.8,0,0.8,0,-->,64.077576,-41.428188,-48.090416 +0.8,0,0.8,0.2,-->,51.052620,-33.457928,-38.129692 +0.8,0,0.8,0.4,-->,39.596069,-26.266380,-29.554518 +0.8,0,0.8,0.6,-->,31.188696,-20.359301,-23.147879 +0.8,0,0.8,0.8,-->,22.942583,-13.864689,-16.085001 +0.8,0,0.8,1,-->,16.806429,-8.615430,-10.418037 +0.8,0,1,0,-->,64.077576,-41.428188,-48.090416 +0.8,0,1,0.2,-->,51.052620,-33.457928,-38.129692 +0.8,0,1,0.4,-->,39.596069,-26.266380,-29.554518 +0.8,0,1,0.6,-->,31.188696,-20.359301,-23.147879 +0.8,0,1,0.8,-->,22.942583,-13.864689,-16.085001 +0.8,0,1,1,-->,16.806429,-8.615430,-10.418037 +0.8,0.2,0,0,-->,51.547985,-19.414967,-46.820770 +0.8,0.2,0,0.2,-->,40.676304,-15.287758,-37.665123 +0.8,0.2,0,0.4,-->,31.561438,-11.790091,-29.527836 +0.8,0.2,0,0.6,-->,24.501728,-8.771860,-22.700399 +0.8,0.2,0,0.8,-->,18.601345,-6.300381,-16.078587 +0.8,0.2,0,1,-->,13.968156,-4.437706,-10.494702 +0.8,0.2,0.2,0,-->,51.547985,-19.414967,-46.820770 +0.8,0.2,0.2,0.2,-->,40.676304,-15.287758,-37.665123 +0.8,0.2,0.2,0.4,-->,31.561438,-11.790091,-29.527836 +0.8,0.2,0.2,0.6,-->,24.501728,-8.771860,-22.700399 +0.8,0.2,0.2,0.8,-->,18.601345,-6.300381,-16.078587 +0.8,0.2,0.2,1,-->,13.968156,-4.437706,-10.494702 +0.8,0.2,0.4,0,-->,51.547985,-19.414967,-46.820770 +0.8,0.2,0.4,0.2,-->,40.676304,-15.287758,-37.665123 +0.8,0.2,0.4,0.4,-->,31.561438,-11.790091,-29.527836 +0.8,0.2,0.4,0.6,-->,24.501728,-8.771860,-22.700399 +0.8,0.2,0.4,0.8,-->,18.601345,-6.300381,-16.078587 +0.8,0.2,0.4,1,-->,13.968156,-4.437706,-10.494702 +0.8,0.2,0.6,0,-->,51.547985,-19.414967,-46.820770 +0.8,0.2,0.6,0.2,-->,40.676304,-15.287758,-37.665123 +0.8,0.2,0.6,0.4,-->,31.561438,-11.790091,-29.527836 +0.8,0.2,0.6,0.6,-->,24.501728,-8.771860,-22.700399 +0.8,0.2,0.6,0.8,-->,18.601345,-6.300381,-16.078587 +0.8,0.2,0.6,1,-->,13.968156,-4.437706,-10.494702 +0.8,0.2,0.8,0,-->,51.547985,-19.414967,-46.820770 +0.8,0.2,0.8,0.2,-->,40.676304,-15.287758,-37.665123 +0.8,0.2,0.8,0.4,-->,31.561438,-11.790091,-29.527836 +0.8,0.2,0.8,0.6,-->,24.501728,-8.771860,-22.700399 +0.8,0.2,0.8,0.8,-->,18.601345,-6.300381,-16.078587 +0.8,0.2,0.8,1,-->,13.968156,-4.437706,-10.494702 +0.8,0.2,1,0,-->,51.547985,-19.414967,-46.820770 +0.8,0.2,1,0.2,-->,40.676304,-15.287758,-37.665123 +0.8,0.2,1,0.4,-->,31.561438,-11.790091,-29.527836 +0.8,0.2,1,0.6,-->,24.501728,-8.771860,-22.700399 +0.8,0.2,1,0.8,-->,18.601345,-6.300381,-16.078587 +0.8,0.2,1,1,-->,13.968156,-4.437706,-10.494702 +0.8,0.4,0,0,-->,41.033936,-1.556640,-47.434891 +0.8,0.4,0,0.2,-->,32.897480,-0.596135,-37.540604 +0.8,0.4,0,0.4,-->,25.498766,0.098042,-29.358601 +0.8,0.4,0,0.6,-->,19.789787,0.859734,-22.583458 +0.8,0.4,0,0.8,-->,15.370913,0.886956,-15.945594 +0.8,0.4,0,1,-->,12.100295,0.450466,-10.334564 +0.8,0.4,0.2,0,-->,41.033936,-1.556640,-47.434891 +0.8,0.4,0.2,0.2,-->,32.897480,-0.596135,-37.540604 +0.8,0.4,0.2,0.4,-->,25.498766,0.098042,-29.358601 +0.8,0.4,0.2,0.6,-->,19.789787,0.859734,-22.583458 +0.8,0.4,0.2,0.8,-->,15.370913,0.886956,-15.945594 +0.8,0.4,0.2,1,-->,12.100295,0.450466,-10.334564 +0.8,0.4,0.4,0,-->,41.033936,-1.556640,-47.434891 +0.8,0.4,0.4,0.2,-->,32.897480,-0.596135,-37.540604 +0.8,0.4,0.4,0.4,-->,25.498766,0.098042,-29.358601 +0.8,0.4,0.4,0.6,-->,19.789787,0.859734,-22.583458 +0.8,0.4,0.4,0.8,-->,15.370913,0.886956,-15.945594 +0.8,0.4,0.4,1,-->,12.100295,0.450466,-10.334564 +0.8,0.4,0.6,0,-->,41.033936,-1.556640,-47.434891 +0.8,0.4,0.6,0.2,-->,32.897480,-0.596135,-37.540604 +0.8,0.4,0.6,0.4,-->,25.498766,0.098042,-29.358601 +0.8,0.4,0.6,0.6,-->,19.789787,0.859734,-22.583458 +0.8,0.4,0.6,0.8,-->,15.370913,0.886956,-15.945594 +0.8,0.4,0.6,1,-->,12.100295,0.450466,-10.334564 +0.8,0.4,0.8,0,-->,41.033936,-1.556640,-47.434891 +0.8,0.4,0.8,0.2,-->,32.897480,-0.596135,-37.540604 +0.8,0.4,0.8,0.4,-->,25.498766,0.098042,-29.358601 +0.8,0.4,0.8,0.6,-->,19.789787,0.859734,-22.583458 +0.8,0.4,0.8,0.8,-->,15.370913,0.886956,-15.945594 +0.8,0.4,0.8,1,-->,12.100295,0.450466,-10.334564 +0.8,0.4,1,0,-->,41.033936,-1.556640,-47.434891 +0.8,0.4,1,0.2,-->,32.897480,-0.596135,-37.540604 +0.8,0.4,1,0.4,-->,25.498766,0.098042,-29.358601 +0.8,0.4,1,0.6,-->,19.789787,0.859734,-22.583458 +0.8,0.4,1,0.8,-->,15.370913,0.886956,-15.945594 +0.8,0.4,1,1,-->,12.100295,0.450466,-10.334564 +0.8,0.6,0,0,-->,35.255920,10.682374,-47.979828 +0.8,0.6,0,0.2,-->,28.667381,8.854779,-38.501816 +0.8,0.6,0,0.4,-->,22.245655,7.429080,-29.858578 +0.8,0.6,0,0.6,-->,17.641762,6.415370,-22.828764 +0.8,0.6,0,0.8,-->,13.823485,5.235944,-15.686508 +0.8,0.6,0,1,-->,11.199741,4.011909,-9.949827 +0.8,0.6,0.2,0,-->,35.255920,10.682374,-47.979828 +0.8,0.6,0.2,0.2,-->,28.667381,8.854779,-38.501816 +0.8,0.6,0.2,0.4,-->,22.245655,7.429080,-29.858578 +0.8,0.6,0.2,0.6,-->,17.641762,6.415370,-22.828764 +0.8,0.6,0.2,0.8,-->,13.823485,5.235944,-15.686508 +0.8,0.6,0.2,1,-->,11.199741,4.011909,-9.949827 +0.8,0.6,0.4,0,-->,35.255920,10.682374,-47.979828 +0.8,0.6,0.4,0.2,-->,28.667381,8.854779,-38.501816 +0.8,0.6,0.4,0.4,-->,22.245655,7.429080,-29.858578 +0.8,0.6,0.4,0.6,-->,17.641762,6.415370,-22.828764 +0.8,0.6,0.4,0.8,-->,13.823485,5.235944,-15.686508 +0.8,0.6,0.4,1,-->,11.199741,4.011909,-9.949827 +0.8,0.6,0.6,0,-->,35.255920,10.682374,-47.979828 +0.8,0.6,0.6,0.2,-->,28.667381,8.854779,-38.501816 +0.8,0.6,0.6,0.4,-->,22.245655,7.429080,-29.858578 +0.8,0.6,0.6,0.6,-->,17.641762,6.415370,-22.828764 +0.8,0.6,0.6,0.8,-->,13.823485,5.235944,-15.686508 +0.8,0.6,0.6,1,-->,11.199741,4.011909,-9.949827 +0.8,0.6,0.8,0,-->,35.255920,10.682374,-47.979828 +0.8,0.6,0.8,0.2,-->,28.667381,8.854779,-38.501816 +0.8,0.6,0.8,0.4,-->,22.245655,7.429080,-29.858578 +0.8,0.6,0.8,0.6,-->,17.641762,6.415370,-22.828764 +0.8,0.6,0.8,0.8,-->,13.823485,5.235944,-15.686508 +0.8,0.6,0.8,1,-->,11.199741,4.011909,-9.949827 +0.8,0.6,1,0,-->,35.255920,10.682374,-47.979828 +0.8,0.6,1,0.2,-->,28.667381,8.854779,-38.501816 +0.8,0.6,1,0.4,-->,22.245655,7.429080,-29.858578 +0.8,0.6,1,0.6,-->,17.641762,6.415370,-22.828764 +0.8,0.6,1,0.8,-->,13.823485,5.235944,-15.686508 +0.8,0.6,1,1,-->,11.199741,4.011909,-9.949827 +0.8,0.8,0,0,-->,32.603573,16.690886,-48.212719 +0.8,0.8,0,0.2,-->,26.757124,13.427286,-39.009853 +0.8,0.8,0,0.4,-->,20.787495,10.972025,-30.121408 +0.8,0.8,0,0.6,-->,16.764212,9.103316,-22.965488 +0.8,0.8,0,0.8,-->,13.148114,7.255323,-15.540391 +0.8,0.8,0,1,-->,10.851143,5.767566,-9.668041 +0.8,0.8,0.2,0,-->,32.603573,16.690886,-48.212719 +0.8,0.8,0.2,0.2,-->,26.757124,13.427286,-39.009853 +0.8,0.8,0.2,0.4,-->,20.787495,10.972025,-30.121408 +0.8,0.8,0.2,0.6,-->,16.764212,9.103316,-22.965488 +0.8,0.8,0.2,0.8,-->,13.148114,7.255323,-15.540391 +0.8,0.8,0.2,1,-->,10.851143,5.767566,-9.668041 +0.8,0.8,0.4,0,-->,32.603573,16.690886,-48.212719 +0.8,0.8,0.4,0.2,-->,26.757124,13.427286,-39.009853 +0.8,0.8,0.4,0.4,-->,20.787495,10.972025,-30.121408 +0.8,0.8,0.4,0.6,-->,16.764212,9.103316,-22.965488 +0.8,0.8,0.4,0.8,-->,13.148114,7.255323,-15.540391 +0.8,0.8,0.4,1,-->,10.851143,5.767566,-9.668041 +0.8,0.8,0.6,0,-->,32.603573,16.690886,-48.212719 +0.8,0.8,0.6,0.2,-->,26.757124,13.427286,-39.009853 +0.8,0.8,0.6,0.4,-->,20.787495,10.972025,-30.121408 +0.8,0.8,0.6,0.6,-->,16.764212,9.103316,-22.965488 +0.8,0.8,0.6,0.8,-->,13.148114,7.255323,-15.540391 +0.8,0.8,0.6,1,-->,10.851143,5.767566,-9.668041 +0.8,0.8,0.8,0,-->,32.603573,16.690886,-48.212719 +0.8,0.8,0.8,0.2,-->,26.757124,13.427286,-39.009853 +0.8,0.8,0.8,0.4,-->,20.787495,10.972025,-30.121408 +0.8,0.8,0.8,0.6,-->,16.764212,9.103316,-22.965488 +0.8,0.8,0.8,0.8,-->,13.148114,7.255323,-15.540391 +0.8,0.8,0.8,1,-->,10.851143,5.767566,-9.668041 +0.8,0.8,1,0,-->,32.603573,16.690886,-48.212719 +0.8,0.8,1,0.2,-->,26.757124,13.427286,-39.009853 +0.8,0.8,1,0.4,-->,20.787495,10.972025,-30.121408 +0.8,0.8,1,0.6,-->,16.764212,9.103316,-22.965488 +0.8,0.8,1,0.8,-->,13.148114,7.255323,-15.540391 +0.8,0.8,1,1,-->,10.851143,5.767566,-9.668041 +0.8,1,0,0,-->,31.304890,19.676477,-48.321438 +0.8,1,0,0.2,-->,25.828222,15.690308,-39.265072 +0.8,1,0,0.4,-->,20.077068,12.726254,-30.242044 +0.8,1,0,0.6,-->,16.358080,10.442364,-23.046083 +0.8,1,0,0.8,-->,12.828210,8.257482,-15.456780 +0.8,1,0,1,-->,10.694139,6.631229,-9.511597 +0.8,1,0.2,0,-->,31.304890,19.676477,-48.321438 +0.8,1,0.2,0.2,-->,25.828222,15.690308,-39.265072 +0.8,1,0.2,0.4,-->,20.077068,12.726254,-30.242044 +0.8,1,0.2,0.6,-->,16.358080,10.442364,-23.046083 +0.8,1,0.2,0.8,-->,12.828210,8.257482,-15.456780 +0.8,1,0.2,1,-->,10.694139,6.631229,-9.511597 +0.8,1,0.4,0,-->,31.304890,19.676477,-48.321438 +0.8,1,0.4,0.2,-->,25.828222,15.690308,-39.265072 +0.8,1,0.4,0.4,-->,20.077068,12.726254,-30.242044 +0.8,1,0.4,0.6,-->,16.358080,10.442364,-23.046083 +0.8,1,0.4,0.8,-->,12.828210,8.257482,-15.456780 +0.8,1,0.4,1,-->,10.694139,6.631229,-9.511597 +0.8,1,0.6,0,-->,31.304890,19.676477,-48.321438 +0.8,1,0.6,0.2,-->,25.828222,15.690308,-39.265072 +0.8,1,0.6,0.4,-->,20.077068,12.726254,-30.242044 +0.8,1,0.6,0.6,-->,16.358080,10.442364,-23.046083 +0.8,1,0.6,0.8,-->,12.828210,8.257482,-15.456780 +0.8,1,0.6,1,-->,10.694139,6.631229,-9.511597 +0.8,1,0.8,0,-->,31.304890,19.676477,-48.321438 +0.8,1,0.8,0.2,-->,25.828222,15.690308,-39.265072 +0.8,1,0.8,0.4,-->,20.077068,12.726254,-30.242044 +0.8,1,0.8,0.6,-->,16.358080,10.442364,-23.046083 +0.8,1,0.8,0.8,-->,12.828210,8.257482,-15.456780 +0.8,1,0.8,1,-->,10.694139,6.631229,-9.511597 +0.8,1,1,0,-->,31.304890,19.676477,-48.321438 +0.8,1,1,0.2,-->,25.828222,15.690308,-39.265072 +0.8,1,1,0.4,-->,20.077068,12.726254,-30.242044 +0.8,1,1,0.6,-->,16.358080,10.442364,-23.046083 +0.8,1,1,0.8,-->,12.828210,8.257482,-15.456780 +0.8,1,1,1,-->,10.694139,6.631229,-9.511597 +1,0,0,0,-->,64.073647,-41.433479,-48.095570 +1,0,0,0.2,-->,51.049469,-33.462807,-38.134102 +1,0,0,0.4,-->,39.593864,-26.270050,-29.557785 +1,0,0,0.6,-->,31.187416,-20.362408,-23.150654 +1,0,0,0.8,-->,22.941425,-13.867158,-16.086794 +1,0,0,1,-->,16.805756,-8.617778,-10.419125 +1,0,0.2,0,-->,64.073647,-41.433479,-48.095570 +1,0,0.2,0.2,-->,51.049469,-33.462807,-38.134102 +1,0,0.2,0.4,-->,39.593864,-26.270050,-29.557785 +1,0,0.2,0.6,-->,31.187416,-20.362408,-23.150654 +1,0,0.2,0.8,-->,22.941425,-13.867158,-16.086794 +1,0,0.2,1,-->,16.805756,-8.617778,-10.419125 +1,0,0.4,0,-->,64.073647,-41.433479,-48.095570 +1,0,0.4,0.2,-->,51.049469,-33.462807,-38.134102 +1,0,0.4,0.4,-->,39.593864,-26.270050,-29.557785 +1,0,0.4,0.6,-->,31.187416,-20.362408,-23.150654 +1,0,0.4,0.8,-->,22.941425,-13.867158,-16.086794 +1,0,0.4,1,-->,16.805756,-8.617778,-10.419125 +1,0,0.6,0,-->,64.073647,-41.433479,-48.095570 +1,0,0.6,0.2,-->,51.049469,-33.462807,-38.134102 +1,0,0.6,0.4,-->,39.593864,-26.270050,-29.557785 +1,0,0.6,0.6,-->,31.187416,-20.362408,-23.150654 +1,0,0.6,0.8,-->,22.941425,-13.867158,-16.086794 +1,0,0.6,1,-->,16.805756,-8.617778,-10.419125 +1,0,0.8,0,-->,64.073647,-41.433479,-48.095570 +1,0,0.8,0.2,-->,51.049469,-33.462807,-38.134102 +1,0,0.8,0.4,-->,39.593864,-26.270050,-29.557785 +1,0,0.8,0.6,-->,31.187416,-20.362408,-23.150654 +1,0,0.8,0.8,-->,22.941425,-13.867158,-16.086794 +1,0,0.8,1,-->,16.805756,-8.617778,-10.419125 +1,0,1,0,-->,64.073647,-41.433479,-48.095570 +1,0,1,0.2,-->,51.049469,-33.462807,-38.134102 +1,0,1,0.4,-->,39.593864,-26.270050,-29.557785 +1,0,1,0.6,-->,31.187416,-20.362408,-23.150654 +1,0,1,0.8,-->,22.941425,-13.867158,-16.086794 +1,0,1,1,-->,16.805756,-8.617778,-10.419125 +1,0.2,0,0,-->,51.545792,-19.421890,-46.824787 +1,0.2,0,0.2,-->,40.673550,-15.292888,-37.669029 +1,0.2,0,0.4,-->,31.559473,-11.794004,-29.530739 +1,0.2,0,0.6,-->,24.500202,-8.775037,-22.702711 +1,0.2,0,0.8,-->,18.600359,-6.303246,-16.080168 +1,0.2,0,1,-->,13.967573,-4.440069,-10.495774 +1,0.2,0.2,0,-->,51.545792,-19.421890,-46.824787 +1,0.2,0.2,0.2,-->,40.673550,-15.292888,-37.669029 +1,0.2,0.2,0.4,-->,31.559473,-11.794004,-29.530739 +1,0.2,0.2,0.6,-->,24.500202,-8.775037,-22.702711 +1,0.2,0.2,0.8,-->,18.600359,-6.303246,-16.080168 +1,0.2,0.2,1,-->,13.967573,-4.440069,-10.495774 +1,0.2,0.4,0,-->,51.545792,-19.421890,-46.824787 +1,0.2,0.4,0.2,-->,40.673550,-15.292888,-37.669029 +1,0.2,0.4,0.4,-->,31.559473,-11.794004,-29.530739 +1,0.2,0.4,0.6,-->,24.500202,-8.775037,-22.702711 +1,0.2,0.4,0.8,-->,18.600359,-6.303246,-16.080168 +1,0.2,0.4,1,-->,13.967573,-4.440069,-10.495774 +1,0.2,0.6,0,-->,51.545792,-19.421890,-46.824787 +1,0.2,0.6,0.2,-->,40.673550,-15.292888,-37.669029 +1,0.2,0.6,0.4,-->,31.559473,-11.794004,-29.530739 +1,0.2,0.6,0.6,-->,24.500202,-8.775037,-22.702711 +1,0.2,0.6,0.8,-->,18.600359,-6.303246,-16.080168 +1,0.2,0.6,1,-->,13.967573,-4.440069,-10.495774 +1,0.2,0.8,0,-->,51.545792,-19.421890,-46.824787 +1,0.2,0.8,0.2,-->,40.673550,-15.292888,-37.669029 +1,0.2,0.8,0.4,-->,31.559473,-11.794004,-29.530739 +1,0.2,0.8,0.6,-->,24.500202,-8.775037,-22.702711 +1,0.2,0.8,0.8,-->,18.600359,-6.303246,-16.080168 +1,0.2,0.8,1,-->,13.967573,-4.440069,-10.495774 +1,0.2,1,0,-->,51.545792,-19.421890,-46.824787 +1,0.2,1,0.2,-->,40.673550,-15.292888,-37.669029 +1,0.2,1,0.4,-->,31.559473,-11.794004,-29.530739 +1,0.2,1,0.6,-->,24.500202,-8.775037,-22.702711 +1,0.2,1,0.8,-->,18.600359,-6.303246,-16.080168 +1,0.2,1,1,-->,13.967573,-4.440069,-10.495774 +1,0.4,0,0,-->,41.030933,-1.563730,-47.439400 +1,0.4,0,0.2,-->,32.895157,-0.601789,-37.544205 +1,0.4,0,0.4,-->,25.497013,0.093802,-29.361282 +1,0.4,0,0.6,-->,19.788420,0.856770,-22.585524 +1,0.4,0,0.8,-->,15.370046,0.884311,-15.947106 +1,0.4,0,1,-->,12.099806,0.448247,-10.335597 +1,0.4,0.2,0,-->,41.030933,-1.563730,-47.439400 +1,0.4,0.2,0.2,-->,32.895157,-0.601789,-37.544205 +1,0.4,0.2,0.4,-->,25.497013,0.093802,-29.361282 +1,0.4,0.2,0.6,-->,19.788420,0.856770,-22.585524 +1,0.4,0.2,0.8,-->,15.370046,0.884311,-15.947106 +1,0.4,0.2,1,-->,12.099806,0.448247,-10.335597 +1,0.4,0.4,0,-->,41.030933,-1.563730,-47.439400 +1,0.4,0.4,0.2,-->,32.895157,-0.601789,-37.544205 +1,0.4,0.4,0.4,-->,25.497013,0.093802,-29.361282 +1,0.4,0.4,0.6,-->,19.788420,0.856770,-22.585524 +1,0.4,0.4,0.8,-->,15.370046,0.884311,-15.947106 +1,0.4,0.4,1,-->,12.099806,0.448247,-10.335597 +1,0.4,0.6,0,-->,41.030933,-1.563730,-47.439400 +1,0.4,0.6,0.2,-->,32.895157,-0.601789,-37.544205 +1,0.4,0.6,0.4,-->,25.497013,0.093802,-29.361282 +1,0.4,0.6,0.6,-->,19.788420,0.856770,-22.585524 +1,0.4,0.6,0.8,-->,15.370046,0.884311,-15.947106 +1,0.4,0.6,1,-->,12.099806,0.448247,-10.335597 +1,0.4,0.8,0,-->,41.030933,-1.563730,-47.439400 +1,0.4,0.8,0.2,-->,32.895157,-0.601789,-37.544205 +1,0.4,0.8,0.4,-->,25.497013,0.093802,-29.361282 +1,0.4,0.8,0.6,-->,19.788420,0.856770,-22.585524 +1,0.4,0.8,0.8,-->,15.370046,0.884311,-15.947106 +1,0.4,0.8,1,-->,12.099806,0.448247,-10.335597 +1,0.4,1,0,-->,41.030933,-1.563730,-47.439400 +1,0.4,1,0.2,-->,32.895157,-0.601789,-37.544205 +1,0.4,1,0.4,-->,25.497013,0.093802,-29.361282 +1,0.4,1,0.6,-->,19.788420,0.856770,-22.585524 +1,0.4,1,0.8,-->,15.370046,0.884311,-15.947106 +1,0.4,1,1,-->,12.099806,0.448247,-10.335597 +1,0.6,0,0,-->,35.253471,10.674517,-47.984219 +1,0.6,0,0.2,-->,28.665716,8.848137,-38.505577 +1,0.6,0,0.4,-->,22.244280,7.424444,-29.861275 +1,0.6,0,0.6,-->,17.640778,6.412164,-22.830885 +1,0.6,0,0.8,-->,13.822709,5.233406,-15.687944 +1,0.6,0,1,-->,11.199272,4.009705,-9.950875 +1,0.6,0.2,0,-->,35.253471,10.674517,-47.984219 +1,0.6,0.2,0.2,-->,28.665716,8.848137,-38.505577 +1,0.6,0.2,0.4,-->,22.244280,7.424444,-29.861275 +1,0.6,0.2,0.6,-->,17.640778,6.412164,-22.830885 +1,0.6,0.2,0.8,-->,13.822709,5.233406,-15.687944 +1,0.6,0.2,1,-->,11.199272,4.009705,-9.950875 +1,0.6,0.4,0,-->,35.253471,10.674517,-47.984219 +1,0.6,0.4,0.2,-->,28.665716,8.848137,-38.505577 +1,0.6,0.4,0.4,-->,22.244280,7.424444,-29.861275 +1,0.6,0.4,0.6,-->,17.640778,6.412164,-22.830885 +1,0.6,0.4,0.8,-->,13.822709,5.233406,-15.687944 +1,0.6,0.4,1,-->,11.199272,4.009705,-9.950875 +1,0.6,0.6,0,-->,35.253471,10.674517,-47.984219 +1,0.6,0.6,0.2,-->,28.665716,8.848137,-38.505577 +1,0.6,0.6,0.4,-->,22.244280,7.424444,-29.861275 +1,0.6,0.6,0.6,-->,17.640778,6.412164,-22.830885 +1,0.6,0.6,0.8,-->,13.822709,5.233406,-15.687944 +1,0.6,0.6,1,-->,11.199272,4.009705,-9.950875 +1,0.6,0.8,0,-->,35.253471,10.674517,-47.984219 +1,0.6,0.8,0.2,-->,28.665716,8.848137,-38.505577 +1,0.6,0.8,0.4,-->,22.244280,7.424444,-29.861275 +1,0.6,0.8,0.6,-->,17.640778,6.412164,-22.830885 +1,0.6,0.8,0.8,-->,13.822709,5.233406,-15.687944 +1,0.6,0.8,1,-->,11.199272,4.009705,-9.950875 +1,0.6,1,0,-->,35.253471,10.674517,-47.984219 +1,0.6,1,0.2,-->,28.665716,8.848137,-38.505577 +1,0.6,1,0.4,-->,22.244280,7.424444,-29.861275 +1,0.6,1,0.6,-->,17.640778,6.412164,-22.830885 +1,0.6,1,0.8,-->,13.822709,5.233406,-15.687944 +1,0.6,1,1,-->,11.199272,4.009705,-9.950875 +1,0.8,0,0,-->,32.601460,16.682617,-48.217041 +1,0.8,0,0.2,-->,26.755821,13.420036,-39.013744 +1,0.8,0,0.4,-->,20.786333,10.967192,-30.124115 +1,0.8,0,0.6,-->,16.763462,9.099987,-22.967686 +1,0.8,0,0.8,-->,13.147396,7.252648,-15.541804 +1,0.8,0,1,-->,10.850711,5.765362,-9.669083 +1,0.8,0.2,0,-->,32.601460,16.682617,-48.217041 +1,0.8,0.2,0.2,-->,26.755821,13.420036,-39.013744 +1,0.8,0.2,0.4,-->,20.786333,10.967192,-30.124115 +1,0.8,0.2,0.6,-->,16.763462,9.099987,-22.967686 +1,0.8,0.2,0.8,-->,13.147396,7.252648,-15.541804 +1,0.8,0.2,1,-->,10.850711,5.765362,-9.669083 +1,0.8,0.4,0,-->,32.601460,16.682617,-48.217041 +1,0.8,0.4,0.2,-->,26.755821,13.420036,-39.013744 +1,0.8,0.4,0.4,-->,20.786333,10.967192,-30.124115 +1,0.8,0.4,0.6,-->,16.763462,9.099987,-22.967686 +1,0.8,0.4,0.8,-->,13.147396,7.252648,-15.541804 +1,0.8,0.4,1,-->,10.850711,5.765362,-9.669083 +1,0.8,0.6,0,-->,32.601460,16.682617,-48.217041 +1,0.8,0.6,0.2,-->,26.755821,13.420036,-39.013744 +1,0.8,0.6,0.4,-->,20.786333,10.967192,-30.124115 +1,0.8,0.6,0.6,-->,16.763462,9.099987,-22.967686 +1,0.8,0.6,0.8,-->,13.147396,7.252648,-15.541804 +1,0.8,0.6,1,-->,10.850711,5.765362,-9.669083 +1,0.8,0.8,0,-->,32.601460,16.682617,-48.217041 +1,0.8,0.8,0.2,-->,26.755821,13.420036,-39.013744 +1,0.8,0.8,0.4,-->,20.786333,10.967192,-30.124115 +1,0.8,0.8,0.6,-->,16.763462,9.099987,-22.967686 +1,0.8,0.8,0.8,-->,13.147396,7.252648,-15.541804 +1,0.8,0.8,1,-->,10.850711,5.765362,-9.669083 +1,0.8,1,0,-->,32.601460,16.682617,-48.217041 +1,0.8,1,0.2,-->,26.755821,13.420036,-39.013744 +1,0.8,1,0.4,-->,20.786333,10.967192,-30.124115 +1,0.8,1,0.6,-->,16.763462,9.099987,-22.967686 +1,0.8,1,0.8,-->,13.147396,7.252648,-15.541804 +1,0.8,1,1,-->,10.850711,5.765362,-9.669083 +1,1,0,0,-->,31.302946,19.668056,-48.325714 +1,1,0,0.2,-->,25.827133,15.682739,-39.269024 +1,1,0,0.4,-->,20.076006,12.721253,-30.244743 +1,1,0,0.6,-->,16.357460,10.438959,-23.048309 +1,1,0,0.8,-->,12.827526,8.254776,-15.458179 +1,1,0,1,-->,10.693707,6.628980,-9.512623 +1,1,0.2,0,-->,31.302946,19.668056,-48.325714 +1,1,0.2,0.2,-->,25.827133,15.682739,-39.269024 +1,1,0.2,0.4,-->,20.076006,12.721253,-30.244743 +1,1,0.2,0.6,-->,16.357460,10.438959,-23.048309 +1,1,0.2,0.8,-->,12.827526,8.254776,-15.458179 +1,1,0.2,1,-->,10.693707,6.628980,-9.512623 +1,1,0.4,0,-->,31.302946,19.668056,-48.325714 +1,1,0.4,0.2,-->,25.827133,15.682739,-39.269024 +1,1,0.4,0.4,-->,20.076006,12.721253,-30.244743 +1,1,0.4,0.6,-->,16.357460,10.438959,-23.048309 +1,1,0.4,0.8,-->,12.827526,8.254776,-15.458179 +1,1,0.4,1,-->,10.693707,6.628980,-9.512623 +1,1,0.6,0,-->,31.302946,19.668056,-48.325714 +1,1,0.6,0.2,-->,25.827133,15.682739,-39.269024 +1,1,0.6,0.4,-->,20.076006,12.721253,-30.244743 +1,1,0.6,0.6,-->,16.357460,10.438959,-23.048309 +1,1,0.6,0.8,-->,12.827526,8.254776,-15.458179 +1,1,0.6,1,-->,10.693707,6.628980,-9.512623 +1,1,0.8,0,-->,31.302946,19.668056,-48.325714 +1,1,0.8,0.2,-->,25.827133,15.682739,-39.269024 +1,1,0.8,0.4,-->,20.076006,12.721253,-30.244743 +1,1,0.8,0.6,-->,16.357460,10.438959,-23.048309 +1,1,0.8,0.8,-->,12.827526,8.254776,-15.458179 +1,1,0.8,1,-->,10.693707,6.628980,-9.512623 +1,1,1,0,-->,31.302946,19.668056,-48.325714 +1,1,1,0.2,-->,25.827133,15.682739,-39.269024 +1,1,1,0.4,-->,20.076006,12.721253,-30.244743 +1,1,1,0.6,-->,16.357460,10.438959,-23.048309 +1,1,1,0.8,-->,12.827526,8.254776,-15.458179 +1,1,1,1,-->,10.693707,6.628980,-9.512623 +-0.1,0.5,0.5,0.5,-->,33.184708,31.685474,-5.717462 +1.1,0.5,0.5,0.5,-->,21.027317,3.969305,-26.314766 +0.5,-0.1,0.5,0.5,-->,36.608601,-20.966234,-24.241848 +0.5,1.1,0.5,0.5,-->,18.798876,14.388635,-24.913151 +0.5,0.5,-0.1,0.5,-->,22.019091,6.660746,-24.602289 +0.5,0.5,1.1,0.5,-->,22.019091,6.660746,-24.602289 +0.5,0.5,0.5,-0.1,-->,39.662415,10.755285,-44.517490 +0.5,0.5,0.5,1.1,-->,11.911431,4.040696,-9.378262 diff --git a/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-3.csv new file mode 100644 index 0000000..37d9254 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_CMYK_ProofTest_PCS_RGB_ToPcs_ICC-3.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,89.011284,-0.328903,3.647873 +0,0,0,0.2,-->,68.351669,-0.998465,1.099593 +0,0,0,0.4,-->,51.495434,-0.779209,0.384015 +0,0,0,0.6,-->,38.394058,-0.502006,0.188964 +0,0,0,0.8,-->,27.425497,-0.150191,0.455056 +0,0,0,1,-->,18.698029,0.430372,1.028400 +0,0,0.2,0,-->,84.992935,-5.731552,65.399590 +0,0,0.2,0.2,-->,65.735771,-5.640744,48.428757 +0,0,0.2,0.4,-->,49.093761,-4.966379,35.700657 +0,0,0.2,0.6,-->,36.634094,-4.064445,26.198051 +0,0,0.2,0.8,-->,25.821707,-3.440366,17.025192 +0,0,0.2,1,-->,17.277882,-3.223420,9.441877 +0,0,0.4,0,-->,84.500641,-6.117999,79.200157 +0,0,0.4,0.2,-->,65.068840,-6.181356,57.822582 +0,0,0.4,0.4,-->,48.862080,-5.352317,42.953144 +0,0,0.4,0.6,-->,36.758503,-4.477512,31.479298 +0,0,0.4,0.8,-->,25.555569,-3.554003,20.120005 +0,0,0.4,1,-->,17.096178,-2.875891,10.728276 +0,0,0.6,0,-->,84.543999,-5.966964,81.575035 +0,0,0.6,0.2,-->,64.958992,-6.247488,59.428665 +0,0,0.6,0.4,-->,48.827766,-5.394251,44.194553 +0,0,0.6,0.6,-->,36.810291,-4.522054,32.389423 +0,0,0.6,0.8,-->,25.516203,-3.538028,20.628721 +0,0,0.6,1,-->,17.070816,-2.780957,10.919512 +0,0,0.8,0,-->,84.572525,-5.867630,83.138893 +0,0,0.8,0.2,-->,64.886711,-6.291003,60.486652 +0,0,0.8,0.4,-->,48.805187,-5.421671,45.009338 +0,0,0.8,0.6,-->,36.844360,-4.551335,32.988911 +0,0,0.8,0.8,-->,25.490295,-3.527533,20.963467 +0,0,0.8,1,-->,17.054136,-2.718526,11.045362 +0,0,1,0,-->,84.594376,-5.791451,84.338303 +0,0,1,0.2,-->,64.831306,-6.324350,61.294853 +0,0,1,0.4,-->,48.787888,-5.442646,45.636940 +0,0,1,0.6,-->,36.870476,-4.573822,33.447044 +0,0,1,0.8,-->,25.470442,-3.519478,21.220623 +0,0,1,1,-->,17.041300,-2.670634,11.141815 +0,0.2,0,0,-->,89.011284,-0.328903,3.647873 +0,0.2,0,0.2,-->,68.351669,-0.998465,1.099593 +0,0.2,0,0.4,-->,51.495434,-0.779209,0.384015 +0,0.2,0,0.6,-->,38.394058,-0.502006,0.188964 +0,0.2,0,0.8,-->,27.425497,-0.150191,0.455056 +0,0.2,0,1,-->,18.698029,0.430372,1.028400 +0,0.2,0.2,0,-->,84.992935,-5.731552,65.399590 +0,0.2,0.2,0.2,-->,65.735771,-5.640744,48.428757 +0,0.2,0.2,0.4,-->,49.093761,-4.966379,35.700657 +0,0.2,0.2,0.6,-->,36.634094,-4.064445,26.198051 +0,0.2,0.2,0.8,-->,25.821707,-3.440366,17.025192 +0,0.2,0.2,1,-->,17.277882,-3.223420,9.441877 +0,0.2,0.4,0,-->,84.500641,-6.117999,79.200157 +0,0.2,0.4,0.2,-->,65.068840,-6.181356,57.822582 +0,0.2,0.4,0.4,-->,48.862080,-5.352317,42.953144 +0,0.2,0.4,0.6,-->,36.758503,-4.477512,31.479298 +0,0.2,0.4,0.8,-->,25.555569,-3.554003,20.120005 +0,0.2,0.4,1,-->,17.096178,-2.875891,10.728276 +0,0.2,0.6,0,-->,84.543999,-5.966964,81.575035 +0,0.2,0.6,0.2,-->,64.958992,-6.247488,59.428665 +0,0.2,0.6,0.4,-->,48.827766,-5.394251,44.194553 +0,0.2,0.6,0.6,-->,36.810291,-4.522054,32.389423 +0,0.2,0.6,0.8,-->,25.516203,-3.538028,20.628721 +0,0.2,0.6,1,-->,17.070816,-2.780957,10.919512 +0,0.2,0.8,0,-->,84.572525,-5.867630,83.138893 +0,0.2,0.8,0.2,-->,64.886711,-6.291003,60.486652 +0,0.2,0.8,0.4,-->,48.805187,-5.421671,45.009338 +0,0.2,0.8,0.6,-->,36.844360,-4.551335,32.988911 +0,0.2,0.8,0.8,-->,25.490295,-3.527533,20.963467 +0,0.2,0.8,1,-->,17.054136,-2.718526,11.045362 +0,0.2,1,0,-->,84.594376,-5.791451,84.338303 +0,0.2,1,0.2,-->,64.831306,-6.324350,61.294853 +0,0.2,1,0.4,-->,48.787888,-5.442646,45.636940 +0,0.2,1,0.6,-->,36.870476,-4.573822,33.447044 +0,0.2,1,0.8,-->,25.470442,-3.519478,21.220623 +0,0.2,1,1,-->,17.041300,-2.670634,11.141815 +0,0.4,0,0,-->,89.011284,-0.328903,3.647873 +0,0.4,0,0.2,-->,68.351669,-0.998465,1.099593 +0,0.4,0,0.4,-->,51.495434,-0.779209,0.384015 +0,0.4,0,0.6,-->,38.394058,-0.502006,0.188964 +0,0.4,0,0.8,-->,27.425497,-0.150191,0.455056 +0,0.4,0,1,-->,18.698029,0.430372,1.028400 +0,0.4,0.2,0,-->,84.992935,-5.731552,65.399590 +0,0.4,0.2,0.2,-->,65.735771,-5.640744,48.428757 +0,0.4,0.2,0.4,-->,49.093761,-4.966379,35.700657 +0,0.4,0.2,0.6,-->,36.634094,-4.064445,26.198051 +0,0.4,0.2,0.8,-->,25.821707,-3.440366,17.025192 +0,0.4,0.2,1,-->,17.277882,-3.223420,9.441877 +0,0.4,0.4,0,-->,84.500641,-6.117999,79.200157 +0,0.4,0.4,0.2,-->,65.068840,-6.181356,57.822582 +0,0.4,0.4,0.4,-->,48.862080,-5.352317,42.953144 +0,0.4,0.4,0.6,-->,36.758503,-4.477512,31.479298 +0,0.4,0.4,0.8,-->,25.555569,-3.554003,20.120005 +0,0.4,0.4,1,-->,17.096178,-2.875891,10.728276 +0,0.4,0.6,0,-->,84.543999,-5.966964,81.575035 +0,0.4,0.6,0.2,-->,64.958992,-6.247488,59.428665 +0,0.4,0.6,0.4,-->,48.827766,-5.394251,44.194553 +0,0.4,0.6,0.6,-->,36.810291,-4.522054,32.389423 +0,0.4,0.6,0.8,-->,25.516203,-3.538028,20.628721 +0,0.4,0.6,1,-->,17.070816,-2.780957,10.919512 +0,0.4,0.8,0,-->,84.572525,-5.867630,83.138893 +0,0.4,0.8,0.2,-->,64.886711,-6.291003,60.486652 +0,0.4,0.8,0.4,-->,48.805187,-5.421671,45.009338 +0,0.4,0.8,0.6,-->,36.844360,-4.551335,32.988911 +0,0.4,0.8,0.8,-->,25.490295,-3.527533,20.963467 +0,0.4,0.8,1,-->,17.054136,-2.718526,11.045362 +0,0.4,1,0,-->,84.594376,-5.791451,84.338303 +0,0.4,1,0.2,-->,64.831306,-6.324350,61.294853 +0,0.4,1,0.4,-->,48.787888,-5.442646,45.636940 +0,0.4,1,0.6,-->,36.870476,-4.573822,33.447044 +0,0.4,1,0.8,-->,25.470442,-3.519478,21.220623 +0,0.4,1,1,-->,17.041300,-2.670634,11.141815 +0,0.6,0,0,-->,89.011284,-0.328903,3.647873 +0,0.6,0,0.2,-->,68.351669,-0.998465,1.099593 +0,0.6,0,0.4,-->,51.495434,-0.779209,0.384015 +0,0.6,0,0.6,-->,38.394058,-0.502006,0.188964 +0,0.6,0,0.8,-->,27.425497,-0.150191,0.455056 +0,0.6,0,1,-->,18.698029,0.430372,1.028400 +0,0.6,0.2,0,-->,84.992935,-5.731552,65.399590 +0,0.6,0.2,0.2,-->,65.735771,-5.640744,48.428757 +0,0.6,0.2,0.4,-->,49.093761,-4.966379,35.700657 +0,0.6,0.2,0.6,-->,36.634094,-4.064445,26.198051 +0,0.6,0.2,0.8,-->,25.821707,-3.440366,17.025192 +0,0.6,0.2,1,-->,17.277882,-3.223420,9.441877 +0,0.6,0.4,0,-->,84.500641,-6.117999,79.200157 +0,0.6,0.4,0.2,-->,65.068840,-6.181356,57.822582 +0,0.6,0.4,0.4,-->,48.862080,-5.352317,42.953144 +0,0.6,0.4,0.6,-->,36.758503,-4.477512,31.479298 +0,0.6,0.4,0.8,-->,25.555569,-3.554003,20.120005 +0,0.6,0.4,1,-->,17.096178,-2.875891,10.728276 +0,0.6,0.6,0,-->,84.543999,-5.966964,81.575035 +0,0.6,0.6,0.2,-->,64.958992,-6.247488,59.428665 +0,0.6,0.6,0.4,-->,48.827766,-5.394251,44.194553 +0,0.6,0.6,0.6,-->,36.810291,-4.522054,32.389423 +0,0.6,0.6,0.8,-->,25.516203,-3.538028,20.628721 +0,0.6,0.6,1,-->,17.070816,-2.780957,10.919512 +0,0.6,0.8,0,-->,84.572525,-5.867630,83.138893 +0,0.6,0.8,0.2,-->,64.886711,-6.291003,60.486652 +0,0.6,0.8,0.4,-->,48.805187,-5.421671,45.009338 +0,0.6,0.8,0.6,-->,36.844360,-4.551335,32.988911 +0,0.6,0.8,0.8,-->,25.490295,-3.527533,20.963467 +0,0.6,0.8,1,-->,17.054136,-2.718526,11.045362 +0,0.6,1,0,-->,84.594376,-5.791451,84.338303 +0,0.6,1,0.2,-->,64.831306,-6.324350,61.294853 +0,0.6,1,0.4,-->,48.787888,-5.442646,45.636940 +0,0.6,1,0.6,-->,36.870476,-4.573822,33.447044 +0,0.6,1,0.8,-->,25.470442,-3.519478,21.220623 +0,0.6,1,1,-->,17.041300,-2.670634,11.141815 +0,0.8,0,0,-->,89.011284,-0.328903,3.647873 +0,0.8,0,0.2,-->,68.351669,-0.998465,1.099593 +0,0.8,0,0.4,-->,51.495434,-0.779209,0.384015 +0,0.8,0,0.6,-->,38.394058,-0.502006,0.188964 +0,0.8,0,0.8,-->,27.425497,-0.150191,0.455056 +0,0.8,0,1,-->,18.698029,0.430372,1.028400 +0,0.8,0.2,0,-->,84.992935,-5.731552,65.399590 +0,0.8,0.2,0.2,-->,65.735771,-5.640744,48.428757 +0,0.8,0.2,0.4,-->,49.093761,-4.966379,35.700657 +0,0.8,0.2,0.6,-->,36.634094,-4.064445,26.198051 +0,0.8,0.2,0.8,-->,25.821707,-3.440366,17.025192 +0,0.8,0.2,1,-->,17.277882,-3.223420,9.441877 +0,0.8,0.4,0,-->,84.500641,-6.117999,79.200157 +0,0.8,0.4,0.2,-->,65.068840,-6.181356,57.822582 +0,0.8,0.4,0.4,-->,48.862080,-5.352317,42.953144 +0,0.8,0.4,0.6,-->,36.758503,-4.477512,31.479298 +0,0.8,0.4,0.8,-->,25.555569,-3.554003,20.120005 +0,0.8,0.4,1,-->,17.096178,-2.875891,10.728276 +0,0.8,0.6,0,-->,84.543999,-5.966964,81.575035 +0,0.8,0.6,0.2,-->,64.958992,-6.247488,59.428665 +0,0.8,0.6,0.4,-->,48.827766,-5.394251,44.194553 +0,0.8,0.6,0.6,-->,36.810291,-4.522054,32.389423 +0,0.8,0.6,0.8,-->,25.516203,-3.538028,20.628721 +0,0.8,0.6,1,-->,17.070816,-2.780957,10.919512 +0,0.8,0.8,0,-->,84.572525,-5.867630,83.138893 +0,0.8,0.8,0.2,-->,64.886711,-6.291003,60.486652 +0,0.8,0.8,0.4,-->,48.805187,-5.421671,45.009338 +0,0.8,0.8,0.6,-->,36.844360,-4.551335,32.988911 +0,0.8,0.8,0.8,-->,25.490295,-3.527533,20.963467 +0,0.8,0.8,1,-->,17.054136,-2.718526,11.045362 +0,0.8,1,0,-->,84.594376,-5.791451,84.338303 +0,0.8,1,0.2,-->,64.831306,-6.324350,61.294853 +0,0.8,1,0.4,-->,48.787888,-5.442646,45.636940 +0,0.8,1,0.6,-->,36.870476,-4.573822,33.447044 +0,0.8,1,0.8,-->,25.470442,-3.519478,21.220623 +0,0.8,1,1,-->,17.041300,-2.670634,11.141815 +0,1,0,0,-->,89.011284,-0.328903,3.647873 +0,1,0,0.2,-->,68.351669,-0.998465,1.099593 +0,1,0,0.4,-->,51.495434,-0.779209,0.384015 +0,1,0,0.6,-->,38.394058,-0.502006,0.188964 +0,1,0,0.8,-->,27.425497,-0.150191,0.455056 +0,1,0,1,-->,18.698029,0.430372,1.028400 +0,1,0.2,0,-->,84.992935,-5.731552,65.399590 +0,1,0.2,0.2,-->,65.735771,-5.640744,48.428757 +0,1,0.2,0.4,-->,49.093761,-4.966379,35.700657 +0,1,0.2,0.6,-->,36.634094,-4.064445,26.198051 +0,1,0.2,0.8,-->,25.821707,-3.440366,17.025192 +0,1,0.2,1,-->,17.277882,-3.223420,9.441877 +0,1,0.4,0,-->,84.500641,-6.117999,79.200157 +0,1,0.4,0.2,-->,65.068840,-6.181356,57.822582 +0,1,0.4,0.4,-->,48.862080,-5.352317,42.953144 +0,1,0.4,0.6,-->,36.758503,-4.477512,31.479298 +0,1,0.4,0.8,-->,25.555569,-3.554003,20.120005 +0,1,0.4,1,-->,17.096178,-2.875891,10.728276 +0,1,0.6,0,-->,84.543999,-5.966964,81.575035 +0,1,0.6,0.2,-->,64.958992,-6.247488,59.428665 +0,1,0.6,0.4,-->,48.827766,-5.394251,44.194553 +0,1,0.6,0.6,-->,36.810291,-4.522054,32.389423 +0,1,0.6,0.8,-->,25.516203,-3.538028,20.628721 +0,1,0.6,1,-->,17.070816,-2.780957,10.919512 +0,1,0.8,0,-->,84.572525,-5.867630,83.138893 +0,1,0.8,0.2,-->,64.886711,-6.291003,60.486652 +0,1,0.8,0.4,-->,48.805187,-5.421671,45.009338 +0,1,0.8,0.6,-->,36.844360,-4.551335,32.988911 +0,1,0.8,0.8,-->,25.490295,-3.527533,20.963467 +0,1,0.8,1,-->,17.054136,-2.718526,11.045362 +0,1,1,0,-->,84.594376,-5.791451,84.338303 +0,1,1,0.2,-->,64.831306,-6.324350,61.294853 +0,1,1,0.4,-->,48.787888,-5.442646,45.636940 +0,1,1,0.6,-->,36.870476,-4.573822,33.447044 +0,1,1,0.8,-->,25.470442,-3.519478,21.220623 +0,1,1,1,-->,17.041300,-2.670634,11.141815 +0.2,0,0,0,-->,61.983120,-29.788647,-32.285393 +0.2,0,0,0.2,-->,49.016819,-23.351784,-25.143038 +0.2,0,0,0.4,-->,37.264347,-18.497240,-19.614145 +0.2,0,0,0.6,-->,28.401712,-13.944985,-14.942698 +0.2,0,0,0.8,-->,20.685284,-8.979085,-10.348304 +0.2,0,0,1,-->,14.556805,-4.573374,-6.599934 +0.2,0,0.2,0,-->,58.231457,-44.804634,20.954865 +0.2,0,0.2,0.2,-->,46.214142,-35.318161,17.213388 +0.2,0,0.2,0.4,-->,35.306927,-28.021482,12.339283 +0.2,0,0.2,0.6,-->,26.642715,-21.053522,9.015875 +0.2,0,0.2,0.8,-->,19.612415,-14.666704,6.004628 +0.2,0,0.2,1,-->,14.209371,-9.378239,3.498890 +0.2,0,0.4,0,-->,58.164070,-45.997108,32.748947 +0.2,0,0.4,0.2,-->,45.914467,-36.475170,25.414595 +0.2,0,0.4,0.4,-->,35.092670,-29.003365,18.528786 +0.2,0,0.4,0.6,-->,26.525637,-21.845537,13.690263 +0.2,0,0.4,0.8,-->,19.516947,-15.146732,9.144825 +0.2,0,0.4,1,-->,14.281969,-9.317138,5.082417 +0.2,0,0.6,0,-->,58.149345,-46.179653,34.726345 +0.2,0,0.6,0.2,-->,45.883858,-36.641090,26.802660 +0.2,0,0.6,0.4,-->,35.062523,-29.141973,19.577242 +0.2,0,0.6,0.6,-->,26.524384,-21.957024,14.484238 +0.2,0,0.6,0.8,-->,19.522217,-15.163558,9.613492 +0.2,0,0.6,1,-->,14.299088,-9.270560,5.327778 +0.2,0,0.8,0,-->,58.139675,-46.299786,36.028049 +0.2,0,0.8,0.2,-->,45.863728,-36.750267,27.717211 +0.2,0,0.8,0.4,-->,35.042694,-29.233177,20.270552 +0.2,0,0.8,0.6,-->,26.523567,-22.030321,15.005114 +0.2,0,0.8,0.8,-->,19.525682,-15.174645,9.921868 +0.2,0,0.8,1,-->,14.310347,-9.239888,5.488327 +0.2,0,1,0,-->,58.132233,-46.391846,37.026878 +0.2,0,1,0.2,-->,45.848286,-36.833923,28.415552 +0.2,0,1,0.4,-->,35.027493,-29.303108,20.799301 +0.2,0,1,0.6,-->,26.522928,-22.086542,15.404001 +0.2,0,1,0.8,-->,19.528337,-15.183119,10.158200 +0.2,0,1,1,-->,14.318979,-9.216398,5.611364 +0.2,0.2,0,0,-->,61.983120,-29.788647,-32.285393 +0.2,0.2,0,0.2,-->,49.016819,-23.351784,-25.143038 +0.2,0.2,0,0.4,-->,37.264347,-18.497240,-19.614145 +0.2,0.2,0,0.6,-->,28.401712,-13.944985,-14.942698 +0.2,0.2,0,0.8,-->,20.685284,-8.979085,-10.348304 +0.2,0.2,0,1,-->,14.556805,-4.573374,-6.599934 +0.2,0.2,0.2,0,-->,58.231457,-44.804634,20.954865 +0.2,0.2,0.2,0.2,-->,46.214142,-35.318161,17.213388 +0.2,0.2,0.2,0.4,-->,35.306927,-28.021482,12.339283 +0.2,0.2,0.2,0.6,-->,26.642715,-21.053522,9.015875 +0.2,0.2,0.2,0.8,-->,19.612415,-14.666704,6.004628 +0.2,0.2,0.2,1,-->,14.209371,-9.378239,3.498890 +0.2,0.2,0.4,0,-->,58.164070,-45.997108,32.748947 +0.2,0.2,0.4,0.2,-->,45.914467,-36.475170,25.414595 +0.2,0.2,0.4,0.4,-->,35.092670,-29.003365,18.528786 +0.2,0.2,0.4,0.6,-->,26.525637,-21.845537,13.690263 +0.2,0.2,0.4,0.8,-->,19.516947,-15.146732,9.144825 +0.2,0.2,0.4,1,-->,14.281969,-9.317138,5.082417 +0.2,0.2,0.6,0,-->,58.149345,-46.179653,34.726345 +0.2,0.2,0.6,0.2,-->,45.883858,-36.641090,26.802660 +0.2,0.2,0.6,0.4,-->,35.062523,-29.141973,19.577242 +0.2,0.2,0.6,0.6,-->,26.524384,-21.957024,14.484238 +0.2,0.2,0.6,0.8,-->,19.522217,-15.163558,9.613492 +0.2,0.2,0.6,1,-->,14.299088,-9.270560,5.327778 +0.2,0.2,0.8,0,-->,58.139675,-46.299786,36.028049 +0.2,0.2,0.8,0.2,-->,45.863728,-36.750267,27.717211 +0.2,0.2,0.8,0.4,-->,35.042694,-29.233177,20.270552 +0.2,0.2,0.8,0.6,-->,26.523567,-22.030321,15.005114 +0.2,0.2,0.8,0.8,-->,19.525682,-15.174645,9.921868 +0.2,0.2,0.8,1,-->,14.310347,-9.239888,5.488327 +0.2,0.2,1,0,-->,58.132233,-46.391846,37.026878 +0.2,0.2,1,0.2,-->,45.848286,-36.833923,28.415552 +0.2,0.2,1,0.4,-->,35.027493,-29.303108,20.799301 +0.2,0.2,1,0.6,-->,26.522928,-22.086542,15.404001 +0.2,0.2,1,0.8,-->,19.528337,-15.183119,10.158200 +0.2,0.2,1,1,-->,14.318979,-9.216398,5.611364 +0.2,0.4,0,0,-->,61.983120,-29.788647,-32.285393 +0.2,0.4,0,0.2,-->,49.016819,-23.351784,-25.143038 +0.2,0.4,0,0.4,-->,37.264347,-18.497240,-19.614145 +0.2,0.4,0,0.6,-->,28.401712,-13.944985,-14.942698 +0.2,0.4,0,0.8,-->,20.685284,-8.979085,-10.348304 +0.2,0.4,0,1,-->,14.556805,-4.573374,-6.599934 +0.2,0.4,0.2,0,-->,58.231457,-44.804634,20.954865 +0.2,0.4,0.2,0.2,-->,46.214142,-35.318161,17.213388 +0.2,0.4,0.2,0.4,-->,35.306927,-28.021482,12.339283 +0.2,0.4,0.2,0.6,-->,26.642715,-21.053522,9.015875 +0.2,0.4,0.2,0.8,-->,19.612415,-14.666704,6.004628 +0.2,0.4,0.2,1,-->,14.209371,-9.378239,3.498890 +0.2,0.4,0.4,0,-->,58.164070,-45.997108,32.748947 +0.2,0.4,0.4,0.2,-->,45.914467,-36.475170,25.414595 +0.2,0.4,0.4,0.4,-->,35.092670,-29.003365,18.528786 +0.2,0.4,0.4,0.6,-->,26.525637,-21.845537,13.690263 +0.2,0.4,0.4,0.8,-->,19.516947,-15.146732,9.144825 +0.2,0.4,0.4,1,-->,14.281969,-9.317138,5.082417 +0.2,0.4,0.6,0,-->,58.149345,-46.179653,34.726345 +0.2,0.4,0.6,0.2,-->,45.883858,-36.641090,26.802660 +0.2,0.4,0.6,0.4,-->,35.062523,-29.141973,19.577242 +0.2,0.4,0.6,0.6,-->,26.524384,-21.957024,14.484238 +0.2,0.4,0.6,0.8,-->,19.522217,-15.163558,9.613492 +0.2,0.4,0.6,1,-->,14.299088,-9.270560,5.327778 +0.2,0.4,0.8,0,-->,58.139675,-46.299786,36.028049 +0.2,0.4,0.8,0.2,-->,45.863728,-36.750267,27.717211 +0.2,0.4,0.8,0.4,-->,35.042694,-29.233177,20.270552 +0.2,0.4,0.8,0.6,-->,26.523567,-22.030321,15.005114 +0.2,0.4,0.8,0.8,-->,19.525682,-15.174645,9.921868 +0.2,0.4,0.8,1,-->,14.310347,-9.239888,5.488327 +0.2,0.4,1,0,-->,58.132233,-46.391846,37.026878 +0.2,0.4,1,0.2,-->,45.848286,-36.833923,28.415552 +0.2,0.4,1,0.4,-->,35.027493,-29.303108,20.799301 +0.2,0.4,1,0.6,-->,26.522928,-22.086542,15.404001 +0.2,0.4,1,0.8,-->,19.528337,-15.183119,10.158200 +0.2,0.4,1,1,-->,14.318979,-9.216398,5.611364 +0.2,0.6,0,0,-->,61.983120,-29.788647,-32.285393 +0.2,0.6,0,0.2,-->,49.016819,-23.351784,-25.143038 +0.2,0.6,0,0.4,-->,37.264347,-18.497240,-19.614145 +0.2,0.6,0,0.6,-->,28.401712,-13.944985,-14.942698 +0.2,0.6,0,0.8,-->,20.685284,-8.979085,-10.348304 +0.2,0.6,0,1,-->,14.556805,-4.573374,-6.599934 +0.2,0.6,0.2,0,-->,58.231457,-44.804634,20.954865 +0.2,0.6,0.2,0.2,-->,46.214142,-35.318161,17.213388 +0.2,0.6,0.2,0.4,-->,35.306927,-28.021482,12.339283 +0.2,0.6,0.2,0.6,-->,26.642715,-21.053522,9.015875 +0.2,0.6,0.2,0.8,-->,19.612415,-14.666704,6.004628 +0.2,0.6,0.2,1,-->,14.209371,-9.378239,3.498890 +0.2,0.6,0.4,0,-->,58.164070,-45.997108,32.748947 +0.2,0.6,0.4,0.2,-->,45.914467,-36.475170,25.414595 +0.2,0.6,0.4,0.4,-->,35.092670,-29.003365,18.528786 +0.2,0.6,0.4,0.6,-->,26.525637,-21.845537,13.690263 +0.2,0.6,0.4,0.8,-->,19.516947,-15.146732,9.144825 +0.2,0.6,0.4,1,-->,14.281969,-9.317138,5.082417 +0.2,0.6,0.6,0,-->,58.149345,-46.179653,34.726345 +0.2,0.6,0.6,0.2,-->,45.883858,-36.641090,26.802660 +0.2,0.6,0.6,0.4,-->,35.062523,-29.141973,19.577242 +0.2,0.6,0.6,0.6,-->,26.524384,-21.957024,14.484238 +0.2,0.6,0.6,0.8,-->,19.522217,-15.163558,9.613492 +0.2,0.6,0.6,1,-->,14.299088,-9.270560,5.327778 +0.2,0.6,0.8,0,-->,58.139675,-46.299786,36.028049 +0.2,0.6,0.8,0.2,-->,45.863728,-36.750267,27.717211 +0.2,0.6,0.8,0.4,-->,35.042694,-29.233177,20.270552 +0.2,0.6,0.8,0.6,-->,26.523567,-22.030321,15.005114 +0.2,0.6,0.8,0.8,-->,19.525682,-15.174645,9.921868 +0.2,0.6,0.8,1,-->,14.310347,-9.239888,5.488327 +0.2,0.6,1,0,-->,58.132233,-46.391846,37.026878 +0.2,0.6,1,0.2,-->,45.848286,-36.833923,28.415552 +0.2,0.6,1,0.4,-->,35.027493,-29.303108,20.799301 +0.2,0.6,1,0.6,-->,26.522928,-22.086542,15.404001 +0.2,0.6,1,0.8,-->,19.528337,-15.183119,10.158200 +0.2,0.6,1,1,-->,14.318979,-9.216398,5.611364 +0.2,0.8,0,0,-->,61.983120,-29.788647,-32.285393 +0.2,0.8,0,0.2,-->,49.016819,-23.351784,-25.143038 +0.2,0.8,0,0.4,-->,37.264347,-18.497240,-19.614145 +0.2,0.8,0,0.6,-->,28.401712,-13.944985,-14.942698 +0.2,0.8,0,0.8,-->,20.685284,-8.979085,-10.348304 +0.2,0.8,0,1,-->,14.556805,-4.573374,-6.599934 +0.2,0.8,0.2,0,-->,58.231457,-44.804634,20.954865 +0.2,0.8,0.2,0.2,-->,46.214142,-35.318161,17.213388 +0.2,0.8,0.2,0.4,-->,35.306927,-28.021482,12.339283 +0.2,0.8,0.2,0.6,-->,26.642715,-21.053522,9.015875 +0.2,0.8,0.2,0.8,-->,19.612415,-14.666704,6.004628 +0.2,0.8,0.2,1,-->,14.209371,-9.378239,3.498890 +0.2,0.8,0.4,0,-->,58.164070,-45.997108,32.748947 +0.2,0.8,0.4,0.2,-->,45.914467,-36.475170,25.414595 +0.2,0.8,0.4,0.4,-->,35.092670,-29.003365,18.528786 +0.2,0.8,0.4,0.6,-->,26.525637,-21.845537,13.690263 +0.2,0.8,0.4,0.8,-->,19.516947,-15.146732,9.144825 +0.2,0.8,0.4,1,-->,14.281969,-9.317138,5.082417 +0.2,0.8,0.6,0,-->,58.149345,-46.179653,34.726345 +0.2,0.8,0.6,0.2,-->,45.883858,-36.641090,26.802660 +0.2,0.8,0.6,0.4,-->,35.062523,-29.141973,19.577242 +0.2,0.8,0.6,0.6,-->,26.524384,-21.957024,14.484238 +0.2,0.8,0.6,0.8,-->,19.522217,-15.163558,9.613492 +0.2,0.8,0.6,1,-->,14.299088,-9.270560,5.327778 +0.2,0.8,0.8,0,-->,58.139675,-46.299786,36.028049 +0.2,0.8,0.8,0.2,-->,45.863728,-36.750267,27.717211 +0.2,0.8,0.8,0.4,-->,35.042694,-29.233177,20.270552 +0.2,0.8,0.8,0.6,-->,26.523567,-22.030321,15.005114 +0.2,0.8,0.8,0.8,-->,19.525682,-15.174645,9.921868 +0.2,0.8,0.8,1,-->,14.310347,-9.239888,5.488327 +0.2,0.8,1,0,-->,58.132233,-46.391846,37.026878 +0.2,0.8,1,0.2,-->,45.848286,-36.833923,28.415552 +0.2,0.8,1,0.4,-->,35.027493,-29.303108,20.799301 +0.2,0.8,1,0.6,-->,26.522928,-22.086542,15.404001 +0.2,0.8,1,0.8,-->,19.528337,-15.183119,10.158200 +0.2,0.8,1,1,-->,14.318979,-9.216398,5.611364 +0.2,1,0,0,-->,61.983120,-29.788647,-32.285393 +0.2,1,0,0.2,-->,49.016819,-23.351784,-25.143038 +0.2,1,0,0.4,-->,37.264347,-18.497240,-19.614145 +0.2,1,0,0.6,-->,28.401712,-13.944985,-14.942698 +0.2,1,0,0.8,-->,20.685284,-8.979085,-10.348304 +0.2,1,0,1,-->,14.556805,-4.573374,-6.599934 +0.2,1,0.2,0,-->,58.231457,-44.804634,20.954865 +0.2,1,0.2,0.2,-->,46.214142,-35.318161,17.213388 +0.2,1,0.2,0.4,-->,35.306927,-28.021482,12.339283 +0.2,1,0.2,0.6,-->,26.642715,-21.053522,9.015875 +0.2,1,0.2,0.8,-->,19.612415,-14.666704,6.004628 +0.2,1,0.2,1,-->,14.209371,-9.378239,3.498890 +0.2,1,0.4,0,-->,58.164070,-45.997108,32.748947 +0.2,1,0.4,0.2,-->,45.914467,-36.475170,25.414595 +0.2,1,0.4,0.4,-->,35.092670,-29.003365,18.528786 +0.2,1,0.4,0.6,-->,26.525637,-21.845537,13.690263 +0.2,1,0.4,0.8,-->,19.516947,-15.146732,9.144825 +0.2,1,0.4,1,-->,14.281969,-9.317138,5.082417 +0.2,1,0.6,0,-->,58.149345,-46.179653,34.726345 +0.2,1,0.6,0.2,-->,45.883858,-36.641090,26.802660 +0.2,1,0.6,0.4,-->,35.062523,-29.141973,19.577242 +0.2,1,0.6,0.6,-->,26.524384,-21.957024,14.484238 +0.2,1,0.6,0.8,-->,19.522217,-15.163558,9.613492 +0.2,1,0.6,1,-->,14.299088,-9.270560,5.327778 +0.2,1,0.8,0,-->,58.139675,-46.299786,36.028049 +0.2,1,0.8,0.2,-->,45.863728,-36.750267,27.717211 +0.2,1,0.8,0.4,-->,35.042694,-29.233177,20.270552 +0.2,1,0.8,0.6,-->,26.523567,-22.030321,15.005114 +0.2,1,0.8,0.8,-->,19.525682,-15.174645,9.921868 +0.2,1,0.8,1,-->,14.310347,-9.239888,5.488327 +0.2,1,1,0,-->,58.132233,-46.391846,37.026878 +0.2,1,1,0.2,-->,45.848286,-36.833923,28.415552 +0.2,1,1,0.4,-->,35.027493,-29.303108,20.799301 +0.2,1,1,0.6,-->,26.522928,-22.086542,15.404001 +0.2,1,1,0.8,-->,19.528337,-15.183119,10.158200 +0.2,1,1,1,-->,14.318979,-9.216398,5.611364 +0.4,0,0,0,-->,57.514320,-35.885723,-38.327061 +0.4,0,0,0.2,-->,45.432602,-28.749987,-30.124380 +0.4,0,0,0.4,-->,34.748489,-22.578897,-23.258112 +0.4,0,0,0.6,-->,26.806849,-17.346548,-17.958733 +0.4,0,0,0.8,-->,19.410088,-11.732843,-12.341115 +0.4,0,0,1,-->,13.816072,-7.109251,-7.829776 +0.4,0,0.2,0,-->,53.545158,-55.430931,14.298169 +0.4,0,0.2,0.2,-->,42.827534,-43.382912,11.251173 +0.4,0,0.2,0.4,-->,32.888405,-33.893017,7.961310 +0.4,0,0.2,0.6,-->,24.883553,-25.277315,5.864643 +0.4,0,0.2,0.8,-->,18.448887,-17.956688,4.003458 +0.4,0,0.2,1,-->,13.691447,-12.171545,2.592000 +0.4,0,0.4,0,-->,53.215633,-57.436714,24.675154 +0.4,0,0.4,0.2,-->,42.718491,-44.932945,18.686098 +0.4,0,0.4,0.4,-->,32.891670,-35.134281,14.043902 +0.4,0,0.4,0.6,-->,25.098587,-26.130939,10.520306 +0.4,0,0.4,0.8,-->,18.520048,-18.403545,7.082675 +0.4,0,0.4,1,-->,13.798582,-12.146740,4.189435 +0.4,0,0.6,0,-->,53.166843,-57.747265,26.453671 +0.4,0,0.6,0.2,-->,42.708458,-45.168236,19.944529 +0.4,0,0.6,0.4,-->,32.904293,-35.314529,15.081900 +0.4,0,0.6,0.6,-->,25.158512,-26.252882,11.313825 +0.4,0,0.6,0.8,-->,18.538008,-18.443624,7.588717 +0.4,0,0.6,1,-->,13.823481,-12.105352,4.433397 +0.4,0,0.8,0,-->,53.134705,-57.950531,27.623142 +0.4,0,0.8,0.2,-->,42.701855,-45.322075,20.776047 +0.4,0,0.8,0.4,-->,32.912594,-35.433144,15.762610 +0.4,0,0.8,0.6,-->,25.197941,-26.333134,11.833743 +0.4,0,0.8,0.8,-->,18.549828,-18.470003,7.921184 +0.4,0,0.8,1,-->,13.839860,-12.078100,4.593900 +0.4,0,1,0,-->,53.110050,-58.105865,28.520214 +0.4,0,1,0.2,-->,42.696785,-45.439968,21.410704 +0.4,0,1,0.4,-->,32.918968,-35.524075,16.285889 +0.4,0,1,0.6,-->,25.228167,-26.394653,12.232281 +0.4,0,1,0.8,-->,18.558882,-18.490211,8.176014 +0.4,0,1,1,-->,13.852410,-12.057247,4.716908 +0.4,0.2,0,0,-->,57.514320,-35.885723,-38.327061 +0.4,0.2,0,0.2,-->,45.432602,-28.749987,-30.124380 +0.4,0.2,0,0.4,-->,34.748489,-22.578897,-23.258112 +0.4,0.2,0,0.6,-->,26.806849,-17.346548,-17.958733 +0.4,0.2,0,0.8,-->,19.410088,-11.732843,-12.341115 +0.4,0.2,0,1,-->,13.816072,-7.109251,-7.829776 +0.4,0.2,0.2,0,-->,53.545158,-55.430931,14.298169 +0.4,0.2,0.2,0.2,-->,42.827534,-43.382912,11.251173 +0.4,0.2,0.2,0.4,-->,32.888405,-33.893017,7.961310 +0.4,0.2,0.2,0.6,-->,24.883553,-25.277315,5.864643 +0.4,0.2,0.2,0.8,-->,18.448887,-17.956688,4.003458 +0.4,0.2,0.2,1,-->,13.691447,-12.171545,2.592000 +0.4,0.2,0.4,0,-->,53.215633,-57.436714,24.675154 +0.4,0.2,0.4,0.2,-->,42.718491,-44.932945,18.686098 +0.4,0.2,0.4,0.4,-->,32.891670,-35.134281,14.043902 +0.4,0.2,0.4,0.6,-->,25.098587,-26.130939,10.520306 +0.4,0.2,0.4,0.8,-->,18.520048,-18.403545,7.082675 +0.4,0.2,0.4,1,-->,13.798582,-12.146740,4.189435 +0.4,0.2,0.6,0,-->,53.166843,-57.747265,26.453671 +0.4,0.2,0.6,0.2,-->,42.708458,-45.168236,19.944529 +0.4,0.2,0.6,0.4,-->,32.904293,-35.314529,15.081900 +0.4,0.2,0.6,0.6,-->,25.158512,-26.252882,11.313825 +0.4,0.2,0.6,0.8,-->,18.538008,-18.443624,7.588717 +0.4,0.2,0.6,1,-->,13.823481,-12.105352,4.433397 +0.4,0.2,0.8,0,-->,53.134705,-57.950531,27.623142 +0.4,0.2,0.8,0.2,-->,42.701855,-45.322075,20.776047 +0.4,0.2,0.8,0.4,-->,32.912594,-35.433144,15.762610 +0.4,0.2,0.8,0.6,-->,25.197941,-26.333134,11.833743 +0.4,0.2,0.8,0.8,-->,18.549828,-18.470003,7.921184 +0.4,0.2,0.8,1,-->,13.839860,-12.078100,4.593900 +0.4,0.2,1,0,-->,53.110050,-58.105865,28.520214 +0.4,0.2,1,0.2,-->,42.696785,-45.439968,21.410704 +0.4,0.2,1,0.4,-->,32.918968,-35.524075,16.285889 +0.4,0.2,1,0.6,-->,25.228167,-26.394653,12.232281 +0.4,0.2,1,0.8,-->,18.558882,-18.490211,8.176014 +0.4,0.2,1,1,-->,13.852410,-12.057247,4.716908 +0.4,0.4,0,0,-->,57.514320,-35.885723,-38.327061 +0.4,0.4,0,0.2,-->,45.432602,-28.749987,-30.124380 +0.4,0.4,0,0.4,-->,34.748489,-22.578897,-23.258112 +0.4,0.4,0,0.6,-->,26.806849,-17.346548,-17.958733 +0.4,0.4,0,0.8,-->,19.410088,-11.732843,-12.341115 +0.4,0.4,0,1,-->,13.816072,-7.109251,-7.829776 +0.4,0.4,0.2,0,-->,53.545158,-55.430931,14.298169 +0.4,0.4,0.2,0.2,-->,42.827534,-43.382912,11.251173 +0.4,0.4,0.2,0.4,-->,32.888405,-33.893017,7.961310 +0.4,0.4,0.2,0.6,-->,24.883553,-25.277315,5.864643 +0.4,0.4,0.2,0.8,-->,18.448887,-17.956688,4.003458 +0.4,0.4,0.2,1,-->,13.691447,-12.171545,2.592000 +0.4,0.4,0.4,0,-->,53.215633,-57.436714,24.675154 +0.4,0.4,0.4,0.2,-->,42.718491,-44.932945,18.686098 +0.4,0.4,0.4,0.4,-->,32.891670,-35.134281,14.043902 +0.4,0.4,0.4,0.6,-->,25.098587,-26.130939,10.520306 +0.4,0.4,0.4,0.8,-->,18.520048,-18.403545,7.082675 +0.4,0.4,0.4,1,-->,13.798582,-12.146740,4.189435 +0.4,0.4,0.6,0,-->,53.166843,-57.747265,26.453671 +0.4,0.4,0.6,0.2,-->,42.708458,-45.168236,19.944529 +0.4,0.4,0.6,0.4,-->,32.904293,-35.314529,15.081900 +0.4,0.4,0.6,0.6,-->,25.158512,-26.252882,11.313825 +0.4,0.4,0.6,0.8,-->,18.538008,-18.443624,7.588717 +0.4,0.4,0.6,1,-->,13.823481,-12.105352,4.433397 +0.4,0.4,0.8,0,-->,53.134705,-57.950531,27.623142 +0.4,0.4,0.8,0.2,-->,42.701855,-45.322075,20.776047 +0.4,0.4,0.8,0.4,-->,32.912594,-35.433144,15.762610 +0.4,0.4,0.8,0.6,-->,25.197941,-26.333134,11.833743 +0.4,0.4,0.8,0.8,-->,18.549828,-18.470003,7.921184 +0.4,0.4,0.8,1,-->,13.839860,-12.078100,4.593900 +0.4,0.4,1,0,-->,53.110050,-58.105865,28.520214 +0.4,0.4,1,0.2,-->,42.696785,-45.439968,21.410704 +0.4,0.4,1,0.4,-->,32.918968,-35.524075,16.285889 +0.4,0.4,1,0.6,-->,25.228167,-26.394653,12.232281 +0.4,0.4,1,0.8,-->,18.558882,-18.490211,8.176014 +0.4,0.4,1,1,-->,13.852410,-12.057247,4.716908 +0.4,0.6,0,0,-->,57.514320,-35.885723,-38.327061 +0.4,0.6,0,0.2,-->,45.432602,-28.749987,-30.124380 +0.4,0.6,0,0.4,-->,34.748489,-22.578897,-23.258112 +0.4,0.6,0,0.6,-->,26.806849,-17.346548,-17.958733 +0.4,0.6,0,0.8,-->,19.410088,-11.732843,-12.341115 +0.4,0.6,0,1,-->,13.816072,-7.109251,-7.829776 +0.4,0.6,0.2,0,-->,53.545158,-55.430931,14.298169 +0.4,0.6,0.2,0.2,-->,42.827534,-43.382912,11.251173 +0.4,0.6,0.2,0.4,-->,32.888405,-33.893017,7.961310 +0.4,0.6,0.2,0.6,-->,24.883553,-25.277315,5.864643 +0.4,0.6,0.2,0.8,-->,18.448887,-17.956688,4.003458 +0.4,0.6,0.2,1,-->,13.691447,-12.171545,2.592000 +0.4,0.6,0.4,0,-->,53.215633,-57.436714,24.675154 +0.4,0.6,0.4,0.2,-->,42.718491,-44.932945,18.686098 +0.4,0.6,0.4,0.4,-->,32.891670,-35.134281,14.043902 +0.4,0.6,0.4,0.6,-->,25.098587,-26.130939,10.520306 +0.4,0.6,0.4,0.8,-->,18.520048,-18.403545,7.082675 +0.4,0.6,0.4,1,-->,13.798582,-12.146740,4.189435 +0.4,0.6,0.6,0,-->,53.166843,-57.747265,26.453671 +0.4,0.6,0.6,0.2,-->,42.708458,-45.168236,19.944529 +0.4,0.6,0.6,0.4,-->,32.904293,-35.314529,15.081900 +0.4,0.6,0.6,0.6,-->,25.158512,-26.252882,11.313825 +0.4,0.6,0.6,0.8,-->,18.538008,-18.443624,7.588717 +0.4,0.6,0.6,1,-->,13.823481,-12.105352,4.433397 +0.4,0.6,0.8,0,-->,53.134705,-57.950531,27.623142 +0.4,0.6,0.8,0.2,-->,42.701855,-45.322075,20.776047 +0.4,0.6,0.8,0.4,-->,32.912594,-35.433144,15.762610 +0.4,0.6,0.8,0.6,-->,25.197941,-26.333134,11.833743 +0.4,0.6,0.8,0.8,-->,18.549828,-18.470003,7.921184 +0.4,0.6,0.8,1,-->,13.839860,-12.078100,4.593900 +0.4,0.6,1,0,-->,53.110050,-58.105865,28.520214 +0.4,0.6,1,0.2,-->,42.696785,-45.439968,21.410704 +0.4,0.6,1,0.4,-->,32.918968,-35.524075,16.285889 +0.4,0.6,1,0.6,-->,25.228167,-26.394653,12.232281 +0.4,0.6,1,0.8,-->,18.558882,-18.490211,8.176014 +0.4,0.6,1,1,-->,13.852410,-12.057247,4.716908 +0.4,0.8,0,0,-->,57.514320,-35.885723,-38.327061 +0.4,0.8,0,0.2,-->,45.432602,-28.749987,-30.124380 +0.4,0.8,0,0.4,-->,34.748489,-22.578897,-23.258112 +0.4,0.8,0,0.6,-->,26.806849,-17.346548,-17.958733 +0.4,0.8,0,0.8,-->,19.410088,-11.732843,-12.341115 +0.4,0.8,0,1,-->,13.816072,-7.109251,-7.829776 +0.4,0.8,0.2,0,-->,53.545158,-55.430931,14.298169 +0.4,0.8,0.2,0.2,-->,42.827534,-43.382912,11.251173 +0.4,0.8,0.2,0.4,-->,32.888405,-33.893017,7.961310 +0.4,0.8,0.2,0.6,-->,24.883553,-25.277315,5.864643 +0.4,0.8,0.2,0.8,-->,18.448887,-17.956688,4.003458 +0.4,0.8,0.2,1,-->,13.691447,-12.171545,2.592000 +0.4,0.8,0.4,0,-->,53.215633,-57.436714,24.675154 +0.4,0.8,0.4,0.2,-->,42.718491,-44.932945,18.686098 +0.4,0.8,0.4,0.4,-->,32.891670,-35.134281,14.043902 +0.4,0.8,0.4,0.6,-->,25.098587,-26.130939,10.520306 +0.4,0.8,0.4,0.8,-->,18.520048,-18.403545,7.082675 +0.4,0.8,0.4,1,-->,13.798582,-12.146740,4.189435 +0.4,0.8,0.6,0,-->,53.166843,-57.747265,26.453671 +0.4,0.8,0.6,0.2,-->,42.708458,-45.168236,19.944529 +0.4,0.8,0.6,0.4,-->,32.904293,-35.314529,15.081900 +0.4,0.8,0.6,0.6,-->,25.158512,-26.252882,11.313825 +0.4,0.8,0.6,0.8,-->,18.538008,-18.443624,7.588717 +0.4,0.8,0.6,1,-->,13.823481,-12.105352,4.433397 +0.4,0.8,0.8,0,-->,53.134705,-57.950531,27.623142 +0.4,0.8,0.8,0.2,-->,42.701855,-45.322075,20.776047 +0.4,0.8,0.8,0.4,-->,32.912594,-35.433144,15.762610 +0.4,0.8,0.8,0.6,-->,25.197941,-26.333134,11.833743 +0.4,0.8,0.8,0.8,-->,18.549828,-18.470003,7.921184 +0.4,0.8,0.8,1,-->,13.839860,-12.078100,4.593900 +0.4,0.8,1,0,-->,53.110050,-58.105865,28.520214 +0.4,0.8,1,0.2,-->,42.696785,-45.439968,21.410704 +0.4,0.8,1,0.4,-->,32.918968,-35.524075,16.285889 +0.4,0.8,1,0.6,-->,25.228167,-26.394653,12.232281 +0.4,0.8,1,0.8,-->,18.558882,-18.490211,8.176014 +0.4,0.8,1,1,-->,13.852410,-12.057247,4.716908 +0.4,1,0,0,-->,57.514320,-35.885723,-38.327061 +0.4,1,0,0.2,-->,45.432602,-28.749987,-30.124380 +0.4,1,0,0.4,-->,34.748489,-22.578897,-23.258112 +0.4,1,0,0.6,-->,26.806849,-17.346548,-17.958733 +0.4,1,0,0.8,-->,19.410088,-11.732843,-12.341115 +0.4,1,0,1,-->,13.816072,-7.109251,-7.829776 +0.4,1,0.2,0,-->,53.545158,-55.430931,14.298169 +0.4,1,0.2,0.2,-->,42.827534,-43.382912,11.251173 +0.4,1,0.2,0.4,-->,32.888405,-33.893017,7.961310 +0.4,1,0.2,0.6,-->,24.883553,-25.277315,5.864643 +0.4,1,0.2,0.8,-->,18.448887,-17.956688,4.003458 +0.4,1,0.2,1,-->,13.691447,-12.171545,2.592000 +0.4,1,0.4,0,-->,53.215633,-57.436714,24.675154 +0.4,1,0.4,0.2,-->,42.718491,-44.932945,18.686098 +0.4,1,0.4,0.4,-->,32.891670,-35.134281,14.043902 +0.4,1,0.4,0.6,-->,25.098587,-26.130939,10.520306 +0.4,1,0.4,0.8,-->,18.520048,-18.403545,7.082675 +0.4,1,0.4,1,-->,13.798582,-12.146740,4.189435 +0.4,1,0.6,0,-->,53.166843,-57.747265,26.453671 +0.4,1,0.6,0.2,-->,42.708458,-45.168236,19.944529 +0.4,1,0.6,0.4,-->,32.904293,-35.314529,15.081900 +0.4,1,0.6,0.6,-->,25.158512,-26.252882,11.313825 +0.4,1,0.6,0.8,-->,18.538008,-18.443624,7.588717 +0.4,1,0.6,1,-->,13.823481,-12.105352,4.433397 +0.4,1,0.8,0,-->,53.134705,-57.950531,27.623142 +0.4,1,0.8,0.2,-->,42.701855,-45.322075,20.776047 +0.4,1,0.8,0.4,-->,32.912594,-35.433144,15.762610 +0.4,1,0.8,0.6,-->,25.197941,-26.333134,11.833743 +0.4,1,0.8,0.8,-->,18.549828,-18.470003,7.921184 +0.4,1,0.8,1,-->,13.839860,-12.078100,4.593900 +0.4,1,1,0,-->,53.110050,-58.105865,28.520214 +0.4,1,1,0.2,-->,42.696785,-45.439968,21.410704 +0.4,1,1,0.4,-->,32.918968,-35.524075,16.285889 +0.4,1,1,0.6,-->,25.228167,-26.394653,12.232281 +0.4,1,1,0.8,-->,18.558882,-18.490211,8.176014 +0.4,1,1,1,-->,13.852410,-12.057247,4.716908 +0.6,0,0,0,-->,56.932140,-36.663647,-39.096180 +0.6,0,0,0.2,-->,44.965729,-29.465603,-30.777931 +0.6,0,0,0.4,-->,34.423199,-23.120642,-23.737654 +0.6,0,0,0.6,-->,26.616005,-17.808838,-18.365509 +0.6,0,0,0.8,-->,19.240757,-12.098300,-12.607488 +0.6,0,0,1,-->,13.716253,-7.454356,-7.991427 +0.6,0,0.2,0,-->,52.932800,-56.877052,13.441330 +0.6,0,0.2,0.2,-->,42.392849,-44.468391,10.474480 +0.6,0,0.2,0.4,-->,32.576729,-34.685951,7.383665 +0.6,0,0.2,0.6,-->,24.654707,-25.837702,5.449979 +0.6,0,0.2,0.8,-->,18.302471,-18.411592,3.755954 +0.6,0,0.2,1,-->,13.622968,-12.556723,2.477292 +0.6,0,0.4,0,-->,52.567314,-58.989410,23.627779 +0.6,0,0.4,0.2,-->,42.313976,-46.069099,17.795547 +0.6,0,0.4,0.4,-->,32.611904,-35.955677,13.457608 +0.6,0,0.4,0.6,-->,24.922472,-26.710035,10.109517 +0.6,0,0.4,0.8,-->,18.385147,-18.839579,6.814972 +0.6,0,0.4,1,-->,13.733414,-12.533065,4.070760 +0.6,0,0.6,0,-->,52.512367,-59.319439,25.373936 +0.6,0,0.6,0.2,-->,42.310028,-46.310570,19.038355 +0.6,0,0.6,0.4,-->,32.629173,-36.143532,14.493236 +0.6,0,0.6,0.6,-->,24.994551,-26.834814,10.903143 +0.6,0,0.6,0.8,-->,18.407124,-18.878860,7.324631 +0.6,0,0.6,1,-->,13.760020,-12.492977,4.316698 +0.6,0,0.8,0,-->,52.476055,-59.537441,26.524075 +0.6,0,0.8,0.2,-->,42.307438,-46.469509,19.853821 +0.6,0,0.8,0.4,-->,32.640537,-36.266605,15.175724 +0.6,0,0.8,0.6,-->,25.041973,-26.916889,11.423623 +0.6,0,0.8,0.8,-->,18.421579,-18.904699,7.658162 +0.6,0,0.8,1,-->,13.777531,-12.466561,4.478508 +0.6,0,1,0,-->,52.448128,-59.703812,27.402998 +0.6,0,1,0.2,-->,42.305454,-46.592190,20.482307 +0.6,0,1,0.4,-->,32.649220,-36.360916,15.697285 +0.6,0,1,0.6,-->,25.078327,-26.979822,11.822283 +0.6,0,1,0.8,-->,18.432659,-18.924490,7.913797 +0.6,0,1,1,-->,13.790946,-12.446255,4.602533 +0.6,0.2,0,0,-->,56.932140,-36.663647,-39.096180 +0.6,0.2,0,0.2,-->,44.965729,-29.465603,-30.777931 +0.6,0.2,0,0.4,-->,34.423199,-23.120642,-23.737654 +0.6,0.2,0,0.6,-->,26.616005,-17.808838,-18.365509 +0.6,0.2,0,0.8,-->,19.240757,-12.098300,-12.607488 +0.6,0.2,0,1,-->,13.716253,-7.454356,-7.991427 +0.6,0.2,0.2,0,-->,52.932800,-56.877052,13.441330 +0.6,0.2,0.2,0.2,-->,42.392849,-44.468391,10.474480 +0.6,0.2,0.2,0.4,-->,32.576729,-34.685951,7.383665 +0.6,0.2,0.2,0.6,-->,24.654707,-25.837702,5.449979 +0.6,0.2,0.2,0.8,-->,18.302471,-18.411592,3.755954 +0.6,0.2,0.2,1,-->,13.622968,-12.556723,2.477292 +0.6,0.2,0.4,0,-->,52.567314,-58.989410,23.627779 +0.6,0.2,0.4,0.2,-->,42.313976,-46.069099,17.795547 +0.6,0.2,0.4,0.4,-->,32.611904,-35.955677,13.457608 +0.6,0.2,0.4,0.6,-->,24.922472,-26.710035,10.109517 +0.6,0.2,0.4,0.8,-->,18.385147,-18.839579,6.814972 +0.6,0.2,0.4,1,-->,13.733414,-12.533065,4.070760 +0.6,0.2,0.6,0,-->,52.512367,-59.319439,25.373936 +0.6,0.2,0.6,0.2,-->,42.310028,-46.310570,19.038355 +0.6,0.2,0.6,0.4,-->,32.629173,-36.143532,14.493236 +0.6,0.2,0.6,0.6,-->,24.994551,-26.834814,10.903143 +0.6,0.2,0.6,0.8,-->,18.407124,-18.878860,7.324631 +0.6,0.2,0.6,1,-->,13.760020,-12.492977,4.316698 +0.6,0.2,0.8,0,-->,52.476055,-59.537441,26.524075 +0.6,0.2,0.8,0.2,-->,42.307438,-46.469509,19.853821 +0.6,0.2,0.8,0.4,-->,32.640537,-36.266605,15.175724 +0.6,0.2,0.8,0.6,-->,25.041973,-26.916889,11.423623 +0.6,0.2,0.8,0.8,-->,18.421579,-18.904699,7.658162 +0.6,0.2,0.8,1,-->,13.777531,-12.466561,4.478508 +0.6,0.2,1,0,-->,52.448128,-59.703812,27.402998 +0.6,0.2,1,0.2,-->,42.305454,-46.592190,20.482307 +0.6,0.2,1,0.4,-->,32.649220,-36.360916,15.697285 +0.6,0.2,1,0.6,-->,25.078327,-26.979822,11.822283 +0.6,0.2,1,0.8,-->,18.432659,-18.924490,7.913797 +0.6,0.2,1,1,-->,13.790946,-12.446255,4.602533 +0.6,0.4,0,0,-->,56.932140,-36.663647,-39.096180 +0.6,0.4,0,0.2,-->,44.965729,-29.465603,-30.777931 +0.6,0.4,0,0.4,-->,34.423199,-23.120642,-23.737654 +0.6,0.4,0,0.6,-->,26.616005,-17.808838,-18.365509 +0.6,0.4,0,0.8,-->,19.240757,-12.098300,-12.607488 +0.6,0.4,0,1,-->,13.716253,-7.454356,-7.991427 +0.6,0.4,0.2,0,-->,52.932800,-56.877052,13.441330 +0.6,0.4,0.2,0.2,-->,42.392849,-44.468391,10.474480 +0.6,0.4,0.2,0.4,-->,32.576729,-34.685951,7.383665 +0.6,0.4,0.2,0.6,-->,24.654707,-25.837702,5.449979 +0.6,0.4,0.2,0.8,-->,18.302471,-18.411592,3.755954 +0.6,0.4,0.2,1,-->,13.622968,-12.556723,2.477292 +0.6,0.4,0.4,0,-->,52.567314,-58.989410,23.627779 +0.6,0.4,0.4,0.2,-->,42.313976,-46.069099,17.795547 +0.6,0.4,0.4,0.4,-->,32.611904,-35.955677,13.457608 +0.6,0.4,0.4,0.6,-->,24.922472,-26.710035,10.109517 +0.6,0.4,0.4,0.8,-->,18.385147,-18.839579,6.814972 +0.6,0.4,0.4,1,-->,13.733414,-12.533065,4.070760 +0.6,0.4,0.6,0,-->,52.512367,-59.319439,25.373936 +0.6,0.4,0.6,0.2,-->,42.310028,-46.310570,19.038355 +0.6,0.4,0.6,0.4,-->,32.629173,-36.143532,14.493236 +0.6,0.4,0.6,0.6,-->,24.994551,-26.834814,10.903143 +0.6,0.4,0.6,0.8,-->,18.407124,-18.878860,7.324631 +0.6,0.4,0.6,1,-->,13.760020,-12.492977,4.316698 +0.6,0.4,0.8,0,-->,52.476055,-59.537441,26.524075 +0.6,0.4,0.8,0.2,-->,42.307438,-46.469509,19.853821 +0.6,0.4,0.8,0.4,-->,32.640537,-36.266605,15.175724 +0.6,0.4,0.8,0.6,-->,25.041973,-26.916889,11.423623 +0.6,0.4,0.8,0.8,-->,18.421579,-18.904699,7.658162 +0.6,0.4,0.8,1,-->,13.777531,-12.466561,4.478508 +0.6,0.4,1,0,-->,52.448128,-59.703812,27.402998 +0.6,0.4,1,0.2,-->,42.305454,-46.592190,20.482307 +0.6,0.4,1,0.4,-->,32.649220,-36.360916,15.697285 +0.6,0.4,1,0.6,-->,25.078327,-26.979822,11.822283 +0.6,0.4,1,0.8,-->,18.432659,-18.924490,7.913797 +0.6,0.4,1,1,-->,13.790946,-12.446255,4.602533 +0.6,0.6,0,0,-->,56.932140,-36.663647,-39.096180 +0.6,0.6,0,0.2,-->,44.965729,-29.465603,-30.777931 +0.6,0.6,0,0.4,-->,34.423199,-23.120642,-23.737654 +0.6,0.6,0,0.6,-->,26.616005,-17.808838,-18.365509 +0.6,0.6,0,0.8,-->,19.240757,-12.098300,-12.607488 +0.6,0.6,0,1,-->,13.716253,-7.454356,-7.991427 +0.6,0.6,0.2,0,-->,52.932800,-56.877052,13.441330 +0.6,0.6,0.2,0.2,-->,42.392849,-44.468391,10.474480 +0.6,0.6,0.2,0.4,-->,32.576729,-34.685951,7.383665 +0.6,0.6,0.2,0.6,-->,24.654707,-25.837702,5.449979 +0.6,0.6,0.2,0.8,-->,18.302471,-18.411592,3.755954 +0.6,0.6,0.2,1,-->,13.622968,-12.556723,2.477292 +0.6,0.6,0.4,0,-->,52.567314,-58.989410,23.627779 +0.6,0.6,0.4,0.2,-->,42.313976,-46.069099,17.795547 +0.6,0.6,0.4,0.4,-->,32.611904,-35.955677,13.457608 +0.6,0.6,0.4,0.6,-->,24.922472,-26.710035,10.109517 +0.6,0.6,0.4,0.8,-->,18.385147,-18.839579,6.814972 +0.6,0.6,0.4,1,-->,13.733414,-12.533065,4.070760 +0.6,0.6,0.6,0,-->,52.512367,-59.319439,25.373936 +0.6,0.6,0.6,0.2,-->,42.310028,-46.310570,19.038355 +0.6,0.6,0.6,0.4,-->,32.629173,-36.143532,14.493236 +0.6,0.6,0.6,0.6,-->,24.994551,-26.834814,10.903143 +0.6,0.6,0.6,0.8,-->,18.407124,-18.878860,7.324631 +0.6,0.6,0.6,1,-->,13.760020,-12.492977,4.316698 +0.6,0.6,0.8,0,-->,52.476055,-59.537441,26.524075 +0.6,0.6,0.8,0.2,-->,42.307438,-46.469509,19.853821 +0.6,0.6,0.8,0.4,-->,32.640537,-36.266605,15.175724 +0.6,0.6,0.8,0.6,-->,25.041973,-26.916889,11.423623 +0.6,0.6,0.8,0.8,-->,18.421579,-18.904699,7.658162 +0.6,0.6,0.8,1,-->,13.777531,-12.466561,4.478508 +0.6,0.6,1,0,-->,52.448128,-59.703812,27.402998 +0.6,0.6,1,0.2,-->,42.305454,-46.592190,20.482307 +0.6,0.6,1,0.4,-->,32.649220,-36.360916,15.697285 +0.6,0.6,1,0.6,-->,25.078327,-26.979822,11.822283 +0.6,0.6,1,0.8,-->,18.432659,-18.924490,7.913797 +0.6,0.6,1,1,-->,13.790946,-12.446255,4.602533 +0.6,0.8,0,0,-->,56.932140,-36.663647,-39.096180 +0.6,0.8,0,0.2,-->,44.965729,-29.465603,-30.777931 +0.6,0.8,0,0.4,-->,34.423199,-23.120642,-23.737654 +0.6,0.8,0,0.6,-->,26.616005,-17.808838,-18.365509 +0.6,0.8,0,0.8,-->,19.240757,-12.098300,-12.607488 +0.6,0.8,0,1,-->,13.716253,-7.454356,-7.991427 +0.6,0.8,0.2,0,-->,52.932800,-56.877052,13.441330 +0.6,0.8,0.2,0.2,-->,42.392849,-44.468391,10.474480 +0.6,0.8,0.2,0.4,-->,32.576729,-34.685951,7.383665 +0.6,0.8,0.2,0.6,-->,24.654707,-25.837702,5.449979 +0.6,0.8,0.2,0.8,-->,18.302471,-18.411592,3.755954 +0.6,0.8,0.2,1,-->,13.622968,-12.556723,2.477292 +0.6,0.8,0.4,0,-->,52.567314,-58.989410,23.627779 +0.6,0.8,0.4,0.2,-->,42.313976,-46.069099,17.795547 +0.6,0.8,0.4,0.4,-->,32.611904,-35.955677,13.457608 +0.6,0.8,0.4,0.6,-->,24.922472,-26.710035,10.109517 +0.6,0.8,0.4,0.8,-->,18.385147,-18.839579,6.814972 +0.6,0.8,0.4,1,-->,13.733414,-12.533065,4.070760 +0.6,0.8,0.6,0,-->,52.512367,-59.319439,25.373936 +0.6,0.8,0.6,0.2,-->,42.310028,-46.310570,19.038355 +0.6,0.8,0.6,0.4,-->,32.629173,-36.143532,14.493236 +0.6,0.8,0.6,0.6,-->,24.994551,-26.834814,10.903143 +0.6,0.8,0.6,0.8,-->,18.407124,-18.878860,7.324631 +0.6,0.8,0.6,1,-->,13.760020,-12.492977,4.316698 +0.6,0.8,0.8,0,-->,52.476055,-59.537441,26.524075 +0.6,0.8,0.8,0.2,-->,42.307438,-46.469509,19.853821 +0.6,0.8,0.8,0.4,-->,32.640537,-36.266605,15.175724 +0.6,0.8,0.8,0.6,-->,25.041973,-26.916889,11.423623 +0.6,0.8,0.8,0.8,-->,18.421579,-18.904699,7.658162 +0.6,0.8,0.8,1,-->,13.777531,-12.466561,4.478508 +0.6,0.8,1,0,-->,52.448128,-59.703812,27.402998 +0.6,0.8,1,0.2,-->,42.305454,-46.592190,20.482307 +0.6,0.8,1,0.4,-->,32.649220,-36.360916,15.697285 +0.6,0.8,1,0.6,-->,25.078327,-26.979822,11.822283 +0.6,0.8,1,0.8,-->,18.432659,-18.924490,7.913797 +0.6,0.8,1,1,-->,13.790946,-12.446255,4.602533 +0.6,1,0,0,-->,56.932140,-36.663647,-39.096180 +0.6,1,0,0.2,-->,44.965729,-29.465603,-30.777931 +0.6,1,0,0.4,-->,34.423199,-23.120642,-23.737654 +0.6,1,0,0.6,-->,26.616005,-17.808838,-18.365509 +0.6,1,0,0.8,-->,19.240757,-12.098300,-12.607488 +0.6,1,0,1,-->,13.716253,-7.454356,-7.991427 +0.6,1,0.2,0,-->,52.932800,-56.877052,13.441330 +0.6,1,0.2,0.2,-->,42.392849,-44.468391,10.474480 +0.6,1,0.2,0.4,-->,32.576729,-34.685951,7.383665 +0.6,1,0.2,0.6,-->,24.654707,-25.837702,5.449979 +0.6,1,0.2,0.8,-->,18.302471,-18.411592,3.755954 +0.6,1,0.2,1,-->,13.622968,-12.556723,2.477292 +0.6,1,0.4,0,-->,52.567314,-58.989410,23.627779 +0.6,1,0.4,0.2,-->,42.313976,-46.069099,17.795547 +0.6,1,0.4,0.4,-->,32.611904,-35.955677,13.457608 +0.6,1,0.4,0.6,-->,24.922472,-26.710035,10.109517 +0.6,1,0.4,0.8,-->,18.385147,-18.839579,6.814972 +0.6,1,0.4,1,-->,13.733414,-12.533065,4.070760 +0.6,1,0.6,0,-->,52.512367,-59.319439,25.373936 +0.6,1,0.6,0.2,-->,42.310028,-46.310570,19.038355 +0.6,1,0.6,0.4,-->,32.629173,-36.143532,14.493236 +0.6,1,0.6,0.6,-->,24.994551,-26.834814,10.903143 +0.6,1,0.6,0.8,-->,18.407124,-18.878860,7.324631 +0.6,1,0.6,1,-->,13.760020,-12.492977,4.316698 +0.6,1,0.8,0,-->,52.476055,-59.537441,26.524075 +0.6,1,0.8,0.2,-->,42.307438,-46.469509,19.853821 +0.6,1,0.8,0.4,-->,32.640537,-36.266605,15.175724 +0.6,1,0.8,0.6,-->,25.041973,-26.916889,11.423623 +0.6,1,0.8,0.8,-->,18.421579,-18.904699,7.658162 +0.6,1,0.8,1,-->,13.777531,-12.466561,4.478508 +0.6,1,1,0,-->,52.448128,-59.703812,27.402998 +0.6,1,1,0.2,-->,42.305454,-46.592190,20.482307 +0.6,1,1,0.4,-->,32.649220,-36.360916,15.697285 +0.6,1,1,0.6,-->,25.078327,-26.979822,11.822283 +0.6,1,1,0.8,-->,18.432659,-18.924490,7.913797 +0.6,1,1,1,-->,13.790946,-12.446255,4.602533 +0.8,0,0,0,-->,56.550442,-37.171780,-39.601925 +0.8,0,0,0.2,-->,44.660645,-29.933495,-31.208334 +0.8,0,0,0.4,-->,34.210987,-23.476927,-24.051630 +0.8,0,0,0.6,-->,26.491087,-18.111439,-18.631889 +0.8,0,0,0.8,-->,19.129530,-12.339397,-12.781556 +0.8,0,0,1,-->,13.650887,-7.680300,-8.097282 +0.8,0,0.2,0,-->,52.532745,-57.825253,12.880010 +0.8,0,0.2,0.2,-->,42.109127,-45.182705,9.966584 +0.8,0,0.2,0.4,-->,32.372131,-35.203308,7.005555 +0.8,0,0.2,0.6,-->,24.505764,-26.204678,5.177260 +0.8,0,0.2,0.8,-->,18.207211,-18.709452,3.593657 +0.8,0,0.2,1,-->,13.578123,-12.807152,2.402193 +0.8,0,0.4,0,-->,52.142303,-60.007717,22.944164 +0.8,0,0.4,0.2,-->,42.049995,-46.814682,17.214710 +0.8,0,0.4,0.4,-->,32.427746,-36.492626,13.073647 +0.8,0,0.4,0.6,-->,24.806843,-27.090700,9.840598 +0.8,0,0.4,0.8,-->,18.296532,-19.125134,6.640303 +0.8,0,0.4,1,-->,13.690740,-12.784163,3.992985 +0.8,0,0.6,0,-->,52.083130,-60.350002,24.669134 +0.8,0,0.6,0.2,-->,42.050053,-47.062153,18.443609 +0.8,0,0.6,0.4,-->,32.447845,-36.684067,14.107602 +0.8,0,0.6,0.6,-->,24.887178,-27.215706,10.632384 +0.8,0,0.6,0.8,-->,18.321045,-19.163862,7.151543 +0.8,0,0.6,1,-->,13.718462,-12.745041,4.240261 +0.8,0,0.8,0,-->,52.044189,-60.575188,25.803373 +0.8,0,0.8,0.2,-->,42.050087,-47.224392,19.252253 +0.8,0,0.8,0.4,-->,32.461071,-36.810055,14.791368 +0.8,0,0.8,0.6,-->,24.939846,-27.297956,11.155054 +0.8,0,0.8,0.8,-->,18.337170,-19.189358,7.485925 +0.8,0,0.8,1,-->,13.736712,-12.719308,4.402953 +0.8,0,1,0,-->,52.014362,-60.747803,26.673573 +0.8,0,1,0.2,-->,42.050106,-47.348743,19.870966 +0.8,0,1,0.4,-->,32.471233,-36.906597,15.312791 +0.8,0,1,0.6,-->,24.980211,-27.361025,11.553820 +0.8,0,1,0.8,-->,18.349531,-19.208881,7.742107 +0.8,0,1,1,-->,13.750696,-12.699588,4.527647 +0.8,0.2,0,0,-->,56.550442,-37.171780,-39.601925 +0.8,0.2,0,0.2,-->,44.660645,-29.933495,-31.208334 +0.8,0.2,0,0.4,-->,34.210987,-23.476927,-24.051630 +0.8,0.2,0,0.6,-->,26.491087,-18.111439,-18.631889 +0.8,0.2,0,0.8,-->,19.129530,-12.339397,-12.781556 +0.8,0.2,0,1,-->,13.650887,-7.680300,-8.097282 +0.8,0.2,0.2,0,-->,52.532745,-57.825253,12.880010 +0.8,0.2,0.2,0.2,-->,42.109127,-45.182705,9.966584 +0.8,0.2,0.2,0.4,-->,32.372131,-35.203308,7.005555 +0.8,0.2,0.2,0.6,-->,24.505764,-26.204678,5.177260 +0.8,0.2,0.2,0.8,-->,18.207211,-18.709452,3.593657 +0.8,0.2,0.2,1,-->,13.578123,-12.807152,2.402193 +0.8,0.2,0.4,0,-->,52.142303,-60.007717,22.944164 +0.8,0.2,0.4,0.2,-->,42.049995,-46.814682,17.214710 +0.8,0.2,0.4,0.4,-->,32.427746,-36.492626,13.073647 +0.8,0.2,0.4,0.6,-->,24.806843,-27.090700,9.840598 +0.8,0.2,0.4,0.8,-->,18.296532,-19.125134,6.640303 +0.8,0.2,0.4,1,-->,13.690740,-12.784163,3.992985 +0.8,0.2,0.6,0,-->,52.083130,-60.350002,24.669134 +0.8,0.2,0.6,0.2,-->,42.050053,-47.062153,18.443609 +0.8,0.2,0.6,0.4,-->,32.447845,-36.684067,14.107602 +0.8,0.2,0.6,0.6,-->,24.887178,-27.215706,10.632384 +0.8,0.2,0.6,0.8,-->,18.321045,-19.163862,7.151543 +0.8,0.2,0.6,1,-->,13.718462,-12.745041,4.240261 +0.8,0.2,0.8,0,-->,52.044189,-60.575188,25.803373 +0.8,0.2,0.8,0.2,-->,42.050087,-47.224392,19.252253 +0.8,0.2,0.8,0.4,-->,32.461071,-36.810055,14.791368 +0.8,0.2,0.8,0.6,-->,24.939846,-27.297956,11.155054 +0.8,0.2,0.8,0.8,-->,18.337170,-19.189358,7.485925 +0.8,0.2,0.8,1,-->,13.736712,-12.719308,4.402953 +0.8,0.2,1,0,-->,52.014362,-60.747803,26.673573 +0.8,0.2,1,0.2,-->,42.050106,-47.348743,19.870966 +0.8,0.2,1,0.4,-->,32.471233,-36.906597,15.312791 +0.8,0.2,1,0.6,-->,24.980211,-27.361025,11.553820 +0.8,0.2,1,0.8,-->,18.349531,-19.208881,7.742107 +0.8,0.2,1,1,-->,13.750696,-12.699588,4.527647 +0.8,0.4,0,0,-->,56.550442,-37.171780,-39.601925 +0.8,0.4,0,0.2,-->,44.660645,-29.933495,-31.208334 +0.8,0.4,0,0.4,-->,34.210987,-23.476927,-24.051630 +0.8,0.4,0,0.6,-->,26.491087,-18.111439,-18.631889 +0.8,0.4,0,0.8,-->,19.129530,-12.339397,-12.781556 +0.8,0.4,0,1,-->,13.650887,-7.680300,-8.097282 +0.8,0.4,0.2,0,-->,52.532745,-57.825253,12.880010 +0.8,0.4,0.2,0.2,-->,42.109127,-45.182705,9.966584 +0.8,0.4,0.2,0.4,-->,32.372131,-35.203308,7.005555 +0.8,0.4,0.2,0.6,-->,24.505764,-26.204678,5.177260 +0.8,0.4,0.2,0.8,-->,18.207211,-18.709452,3.593657 +0.8,0.4,0.2,1,-->,13.578123,-12.807152,2.402193 +0.8,0.4,0.4,0,-->,52.142303,-60.007717,22.944164 +0.8,0.4,0.4,0.2,-->,42.049995,-46.814682,17.214710 +0.8,0.4,0.4,0.4,-->,32.427746,-36.492626,13.073647 +0.8,0.4,0.4,0.6,-->,24.806843,-27.090700,9.840598 +0.8,0.4,0.4,0.8,-->,18.296532,-19.125134,6.640303 +0.8,0.4,0.4,1,-->,13.690740,-12.784163,3.992985 +0.8,0.4,0.6,0,-->,52.083130,-60.350002,24.669134 +0.8,0.4,0.6,0.2,-->,42.050053,-47.062153,18.443609 +0.8,0.4,0.6,0.4,-->,32.447845,-36.684067,14.107602 +0.8,0.4,0.6,0.6,-->,24.887178,-27.215706,10.632384 +0.8,0.4,0.6,0.8,-->,18.321045,-19.163862,7.151543 +0.8,0.4,0.6,1,-->,13.718462,-12.745041,4.240261 +0.8,0.4,0.8,0,-->,52.044189,-60.575188,25.803373 +0.8,0.4,0.8,0.2,-->,42.050087,-47.224392,19.252253 +0.8,0.4,0.8,0.4,-->,32.461071,-36.810055,14.791368 +0.8,0.4,0.8,0.6,-->,24.939846,-27.297956,11.155054 +0.8,0.4,0.8,0.8,-->,18.337170,-19.189358,7.485925 +0.8,0.4,0.8,1,-->,13.736712,-12.719308,4.402953 +0.8,0.4,1,0,-->,52.014362,-60.747803,26.673573 +0.8,0.4,1,0.2,-->,42.050106,-47.348743,19.870966 +0.8,0.4,1,0.4,-->,32.471233,-36.906597,15.312791 +0.8,0.4,1,0.6,-->,24.980211,-27.361025,11.553820 +0.8,0.4,1,0.8,-->,18.349531,-19.208881,7.742107 +0.8,0.4,1,1,-->,13.750696,-12.699588,4.527647 +0.8,0.6,0,0,-->,56.550442,-37.171780,-39.601925 +0.8,0.6,0,0.2,-->,44.660645,-29.933495,-31.208334 +0.8,0.6,0,0.4,-->,34.210987,-23.476927,-24.051630 +0.8,0.6,0,0.6,-->,26.491087,-18.111439,-18.631889 +0.8,0.6,0,0.8,-->,19.129530,-12.339397,-12.781556 +0.8,0.6,0,1,-->,13.650887,-7.680300,-8.097282 +0.8,0.6,0.2,0,-->,52.532745,-57.825253,12.880010 +0.8,0.6,0.2,0.2,-->,42.109127,-45.182705,9.966584 +0.8,0.6,0.2,0.4,-->,32.372131,-35.203308,7.005555 +0.8,0.6,0.2,0.6,-->,24.505764,-26.204678,5.177260 +0.8,0.6,0.2,0.8,-->,18.207211,-18.709452,3.593657 +0.8,0.6,0.2,1,-->,13.578123,-12.807152,2.402193 +0.8,0.6,0.4,0,-->,52.142303,-60.007717,22.944164 +0.8,0.6,0.4,0.2,-->,42.049995,-46.814682,17.214710 +0.8,0.6,0.4,0.4,-->,32.427746,-36.492626,13.073647 +0.8,0.6,0.4,0.6,-->,24.806843,-27.090700,9.840598 +0.8,0.6,0.4,0.8,-->,18.296532,-19.125134,6.640303 +0.8,0.6,0.4,1,-->,13.690740,-12.784163,3.992985 +0.8,0.6,0.6,0,-->,52.083130,-60.350002,24.669134 +0.8,0.6,0.6,0.2,-->,42.050053,-47.062153,18.443609 +0.8,0.6,0.6,0.4,-->,32.447845,-36.684067,14.107602 +0.8,0.6,0.6,0.6,-->,24.887178,-27.215706,10.632384 +0.8,0.6,0.6,0.8,-->,18.321045,-19.163862,7.151543 +0.8,0.6,0.6,1,-->,13.718462,-12.745041,4.240261 +0.8,0.6,0.8,0,-->,52.044189,-60.575188,25.803373 +0.8,0.6,0.8,0.2,-->,42.050087,-47.224392,19.252253 +0.8,0.6,0.8,0.4,-->,32.461071,-36.810055,14.791368 +0.8,0.6,0.8,0.6,-->,24.939846,-27.297956,11.155054 +0.8,0.6,0.8,0.8,-->,18.337170,-19.189358,7.485925 +0.8,0.6,0.8,1,-->,13.736712,-12.719308,4.402953 +0.8,0.6,1,0,-->,52.014362,-60.747803,26.673573 +0.8,0.6,1,0.2,-->,42.050106,-47.348743,19.870966 +0.8,0.6,1,0.4,-->,32.471233,-36.906597,15.312791 +0.8,0.6,1,0.6,-->,24.980211,-27.361025,11.553820 +0.8,0.6,1,0.8,-->,18.349531,-19.208881,7.742107 +0.8,0.6,1,1,-->,13.750696,-12.699588,4.527647 +0.8,0.8,0,0,-->,56.550442,-37.171780,-39.601925 +0.8,0.8,0,0.2,-->,44.660645,-29.933495,-31.208334 +0.8,0.8,0,0.4,-->,34.210987,-23.476927,-24.051630 +0.8,0.8,0,0.6,-->,26.491087,-18.111439,-18.631889 +0.8,0.8,0,0.8,-->,19.129530,-12.339397,-12.781556 +0.8,0.8,0,1,-->,13.650887,-7.680300,-8.097282 +0.8,0.8,0.2,0,-->,52.532745,-57.825253,12.880010 +0.8,0.8,0.2,0.2,-->,42.109127,-45.182705,9.966584 +0.8,0.8,0.2,0.4,-->,32.372131,-35.203308,7.005555 +0.8,0.8,0.2,0.6,-->,24.505764,-26.204678,5.177260 +0.8,0.8,0.2,0.8,-->,18.207211,-18.709452,3.593657 +0.8,0.8,0.2,1,-->,13.578123,-12.807152,2.402193 +0.8,0.8,0.4,0,-->,52.142303,-60.007717,22.944164 +0.8,0.8,0.4,0.2,-->,42.049995,-46.814682,17.214710 +0.8,0.8,0.4,0.4,-->,32.427746,-36.492626,13.073647 +0.8,0.8,0.4,0.6,-->,24.806843,-27.090700,9.840598 +0.8,0.8,0.4,0.8,-->,18.296532,-19.125134,6.640303 +0.8,0.8,0.4,1,-->,13.690740,-12.784163,3.992985 +0.8,0.8,0.6,0,-->,52.083130,-60.350002,24.669134 +0.8,0.8,0.6,0.2,-->,42.050053,-47.062153,18.443609 +0.8,0.8,0.6,0.4,-->,32.447845,-36.684067,14.107602 +0.8,0.8,0.6,0.6,-->,24.887178,-27.215706,10.632384 +0.8,0.8,0.6,0.8,-->,18.321045,-19.163862,7.151543 +0.8,0.8,0.6,1,-->,13.718462,-12.745041,4.240261 +0.8,0.8,0.8,0,-->,52.044189,-60.575188,25.803373 +0.8,0.8,0.8,0.2,-->,42.050087,-47.224392,19.252253 +0.8,0.8,0.8,0.4,-->,32.461071,-36.810055,14.791368 +0.8,0.8,0.8,0.6,-->,24.939846,-27.297956,11.155054 +0.8,0.8,0.8,0.8,-->,18.337170,-19.189358,7.485925 +0.8,0.8,0.8,1,-->,13.736712,-12.719308,4.402953 +0.8,0.8,1,0,-->,52.014362,-60.747803,26.673573 +0.8,0.8,1,0.2,-->,42.050106,-47.348743,19.870966 +0.8,0.8,1,0.4,-->,32.471233,-36.906597,15.312791 +0.8,0.8,1,0.6,-->,24.980211,-27.361025,11.553820 +0.8,0.8,1,0.8,-->,18.349531,-19.208881,7.742107 +0.8,0.8,1,1,-->,13.750696,-12.699588,4.527647 +0.8,1,0,0,-->,56.550442,-37.171780,-39.601925 +0.8,1,0,0.2,-->,44.660645,-29.933495,-31.208334 +0.8,1,0,0.4,-->,34.210987,-23.476927,-24.051630 +0.8,1,0,0.6,-->,26.491087,-18.111439,-18.631889 +0.8,1,0,0.8,-->,19.129530,-12.339397,-12.781556 +0.8,1,0,1,-->,13.650887,-7.680300,-8.097282 +0.8,1,0.2,0,-->,52.532745,-57.825253,12.880010 +0.8,1,0.2,0.2,-->,42.109127,-45.182705,9.966584 +0.8,1,0.2,0.4,-->,32.372131,-35.203308,7.005555 +0.8,1,0.2,0.6,-->,24.505764,-26.204678,5.177260 +0.8,1,0.2,0.8,-->,18.207211,-18.709452,3.593657 +0.8,1,0.2,1,-->,13.578123,-12.807152,2.402193 +0.8,1,0.4,0,-->,52.142303,-60.007717,22.944164 +0.8,1,0.4,0.2,-->,42.049995,-46.814682,17.214710 +0.8,1,0.4,0.4,-->,32.427746,-36.492626,13.073647 +0.8,1,0.4,0.6,-->,24.806843,-27.090700,9.840598 +0.8,1,0.4,0.8,-->,18.296532,-19.125134,6.640303 +0.8,1,0.4,1,-->,13.690740,-12.784163,3.992985 +0.8,1,0.6,0,-->,52.083130,-60.350002,24.669134 +0.8,1,0.6,0.2,-->,42.050053,-47.062153,18.443609 +0.8,1,0.6,0.4,-->,32.447845,-36.684067,14.107602 +0.8,1,0.6,0.6,-->,24.887178,-27.215706,10.632384 +0.8,1,0.6,0.8,-->,18.321045,-19.163862,7.151543 +0.8,1,0.6,1,-->,13.718462,-12.745041,4.240261 +0.8,1,0.8,0,-->,52.044189,-60.575188,25.803373 +0.8,1,0.8,0.2,-->,42.050087,-47.224392,19.252253 +0.8,1,0.8,0.4,-->,32.461071,-36.810055,14.791368 +0.8,1,0.8,0.6,-->,24.939846,-27.297956,11.155054 +0.8,1,0.8,0.8,-->,18.337170,-19.189358,7.485925 +0.8,1,0.8,1,-->,13.736712,-12.719308,4.402953 +0.8,1,1,0,-->,52.014362,-60.747803,26.673573 +0.8,1,1,0.2,-->,42.050106,-47.348743,19.870966 +0.8,1,1,0.4,-->,32.471233,-36.906597,15.312791 +0.8,1,1,0.6,-->,24.980211,-27.361025,11.553820 +0.8,1,1,0.8,-->,18.349531,-19.208881,7.742107 +0.8,1,1,1,-->,13.750696,-12.699588,4.527647 +1,0,0,0,-->,56.244503,-37.581238,-40.008404 +1,0,0,0.2,-->,44.414360,-30.310600,-31.553576 +1,0,0,0.4,-->,34.040085,-23.761721,-24.305275 +1,0,0,0.6,-->,26.390606,-18.353775,-18.846161 +1,0,0,0.8,-->,19.039635,-12.533339,-12.920842 +1,0,0,1,-->,13.598305,-7.862074,-8.182427 +1,0,0.2,0,-->,52.209515,-58.585136,12.429612 +1,0,0.2,0.2,-->,41.880878,-45.754539,9.556418 +1,0,0.2,0.4,-->,32.208229,-35.619598,6.702437 +1,0,0.2,0.6,-->,24.385937,-26.499868,4.959471 +1,0,0.2,0.8,-->,18.130682,-18.949089,3.462276 +1,0,0.2,1,-->,13.542051,-13.008602,2.341776 +1,0,0.4,0,-->,51.801533,-60.824127,22.393421 +1,0,0.4,0.2,-->,41.837444,-47.413284,16.746666 +1,0,0.4,0.4,-->,32.280510,-36.923920,12.763219 +1,0,0.4,0.6,-->,24.713346,-27.395102,9.624268 +1,0,0.4,0.8,-->,18.225723,-19.355204,6.500334 +1,0,0.4,1,-->,13.656404,-12.986122,3.930486 +1,0,0.6,0,-->,51.738556,-61.178921,24.100883 +1,0,0.6,0.2,-->,41.840736,-47.663898,17.964228 +1,0,0.6,0.4,-->,32.302986,-37.118908,13.798572 +1,0,0.6,0.6,-->,24.800461,-27.521072,10.415157 +1,0,0.6,0.8,-->,18.252066,-19.393818,7.011391 +1,0,0.6,1,-->,13.685040,-12.947653,4.178780 +1,0,0.8,0,-->,51.697052,-61.413078,25.223753 +1,0,0.8,0.2,-->,41.842899,-47.828777,18.768295 +1,0,0.8,0.4,-->,32.317772,-37.247242,14.480180 +1,0,0.8,0.6,-->,24.857693,-27.603983,10.939013 +1,0,0.8,0.8,-->,18.269400,-19.419222,7.347354 +1,0,0.8,1,-->,13.703873,-12.922354,4.342171 +1,0,1,0,-->,51.665253,-61.591175,26.086824 +1,0,1,0.2,-->,41.844551,-47.955181,19.381931 +1,0,1,0.4,-->,32.329109,-37.345589,15.003563 +1,0,1,0.6,-->,24.901283,-27.667509,11.337870 +1,0,1,0.8,-->,18.282682,-19.438671,7.603962 +1,0,1,1,-->,13.718313,-12.902914,4.467398 +1,0.2,0,0,-->,56.244503,-37.581238,-40.008404 +1,0.2,0,0.2,-->,44.414360,-30.310600,-31.553576 +1,0.2,0,0.4,-->,34.040085,-23.761721,-24.305275 +1,0.2,0,0.6,-->,26.390606,-18.353775,-18.846161 +1,0.2,0,0.8,-->,19.039635,-12.533339,-12.920842 +1,0.2,0,1,-->,13.598305,-7.862074,-8.182427 +1,0.2,0.2,0,-->,52.209515,-58.585136,12.429612 +1,0.2,0.2,0.2,-->,41.880878,-45.754539,9.556418 +1,0.2,0.2,0.4,-->,32.208229,-35.619598,6.702437 +1,0.2,0.2,0.6,-->,24.385937,-26.499868,4.959471 +1,0.2,0.2,0.8,-->,18.130682,-18.949089,3.462276 +1,0.2,0.2,1,-->,13.542051,-13.008602,2.341776 +1,0.2,0.4,0,-->,51.801533,-60.824127,22.393421 +1,0.2,0.4,0.2,-->,41.837444,-47.413284,16.746666 +1,0.2,0.4,0.4,-->,32.280510,-36.923920,12.763219 +1,0.2,0.4,0.6,-->,24.713346,-27.395102,9.624268 +1,0.2,0.4,0.8,-->,18.225723,-19.355204,6.500334 +1,0.2,0.4,1,-->,13.656404,-12.986122,3.930486 +1,0.2,0.6,0,-->,51.738556,-61.178921,24.100883 +1,0.2,0.6,0.2,-->,41.840736,-47.663898,17.964228 +1,0.2,0.6,0.4,-->,32.302986,-37.118908,13.798572 +1,0.2,0.6,0.6,-->,24.800461,-27.521072,10.415157 +1,0.2,0.6,0.8,-->,18.252066,-19.393818,7.011391 +1,0.2,0.6,1,-->,13.685040,-12.947653,4.178780 +1,0.2,0.8,0,-->,51.697052,-61.413078,25.223753 +1,0.2,0.8,0.2,-->,41.842899,-47.828777,18.768295 +1,0.2,0.8,0.4,-->,32.317772,-37.247242,14.480180 +1,0.2,0.8,0.6,-->,24.857693,-27.603983,10.939013 +1,0.2,0.8,0.8,-->,18.269400,-19.419222,7.347354 +1,0.2,0.8,1,-->,13.703873,-12.922354,4.342171 +1,0.2,1,0,-->,51.665253,-61.591175,26.086824 +1,0.2,1,0.2,-->,41.844551,-47.955181,19.381931 +1,0.2,1,0.4,-->,32.329109,-37.345589,15.003563 +1,0.2,1,0.6,-->,24.901283,-27.667509,11.337870 +1,0.2,1,0.8,-->,18.282682,-19.438671,7.603962 +1,0.2,1,1,-->,13.718313,-12.902914,4.467398 +1,0.4,0,0,-->,56.244503,-37.581238,-40.008404 +1,0.4,0,0.2,-->,44.414360,-30.310600,-31.553576 +1,0.4,0,0.4,-->,34.040085,-23.761721,-24.305275 +1,0.4,0,0.6,-->,26.390606,-18.353775,-18.846161 +1,0.4,0,0.8,-->,19.039635,-12.533339,-12.920842 +1,0.4,0,1,-->,13.598305,-7.862074,-8.182427 +1,0.4,0.2,0,-->,52.209515,-58.585136,12.429612 +1,0.4,0.2,0.2,-->,41.880878,-45.754539,9.556418 +1,0.4,0.2,0.4,-->,32.208229,-35.619598,6.702437 +1,0.4,0.2,0.6,-->,24.385937,-26.499868,4.959471 +1,0.4,0.2,0.8,-->,18.130682,-18.949089,3.462276 +1,0.4,0.2,1,-->,13.542051,-13.008602,2.341776 +1,0.4,0.4,0,-->,51.801533,-60.824127,22.393421 +1,0.4,0.4,0.2,-->,41.837444,-47.413284,16.746666 +1,0.4,0.4,0.4,-->,32.280510,-36.923920,12.763219 +1,0.4,0.4,0.6,-->,24.713346,-27.395102,9.624268 +1,0.4,0.4,0.8,-->,18.225723,-19.355204,6.500334 +1,0.4,0.4,1,-->,13.656404,-12.986122,3.930486 +1,0.4,0.6,0,-->,51.738556,-61.178921,24.100883 +1,0.4,0.6,0.2,-->,41.840736,-47.663898,17.964228 +1,0.4,0.6,0.4,-->,32.302986,-37.118908,13.798572 +1,0.4,0.6,0.6,-->,24.800461,-27.521072,10.415157 +1,0.4,0.6,0.8,-->,18.252066,-19.393818,7.011391 +1,0.4,0.6,1,-->,13.685040,-12.947653,4.178780 +1,0.4,0.8,0,-->,51.697052,-61.413078,25.223753 +1,0.4,0.8,0.2,-->,41.842899,-47.828777,18.768295 +1,0.4,0.8,0.4,-->,32.317772,-37.247242,14.480180 +1,0.4,0.8,0.6,-->,24.857693,-27.603983,10.939013 +1,0.4,0.8,0.8,-->,18.269400,-19.419222,7.347354 +1,0.4,0.8,1,-->,13.703873,-12.922354,4.342171 +1,0.4,1,0,-->,51.665253,-61.591175,26.086824 +1,0.4,1,0.2,-->,41.844551,-47.955181,19.381931 +1,0.4,1,0.4,-->,32.329109,-37.345589,15.003563 +1,0.4,1,0.6,-->,24.901283,-27.667509,11.337870 +1,0.4,1,0.8,-->,18.282682,-19.438671,7.603962 +1,0.4,1,1,-->,13.718313,-12.902914,4.467398 +1,0.6,0,0,-->,56.244503,-37.581238,-40.008404 +1,0.6,0,0.2,-->,44.414360,-30.310600,-31.553576 +1,0.6,0,0.4,-->,34.040085,-23.761721,-24.305275 +1,0.6,0,0.6,-->,26.390606,-18.353775,-18.846161 +1,0.6,0,0.8,-->,19.039635,-12.533339,-12.920842 +1,0.6,0,1,-->,13.598305,-7.862074,-8.182427 +1,0.6,0.2,0,-->,52.209515,-58.585136,12.429612 +1,0.6,0.2,0.2,-->,41.880878,-45.754539,9.556418 +1,0.6,0.2,0.4,-->,32.208229,-35.619598,6.702437 +1,0.6,0.2,0.6,-->,24.385937,-26.499868,4.959471 +1,0.6,0.2,0.8,-->,18.130682,-18.949089,3.462276 +1,0.6,0.2,1,-->,13.542051,-13.008602,2.341776 +1,0.6,0.4,0,-->,51.801533,-60.824127,22.393421 +1,0.6,0.4,0.2,-->,41.837444,-47.413284,16.746666 +1,0.6,0.4,0.4,-->,32.280510,-36.923920,12.763219 +1,0.6,0.4,0.6,-->,24.713346,-27.395102,9.624268 +1,0.6,0.4,0.8,-->,18.225723,-19.355204,6.500334 +1,0.6,0.4,1,-->,13.656404,-12.986122,3.930486 +1,0.6,0.6,0,-->,51.738556,-61.178921,24.100883 +1,0.6,0.6,0.2,-->,41.840736,-47.663898,17.964228 +1,0.6,0.6,0.4,-->,32.302986,-37.118908,13.798572 +1,0.6,0.6,0.6,-->,24.800461,-27.521072,10.415157 +1,0.6,0.6,0.8,-->,18.252066,-19.393818,7.011391 +1,0.6,0.6,1,-->,13.685040,-12.947653,4.178780 +1,0.6,0.8,0,-->,51.697052,-61.413078,25.223753 +1,0.6,0.8,0.2,-->,41.842899,-47.828777,18.768295 +1,0.6,0.8,0.4,-->,32.317772,-37.247242,14.480180 +1,0.6,0.8,0.6,-->,24.857693,-27.603983,10.939013 +1,0.6,0.8,0.8,-->,18.269400,-19.419222,7.347354 +1,0.6,0.8,1,-->,13.703873,-12.922354,4.342171 +1,0.6,1,0,-->,51.665253,-61.591175,26.086824 +1,0.6,1,0.2,-->,41.844551,-47.955181,19.381931 +1,0.6,1,0.4,-->,32.329109,-37.345589,15.003563 +1,0.6,1,0.6,-->,24.901283,-27.667509,11.337870 +1,0.6,1,0.8,-->,18.282682,-19.438671,7.603962 +1,0.6,1,1,-->,13.718313,-12.902914,4.467398 +1,0.8,0,0,-->,56.244503,-37.581238,-40.008404 +1,0.8,0,0.2,-->,44.414360,-30.310600,-31.553576 +1,0.8,0,0.4,-->,34.040085,-23.761721,-24.305275 +1,0.8,0,0.6,-->,26.390606,-18.353775,-18.846161 +1,0.8,0,0.8,-->,19.039635,-12.533339,-12.920842 +1,0.8,0,1,-->,13.598305,-7.862074,-8.182427 +1,0.8,0.2,0,-->,52.209515,-58.585136,12.429612 +1,0.8,0.2,0.2,-->,41.880878,-45.754539,9.556418 +1,0.8,0.2,0.4,-->,32.208229,-35.619598,6.702437 +1,0.8,0.2,0.6,-->,24.385937,-26.499868,4.959471 +1,0.8,0.2,0.8,-->,18.130682,-18.949089,3.462276 +1,0.8,0.2,1,-->,13.542051,-13.008602,2.341776 +1,0.8,0.4,0,-->,51.801533,-60.824127,22.393421 +1,0.8,0.4,0.2,-->,41.837444,-47.413284,16.746666 +1,0.8,0.4,0.4,-->,32.280510,-36.923920,12.763219 +1,0.8,0.4,0.6,-->,24.713346,-27.395102,9.624268 +1,0.8,0.4,0.8,-->,18.225723,-19.355204,6.500334 +1,0.8,0.4,1,-->,13.656404,-12.986122,3.930486 +1,0.8,0.6,0,-->,51.738556,-61.178921,24.100883 +1,0.8,0.6,0.2,-->,41.840736,-47.663898,17.964228 +1,0.8,0.6,0.4,-->,32.302986,-37.118908,13.798572 +1,0.8,0.6,0.6,-->,24.800461,-27.521072,10.415157 +1,0.8,0.6,0.8,-->,18.252066,-19.393818,7.011391 +1,0.8,0.6,1,-->,13.685040,-12.947653,4.178780 +1,0.8,0.8,0,-->,51.697052,-61.413078,25.223753 +1,0.8,0.8,0.2,-->,41.842899,-47.828777,18.768295 +1,0.8,0.8,0.4,-->,32.317772,-37.247242,14.480180 +1,0.8,0.8,0.6,-->,24.857693,-27.603983,10.939013 +1,0.8,0.8,0.8,-->,18.269400,-19.419222,7.347354 +1,0.8,0.8,1,-->,13.703873,-12.922354,4.342171 +1,0.8,1,0,-->,51.665253,-61.591175,26.086824 +1,0.8,1,0.2,-->,41.844551,-47.955181,19.381931 +1,0.8,1,0.4,-->,32.329109,-37.345589,15.003563 +1,0.8,1,0.6,-->,24.901283,-27.667509,11.337870 +1,0.8,1,0.8,-->,18.282682,-19.438671,7.603962 +1,0.8,1,1,-->,13.718313,-12.902914,4.467398 +1,1,0,0,-->,56.244503,-37.581238,-40.008404 +1,1,0,0.2,-->,44.414360,-30.310600,-31.553576 +1,1,0,0.4,-->,34.040085,-23.761721,-24.305275 +1,1,0,0.6,-->,26.390606,-18.353775,-18.846161 +1,1,0,0.8,-->,19.039635,-12.533339,-12.920842 +1,1,0,1,-->,13.598305,-7.862074,-8.182427 +1,1,0.2,0,-->,52.209515,-58.585136,12.429612 +1,1,0.2,0.2,-->,41.880878,-45.754539,9.556418 +1,1,0.2,0.4,-->,32.208229,-35.619598,6.702437 +1,1,0.2,0.6,-->,24.385937,-26.499868,4.959471 +1,1,0.2,0.8,-->,18.130682,-18.949089,3.462276 +1,1,0.2,1,-->,13.542051,-13.008602,2.341776 +1,1,0.4,0,-->,51.801533,-60.824127,22.393421 +1,1,0.4,0.2,-->,41.837444,-47.413284,16.746666 +1,1,0.4,0.4,-->,32.280510,-36.923920,12.763219 +1,1,0.4,0.6,-->,24.713346,-27.395102,9.624268 +1,1,0.4,0.8,-->,18.225723,-19.355204,6.500334 +1,1,0.4,1,-->,13.656404,-12.986122,3.930486 +1,1,0.6,0,-->,51.738556,-61.178921,24.100883 +1,1,0.6,0.2,-->,41.840736,-47.663898,17.964228 +1,1,0.6,0.4,-->,32.302986,-37.118908,13.798572 +1,1,0.6,0.6,-->,24.800461,-27.521072,10.415157 +1,1,0.6,0.8,-->,18.252066,-19.393818,7.011391 +1,1,0.6,1,-->,13.685040,-12.947653,4.178780 +1,1,0.8,0,-->,51.697052,-61.413078,25.223753 +1,1,0.8,0.2,-->,41.842899,-47.828777,18.768295 +1,1,0.8,0.4,-->,32.317772,-37.247242,14.480180 +1,1,0.8,0.6,-->,24.857693,-27.603983,10.939013 +1,1,0.8,0.8,-->,18.269400,-19.419222,7.347354 +1,1,0.8,1,-->,13.703873,-12.922354,4.342171 +1,1,1,0,-->,51.665253,-61.591175,26.086824 +1,1,1,0.2,-->,41.844551,-47.955181,19.381931 +1,1,1,0.4,-->,32.329109,-37.345589,15.003563 +1,1,1,0.6,-->,24.901283,-27.667509,11.337870 +1,1,1,0.8,-->,18.282682,-19.438671,7.603962 +1,1,1,1,-->,13.718313,-12.902914,4.467398 +-0.1,0.5,0.5,0.5,-->,42.971035,-4.948201,37.741512 +1.1,0.5,0.5,0.5,-->,28.597303,-32.360867,11.693880 +0.5,-0.1,0.5,0.5,-->,28.962976,-31.227188,12.498008 +0.5,1.1,0.5,0.5,-->,28.962976,-31.227188,12.498008 +0.5,0.5,-0.1,0.5,-->,30.653563,-20.359756,-20.943884 +0.5,0.5,1.1,0.5,-->,29.027887,-31.472040,14.004506 +0.5,0.5,0.5,-0.1,-->,52.823841,-58.482555,25.062475 +0.5,0.5,0.5,1.1,-->,13.776443,-12.340263,4.258515 diff --git a/Unicolour.Tests/Data/ICC/CX_Hue+45_abst.icc b/Unicolour.Tests/Data/ICC/CX_Hue+45_abst.icc new file mode 100644 index 0000000..b61880d Binary files /dev/null and b/Unicolour.Tests/Data/ICC/CX_Hue+45_abst.icc differ diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird.icc b/Unicolour.Tests/Data/ICC/CX_Monitor_weird.icc new file mode 100644 index 0000000..e36b826 Binary files /dev/null and b/Unicolour.Tests/Data/ICC/CX_Monitor_weird.icc differ diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-0.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-0.csv new file mode 100644 index 0000000..284fe71 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-0.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.288190,0.500917,0.392925 +0,-127,-100,-->,0.237189,0.404500,0.459574 +0,-127,-75,-->,0.157954,0.271995,0.578106 +0,-127,-50,-->,0.089126,0.146262,0.498907 +0,-127,-25,-->,0.010194,0.034472,0.313227 +0,-127,0,-->,0.005855,0.000000,0.008776 +0,-127,25,-->,0.005855,0.000000,0.008776 +0,-127,50,-->,0.005855,0.000000,0.008776 +0,-127,75,-->,0.005855,0.000000,0.008776 +0,-127,100,-->,0.005855,0.000000,0.008776 +0,-127,128,-->,0.005855,0.000000,0.008776 +0,-100,-127,-->,0.288190,0.500917,0.392925 +0,-100,-100,-->,0.237189,0.404500,0.459574 +0,-100,-75,-->,0.157954,0.271995,0.578106 +0,-100,-50,-->,0.089126,0.146262,0.498907 +0,-100,-25,-->,0.010194,0.034472,0.313227 +0,-100,0,-->,0.005855,0.000000,0.008776 +0,-100,25,-->,0.005855,0.000000,0.008776 +0,-100,50,-->,0.005855,0.000000,0.008776 +0,-100,75,-->,0.005855,0.000000,0.008776 +0,-100,100,-->,0.005855,0.000000,0.008776 +0,-100,128,-->,0.005855,0.000000,0.008776 +0,-75,-127,-->,0.288190,0.500917,0.392925 +0,-75,-100,-->,0.237189,0.404500,0.459574 +0,-75,-75,-->,0.157954,0.271995,0.578106 +0,-75,-50,-->,0.089126,0.146262,0.498907 +0,-75,-25,-->,0.010194,0.034472,0.313227 +0,-75,0,-->,0.005855,0.000000,0.008776 +0,-75,25,-->,0.005855,0.000000,0.008776 +0,-75,50,-->,0.005855,0.000000,0.008776 +0,-75,75,-->,0.005855,0.000000,0.008776 +0,-75,100,-->,0.005855,0.000000,0.008776 +0,-75,128,-->,0.005855,0.000000,0.008776 +0,-50,-127,-->,0.288190,0.500917,0.392925 +0,-50,-100,-->,0.237189,0.404500,0.459574 +0,-50,-75,-->,0.157954,0.271995,0.578106 +0,-50,-50,-->,0.089126,0.146262,0.498907 +0,-50,-25,-->,0.010194,0.034472,0.313227 +0,-50,0,-->,0.005855,0.000000,0.008776 +0,-50,25,-->,0.005855,0.000000,0.008776 +0,-50,50,-->,0.005855,0.000000,0.008776 +0,-50,75,-->,0.005855,0.000000,0.008776 +0,-50,100,-->,0.005855,0.000000,0.008776 +0,-50,128,-->,0.005855,0.000000,0.008776 +0,-25,-127,-->,0.288190,0.500917,0.392925 +0,-25,-100,-->,0.237189,0.404500,0.459574 +0,-25,-75,-->,0.157954,0.271995,0.578106 +0,-25,-50,-->,0.089126,0.146262,0.498907 +0,-25,-25,-->,0.010194,0.034472,0.313227 +0,-25,0,-->,0.005855,0.000000,0.008776 +0,-25,25,-->,0.005855,0.000000,0.008776 +0,-25,50,-->,0.005855,0.000000,0.008776 +0,-25,75,-->,0.005855,0.000000,0.008776 +0,-25,100,-->,0.005855,0.000000,0.008776 +0,-25,128,-->,0.005855,0.000000,0.008776 +0,0,-127,-->,0.288190,0.500917,0.392925 +0,0,-100,-->,0.237189,0.404500,0.459574 +0,0,-75,-->,0.157954,0.271995,0.578106 +0,0,-50,-->,0.089126,0.146262,0.498907 +0,0,-25,-->,0.010194,0.034472,0.313227 +0,0,0,-->,0.005854,0.000000,0.008776 +0,0,25,-->,0.005854,0.000000,0.008776 +0,0,50,-->,0.005854,0.000000,0.008776 +0,0,75,-->,0.005854,0.000000,0.008776 +0,0,100,-->,0.005854,0.000000,0.008776 +0,0,128,-->,0.005854,0.000000,0.008776 +0,25,-127,-->,0.217589,0.375665,0.386509 +0,25,-100,-->,0.105341,0.162645,0.450968 +0,25,-75,-->,0.026827,0.000000,0.572519 +0,25,-50,-->,0.023855,0.000000,0.493523 +0,25,-25,-->,0.263052,0.000000,0.311718 +0,25,0,-->,0.354927,0.000000,0.016856 +0,25,25,-->,0.354927,0.000000,0.016856 +0,25,50,-->,0.354927,0.000000,0.016856 +0,25,75,-->,0.354927,0.000000,0.016856 +0,25,100,-->,0.354927,0.000000,0.016856 +0,25,128,-->,0.354927,0.000000,0.016856 +0,50,-127,-->,0.007174,0.017234,0.378979 +0,50,-100,-->,0.008238,0.000000,0.450973 +0,50,-75,-->,0.025788,0.000000,0.572543 +0,50,-50,-->,0.321288,0.000000,0.499569 +0,50,-25,-->,0.449910,0.000000,0.317675 +0,50,0,-->,0.484215,0.000000,0.034152 +0,50,25,-->,0.484215,0.000000,0.034152 +0,50,50,-->,0.484215,0.000000,0.034152 +0,50,75,-->,0.484215,0.000000,0.034152 +0,50,100,-->,0.484215,0.000000,0.034152 +0,50,128,-->,0.484215,0.000000,0.034152 +0,75,-127,-->,0.000000,0.000000,0.378709 +0,75,-100,-->,0.008238,0.000000,0.450973 +0,75,-75,-->,0.352502,0.000000,0.573763 +0,75,-50,-->,0.503539,0.000000,0.501127 +0,75,-25,-->,0.519917,0.000000,0.320849 +0,75,0,-->,0.519354,0.000000,0.068544 +0,75,25,-->,0.519354,0.000000,0.068544 +0,75,50,-->,0.519354,0.000000,0.068544 +0,75,75,-->,0.519354,0.000000,0.068544 +0,75,100,-->,0.519354,0.000000,0.068544 +0,75,128,-->,0.519354,0.000000,0.068544 +0,100,-127,-->,0.012019,0.000000,0.381366 +0,100,-100,-->,0.323420,0.000000,0.453404 +0,100,-75,-->,0.519953,0.000000,0.577222 +0,100,-50,-->,0.497099,0.000000,0.502551 +0,100,-25,-->,0.472358,0.000000,0.329169 +0,100,0,-->,0.462309,0.000000,0.105598 +0,100,25,-->,0.462309,0.000000,0.105598 +0,100,50,-->,0.462309,0.000000,0.105598 +0,100,75,-->,0.462309,0.000000,0.105598 +0,100,100,-->,0.462309,0.000000,0.105598 +0,100,128,-->,0.462309,0.000000,0.105598 +0,128,-127,-->,0.016842,0.000000,0.382418 +0,128,-100,-->,0.511585,0.000000,0.451218 +0,128,-75,-->,0.485988,0.000000,0.578345 +0,128,-50,-->,0.435182,0.000000,0.505988 +0,128,-25,-->,0.403130,0.000000,0.332416 +0,128,0,-->,0.390241,0.000000,0.120197 +0,128,25,-->,0.390241,0.000000,0.120197 +0,128,50,-->,0.390241,0.000000,0.120197 +0,128,75,-->,0.390241,0.000000,0.120197 +0,128,100,-->,0.390241,0.000000,0.120197 +0,128,128,-->,0.390241,0.000000,0.120197 +20,-127,-127,-->,0.229577,0.377929,0.897847 +20,-127,-100,-->,0.221031,0.377557,0.444708 +20,-127,-75,-->,0.226069,0.393253,0.432386 +20,-127,-50,-->,0.236019,0.410506,0.574942 +20,-127,-25,-->,0.243269,0.422838,0.517566 +20,-127,0,-->,0.247982,0.431632,0.325539 +20,-127,25,-->,0.247639,0.435121,0.095743 +20,-127,50,-->,0.248987,0.439212,0.088395 +20,-127,75,-->,0.248987,0.439212,0.088395 +20,-127,100,-->,0.248987,0.439212,0.088395 +20,-127,128,-->,0.248987,0.439212,0.088395 +20,-100,-127,-->,0.229577,0.377929,0.897847 +20,-100,-100,-->,0.221031,0.377557,0.444708 +20,-100,-75,-->,0.226069,0.393253,0.432386 +20,-100,-50,-->,0.236019,0.410506,0.574942 +20,-100,-25,-->,0.243269,0.422838,0.517566 +20,-100,0,-->,0.247982,0.431632,0.325539 +20,-100,25,-->,0.247639,0.435121,0.095743 +20,-100,50,-->,0.248987,0.439212,0.088395 +20,-100,75,-->,0.248987,0.439212,0.088395 +20,-100,100,-->,0.248987,0.439212,0.088395 +20,-100,128,-->,0.248987,0.439212,0.088395 +20,-75,-127,-->,0.229577,0.377929,0.897847 +20,-75,-100,-->,0.221031,0.377557,0.444708 +20,-75,-75,-->,0.226069,0.393253,0.432386 +20,-75,-50,-->,0.236490,0.411659,0.574365 +20,-75,-25,-->,0.246465,0.425639,0.515956 +20,-75,0,-->,0.247983,0.431634,0.325539 +20,-75,25,-->,0.248650,0.438032,0.094915 +20,-75,50,-->,0.248987,0.439345,0.088173 +20,-75,75,-->,0.248987,0.439345,0.088173 +20,-75,100,-->,0.248987,0.439345,0.088173 +20,-75,128,-->,0.248987,0.439345,0.088173 +20,-50,-127,-->,0.221514,0.372075,0.900991 +20,-50,-100,-->,0.225590,0.388053,0.447116 +20,-50,-75,-->,0.241387,0.415458,0.433821 +20,-50,-50,-->,0.255509,0.437856,0.576039 +20,-50,-25,-->,0.259468,0.451938,0.517818 +20,-50,0,-->,0.265539,0.462818,0.328598 +20,-50,25,-->,0.269077,0.469095,0.108683 +20,-50,50,-->,0.269050,0.469078,0.105579 +20,-50,75,-->,0.269050,0.469078,0.105579 +20,-50,100,-->,0.269050,0.469078,0.105579 +20,-50,128,-->,0.269050,0.469078,0.105579 +20,-25,-127,-->,0.231466,0.386184,0.899438 +20,-25,-100,-->,0.245897,0.425400,0.446415 +20,-25,-75,-->,0.265904,0.463634,0.437804 +20,-25,-50,-->,0.282055,0.489471,0.578130 +20,-25,-25,-->,0.292669,0.509191,0.519855 +20,-25,0,-->,0.299510,0.522075,0.336378 +20,-25,25,-->,0.307052,0.522560,0.123802 +20,-25,50,-->,0.313616,0.523489,0.116358 +20,-25,75,-->,0.313616,0.523489,0.116358 +20,-25,100,-->,0.313616,0.523489,0.116358 +20,-25,128,-->,0.313616,0.523489,0.116358 +20,0,-127,-->,0.257164,0.447665,0.915996 +20,0,-100,-->,0.288475,0.501241,0.450356 +20,0,-75,-->,0.308668,0.538872,0.439517 +20,0,-50,-->,0.321135,0.559370,0.580282 +20,0,-25,-->,0.366820,0.568678,0.524638 +20,0,0,-->,0.504408,0.570210,0.348721 +20,0,25,-->,0.540209,0.569078,0.137199 +20,0,50,-->,0.546416,0.570393,0.130200 +20,0,75,-->,0.546416,0.570393,0.130200 +20,0,100,-->,0.546416,0.570393,0.130200 +20,0,128,-->,0.546416,0.570393,0.130200 +20,25,-127,-->,0.313721,0.546743,0.918255 +20,25,-100,-->,0.326012,0.568475,0.452591 +20,25,-75,-->,0.316082,0.550893,0.437746 +20,25,-50,-->,0.426624,0.516322,0.576808 +20,25,-25,-->,0.556007,0.479209,0.519303 +20,25,0,-->,0.568579,0.458512,0.344081 +20,25,25,-->,0.562921,0.444821,0.124185 +20,25,50,-->,0.561043,0.437081,0.094340 +20,25,75,-->,0.561043,0.437081,0.094340 +20,25,100,-->,0.561043,0.437081,0.094340 +20,25,128,-->,0.561043,0.437081,0.094340 +20,50,-127,-->,0.272089,0.467940,0.915336 +20,50,-100,-->,0.164367,0.279377,0.444441 +20,50,-75,-->,0.384644,0.075861,0.425108 +20,50,-50,-->,0.514461,0.001740,0.566789 +20,50,-25,-->,0.477519,0.000000,0.515595 +20,50,0,-->,0.446009,0.000000,0.338269 +20,50,25,-->,0.433098,0.000000,0.097490 +20,50,50,-->,0.429390,0.000000,0.000000 +20,50,75,-->,0.429390,0.000000,0.000000 +20,50,100,-->,0.429390,0.000000,0.000000 +20,50,128,-->,0.429390,0.000000,0.000000 +20,75,-127,-->,0.017929,0.000000,0.915147 +20,75,-100,-->,0.369722,0.000000,0.445455 +20,75,-75,-->,0.488548,0.000000,0.422261 +20,75,-50,-->,0.411879,0.000000,0.567181 +20,75,-25,-->,0.361432,0.000000,0.519725 +20,75,0,-->,0.333187,0.000000,0.352875 +20,75,25,-->,0.326075,0.000000,0.125542 +20,75,50,-->,0.324019,0.000000,0.015673 +20,75,75,-->,0.324019,0.000000,0.015673 +20,75,100,-->,0.324019,0.000000,0.015673 +20,75,128,-->,0.324019,0.000000,0.015673 +20,100,-127,-->,0.312118,0.000000,0.910733 +20,100,-100,-->,0.461742,0.000000,0.444845 +20,100,-75,-->,0.350453,0.000000,0.419847 +20,100,-50,-->,0.296861,0.000000,0.567677 +20,100,-25,-->,0.279495,0.000000,0.522375 +20,100,0,-->,0.274425,0.000000,0.363308 +20,100,25,-->,0.273504,0.000000,0.158908 +20,100,50,-->,0.273392,0.000000,0.101979 +20,100,75,-->,0.273392,0.000000,0.101979 +20,100,100,-->,0.273392,0.000000,0.101979 +20,100,128,-->,0.273392,0.000000,0.101979 +20,128,-127,-->,0.471404,0.000000,0.922376 +20,128,-100,-->,0.320441,0.000000,0.449454 +20,128,-75,-->,0.276128,0.000000,0.416716 +20,128,-50,-->,0.282111,0.000000,0.564390 +20,128,-25,-->,0.294164,0.000000,0.527914 +20,128,0,-->,0.305988,0.000000,0.370895 +20,128,25,-->,0.313423,0.000000,0.192240 +20,128,50,-->,0.311397,0.000000,0.141274 +20,128,75,-->,0.311397,0.000000,0.141274 +20,128,100,-->,0.311397,0.000000,0.141274 +20,128,128,-->,0.311397,0.000000,0.141274 +40,-127,-127,-->,0.344122,0.598801,0.987651 +40,-127,-100,-->,0.365056,0.634028,0.978096 +40,-127,-75,-->,0.375329,0.654818,0.571436 +40,-127,-50,-->,0.385369,0.673402,0.398963 +40,-127,-25,-->,0.391992,0.684752,0.568594 +40,-127,0,-->,0.398106,0.694055,0.555371 +40,-127,25,-->,0.396878,0.694452,0.354571 +40,-127,50,-->,0.394975,0.695800,0.156946 +40,-127,75,-->,0.397864,0.699070,0.159946 +40,-127,100,-->,0.397864,0.699070,0.159946 +40,-127,128,-->,0.397864,0.699070,0.159946 +40,-100,-127,-->,0.360721,0.616721,0.985518 +40,-100,-100,-->,0.377207,0.650373,0.979589 +40,-100,-75,-->,0.387260,0.676382,0.573449 +40,-100,-50,-->,0.392650,0.690624,0.402162 +40,-100,-25,-->,0.402190,0.700280,0.567882 +40,-100,0,-->,0.404003,0.709014,0.555101 +40,-100,25,-->,0.407936,0.717928,0.361144 +40,-100,50,-->,0.409302,0.718362,0.165715 +40,-100,75,-->,0.409303,0.718362,0.165660 +40,-100,100,-->,0.409303,0.718362,0.165660 +40,-100,128,-->,0.409303,0.718362,0.165660 +40,-75,-127,-->,0.378407,0.653079,0.990301 +40,-75,-100,-->,0.392517,0.685036,0.980260 +40,-75,-75,-->,0.402760,0.705783,0.574178 +40,-75,-50,-->,0.413435,0.721378,0.402388 +40,-75,-25,-->,0.418564,0.732758,0.570958 +40,-75,0,-->,0.421195,0.734376,0.556342 +40,-75,25,-->,0.419297,0.738070,0.365716 +40,-75,50,-->,0.421901,0.739438,0.170554 +40,-75,75,-->,0.421909,0.739438,0.170493 +40,-75,100,-->,0.421909,0.739438,0.170493 +40,-75,128,-->,0.421909,0.739438,0.170493 +40,-50,-127,-->,0.400066,0.699432,0.990817 +40,-50,-100,-->,0.417801,0.728490,0.982972 +40,-50,-75,-->,0.423163,0.740540,0.583113 +40,-50,-50,-->,0.426938,0.748441,0.406976 +40,-50,-25,-->,0.430749,0.752176,0.570875 +40,-50,0,-->,0.428586,0.753204,0.555711 +40,-50,25,-->,0.433040,0.757027,0.375396 +40,-50,50,-->,0.430423,0.757644,0.175483 +40,-50,75,-->,0.430413,0.757649,0.175341 +40,-50,100,-->,0.430413,0.757649,0.175341 +40,-50,128,-->,0.430413,0.757649,0.175341 +40,-25,-127,-->,0.427380,0.743419,0.990081 +40,-25,-100,-->,0.433085,0.755129,0.982765 +40,-25,-75,-->,0.432294,0.756654,0.583707 +40,-25,-50,-->,0.428627,0.752532,0.403652 +40,-25,-25,-->,0.424637,0.742028,0.566885 +40,-25,0,-->,0.509337,0.736692,0.560611 +40,-25,25,-->,0.601281,0.728688,0.376154 +40,-25,50,-->,0.629008,0.729574,0.165617 +40,-25,75,-->,0.632430,0.729763,0.167915 +40,-25,100,-->,0.632430,0.729763,0.167915 +40,-25,128,-->,0.632430,0.729763,0.167915 +40,0,-127,-->,0.428466,0.751749,0.992101 +40,0,-100,-->,0.414112,0.722376,0.983201 +40,0,-75,-->,0.394791,0.689277,0.580456 +40,0,-50,-->,0.387195,0.647955,0.395335 +40,0,-25,-->,0.600370,0.624988,0.564002 +40,0,0,-->,0.584350,0.596060,0.552480 +40,0,25,-->,0.554365,0.591103,0.375797 +40,0,50,-->,0.533724,0.580475,0.131612 +40,0,75,-->,0.532071,0.580055,0.130958 +40,0,100,-->,0.532071,0.580055,0.130958 +40,0,128,-->,0.532071,0.580055,0.130958 +40,25,-127,-->,0.342897,0.594507,0.989605 +40,25,-100,-->,0.299154,0.512157,0.979613 +40,25,-75,-->,0.397345,0.452362,0.576643 +40,25,-50,-->,0.530171,0.411462,0.380448 +40,25,-25,-->,0.446761,0.394375,0.552374 +40,25,0,-->,0.394109,0.382037,0.548297 +40,25,25,-->,0.371873,0.380839,0.378799 +40,25,50,-->,0.360048,0.377542,0.066810 +40,25,75,-->,0.356170,0.375642,0.053958 +40,25,100,-->,0.356170,0.375642,0.053958 +40,25,128,-->,0.356170,0.375642,0.053958 +40,50,-127,-->,0.222765,0.376005,0.984840 +40,50,-100,-->,0.432964,0.424135,0.976596 +40,50,-75,-->,0.496767,0.476644,0.583167 +40,50,-50,-->,0.419919,0.521209,0.386663 +40,50,-25,-->,0.405294,0.546992,0.553208 +40,50,0,-->,0.406772,0.558542,0.559310 +40,50,25,-->,0.411970,0.561493,0.402534 +40,50,50,-->,0.415482,0.561766,0.144426 +40,50,75,-->,0.416916,0.563661,0.128129 +40,50,100,-->,0.416916,0.563661,0.128129 +40,50,128,-->,0.416916,0.563661,0.128129 +40,75,-127,-->,0.398610,0.486607,0.984162 +40,75,-100,-->,0.403819,0.207831,0.976236 +40,75,-75,-->,0.284830,0.075216,0.577684 +40,75,-50,-->,0.291580,0.011675,0.372834 +40,75,-25,-->,0.331971,0.000000,0.543474 +40,75,0,-->,0.365403,0.000000,0.553001 +40,75,25,-->,0.389312,0.000000,0.398334 +40,75,50,-->,0.403257,0.000000,0.120219 +40,75,75,-->,0.403782,0.000000,0.000000 +40,75,100,-->,0.403782,0.000000,0.000000 +40,75,128,-->,0.403782,0.000000,0.000000 +40,100,-127,-->,0.359098,0.000000,0.981476 +40,100,-100,-->,0.294612,0.000000,0.979718 +40,100,-75,-->,0.358434,0.000000,0.584686 +40,100,-50,-->,0.443070,0.000000,0.366137 +40,100,-25,-->,0.513571,0.000000,0.539930 +40,100,0,-->,0.561919,0.000000,0.555908 +40,100,25,-->,0.590738,0.000000,0.418103 +40,100,50,-->,0.608023,0.000000,0.175727 +40,100,75,-->,0.613353,0.000000,0.000000 +40,100,100,-->,0.613353,0.000000,0.000000 +40,100,128,-->,0.613353,0.000000,0.000000 +40,128,-127,-->,0.305915,0.000000,0.980969 +40,128,-100,-->,0.449364,0.000000,0.979876 +40,128,-75,-->,0.582292,0.000000,0.593974 +40,128,-50,-->,0.685598,0.000000,0.368267 +40,128,-25,-->,0.767290,0.000000,0.534624 +40,128,0,-->,0.807804,0.000000,0.559143 +40,128,25,-->,0.830663,0.000000,0.432933 +40,128,50,-->,0.839752,0.000000,0.232348 +40,128,75,-->,0.843161,0.000000,0.068412 +40,128,100,-->,0.843161,0.000000,0.068412 +40,128,128,-->,0.843161,0.000000,0.068412 +60,-127,-127,-->,0.257805,0.441707,0.983690 +60,-127,-100,-->,0.255085,0.429980,0.984779 +60,-127,-75,-->,0.243171,0.421250,0.985585 +60,-127,-50,-->,0.242544,0.418002,0.686481 +60,-127,-25,-->,0.236479,0.412174,0.372561 +60,-127,0,-->,0.239383,0.411051,0.536998 +60,-127,25,-->,0.239290,0.409579,0.549994 +60,-127,50,-->,0.234828,0.408498,0.256463 +60,-127,75,-->,0.234665,0.409140,0.076263 +60,-127,100,-->,0.232902,0.407201,0.072774 +60,-127,128,-->,0.232902,0.407201,0.072774 +60,-100,-127,-->,0.248507,0.422977,0.984624 +60,-100,-100,-->,0.245280,0.414454,0.984566 +60,-100,-75,-->,0.245156,0.407950,0.982515 +60,-100,-50,-->,0.238327,0.404787,0.689880 +60,-100,-25,-->,0.231511,0.401968,0.375800 +60,-100,0,-->,0.233632,0.400070,0.537187 +60,-100,25,-->,0.230549,0.399789,0.553252 +60,-100,50,-->,0.229605,0.397209,0.269747 +60,-100,75,-->,0.226156,0.397436,0.070644 +60,-100,100,-->,0.226267,0.396847,0.069971 +60,-100,128,-->,0.226267,0.396847,0.069973 +60,-75,-127,-->,0.243017,0.405097,0.981862 +60,-75,-100,-->,0.236296,0.399842,0.983715 +60,-75,-75,-->,0.233243,0.393763,0.982163 +60,-75,-50,-->,0.228606,0.393809,0.690613 +60,-75,-25,-->,0.223893,0.393159,0.374249 +60,-75,0,-->,0.227535,0.392224,0.533179 +60,-75,25,-->,0.227481,0.392459,0.552721 +60,-75,50,-->,0.227219,0.393597,0.285197 +60,-75,75,-->,0.224121,0.392896,0.067408 +60,-75,100,-->,0.224121,0.392897,0.067408 +60,-75,128,-->,0.224121,0.392896,0.067408 +60,-50,-127,-->,0.237264,0.392224,0.981700 +60,-50,-100,-->,0.232844,0.391947,0.983261 +60,-50,-75,-->,0.236078,0.391610,0.982081 +60,-50,-50,-->,0.228621,0.393805,0.699364 +60,-50,-25,-->,0.226494,0.394928,0.374321 +60,-50,0,-->,0.227983,0.395955,0.528407 +60,-50,25,-->,0.318876,0.398150,0.559425 +60,-50,50,-->,0.456069,0.400106,0.305548 +60,-50,75,-->,0.505705,0.401384,0.077473 +60,-50,100,-->,0.519172,0.401358,0.069861 +60,-50,128,-->,0.519809,0.401409,0.070269 +60,-25,-127,-->,0.235677,0.392706,0.981182 +60,-25,-100,-->,0.236220,0.401224,0.983541 +60,-25,-75,-->,0.244786,0.407792,0.982504 +60,-25,-50,-->,0.243834,0.414070,0.702179 +60,-25,-25,-->,0.427723,0.424359,0.377502 +60,-25,0,-->,0.538559,0.427997,0.528330 +60,-25,25,-->,0.491401,0.428471,0.562142 +60,-25,50,-->,0.453336,0.433479,0.328724 +60,-25,75,-->,0.431711,0.433912,0.089009 +60,-25,100,-->,0.425344,0.433865,0.094628 +60,-25,128,-->,0.425336,0.433864,0.094886 +60,0,-127,-->,0.250881,0.430372,0.982730 +60,0,-100,-->,0.263350,0.448738,0.982665 +60,0,-75,-->,0.277227,0.469354,0.984136 +60,0,-50,-->,0.551394,0.484094,0.710036 +60,0,-25,-->,0.457361,0.496759,0.380532 +60,0,0,-->,0.401684,0.508381,0.527911 +60,0,25,-->,0.388378,0.511460,0.564516 +60,0,50,-->,0.392596,0.521908,0.356847 +60,0,75,-->,0.392860,0.520612,0.115371 +60,0,100,-->,0.394469,0.519916,0.115287 +60,0,128,-->,0.394469,0.519916,0.115287 +60,25,-127,-->,0.313759,0.535703,0.985912 +60,25,-100,-->,0.370293,0.569079,0.987263 +60,25,-75,-->,0.534875,0.601467,0.987912 +60,25,-50,-->,0.450459,0.630634,0.718293 +60,25,-25,-->,0.452861,0.651935,0.393723 +60,25,0,-->,0.485293,0.664007,0.531698 +60,25,25,-->,0.516444,0.672319,0.576636 +60,25,50,-->,0.535729,0.680967,0.388293 +60,25,75,-->,0.547154,0.681543,0.156099 +60,25,100,-->,0.555143,0.680745,0.154077 +60,25,128,-->,0.555178,0.680737,0.153967 +60,50,-127,-->,0.425273,0.722237,0.992553 +60,50,-100,-->,0.544644,0.747191,0.991202 +60,50,-75,-->,0.505877,0.753377,0.993371 +60,50,-50,-->,0.548439,0.745083,0.729848 +60,50,-25,-->,0.616131,0.739089,0.402206 +60,50,0,-->,0.671731,0.726116,0.529788 +60,50,25,-->,0.715203,0.715609,0.582294 +60,50,50,-->,0.750539,0.709558,0.414397 +60,50,75,-->,0.765032,0.705624,0.159237 +60,50,100,-->,0.769203,0.699306,0.160338 +60,50,128,-->,0.769124,0.699232,0.160188 +60,75,-127,-->,0.449057,0.558037,0.986740 +60,75,-100,-->,0.415368,0.458012,0.984533 +60,75,-75,-->,0.540280,0.405203,0.982654 +60,75,-50,-->,0.681034,0.399617,0.732943 +60,75,-25,-->,0.798621,0.421806,0.383564 +60,75,0,-->,0.855795,0.440699,0.508758 +60,75,25,-->,0.880283,0.464724,0.573030 +60,75,50,-->,0.885249,0.469648,0.419419 +60,75,75,-->,0.887684,0.479243,0.111870 +60,75,100,-->,0.889088,0.482862,0.112130 +60,75,128,-->,0.889084,0.482889,0.112131 +60,100,-127,-->,0.429938,0.311113,0.982937 +60,100,-100,-->,0.656432,0.220091,0.981385 +60,100,-75,-->,0.822827,0.141036,0.980507 +60,100,-50,-->,0.858378,0.036369,0.739181 +60,100,-25,-->,0.862613,0.000000,0.377170 +60,100,0,-->,0.864458,0.000000,0.497442 +60,100,25,-->,0.863591,0.000000,0.569880 +60,100,50,-->,0.863840,0.000000,0.432860 +60,100,75,-->,0.865705,0.000000,0.106005 +60,100,100,-->,0.862961,0.000000,0.000000 +60,100,128,-->,0.862961,0.000000,0.000000 +60,128,-127,-->,0.771729,0.000000,0.983219 +60,128,-100,-->,0.862621,0.000000,0.976798 +60,128,-75,-->,0.866815,0.000000,0.976396 +60,128,-50,-->,0.866134,0.000000,0.753401 +60,128,-25,-->,0.863932,0.000000,0.378806 +60,128,0,-->,0.865857,0.000000,0.485773 +60,128,25,-->,0.863001,0.000000,0.572845 +60,128,50,-->,0.865376,0.000000,0.459359 +60,128,75,-->,0.863444,0.000000,0.202213 +60,128,100,-->,0.862898,0.000000,0.000000 +60,128,128,-->,0.862898,0.000000,0.000000 +80,-127,-127,-->,0.549382,0.964653,0.999737 +80,-127,-100,-->,0.545916,0.959870,0.999083 +80,-127,-75,-->,0.540055,0.941819,1.000000 +80,-127,-50,-->,0.528492,0.921304,0.999780 +80,-127,-25,-->,0.518103,0.909558,0.827666 +80,-127,0,-->,0.511710,0.899162,0.420063 +80,-127,25,-->,0.505639,0.885766,0.539616 +80,-127,50,-->,0.502567,0.884381,0.566662 +80,-127,75,-->,0.498256,0.876492,0.208709 +80,-127,100,-->,0.497431,0.875799,0.196577 +80,-127,128,-->,0.497431,0.875799,0.196577 +80,-100,-127,-->,0.511494,0.891547,0.994943 +80,-100,-100,-->,0.510343,0.890155,0.995306 +80,-100,-75,-->,0.497807,0.869234,0.996556 +80,-100,-50,-->,0.485289,0.849885,0.994221 +80,-100,-25,-->,0.475818,0.834520,0.829218 +80,-100,0,-->,0.471267,0.824879,0.417816 +80,-100,25,-->,0.462896,0.814582,0.530606 +80,-100,50,-->,0.463811,0.813512,0.566056 +80,-100,75,-->,0.459659,0.811041,0.204019 +80,-100,100,-->,0.457512,0.806229,0.186852 +80,-100,128,-->,0.457242,0.805931,0.186567 +80,-75,-127,-->,0.465410,0.812514,0.995168 +80,-75,-100,-->,0.463923,0.809209,0.993795 +80,-75,-75,-->,0.453203,0.789086,0.993631 +80,-75,-50,-->,0.443220,0.770688,0.992234 +80,-75,-25,-->,0.433313,0.760279,0.833942 +80,-75,0,-->,0.427146,0.750240,0.417818 +80,-75,25,-->,0.422418,0.739312,0.523460 +80,-75,50,-->,0.418033,0.733578,0.563928 +80,-75,75,-->,0.457103,0.728319,0.189341 +80,-75,100,-->,0.515828,0.727384,0.163743 +80,-75,128,-->,0.531370,0.727013,0.166314 +80,-50,-127,-->,0.413181,0.722544,0.991225 +80,-50,-100,-->,0.411712,0.719409,0.990650 +80,-50,-75,-->,0.399105,0.698389,0.991947 +80,-50,-50,-->,0.393227,0.679965,0.988899 +80,-50,-25,-->,0.385083,0.669686,0.838261 +80,-50,0,-->,0.519292,0.660545,0.410391 +80,-50,25,-->,0.580940,0.651885,0.511340 +80,-50,50,-->,0.539694,0.643426,0.564531 +80,-50,75,-->,0.506717,0.644675,0.194685 +80,-50,100,-->,0.486624,0.643028,0.146514 +80,-50,128,-->,0.476793,0.637977,0.145986 +80,-25,-127,-->,0.360990,0.624290,0.991848 +80,-25,-100,-->,0.358703,0.618828,0.989149 +80,-25,-75,-->,0.344623,0.599222,0.988785 +80,-25,-50,-->,0.433520,0.583180,0.986660 +80,-25,-25,-->,0.523673,0.570746,0.835146 +80,-25,0,-->,0.432463,0.566308,0.407891 +80,-25,25,-->,0.411628,0.555873,0.500610 +80,-25,50,-->,0.416761,0.549209,0.564367 +80,-25,75,-->,0.429544,0.548946,0.228109 +80,-25,100,-->,0.439180,0.547069,0.124978 +80,-25,128,-->,0.442245,0.542003,0.122254 +80,0,-127,-->,0.306159,0.516610,0.983595 +80,0,-100,-->,0.305583,0.515504,0.983660 +80,0,-75,-->,0.532807,0.501134,0.988121 +80,0,-50,-->,0.404174,0.484983,0.984435 +80,0,-25,-->,0.398792,0.475659,0.844173 +80,0,0,-->,0.459904,0.473159,0.412142 +80,0,25,-->,0.530869,0.465349,0.491238 +80,0,50,-->,0.589050,0.463282,0.567452 +80,0,75,-->,0.625595,0.458034,0.265662 +80,0,100,-->,0.647182,0.455303,0.100030 +80,0,128,-->,0.664310,0.453861,0.100788 +80,25,-127,-->,0.476870,0.430135,0.988263 +80,25,-100,-->,0.451068,0.428322,0.985545 +80,25,-75,-->,0.373712,0.418066,0.982342 +80,25,-50,-->,0.485696,0.410212,0.982509 +80,25,-25,-->,0.628521,0.404681,0.855527 +80,25,0,-->,0.753351,0.404695,0.408892 +80,25,25,-->,0.843646,0.400065,0.481562 +80,25,50,-->,0.863702,0.397002,0.570237 +80,25,75,-->,0.872666,0.397350,0.313213 +80,25,100,-->,0.875663,0.396581,0.068544 +80,25,128,-->,0.876465,0.396563,0.068791 +80,50,-127,-->,0.417989,0.390846,0.984245 +80,50,-100,-->,0.441997,0.392193,0.983245 +80,50,-75,-->,0.654575,0.398373,0.987143 +80,50,-50,-->,0.841093,0.401304,0.983289 +80,50,-25,-->,0.877471,0.409215,0.867171 +80,50,0,-->,0.883626,0.411494,0.415812 +80,50,25,-->,0.888848,0.419353,0.471760 +80,50,50,-->,0.889391,0.426086,0.573366 +80,50,75,-->,0.887385,0.426205,0.359689 +80,50,100,-->,0.887639,0.427317,0.086771 +80,50,128,-->,0.887639,0.427317,0.086770 +80,75,-127,-->,0.808825,0.520428,0.984121 +80,75,-100,-->,0.841209,0.526748,0.986583 +80,75,-75,-->,0.901640,0.563684,0.986519 +80,75,-50,-->,0.914260,0.597388,0.985628 +80,75,-25,-->,0.917734,0.625261,0.881162 +80,75,0,-->,0.920505,0.647507,0.432158 +80,75,25,-->,0.926935,0.664438,0.476964 +80,75,50,-->,0.927060,0.673332,0.585049 +80,75,75,-->,0.929926,0.681073,0.415666 +80,75,100,-->,0.928967,0.679833,0.154313 +80,75,128,-->,0.928970,0.679835,0.154313 +80,100,-127,-->,0.927709,0.674809,0.990501 +80,100,-100,-->,0.925662,0.662052,0.990012 +80,100,-75,-->,0.912976,0.586695,0.987920 +80,100,-50,-->,0.899974,0.511676,0.987166 +80,100,-25,-->,0.896143,0.468832,0.896646 +80,100,0,-->,0.892627,0.453954,0.437127 +80,100,25,-->,0.891864,0.450242,0.451015 +80,100,50,-->,0.894908,0.453108,0.579016 +80,100,75,-->,0.892184,0.455300,0.438024 +80,100,100,-->,0.891869,0.457998,0.103119 +80,100,128,-->,0.892535,0.462458,0.096064 +80,128,-127,-->,0.867428,0.000000,0.976558 +80,128,-100,-->,0.867349,0.000000,0.976588 +80,128,-75,-->,0.866799,0.000000,0.976462 +80,128,-50,-->,0.866815,0.000000,0.976396 +80,128,-25,-->,0.865681,0.000000,0.907809 +80,128,0,-->,0.862964,0.000000,0.440572 +80,128,25,-->,0.865951,0.000000,0.426761 +80,128,50,-->,0.863072,0.000000,0.572327 +80,128,75,-->,0.866873,0.000000,0.463997 +80,128,100,-->,0.863158,0.000000,0.001295 +80,128,128,-->,0.862898,0.000000,0.000000 +100,-127,-127,-->,0.569319,1.000000,1.000000 +100,-127,-100,-->,0.569319,1.000000,1.000000 +100,-127,-75,-->,0.569319,1.000000,1.000000 +100,-127,-50,-->,0.569319,1.000000,1.000000 +100,-127,-25,-->,0.569319,1.000000,1.000000 +100,-127,0,-->,0.573231,1.000000,0.933067 +100,-127,25,-->,0.569484,1.000000,0.461239 +100,-127,50,-->,0.572957,1.000000,0.554968 +100,-127,75,-->,0.573462,1.000000,0.543807 +100,-127,100,-->,0.572259,1.000000,0.230489 +100,-127,128,-->,0.572296,1.000000,0.230083 +100,-100,-127,-->,0.569319,1.000000,1.000000 +100,-100,-100,-->,0.569319,1.000000,1.000000 +100,-100,-75,-->,0.569319,1.000000,1.000000 +100,-100,-50,-->,0.569319,1.000000,1.000000 +100,-100,-25,-->,0.569319,1.000000,1.000000 +100,-100,0,-->,0.570016,1.000000,0.940114 +100,-100,25,-->,0.574370,1.000000,0.461652 +100,-100,50,-->,0.574372,1.000000,0.547636 +100,-100,75,-->,0.571840,1.000000,0.553230 +100,-100,100,-->,0.572289,1.000000,0.230919 +100,-100,128,-->,0.572296,1.000000,0.230083 +100,-75,-127,-->,0.569319,1.000000,1.000000 +100,-75,-100,-->,0.569319,1.000000,1.000000 +100,-75,-75,-->,0.569319,1.000000,1.000000 +100,-75,-50,-->,0.569319,1.000000,1.000000 +100,-75,-25,-->,0.569319,1.000000,1.000000 +100,-75,0,-->,0.573675,1.000000,0.958206 +100,-75,25,-->,0.584380,1.000000,0.467226 +100,-75,50,-->,0.674450,1.000000,0.536523 +100,-75,75,-->,0.702901,1.000000,0.560362 +100,-75,100,-->,0.679112,1.000000,0.231000 +100,-75,128,-->,0.662073,1.000000,0.232631 +100,-50,-127,-->,0.569319,1.000000,1.000000 +100,-50,-100,-->,0.569319,1.000000,1.000000 +100,-50,-75,-->,0.569319,1.000000,1.000000 +100,-50,-50,-->,0.569319,1.000000,1.000000 +100,-50,-25,-->,0.668840,1.000000,1.000000 +100,-50,0,-->,0.679669,1.000000,0.966900 +100,-50,25,-->,0.627901,1.000000,0.476826 +100,-50,50,-->,0.626947,1.000000,0.530305 +100,-50,75,-->,0.643839,1.000000,0.572058 +100,-50,100,-->,0.660316,1.000000,0.235896 +100,-50,128,-->,0.670379,1.000000,0.225696 +100,-25,-127,-->,0.599144,1.000000,1.000000 +100,-25,-100,-->,0.599144,1.000000,1.000000 +100,-25,-75,-->,0.599144,1.000000,1.000000 +100,-25,-50,-->,0.669065,1.000000,0.999540 +100,-25,-25,-->,0.624497,1.000000,1.000000 +100,-25,0,-->,0.673559,1.000000,0.980882 +100,-25,25,-->,0.745965,1.000000,0.481253 +100,-25,50,-->,0.822267,1.000000,0.520368 +100,-25,75,-->,0.882760,1.000000,0.580006 +100,-25,100,-->,0.924678,1.000000,0.232946 +100,-25,128,-->,0.953039,1.000000,0.224219 +100,0,-127,-->,0.623668,0.999434,1.000000 +100,0,-100,-->,0.623668,0.999434,1.000000 +100,0,-75,-->,0.623314,0.999396,1.000000 +100,0,-50,-->,0.691584,0.997967,0.999417 +100,0,-25,-->,0.841173,0.997227,1.000000 +100,0,0,-->,0.987181,0.994724,0.993738 +100,0,25,-->,0.996605,0.981305,0.492043 +100,0,50,-->,0.998305,0.968374,0.509930 +100,0,75,-->,0.999982,0.970755,0.591677 +100,0,100,-->,0.997820,0.962886,0.238370 +100,0,128,-->,0.997813,0.963110,0.220764 +100,25,-127,-->,0.844836,0.855492,0.995324 +100,25,-100,-->,0.844836,0.855492,0.995324 +100,25,-75,-->,0.845356,0.855310,0.995129 +100,25,-50,-->,0.949946,0.840226,0.996339 +100,25,-25,-->,0.957686,0.821672,0.997468 +100,25,0,-->,0.956784,0.807129,0.989208 +100,25,25,-->,0.952414,0.789616,0.485786 +100,25,50,-->,0.951447,0.788733,0.480152 +100,25,75,-->,0.947904,0.777432,0.584165 +100,25,100,-->,0.949533,0.778306,0.218358 +100,25,128,-->,0.948343,0.765171,0.171598 +100,50,-127,-->,0.922054,0.644578,0.990096 +100,50,-100,-->,0.922054,0.644578,0.990096 +100,50,-75,-->,0.922132,0.644582,0.990094 +100,50,-50,-->,0.920878,0.622333,0.984679 +100,50,-25,-->,0.912667,0.610138,0.989308 +100,50,0,-->,0.915388,0.591187,0.983175 +100,50,25,-->,0.912484,0.582723,0.481487 +100,50,50,-->,0.912064,0.575194,0.457896 +100,50,75,-->,0.910579,0.567294,0.579233 +100,50,100,-->,0.908458,0.567996,0.201549 +100,50,128,-->,0.907598,0.562622,0.131246 +100,75,-127,-->,0.895748,0.448599,0.983972 +100,75,-100,-->,0.895748,0.448600,0.983972 +100,75,-75,-->,0.895647,0.448600,0.983972 +100,75,-50,-->,0.889819,0.442481,0.985587 +100,75,-25,-->,0.889989,0.432764,0.981436 +100,75,0,-->,0.887765,0.423916,0.980087 +100,75,25,-->,0.886777,0.416783,0.489469 +100,75,50,-->,0.887070,0.411415,0.430420 +100,75,75,-->,0.886928,0.412365,0.576842 +100,75,100,-->,0.884904,0.408092,0.278324 +100,75,128,-->,0.885093,0.404119,0.066948 +100,100,-127,-->,0.886181,0.412949,0.983513 +100,100,-100,-->,0.886181,0.412949,0.983513 +100,100,-75,-->,0.886181,0.412949,0.983513 +100,100,-50,-->,0.887463,0.421436,0.983448 +100,100,-25,-->,0.889384,0.436058,0.983431 +100,100,0,-->,0.892176,0.452976,0.981260 +100,100,25,-->,0.895074,0.470119,0.509284 +100,100,50,-->,0.896264,0.482998,0.423171 +100,100,75,-->,0.895774,0.486818,0.579149 +100,100,100,-->,0.896172,0.495812,0.369322 +100,100,128,-->,0.898628,0.496168,0.113091 +100,128,-127,-->,0.929150,0.689733,0.991562 +100,128,-100,-->,0.929150,0.689733,0.991562 +100,128,-75,-->,0.929123,0.689695,0.991537 +100,128,-50,-->,0.917851,0.606969,0.990129 +100,128,-25,-->,0.900525,0.507183,0.983889 +100,128,0,-->,0.893567,0.434943,0.984945 +100,128,25,-->,0.885254,0.400018,0.527367 +100,128,50,-->,0.883373,0.386757,0.402037 +100,128,75,-->,0.887894,0.389451,0.577071 +100,128,100,-->,0.887898,0.397348,0.423754 +100,128,128,-->,0.885885,0.406000,0.068116 +-1,0,0,-->,0.005855,0.000000,0.008776 +101,0,0,-->,0.987182,0.994724,0.993738 +50,-130,0,-->,0.250066,0.437838,0.578611 +50,130,0,-->,0.863813,0.000000,0.567643 +50,0,-130,-->,0.365230,0.632482,0.989416 +50,0,130,-->,0.510687,0.739999,0.169223 diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-1.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-1.csv new file mode 100644 index 0000000..8b01ecf --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-1.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.285432,0.496433,0.389804 +0,-127,-100,-->,0.221083,0.379212,0.499573 +0,-127,-75,-->,0.148291,0.243085,0.570702 +0,-127,-50,-->,0.073243,0.128875,0.474309 +0,-127,-25,-->,0.004490,0.032049,0.298025 +0,-127,0,-->,0.005858,0.000000,0.008791 +0,-127,25,-->,0.003662,0.000000,0.000000 +0,-127,50,-->,0.003662,0.000000,0.000000 +0,-127,75,-->,0.003664,0.000000,0.000000 +0,-127,100,-->,0.003662,0.000000,0.000000 +0,-127,128,-->,0.003662,0.000000,0.000000 +0,-100,-127,-->,0.285432,0.496433,0.389804 +0,-100,-100,-->,0.221083,0.379212,0.499573 +0,-100,-75,-->,0.148291,0.243085,0.570702 +0,-100,-50,-->,0.073243,0.128874,0.474308 +0,-100,-25,-->,0.004490,0.032049,0.298025 +0,-100,0,-->,0.005858,0.000000,0.008792 +0,-100,25,-->,0.003661,0.000000,0.000000 +0,-100,50,-->,0.003662,0.000000,0.000000 +0,-100,75,-->,0.003661,0.000000,0.000000 +0,-100,100,-->,0.003662,0.000000,0.000000 +0,-100,128,-->,0.003662,0.000000,0.000000 +0,-75,-127,-->,0.285432,0.496433,0.389804 +0,-75,-100,-->,0.221083,0.379212,0.499573 +0,-75,-75,-->,0.148291,0.243085,0.570702 +0,-75,-50,-->,0.073243,0.128874,0.474309 +0,-75,-25,-->,0.004490,0.032049,0.298025 +0,-75,0,-->,0.005859,0.000000,0.008792 +0,-75,25,-->,0.003664,0.000000,0.000000 +0,-75,50,-->,0.003662,0.000000,0.000000 +0,-75,75,-->,0.003661,0.000000,0.000000 +0,-75,100,-->,0.003662,0.000000,0.000000 +0,-75,128,-->,0.003662,0.000000,0.000000 +0,-50,-127,-->,0.285432,0.496433,0.389804 +0,-50,-100,-->,0.221083,0.379212,0.499573 +0,-50,-75,-->,0.148291,0.243085,0.570702 +0,-50,-50,-->,0.073243,0.128874,0.474309 +0,-50,-25,-->,0.004490,0.032049,0.298025 +0,-50,0,-->,0.005858,0.000000,0.008792 +0,-50,25,-->,0.003662,0.000000,0.000000 +0,-50,50,-->,0.003662,0.000000,0.000000 +0,-50,75,-->,0.003662,0.000000,0.000000 +0,-50,100,-->,0.003662,0.000000,0.000000 +0,-50,128,-->,0.003662,0.000000,0.000000 +0,-25,-127,-->,0.285432,0.496433,0.389804 +0,-25,-100,-->,0.221083,0.379212,0.499573 +0,-25,-75,-->,0.148291,0.243085,0.570702 +0,-25,-50,-->,0.073243,0.128874,0.474309 +0,-25,-25,-->,0.004489,0.032049,0.298025 +0,-25,0,-->,0.005858,0.000000,0.008792 +0,-25,25,-->,0.003661,0.000000,0.000000 +0,-25,50,-->,0.003662,0.000000,0.000000 +0,-25,75,-->,0.003662,0.000000,0.000000 +0,-25,100,-->,0.003662,0.000000,0.000000 +0,-25,128,-->,0.003662,0.000000,0.000000 +0,0,-127,-->,0.285431,0.496432,0.389804 +0,0,-100,-->,0.221083,0.379212,0.499573 +0,0,-75,-->,0.148291,0.243085,0.570702 +0,0,-50,-->,0.073243,0.128875,0.474309 +0,0,-25,-->,0.004490,0.032049,0.298025 +0,0,0,-->,0.005859,0.000000,0.008791 +0,0,25,-->,0.003662,0.000000,0.000000 +0,0,50,-->,0.003662,0.000000,0.000000 +0,0,75,-->,0.003662,0.000000,0.000000 +0,0,100,-->,0.003661,0.000000,0.000000 +0,0,128,-->,0.003662,0.000000,0.000000 +0,25,-127,-->,0.213379,0.368961,0.383836 +0,25,-100,-->,0.064302,0.119978,0.492828 +0,25,-75,-->,0.028491,0.000000,0.569212 +0,25,-50,-->,0.013374,0.000000,0.472453 +0,25,-25,-->,0.274312,0.000000,0.296684 +0,25,0,-->,0.354632,0.000000,0.016880 +0,25,25,-->,0.356316,0.000000,0.002232 +0,25,50,-->,0.356316,0.000000,0.002232 +0,25,75,-->,0.356316,0.000000,0.002233 +0,25,100,-->,0.356316,0.000000,0.002233 +0,25,128,-->,0.356316,0.000000,0.002232 +0,50,-127,-->,0.021778,0.055191,0.376514 +0,50,-100,-->,0.012813,0.000000,0.493447 +0,50,-75,-->,0.027926,0.000000,0.569216 +0,50,-50,-->,0.335426,0.000000,0.475881 +0,50,-25,-->,0.444219,0.000000,0.302705 +0,50,0,-->,0.476421,0.000000,0.032167 +0,50,25,-->,0.476955,0.000000,0.018970 +0,50,50,-->,0.476955,0.000000,0.018970 +0,50,75,-->,0.476955,0.000000,0.018970 +0,50,100,-->,0.476955,0.000000,0.018969 +0,50,128,-->,0.476955,0.000000,0.018970 +0,75,-127,-->,0.000000,0.000000,0.375861 +0,75,-100,-->,0.012813,0.000000,0.493447 +0,75,-75,-->,0.332325,0.000000,0.571063 +0,75,-50,-->,0.489857,0.000000,0.478765 +0,75,-25,-->,0.517696,0.000000,0.302804 +0,75,0,-->,0.520719,0.000000,0.057144 +0,75,25,-->,0.520783,0.000000,0.044585 +0,75,50,-->,0.520783,0.000000,0.044586 +0,75,75,-->,0.520783,0.000000,0.044585 +0,75,100,-->,0.520783,0.000000,0.044588 +0,75,128,-->,0.520783,0.000000,0.044586 +0,100,-127,-->,0.000000,0.000000,0.375861 +0,100,-100,-->,0.283500,0.000000,0.492986 +0,100,-75,-->,0.512907,0.000000,0.572599 +0,100,-50,-->,0.509753,0.000000,0.478638 +0,100,-25,-->,0.497113,0.000000,0.312481 +0,100,0,-->,0.488583,0.000000,0.096612 +0,100,25,-->,0.488476,0.000000,0.084209 +0,100,50,-->,0.488476,0.000000,0.084209 +0,100,75,-->,0.488476,0.000000,0.084211 +0,100,100,-->,0.488476,0.000000,0.084209 +0,100,128,-->,0.488476,0.000000,0.084209 +0,128,-127,-->,0.134414,0.000000,0.379528 +0,128,-100,-->,0.516756,0.000000,0.489079 +0,128,-75,-->,0.471977,0.000000,0.573147 +0,128,-50,-->,0.430193,0.000000,0.485817 +0,128,-25,-->,0.401330,0.000000,0.317692 +0,128,0,-->,0.390242,0.000000,0.120205 +0,128,25,-->,0.389986,0.000000,0.115045 +0,128,50,-->,0.389986,0.000000,0.115045 +0,128,75,-->,0.389986,0.000000,0.115045 +0,128,100,-->,0.389986,0.000000,0.115045 +0,128,128,-->,0.389986,0.000000,0.115045 +20,-127,-127,-->,0.244192,0.406088,0.917741 +20,-127,-100,-->,0.222793,0.381399,0.449499 +20,-127,-75,-->,0.218642,0.381501,0.430694 +20,-127,-50,-->,0.222057,0.387522,0.573449 +20,-127,-25,-->,0.226919,0.394912,0.522346 +20,-127,0,-->,0.230687,0.400484,0.342182 +20,-127,25,-->,0.229852,0.402385,0.106459 +20,-127,50,-->,0.232521,0.409194,0.072945 +20,-127,75,-->,0.232522,0.409194,0.072948 +20,-127,100,-->,0.232521,0.409194,0.072945 +20,-127,128,-->,0.232522,0.409194,0.072947 +20,-100,-127,-->,0.244192,0.406088,0.917741 +20,-100,-100,-->,0.222793,0.381399,0.449499 +20,-100,-75,-->,0.218642,0.381501,0.430694 +20,-100,-50,-->,0.222057,0.387522,0.573449 +20,-100,-25,-->,0.226917,0.394910,0.522346 +20,-100,0,-->,0.230687,0.400485,0.342182 +20,-100,25,-->,0.229921,0.402007,0.106161 +20,-100,50,-->,0.232176,0.408883,0.073752 +20,-100,75,-->,0.232176,0.408882,0.073752 +20,-100,100,-->,0.232176,0.408883,0.073754 +20,-100,128,-->,0.232176,0.408883,0.073752 +20,-75,-127,-->,0.236207,0.392384,0.917871 +20,-75,-100,-->,0.218189,0.375253,0.449920 +20,-75,-75,-->,0.218415,0.380642,0.431792 +20,-75,-50,-->,0.224559,0.390535,0.573813 +20,-75,-25,-->,0.234880,0.403514,0.519461 +20,-75,0,-->,0.234816,0.408785,0.344367 +20,-75,25,-->,0.235568,0.412506,0.109010 +20,-75,50,-->,0.235764,0.412714,0.080873 +20,-75,75,-->,0.235764,0.412714,0.080872 +20,-75,100,-->,0.235764,0.412714,0.080875 +20,-75,128,-->,0.235764,0.412714,0.080873 +20,-50,-127,-->,0.225859,0.376777,0.920378 +20,-50,-100,-->,0.220896,0.381707,0.450139 +20,-50,-75,-->,0.233010,0.402349,0.433235 +20,-50,-50,-->,0.242696,0.418999,0.575230 +20,-50,-25,-->,0.249356,0.434651,0.520931 +20,-50,0,-->,0.251209,0.439392,0.344647 +20,-50,25,-->,0.257307,0.448880,0.120619 +20,-50,50,-->,0.257375,0.449053,0.100865 +20,-50,75,-->,0.257375,0.449053,0.100865 +20,-50,100,-->,0.257375,0.449053,0.100865 +20,-50,128,-->,0.257375,0.449053,0.100865 +20,-25,-127,-->,0.227745,0.378177,0.917796 +20,-25,-100,-->,0.236160,0.408108,0.448946 +20,-25,-75,-->,0.253561,0.439608,0.436084 +20,-25,-50,-->,0.269613,0.468726,0.577670 +20,-25,-25,-->,0.280645,0.487041,0.522895 +20,-25,0,-->,0.287758,0.499903,0.354625 +20,-25,25,-->,0.305046,0.500577,0.138692 +20,-25,50,-->,0.330150,0.502416,0.113722 +20,-25,75,-->,0.330156,0.502416,0.113726 +20,-25,100,-->,0.330156,0.502416,0.113727 +20,-25,128,-->,0.330156,0.502416,0.113727 +20,0,-127,-->,0.245454,0.424890,0.934291 +20,0,-100,-->,0.274774,0.478915,0.454800 +20,0,-75,-->,0.295205,0.516840,0.437588 +20,0,-50,-->,0.312786,0.544709,0.579106 +20,0,-25,-->,0.386567,0.557135,0.529123 +20,0,0,-->,0.516517,0.561093,0.364748 +20,0,25,-->,0.549251,0.561335,0.153821 +20,0,50,-->,0.559179,0.563233,0.129766 +20,0,75,-->,0.559184,0.563231,0.129770 +20,0,100,-->,0.559184,0.563231,0.129770 +20,0,128,-->,0.559184,0.563231,0.129770 +20,25,-127,-->,0.302156,0.523825,0.935551 +20,25,-100,-->,0.324608,0.566315,0.457535 +20,25,-75,-->,0.324909,0.567066,0.436554 +20,25,-50,-->,0.461168,0.546900,0.576843 +20,25,-25,-->,0.573271,0.524404,0.526359 +20,25,0,-->,0.581571,0.514509,0.363446 +20,25,25,-->,0.575018,0.507921,0.163643 +20,25,50,-->,0.571953,0.496340,0.110885 +20,25,75,-->,0.571949,0.496341,0.110885 +20,25,100,-->,0.571949,0.496341,0.110885 +20,25,128,-->,0.571949,0.496341,0.110885 +20,50,-127,-->,0.304537,0.522943,0.934939 +20,50,-100,-->,0.210989,0.365840,0.452882 +20,50,-75,-->,0.420726,0.190992,0.425392 +20,50,-50,-->,0.516254,0.107333,0.567126 +20,50,-25,-->,0.475013,0.043169,0.520795 +20,50,0,-->,0.442869,0.010524,0.356159 +20,50,25,-->,0.428943,0.003194,0.142822 +20,50,50,-->,0.422158,0.000000,0.000000 +20,50,75,-->,0.422155,0.000000,0.000000 +20,50,100,-->,0.422155,0.000000,0.000000 +20,50,128,-->,0.422155,0.000000,0.000000 +20,75,-127,-->,0.032284,0.002677,0.931224 +20,75,-100,-->,0.395060,0.000000,0.450184 +20,75,-75,-->,0.485514,0.000000,0.422075 +20,75,-50,-->,0.407334,0.000000,0.567309 +20,75,-25,-->,0.356863,0.000000,0.525786 +20,75,0,-->,0.330639,0.000000,0.369265 +20,75,25,-->,0.323464,0.000000,0.166612 +20,75,50,-->,0.318910,0.000000,0.000000 +20,75,75,-->,0.318910,0.000000,0.000000 +20,75,100,-->,0.318911,0.000000,0.000000 +20,75,128,-->,0.318910,0.000000,0.000000 +20,100,-127,-->,0.303156,0.000000,0.927838 +20,100,-100,-->,0.456235,0.000000,0.450165 +20,100,-75,-->,0.347650,0.000000,0.418345 +20,100,-50,-->,0.295743,0.000000,0.567731 +20,100,-25,-->,0.279863,0.000000,0.528190 +20,100,0,-->,0.275174,0.000000,0.379220 +20,100,25,-->,0.273809,0.000000,0.195340 +20,100,50,-->,0.273872,0.000000,0.076509 +20,100,75,-->,0.273872,0.000000,0.076346 +20,100,100,-->,0.273872,0.000000,0.076347 +20,100,128,-->,0.273872,0.000000,0.076346 +20,128,-127,-->,0.443041,0.000000,0.938535 +20,128,-100,-->,0.298247,0.000000,0.455955 +20,128,-75,-->,0.275620,0.000000,0.415818 +20,128,-50,-->,0.292836,0.000000,0.561984 +20,128,-25,-->,0.309399,0.000000,0.533511 +20,128,0,-->,0.324974,0.000000,0.388190 +20,128,25,-->,0.333380,0.000000,0.229151 +20,128,50,-->,0.330425,0.000000,0.138457 +20,128,75,-->,0.330422,0.000000,0.138397 +20,128,100,-->,0.330422,0.000000,0.138398 +20,128,128,-->,0.330422,0.000000,0.138398 +40,-127,-127,-->,0.341215,0.587842,0.987029 +40,-127,-100,-->,0.358551,0.622087,0.978493 +40,-127,-75,-->,0.368696,0.642811,0.571605 +40,-127,-50,-->,0.377509,0.659871,0.396836 +40,-127,-25,-->,0.384048,0.671946,0.566404 +40,-127,0,-->,0.390414,0.681441,0.557364 +40,-127,25,-->,0.389706,0.682093,0.368051 +40,-127,50,-->,0.388645,0.683659,0.154850 +40,-127,75,-->,0.390722,0.686023,0.156075 +40,-127,100,-->,0.390751,0.686043,0.156076 +40,-127,128,-->,0.390750,0.686043,0.156076 +40,-100,-127,-->,0.354804,0.610647,0.986668 +40,-100,-100,-->,0.373569,0.644326,0.979264 +40,-100,-75,-->,0.381121,0.666749,0.572737 +40,-100,-50,-->,0.389201,0.683826,0.400519 +40,-100,-25,-->,0.398371,0.694186,0.566615 +40,-100,0,-->,0.401532,0.703214,0.558784 +40,-100,25,-->,0.404320,0.710402,0.377320 +40,-100,50,-->,0.405555,0.710729,0.162827 +40,-100,75,-->,0.405578,0.710738,0.161824 +40,-100,100,-->,0.405578,0.710738,0.161824 +40,-100,128,-->,0.405578,0.710738,0.161824 +40,-75,-127,-->,0.374569,0.646044,0.990368 +40,-75,-100,-->,0.390997,0.678963,0.978909 +40,-75,-75,-->,0.399180,0.699550,0.577835 +40,-75,-50,-->,0.409584,0.715575,0.401211 +40,-75,-25,-->,0.415047,0.725460,0.568592 +40,-75,0,-->,0.417610,0.728859,0.558860 +40,-75,25,-->,0.415783,0.731699,0.381415 +40,-75,50,-->,0.419471,0.734130,0.170170 +40,-75,75,-->,0.419550,0.734128,0.168699 +40,-75,100,-->,0.419550,0.734128,0.168699 +40,-75,128,-->,0.419550,0.734128,0.168699 +40,-50,-127,-->,0.396314,0.691954,0.990348 +40,-50,-100,-->,0.414520,0.722242,0.982468 +40,-50,-75,-->,0.420040,0.735152,0.584350 +40,-50,-50,-->,0.424356,0.744023,0.405286 +40,-50,-25,-->,0.428892,0.748915,0.569106 +40,-50,0,-->,0.427246,0.750204,0.558581 +40,-50,25,-->,0.431420,0.754880,0.389751 +40,-50,50,-->,0.428877,0.755015,0.176492 +40,-50,75,-->,0.428783,0.755064,0.174400 +40,-50,100,-->,0.428784,0.755064,0.174400 +40,-50,128,-->,0.428783,0.755064,0.174400 +40,-25,-127,-->,0.423455,0.737404,0.990231 +40,-25,-100,-->,0.431889,0.752768,0.982636 +40,-25,-75,-->,0.431995,0.756288,0.585605 +40,-25,-50,-->,0.429814,0.754004,0.403557 +40,-25,-25,-->,0.426961,0.745251,0.565611 +40,-25,0,-->,0.525302,0.740650,0.564049 +40,-25,25,-->,0.612460,0.734405,0.391556 +40,-25,50,-->,0.635082,0.734570,0.170714 +40,-25,75,-->,0.638750,0.734803,0.169632 +40,-25,100,-->,0.638844,0.734787,0.169643 +40,-25,128,-->,0.638844,0.734787,0.169643 +40,0,-127,-->,0.429004,0.752547,0.992428 +40,0,-100,-->,0.418400,0.728860,0.982598 +40,0,-75,-->,0.401119,0.700446,0.583287 +40,0,-50,-->,0.406527,0.664548,0.395581 +40,0,-25,-->,0.607556,0.643110,0.562873 +40,0,0,-->,0.587318,0.617548,0.556688 +40,0,25,-->,0.557574,0.610808,0.391898 +40,0,50,-->,0.538068,0.603455,0.144738 +40,0,75,-->,0.534139,0.602413,0.136701 +40,0,100,-->,0.534122,0.602428,0.136701 +40,0,128,-->,0.534122,0.602428,0.136700 +40,25,-127,-->,0.355631,0.615713,0.989552 +40,25,-100,-->,0.311384,0.537123,0.981012 +40,25,-75,-->,0.424069,0.474303,0.579360 +40,25,-50,-->,0.530389,0.430725,0.379753 +40,25,-25,-->,0.447232,0.409509,0.551457 +40,25,0,-->,0.396062,0.396121,0.552231 +40,25,25,-->,0.373946,0.391868,0.392657 +40,25,50,-->,0.361513,0.385679,0.105639 +40,25,75,-->,0.357286,0.384599,0.059405 +40,25,100,-->,0.357272,0.384586,0.059444 +40,25,128,-->,0.357272,0.384586,0.059444 +40,50,-127,-->,0.225489,0.381220,0.984470 +40,50,-100,-->,0.447481,0.412659,0.976832 +40,50,-75,-->,0.487844,0.458666,0.584358 +40,50,-50,-->,0.412149,0.500476,0.384141 +40,50,-25,-->,0.397712,0.528855,0.551605 +40,50,0,-->,0.401449,0.542821,0.560776 +40,50,25,-->,0.407291,0.547430,0.414932 +40,50,50,-->,0.410702,0.549331,0.164779 +40,50,75,-->,0.413314,0.552304,0.124058 +40,50,100,-->,0.413317,0.552304,0.124058 +40,50,128,-->,0.413317,0.552304,0.124058 +40,75,-127,-->,0.432184,0.502276,0.985007 +40,75,-100,-->,0.416849,0.303157,0.977734 +40,75,-75,-->,0.300187,0.194731,0.581358 +40,75,-50,-->,0.301073,0.125021,0.372614 +40,75,-25,-->,0.337184,0.056577,0.542326 +40,75,0,-->,0.369327,0.007177,0.555870 +40,75,25,-->,0.392742,0.000941,0.411475 +40,75,50,-->,0.406683,0.002814,0.162765 +40,75,75,-->,0.409525,0.008381,0.000000 +40,75,100,-->,0.409819,0.009138,0.000000 +40,75,128,-->,0.409819,0.009138,0.000000 +40,100,-127,-->,0.364252,0.000000,0.981358 +40,100,-100,-->,0.296659,0.000000,0.979451 +40,100,-75,-->,0.360622,0.000000,0.585735 +40,100,-50,-->,0.446364,0.000000,0.366660 +40,100,-25,-->,0.515817,0.000000,0.538231 +40,100,0,-->,0.563948,0.000000,0.558162 +40,100,25,-->,0.594214,0.000000,0.428024 +40,100,50,-->,0.611413,0.000000,0.213087 +40,100,75,-->,0.617312,0.000000,0.000000 +40,100,100,-->,0.618057,0.000000,0.000000 +40,100,128,-->,0.618057,0.000000,0.000000 +40,128,-127,-->,0.316896,0.000000,0.981938 +40,128,-100,-->,0.466804,0.000000,0.980156 +40,128,-75,-->,0.599565,0.000000,0.595453 +40,128,-50,-->,0.704238,0.000000,0.368128 +40,128,-25,-->,0.784664,0.000000,0.531718 +40,128,0,-->,0.817564,0.000000,0.562043 +40,128,25,-->,0.836855,0.000000,0.444643 +40,128,50,-->,0.843122,0.000000,0.263600 +40,128,75,-->,0.846309,0.000000,0.056563 +40,128,100,-->,0.846034,0.000000,0.045847 +40,128,128,-->,0.846034,0.000000,0.045847 +60,-127,-127,-->,0.259539,0.443896,0.984400 +60,-127,-100,-->,0.255778,0.431686,0.985164 +60,-127,-75,-->,0.244923,0.423153,0.985639 +60,-127,-50,-->,0.243211,0.419539,0.686478 +60,-127,-25,-->,0.237434,0.413971,0.372419 +60,-127,0,-->,0.240085,0.412763,0.535278 +60,-127,25,-->,0.239463,0.410894,0.552492 +60,-127,50,-->,0.235590,0.409932,0.280652 +60,-127,75,-->,0.235013,0.410288,0.077633 +60,-127,100,-->,0.233281,0.408378,0.074173 +60,-127,128,-->,0.233269,0.408366,0.074173 +60,-100,-127,-->,0.247858,0.424163,0.985107 +60,-100,-100,-->,0.246412,0.414713,0.983807 +60,-100,-75,-->,0.244455,0.409128,0.983191 +60,-100,-50,-->,0.238410,0.405105,0.689325 +60,-100,-25,-->,0.231579,0.402524,0.375112 +60,-100,0,-->,0.233582,0.400076,0.534719 +60,-100,25,-->,0.231674,0.399722,0.554833 +60,-100,50,-->,0.229639,0.398115,0.293904 +60,-100,75,-->,0.226536,0.398337,0.071043 +60,-100,100,-->,0.226801,0.397001,0.069506 +60,-100,128,-->,0.226802,0.397001,0.069506 +60,-75,-127,-->,0.242928,0.405773,0.982158 +60,-75,-100,-->,0.236302,0.400258,0.983838 +60,-75,-75,-->,0.233506,0.394257,0.982107 +60,-75,-50,-->,0.228989,0.393945,0.690066 +60,-75,-25,-->,0.223778,0.393457,0.373947 +60,-75,0,-->,0.227641,0.392353,0.530766 +60,-75,25,-->,0.227386,0.392550,0.554731 +60,-75,50,-->,0.227319,0.393787,0.307456 +60,-75,75,-->,0.223934,0.392695,0.067825 +60,-75,100,-->,0.223934,0.392695,0.067788 +60,-75,128,-->,0.223934,0.392695,0.067787 +60,-50,-127,-->,0.238321,0.392533,0.981692 +60,-50,-100,-->,0.232249,0.392158,0.983550 +60,-50,-75,-->,0.236206,0.390967,0.981726 +60,-50,-50,-->,0.228246,0.393430,0.699560 +60,-50,-25,-->,0.226063,0.394417,0.374250 +60,-50,0,-->,0.227437,0.394937,0.526057 +60,-50,25,-->,0.328956,0.397269,0.561098 +60,-50,50,-->,0.470838,0.399401,0.325775 +60,-50,75,-->,0.514729,0.400804,0.076788 +60,-50,100,-->,0.526178,0.400396,0.069834 +60,-50,128,-->,0.528079,0.400491,0.070093 +60,-25,-127,-->,0.235251,0.392017,0.981108 +60,-25,-100,-->,0.235746,0.400234,0.983606 +60,-25,-75,-->,0.244809,0.406324,0.982296 +60,-25,-50,-->,0.243096,0.412253,0.701701 +60,-25,-25,-->,0.439870,0.422344,0.377086 +60,-25,0,-->,0.537424,0.425319,0.525542 +60,-25,25,-->,0.487385,0.426385,0.564299 +60,-25,50,-->,0.449434,0.431085,0.346390 +60,-25,75,-->,0.428431,0.431640,0.090270 +60,-25,100,-->,0.420931,0.431742,0.092030 +60,-25,128,-->,0.420725,0.431715,0.094110 +60,0,-127,-->,0.249775,0.427871,0.982949 +60,0,-100,-->,0.261753,0.445540,0.982561 +60,0,-75,-->,0.274744,0.465770,0.984160 +60,0,-50,-->,0.549309,0.479998,0.709915 +60,0,-25,-->,0.453356,0.492106,0.379976 +60,0,0,-->,0.398628,0.503072,0.525069 +60,0,25,-->,0.386547,0.506522,0.565822 +60,0,50,-->,0.390687,0.516702,0.372270 +60,0,75,-->,0.391301,0.515860,0.114937 +60,0,100,-->,0.393074,0.515067,0.114203 +60,0,128,-->,0.393082,0.515061,0.114203 +60,25,-127,-->,0.311106,0.530122,0.985887 +60,25,-100,-->,0.376628,0.563136,0.987445 +60,25,-75,-->,0.529499,0.595048,0.988115 +60,25,-50,-->,0.446825,0.624021,0.717571 +60,25,-25,-->,0.450457,0.645203,0.393252 +60,25,0,-->,0.483306,0.657334,0.529192 +60,25,25,-->,0.514880,0.665707,0.577830 +60,25,50,-->,0.534063,0.674020,0.401422 +60,25,75,-->,0.545267,0.674919,0.155957 +60,25,100,-->,0.554164,0.674521,0.152352 +60,25,128,-->,0.554741,0.674309,0.152146 +60,50,-127,-->,0.437311,0.716401,0.992496 +60,50,-100,-->,0.542124,0.743624,0.991071 +60,50,-75,-->,0.505740,0.751664,0.993487 +60,50,-50,-->,0.550031,0.746523,0.730228 +60,50,-25,-->,0.618494,0.742589,0.402188 +60,50,0,-->,0.674435,0.732080,0.527480 +60,50,25,-->,0.717808,0.722581,0.583526 +60,50,50,-->,0.752696,0.717718,0.426491 +60,50,75,-->,0.767625,0.714634,0.165537 +60,50,100,-->,0.773104,0.708539,0.162445 +60,50,128,-->,0.772915,0.708317,0.161670 +60,75,-127,-->,0.456871,0.576955,0.987872 +60,75,-100,-->,0.424219,0.478050,0.984805 +60,75,-75,-->,0.545099,0.419920,0.983016 +60,75,-50,-->,0.683038,0.405114,0.732825 +60,75,-25,-->,0.799214,0.419352,0.383505 +60,75,0,-->,0.853741,0.432682,0.505949 +60,75,25,-->,0.877503,0.453424,0.573542 +60,75,50,-->,0.882376,0.457935,0.429863 +60,75,75,-->,0.885372,0.466330,0.129223 +60,75,100,-->,0.886842,0.468896,0.108407 +60,75,128,-->,0.886891,0.469559,0.108736 +60,100,-127,-->,0.437255,0.337385,0.983671 +60,100,-100,-->,0.661846,0.268408,0.982037 +60,100,-75,-->,0.822692,0.190750,0.980630 +60,100,-50,-->,0.858867,0.090828,0.739374 +60,100,-25,-->,0.862821,0.000000,0.377340 +60,100,0,-->,0.864887,0.000000,0.494878 +60,100,25,-->,0.863647,0.000000,0.570283 +60,100,50,-->,0.863814,0.000000,0.442596 +60,100,75,-->,0.865865,0.000000,0.146570 +60,100,100,-->,0.863021,0.000000,0.000000 +60,100,128,-->,0.863021,0.000000,0.000000 +60,128,-127,-->,0.782509,0.000000,0.983049 +60,128,-100,-->,0.863229,0.000000,0.976762 +60,128,-75,-->,0.866815,0.000000,0.976396 +60,128,-50,-->,0.865898,0.000000,0.753652 +60,128,-25,-->,0.863994,0.000000,0.378781 +60,128,0,-->,0.866144,0.000000,0.483119 +60,128,25,-->,0.863023,0.000000,0.572707 +60,128,50,-->,0.865608,0.000000,0.468338 +60,128,75,-->,0.863433,0.000000,0.236097 +60,128,100,-->,0.862898,0.000000,0.000000 +60,128,128,-->,0.862898,0.000000,0.000000 +80,-127,-127,-->,0.549852,0.965337,1.000000 +80,-127,-100,-->,0.546657,0.960386,0.999420 +80,-127,-75,-->,0.540264,0.942244,1.000000 +80,-127,-50,-->,0.528622,0.921548,0.999210 +80,-127,-25,-->,0.517920,0.909489,0.827958 +80,-127,0,-->,0.512261,0.899722,0.420882 +80,-127,25,-->,0.505843,0.886574,0.537388 +80,-127,50,-->,0.503084,0.884970,0.569155 +80,-127,75,-->,0.499754,0.878258,0.228498 +80,-127,100,-->,0.498278,0.876467,0.197492 +80,-127,128,-->,0.498148,0.876186,0.197255 +80,-100,-127,-->,0.511979,0.892590,0.995725 +80,-100,-100,-->,0.510908,0.891223,0.995986 +80,-100,-75,-->,0.497851,0.869782,0.996166 +80,-100,-50,-->,0.485189,0.850470,0.994624 +80,-100,-25,-->,0.476687,0.835358,0.830144 +80,-100,0,-->,0.471924,0.825576,0.418523 +80,-100,25,-->,0.463228,0.815120,0.527953 +80,-100,50,-->,0.464125,0.814045,0.568096 +80,-100,75,-->,0.460292,0.811260,0.226764 +80,-100,100,-->,0.457950,0.807017,0.187076 +80,-100,128,-->,0.457656,0.806694,0.186767 +80,-75,-127,-->,0.465953,0.813763,0.995475 +80,-75,-100,-->,0.464368,0.810000,0.993738 +80,-75,-75,-->,0.453552,0.789447,0.993713 +80,-75,-50,-->,0.444134,0.771642,0.992206 +80,-75,-25,-->,0.433962,0.761434,0.834377 +80,-75,0,-->,0.427797,0.751249,0.418543 +80,-75,25,-->,0.423405,0.740550,0.520779 +80,-75,50,-->,0.418334,0.734077,0.566104 +80,-75,75,-->,0.460332,0.730106,0.218276 +80,-75,100,-->,0.524730,0.728760,0.164522 +80,-75,128,-->,0.544498,0.728189,0.166928 +80,-50,-127,-->,0.413609,0.723611,0.991087 +80,-50,-100,-->,0.412273,0.720658,0.990499 +80,-50,-75,-->,0.399722,0.699587,0.992019 +80,-50,-50,-->,0.393841,0.680872,0.988971 +80,-50,-25,-->,0.385728,0.670863,0.838954 +80,-50,0,-->,0.527712,0.661997,0.411409 +80,-50,25,-->,0.580579,0.652911,0.508558 +80,-50,50,-->,0.537535,0.644506,0.566314 +80,-50,75,-->,0.504716,0.645686,0.225958 +80,-50,100,-->,0.484839,0.644514,0.146348 +80,-50,128,-->,0.474225,0.638801,0.146376 +80,-25,-127,-->,0.361868,0.625762,0.992041 +80,-25,-100,-->,0.359659,0.620032,0.988996 +80,-25,-75,-->,0.345149,0.600372,0.988684 +80,-25,-50,-->,0.441053,0.584294,0.986539 +80,-25,-25,-->,0.521941,0.571923,0.835627 +80,-25,0,-->,0.431401,0.567585,0.408748 +80,-25,25,-->,0.412001,0.557158,0.498204 +80,-25,50,-->,0.417663,0.550609,0.566192 +80,-25,75,-->,0.430402,0.550173,0.255973 +80,-25,100,-->,0.440135,0.548629,0.125330 +80,-25,128,-->,0.444079,0.543074,0.122540 +80,0,-127,-->,0.307095,0.518034,0.983620 +80,0,-100,-->,0.306537,0.516924,0.983663 +80,0,-75,-->,0.533297,0.502560,0.988408 +80,0,-50,-->,0.403570,0.486133,0.984276 +80,0,-25,-->,0.399956,0.476970,0.844833 +80,0,0,-->,0.461387,0.474487,0.413330 +80,0,25,-->,0.532181,0.466552,0.488667 +80,0,50,-->,0.589971,0.464443,0.568452 +80,0,75,-->,0.627031,0.459729,0.289454 +80,0,100,-->,0.648722,0.456403,0.100892 +80,0,128,-->,0.666610,0.454908,0.101097 +80,25,-127,-->,0.475426,0.431484,0.988308 +80,25,-100,-->,0.448451,0.429413,0.985465 +80,25,-75,-->,0.374955,0.419030,0.982275 +80,25,-50,-->,0.487428,0.410969,0.982344 +80,25,-25,-->,0.629703,0.405503,0.856520 +80,25,0,-->,0.754091,0.405342,0.409904 +80,25,25,-->,0.844187,0.400639,0.478861 +80,25,50,-->,0.863651,0.397532,0.570902 +80,25,75,-->,0.872596,0.397779,0.331267 +80,25,100,-->,0.875506,0.397034,0.068237 +80,25,128,-->,0.876467,0.396991,0.068559 +80,50,-127,-->,0.418084,0.390683,0.984141 +80,50,-100,-->,0.443247,0.391827,0.983214 +80,50,-75,-->,0.655669,0.397651,0.987096 +80,50,-50,-->,0.840441,0.400120,0.983241 +80,50,-25,-->,0.877110,0.407736,0.868162 +80,50,0,-->,0.883319,0.409821,0.416869 +80,50,25,-->,0.888547,0.417603,0.469341 +80,50,50,-->,0.889006,0.423806,0.573921 +80,50,75,-->,0.887430,0.423725,0.373819 +80,50,100,-->,0.887400,0.425116,0.085327 +80,50,128,-->,0.887398,0.425118,0.085325 +80,75,-127,-->,0.806957,0.515327,0.983984 +80,75,-100,-->,0.839782,0.521624,0.986522 +80,75,-75,-->,0.900580,0.557952,0.986454 +80,75,-50,-->,0.913013,0.591270,0.985378 +80,75,-25,-->,0.916631,0.618881,0.881879 +80,75,0,-->,0.919384,0.640939,0.432712 +80,75,25,-->,0.925418,0.657911,0.474052 +80,75,50,-->,0.925894,0.666644,0.584494 +80,75,75,-->,0.928104,0.674170,0.426261 +80,75,100,-->,0.927753,0.673749,0.153157 +80,75,128,-->,0.927798,0.673987,0.152836 +80,100,-127,-->,0.929053,0.682396,0.990561 +80,100,-100,-->,0.927154,0.670070,0.990174 +80,100,-75,-->,0.915384,0.600367,0.988426 +80,100,-50,-->,0.902448,0.529091,0.987539 +80,100,-25,-->,0.898374,0.486727,0.898339 +80,100,0,-->,0.894657,0.469410,0.438939 +80,100,25,-->,0.893436,0.461717,0.448989 +80,100,50,-->,0.895886,0.462474,0.579094 +80,100,75,-->,0.893057,0.461915,0.447171 +80,100,100,-->,0.892586,0.463845,0.112112 +80,100,128,-->,0.893330,0.468256,0.098887 +80,128,-127,-->,0.867449,0.000000,0.976564 +80,128,-100,-->,0.867360,0.000000,0.976597 +80,128,-75,-->,0.866800,0.000000,0.976459 +80,128,-50,-->,0.866815,0.000000,0.976396 +80,128,-25,-->,0.865691,0.000000,0.909580 +80,128,0,-->,0.862829,0.000000,0.441955 +80,128,25,-->,0.865831,0.000000,0.424350 +80,128,50,-->,0.863182,0.000000,0.571543 +80,128,75,-->,0.866821,0.000000,0.471821 +80,128,100,-->,0.863106,0.000000,0.110286 +80,128,128,-->,0.862898,0.000000,0.000000 +100,-127,-127,-->,0.569319,1.000000,1.000000 +100,-127,-100,-->,0.569319,1.000000,1.000000 +100,-127,-75,-->,0.569319,1.000000,1.000000 +100,-127,-50,-->,0.569319,1.000000,1.000000 +100,-127,-25,-->,0.569319,1.000000,1.000000 +100,-127,0,-->,0.572977,1.000000,0.933643 +100,-127,25,-->,0.569552,1.000000,0.462597 +100,-127,50,-->,0.572968,1.000000,0.552407 +100,-127,75,-->,0.573264,1.000000,0.547369 +100,-127,100,-->,0.572218,1.000000,0.230929 +100,-127,128,-->,0.572296,1.000000,0.230083 +100,-100,-127,-->,0.569319,1.000000,1.000000 +100,-100,-100,-->,0.569319,1.000000,1.000000 +100,-100,-75,-->,0.569319,1.000000,1.000000 +100,-100,-50,-->,0.569319,1.000000,1.000000 +100,-100,-25,-->,0.569319,1.000000,1.000000 +100,-100,0,-->,0.570016,1.000000,0.940114 +100,-100,25,-->,0.574358,1.000000,0.463109 +100,-100,50,-->,0.574279,1.000000,0.545128 +100,-100,75,-->,0.571669,1.000000,0.556483 +100,-100,100,-->,0.572281,1.000000,0.231810 +100,-100,128,-->,0.572296,1.000000,0.230083 +100,-75,-127,-->,0.569319,1.000000,1.000000 +100,-75,-100,-->,0.569319,1.000000,1.000000 +100,-75,-75,-->,0.569319,1.000000,1.000000 +100,-75,-50,-->,0.569319,1.000000,1.000000 +100,-75,-25,-->,0.569319,1.000000,1.000000 +100,-75,0,-->,0.573675,1.000000,0.958206 +100,-75,25,-->,0.584965,1.000000,0.468616 +100,-75,50,-->,0.679656,1.000000,0.534152 +100,-75,75,-->,0.700648,1.000000,0.562778 +100,-75,100,-->,0.676890,1.000000,0.231736 +100,-75,128,-->,0.659569,1.000000,0.232798 +100,-50,-127,-->,0.569319,1.000000,1.000000 +100,-50,-100,-->,0.569319,1.000000,1.000000 +100,-50,-75,-->,0.569319,1.000000,1.000000 +100,-50,-50,-->,0.569319,1.000000,1.000000 +100,-50,-25,-->,0.672937,1.000000,1.000000 +100,-50,0,-->,0.677743,1.000000,0.966720 +100,-50,25,-->,0.627265,1.000000,0.478371 +100,-50,50,-->,0.627089,1.000000,0.527795 +100,-50,75,-->,0.643995,1.000000,0.574124 +100,-50,100,-->,0.660520,1.000000,0.237329 +100,-50,128,-->,0.671409,1.000000,0.225705 +100,-25,-127,-->,0.599533,1.000000,1.000000 +100,-25,-100,-->,0.599533,1.000000,1.000000 +100,-25,-75,-->,0.599533,1.000000,1.000000 +100,-25,-50,-->,0.667933,1.000000,0.999546 +100,-25,-25,-->,0.624420,1.000000,1.000000 +100,-25,0,-->,0.674020,1.000000,0.980828 +100,-25,25,-->,0.746545,1.000000,0.482886 +100,-25,50,-->,0.822678,1.000000,0.518238 +100,-25,75,-->,0.882845,1.000000,0.581742 +100,-25,100,-->,0.925006,1.000000,0.240782 +100,-25,128,-->,0.954294,1.000000,0.224205 +100,0,-127,-->,0.623668,0.999434,1.000000 +100,0,-100,-->,0.623668,0.999434,1.000000 +100,0,-75,-->,0.623300,0.999394,1.000000 +100,0,-50,-->,0.692195,0.997881,0.999376 +100,0,-25,-->,0.841641,0.997225,1.000000 +100,0,0,-->,0.987181,0.994724,0.993738 +100,0,25,-->,0.996580,0.981327,0.493654 +100,0,50,-->,0.998228,0.968493,0.507781 +100,0,75,-->,0.999882,0.970763,0.592441 +100,0,100,-->,0.997652,0.962791,0.253182 +100,0,128,-->,0.997813,0.963110,0.220764 +100,25,-127,-->,0.843871,0.856137,0.995328 +100,25,-100,-->,0.843871,0.856137,0.995328 +100,25,-75,-->,0.844396,0.855947,0.995127 +100,25,-50,-->,0.949586,0.840800,0.996336 +100,25,-25,-->,0.957837,0.822318,0.997473 +100,25,0,-->,0.956957,0.807804,0.989223 +100,25,25,-->,0.952542,0.790371,0.487547 +100,25,50,-->,0.951558,0.789323,0.478128 +100,25,75,-->,0.948162,0.777994,0.584858 +100,25,100,-->,0.949475,0.778611,0.242034 +100,25,128,-->,0.948483,0.765836,0.171814 +100,50,-127,-->,0.922234,0.645988,0.990128 +100,50,-100,-->,0.922234,0.645988,0.990128 +100,50,-75,-->,0.922338,0.645993,0.990126 +100,50,-50,-->,0.921137,0.623894,0.984794 +100,50,-25,-->,0.912952,0.611559,0.989333 +100,50,0,-->,0.915666,0.592787,0.983268 +100,50,25,-->,0.912712,0.584108,0.483447 +100,50,50,-->,0.912186,0.576656,0.455985 +100,50,75,-->,0.910823,0.568856,0.579255 +100,50,100,-->,0.908837,0.569131,0.234835 +100,50,128,-->,0.907906,0.564080,0.131493 +100,75,-127,-->,0.895802,0.450258,0.984102 +100,75,-100,-->,0.895802,0.450258,0.984102 +100,75,-75,-->,0.895699,0.450258,0.984102 +100,75,-50,-->,0.889984,0.443826,0.985606 +100,75,-25,-->,0.890162,0.434063,0.981478 +100,75,0,-->,0.887935,0.425214,0.980097 +100,75,25,-->,0.886958,0.418070,0.491473 +100,75,50,-->,0.887217,0.412713,0.429024 +100,75,75,-->,0.887096,0.413385,0.576403 +100,75,100,-->,0.885176,0.409337,0.301541 +100,75,128,-->,0.885228,0.405318,0.067365 +100,100,-127,-->,0.886043,0.411992,0.983544 +100,100,-100,-->,0.886043,0.411992,0.983544 +100,100,-75,-->,0.886043,0.411992,0.983544 +100,100,-50,-->,0.887300,0.420151,0.983392 +100,100,-25,-->,0.889128,0.434328,0.983449 +100,100,0,-->,0.892034,0.450700,0.981161 +100,100,25,-->,0.894717,0.467341,0.511232 +100,100,50,-->,0.895805,0.479905,0.421636 +100,100,75,-->,0.895448,0.483520,0.578245 +100,100,100,-->,0.895615,0.491967,0.383384 +100,100,128,-->,0.898123,0.493164,0.112269 +100,128,-127,-->,0.929150,0.689733,0.991562 +100,128,-100,-->,0.929150,0.689733,0.991562 +100,128,-75,-->,0.929122,0.689693,0.991536 +100,128,-50,-->,0.917766,0.606447,0.990188 +100,128,-25,-->,0.900488,0.506859,0.983860 +100,128,0,-->,0.893567,0.434943,0.984945 +100,128,25,-->,0.885290,0.400065,0.529524 +100,128,50,-->,0.883477,0.386818,0.401054 +100,128,75,-->,0.887832,0.389323,0.575809 +100,128,100,-->,0.887568,0.396738,0.434310 +100,128,128,-->,0.885885,0.406000,0.068116 +-1,0,0,-->,0.005859,0.000000,0.008791 +101,0,0,-->,0.987181,0.994724,0.993738 +50,-130,0,-->,0.246989,0.432465,0.578604 +50,130,0,-->,0.864025,0.000000,0.566308 +50,0,-130,-->,0.359529,0.622894,0.989024 +50,0,130,-->,0.506744,0.735529,0.168060 diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-2.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-2.csv new file mode 100644 index 0000000..8b01ecf --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-2.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.285432,0.496433,0.389804 +0,-127,-100,-->,0.221083,0.379212,0.499573 +0,-127,-75,-->,0.148291,0.243085,0.570702 +0,-127,-50,-->,0.073243,0.128875,0.474309 +0,-127,-25,-->,0.004490,0.032049,0.298025 +0,-127,0,-->,0.005858,0.000000,0.008791 +0,-127,25,-->,0.003662,0.000000,0.000000 +0,-127,50,-->,0.003662,0.000000,0.000000 +0,-127,75,-->,0.003664,0.000000,0.000000 +0,-127,100,-->,0.003662,0.000000,0.000000 +0,-127,128,-->,0.003662,0.000000,0.000000 +0,-100,-127,-->,0.285432,0.496433,0.389804 +0,-100,-100,-->,0.221083,0.379212,0.499573 +0,-100,-75,-->,0.148291,0.243085,0.570702 +0,-100,-50,-->,0.073243,0.128874,0.474308 +0,-100,-25,-->,0.004490,0.032049,0.298025 +0,-100,0,-->,0.005858,0.000000,0.008792 +0,-100,25,-->,0.003661,0.000000,0.000000 +0,-100,50,-->,0.003662,0.000000,0.000000 +0,-100,75,-->,0.003661,0.000000,0.000000 +0,-100,100,-->,0.003662,0.000000,0.000000 +0,-100,128,-->,0.003662,0.000000,0.000000 +0,-75,-127,-->,0.285432,0.496433,0.389804 +0,-75,-100,-->,0.221083,0.379212,0.499573 +0,-75,-75,-->,0.148291,0.243085,0.570702 +0,-75,-50,-->,0.073243,0.128874,0.474309 +0,-75,-25,-->,0.004490,0.032049,0.298025 +0,-75,0,-->,0.005859,0.000000,0.008792 +0,-75,25,-->,0.003664,0.000000,0.000000 +0,-75,50,-->,0.003662,0.000000,0.000000 +0,-75,75,-->,0.003661,0.000000,0.000000 +0,-75,100,-->,0.003662,0.000000,0.000000 +0,-75,128,-->,0.003662,0.000000,0.000000 +0,-50,-127,-->,0.285432,0.496433,0.389804 +0,-50,-100,-->,0.221083,0.379212,0.499573 +0,-50,-75,-->,0.148291,0.243085,0.570702 +0,-50,-50,-->,0.073243,0.128874,0.474309 +0,-50,-25,-->,0.004490,0.032049,0.298025 +0,-50,0,-->,0.005858,0.000000,0.008792 +0,-50,25,-->,0.003662,0.000000,0.000000 +0,-50,50,-->,0.003662,0.000000,0.000000 +0,-50,75,-->,0.003662,0.000000,0.000000 +0,-50,100,-->,0.003662,0.000000,0.000000 +0,-50,128,-->,0.003662,0.000000,0.000000 +0,-25,-127,-->,0.285432,0.496433,0.389804 +0,-25,-100,-->,0.221083,0.379212,0.499573 +0,-25,-75,-->,0.148291,0.243085,0.570702 +0,-25,-50,-->,0.073243,0.128874,0.474309 +0,-25,-25,-->,0.004489,0.032049,0.298025 +0,-25,0,-->,0.005858,0.000000,0.008792 +0,-25,25,-->,0.003661,0.000000,0.000000 +0,-25,50,-->,0.003662,0.000000,0.000000 +0,-25,75,-->,0.003662,0.000000,0.000000 +0,-25,100,-->,0.003662,0.000000,0.000000 +0,-25,128,-->,0.003662,0.000000,0.000000 +0,0,-127,-->,0.285431,0.496432,0.389804 +0,0,-100,-->,0.221083,0.379212,0.499573 +0,0,-75,-->,0.148291,0.243085,0.570702 +0,0,-50,-->,0.073243,0.128875,0.474309 +0,0,-25,-->,0.004490,0.032049,0.298025 +0,0,0,-->,0.005859,0.000000,0.008791 +0,0,25,-->,0.003662,0.000000,0.000000 +0,0,50,-->,0.003662,0.000000,0.000000 +0,0,75,-->,0.003662,0.000000,0.000000 +0,0,100,-->,0.003661,0.000000,0.000000 +0,0,128,-->,0.003662,0.000000,0.000000 +0,25,-127,-->,0.213379,0.368961,0.383836 +0,25,-100,-->,0.064302,0.119978,0.492828 +0,25,-75,-->,0.028491,0.000000,0.569212 +0,25,-50,-->,0.013374,0.000000,0.472453 +0,25,-25,-->,0.274312,0.000000,0.296684 +0,25,0,-->,0.354632,0.000000,0.016880 +0,25,25,-->,0.356316,0.000000,0.002232 +0,25,50,-->,0.356316,0.000000,0.002232 +0,25,75,-->,0.356316,0.000000,0.002233 +0,25,100,-->,0.356316,0.000000,0.002233 +0,25,128,-->,0.356316,0.000000,0.002232 +0,50,-127,-->,0.021778,0.055191,0.376514 +0,50,-100,-->,0.012813,0.000000,0.493447 +0,50,-75,-->,0.027926,0.000000,0.569216 +0,50,-50,-->,0.335426,0.000000,0.475881 +0,50,-25,-->,0.444219,0.000000,0.302705 +0,50,0,-->,0.476421,0.000000,0.032167 +0,50,25,-->,0.476955,0.000000,0.018970 +0,50,50,-->,0.476955,0.000000,0.018970 +0,50,75,-->,0.476955,0.000000,0.018970 +0,50,100,-->,0.476955,0.000000,0.018969 +0,50,128,-->,0.476955,0.000000,0.018970 +0,75,-127,-->,0.000000,0.000000,0.375861 +0,75,-100,-->,0.012813,0.000000,0.493447 +0,75,-75,-->,0.332325,0.000000,0.571063 +0,75,-50,-->,0.489857,0.000000,0.478765 +0,75,-25,-->,0.517696,0.000000,0.302804 +0,75,0,-->,0.520719,0.000000,0.057144 +0,75,25,-->,0.520783,0.000000,0.044585 +0,75,50,-->,0.520783,0.000000,0.044586 +0,75,75,-->,0.520783,0.000000,0.044585 +0,75,100,-->,0.520783,0.000000,0.044588 +0,75,128,-->,0.520783,0.000000,0.044586 +0,100,-127,-->,0.000000,0.000000,0.375861 +0,100,-100,-->,0.283500,0.000000,0.492986 +0,100,-75,-->,0.512907,0.000000,0.572599 +0,100,-50,-->,0.509753,0.000000,0.478638 +0,100,-25,-->,0.497113,0.000000,0.312481 +0,100,0,-->,0.488583,0.000000,0.096612 +0,100,25,-->,0.488476,0.000000,0.084209 +0,100,50,-->,0.488476,0.000000,0.084209 +0,100,75,-->,0.488476,0.000000,0.084211 +0,100,100,-->,0.488476,0.000000,0.084209 +0,100,128,-->,0.488476,0.000000,0.084209 +0,128,-127,-->,0.134414,0.000000,0.379528 +0,128,-100,-->,0.516756,0.000000,0.489079 +0,128,-75,-->,0.471977,0.000000,0.573147 +0,128,-50,-->,0.430193,0.000000,0.485817 +0,128,-25,-->,0.401330,0.000000,0.317692 +0,128,0,-->,0.390242,0.000000,0.120205 +0,128,25,-->,0.389986,0.000000,0.115045 +0,128,50,-->,0.389986,0.000000,0.115045 +0,128,75,-->,0.389986,0.000000,0.115045 +0,128,100,-->,0.389986,0.000000,0.115045 +0,128,128,-->,0.389986,0.000000,0.115045 +20,-127,-127,-->,0.244192,0.406088,0.917741 +20,-127,-100,-->,0.222793,0.381399,0.449499 +20,-127,-75,-->,0.218642,0.381501,0.430694 +20,-127,-50,-->,0.222057,0.387522,0.573449 +20,-127,-25,-->,0.226919,0.394912,0.522346 +20,-127,0,-->,0.230687,0.400484,0.342182 +20,-127,25,-->,0.229852,0.402385,0.106459 +20,-127,50,-->,0.232521,0.409194,0.072945 +20,-127,75,-->,0.232522,0.409194,0.072948 +20,-127,100,-->,0.232521,0.409194,0.072945 +20,-127,128,-->,0.232522,0.409194,0.072947 +20,-100,-127,-->,0.244192,0.406088,0.917741 +20,-100,-100,-->,0.222793,0.381399,0.449499 +20,-100,-75,-->,0.218642,0.381501,0.430694 +20,-100,-50,-->,0.222057,0.387522,0.573449 +20,-100,-25,-->,0.226917,0.394910,0.522346 +20,-100,0,-->,0.230687,0.400485,0.342182 +20,-100,25,-->,0.229921,0.402007,0.106161 +20,-100,50,-->,0.232176,0.408883,0.073752 +20,-100,75,-->,0.232176,0.408882,0.073752 +20,-100,100,-->,0.232176,0.408883,0.073754 +20,-100,128,-->,0.232176,0.408883,0.073752 +20,-75,-127,-->,0.236207,0.392384,0.917871 +20,-75,-100,-->,0.218189,0.375253,0.449920 +20,-75,-75,-->,0.218415,0.380642,0.431792 +20,-75,-50,-->,0.224559,0.390535,0.573813 +20,-75,-25,-->,0.234880,0.403514,0.519461 +20,-75,0,-->,0.234816,0.408785,0.344367 +20,-75,25,-->,0.235568,0.412506,0.109010 +20,-75,50,-->,0.235764,0.412714,0.080873 +20,-75,75,-->,0.235764,0.412714,0.080872 +20,-75,100,-->,0.235764,0.412714,0.080875 +20,-75,128,-->,0.235764,0.412714,0.080873 +20,-50,-127,-->,0.225859,0.376777,0.920378 +20,-50,-100,-->,0.220896,0.381707,0.450139 +20,-50,-75,-->,0.233010,0.402349,0.433235 +20,-50,-50,-->,0.242696,0.418999,0.575230 +20,-50,-25,-->,0.249356,0.434651,0.520931 +20,-50,0,-->,0.251209,0.439392,0.344647 +20,-50,25,-->,0.257307,0.448880,0.120619 +20,-50,50,-->,0.257375,0.449053,0.100865 +20,-50,75,-->,0.257375,0.449053,0.100865 +20,-50,100,-->,0.257375,0.449053,0.100865 +20,-50,128,-->,0.257375,0.449053,0.100865 +20,-25,-127,-->,0.227745,0.378177,0.917796 +20,-25,-100,-->,0.236160,0.408108,0.448946 +20,-25,-75,-->,0.253561,0.439608,0.436084 +20,-25,-50,-->,0.269613,0.468726,0.577670 +20,-25,-25,-->,0.280645,0.487041,0.522895 +20,-25,0,-->,0.287758,0.499903,0.354625 +20,-25,25,-->,0.305046,0.500577,0.138692 +20,-25,50,-->,0.330150,0.502416,0.113722 +20,-25,75,-->,0.330156,0.502416,0.113726 +20,-25,100,-->,0.330156,0.502416,0.113727 +20,-25,128,-->,0.330156,0.502416,0.113727 +20,0,-127,-->,0.245454,0.424890,0.934291 +20,0,-100,-->,0.274774,0.478915,0.454800 +20,0,-75,-->,0.295205,0.516840,0.437588 +20,0,-50,-->,0.312786,0.544709,0.579106 +20,0,-25,-->,0.386567,0.557135,0.529123 +20,0,0,-->,0.516517,0.561093,0.364748 +20,0,25,-->,0.549251,0.561335,0.153821 +20,0,50,-->,0.559179,0.563233,0.129766 +20,0,75,-->,0.559184,0.563231,0.129770 +20,0,100,-->,0.559184,0.563231,0.129770 +20,0,128,-->,0.559184,0.563231,0.129770 +20,25,-127,-->,0.302156,0.523825,0.935551 +20,25,-100,-->,0.324608,0.566315,0.457535 +20,25,-75,-->,0.324909,0.567066,0.436554 +20,25,-50,-->,0.461168,0.546900,0.576843 +20,25,-25,-->,0.573271,0.524404,0.526359 +20,25,0,-->,0.581571,0.514509,0.363446 +20,25,25,-->,0.575018,0.507921,0.163643 +20,25,50,-->,0.571953,0.496340,0.110885 +20,25,75,-->,0.571949,0.496341,0.110885 +20,25,100,-->,0.571949,0.496341,0.110885 +20,25,128,-->,0.571949,0.496341,0.110885 +20,50,-127,-->,0.304537,0.522943,0.934939 +20,50,-100,-->,0.210989,0.365840,0.452882 +20,50,-75,-->,0.420726,0.190992,0.425392 +20,50,-50,-->,0.516254,0.107333,0.567126 +20,50,-25,-->,0.475013,0.043169,0.520795 +20,50,0,-->,0.442869,0.010524,0.356159 +20,50,25,-->,0.428943,0.003194,0.142822 +20,50,50,-->,0.422158,0.000000,0.000000 +20,50,75,-->,0.422155,0.000000,0.000000 +20,50,100,-->,0.422155,0.000000,0.000000 +20,50,128,-->,0.422155,0.000000,0.000000 +20,75,-127,-->,0.032284,0.002677,0.931224 +20,75,-100,-->,0.395060,0.000000,0.450184 +20,75,-75,-->,0.485514,0.000000,0.422075 +20,75,-50,-->,0.407334,0.000000,0.567309 +20,75,-25,-->,0.356863,0.000000,0.525786 +20,75,0,-->,0.330639,0.000000,0.369265 +20,75,25,-->,0.323464,0.000000,0.166612 +20,75,50,-->,0.318910,0.000000,0.000000 +20,75,75,-->,0.318910,0.000000,0.000000 +20,75,100,-->,0.318911,0.000000,0.000000 +20,75,128,-->,0.318910,0.000000,0.000000 +20,100,-127,-->,0.303156,0.000000,0.927838 +20,100,-100,-->,0.456235,0.000000,0.450165 +20,100,-75,-->,0.347650,0.000000,0.418345 +20,100,-50,-->,0.295743,0.000000,0.567731 +20,100,-25,-->,0.279863,0.000000,0.528190 +20,100,0,-->,0.275174,0.000000,0.379220 +20,100,25,-->,0.273809,0.000000,0.195340 +20,100,50,-->,0.273872,0.000000,0.076509 +20,100,75,-->,0.273872,0.000000,0.076346 +20,100,100,-->,0.273872,0.000000,0.076347 +20,100,128,-->,0.273872,0.000000,0.076346 +20,128,-127,-->,0.443041,0.000000,0.938535 +20,128,-100,-->,0.298247,0.000000,0.455955 +20,128,-75,-->,0.275620,0.000000,0.415818 +20,128,-50,-->,0.292836,0.000000,0.561984 +20,128,-25,-->,0.309399,0.000000,0.533511 +20,128,0,-->,0.324974,0.000000,0.388190 +20,128,25,-->,0.333380,0.000000,0.229151 +20,128,50,-->,0.330425,0.000000,0.138457 +20,128,75,-->,0.330422,0.000000,0.138397 +20,128,100,-->,0.330422,0.000000,0.138398 +20,128,128,-->,0.330422,0.000000,0.138398 +40,-127,-127,-->,0.341215,0.587842,0.987029 +40,-127,-100,-->,0.358551,0.622087,0.978493 +40,-127,-75,-->,0.368696,0.642811,0.571605 +40,-127,-50,-->,0.377509,0.659871,0.396836 +40,-127,-25,-->,0.384048,0.671946,0.566404 +40,-127,0,-->,0.390414,0.681441,0.557364 +40,-127,25,-->,0.389706,0.682093,0.368051 +40,-127,50,-->,0.388645,0.683659,0.154850 +40,-127,75,-->,0.390722,0.686023,0.156075 +40,-127,100,-->,0.390751,0.686043,0.156076 +40,-127,128,-->,0.390750,0.686043,0.156076 +40,-100,-127,-->,0.354804,0.610647,0.986668 +40,-100,-100,-->,0.373569,0.644326,0.979264 +40,-100,-75,-->,0.381121,0.666749,0.572737 +40,-100,-50,-->,0.389201,0.683826,0.400519 +40,-100,-25,-->,0.398371,0.694186,0.566615 +40,-100,0,-->,0.401532,0.703214,0.558784 +40,-100,25,-->,0.404320,0.710402,0.377320 +40,-100,50,-->,0.405555,0.710729,0.162827 +40,-100,75,-->,0.405578,0.710738,0.161824 +40,-100,100,-->,0.405578,0.710738,0.161824 +40,-100,128,-->,0.405578,0.710738,0.161824 +40,-75,-127,-->,0.374569,0.646044,0.990368 +40,-75,-100,-->,0.390997,0.678963,0.978909 +40,-75,-75,-->,0.399180,0.699550,0.577835 +40,-75,-50,-->,0.409584,0.715575,0.401211 +40,-75,-25,-->,0.415047,0.725460,0.568592 +40,-75,0,-->,0.417610,0.728859,0.558860 +40,-75,25,-->,0.415783,0.731699,0.381415 +40,-75,50,-->,0.419471,0.734130,0.170170 +40,-75,75,-->,0.419550,0.734128,0.168699 +40,-75,100,-->,0.419550,0.734128,0.168699 +40,-75,128,-->,0.419550,0.734128,0.168699 +40,-50,-127,-->,0.396314,0.691954,0.990348 +40,-50,-100,-->,0.414520,0.722242,0.982468 +40,-50,-75,-->,0.420040,0.735152,0.584350 +40,-50,-50,-->,0.424356,0.744023,0.405286 +40,-50,-25,-->,0.428892,0.748915,0.569106 +40,-50,0,-->,0.427246,0.750204,0.558581 +40,-50,25,-->,0.431420,0.754880,0.389751 +40,-50,50,-->,0.428877,0.755015,0.176492 +40,-50,75,-->,0.428783,0.755064,0.174400 +40,-50,100,-->,0.428784,0.755064,0.174400 +40,-50,128,-->,0.428783,0.755064,0.174400 +40,-25,-127,-->,0.423455,0.737404,0.990231 +40,-25,-100,-->,0.431889,0.752768,0.982636 +40,-25,-75,-->,0.431995,0.756288,0.585605 +40,-25,-50,-->,0.429814,0.754004,0.403557 +40,-25,-25,-->,0.426961,0.745251,0.565611 +40,-25,0,-->,0.525302,0.740650,0.564049 +40,-25,25,-->,0.612460,0.734405,0.391556 +40,-25,50,-->,0.635082,0.734570,0.170714 +40,-25,75,-->,0.638750,0.734803,0.169632 +40,-25,100,-->,0.638844,0.734787,0.169643 +40,-25,128,-->,0.638844,0.734787,0.169643 +40,0,-127,-->,0.429004,0.752547,0.992428 +40,0,-100,-->,0.418400,0.728860,0.982598 +40,0,-75,-->,0.401119,0.700446,0.583287 +40,0,-50,-->,0.406527,0.664548,0.395581 +40,0,-25,-->,0.607556,0.643110,0.562873 +40,0,0,-->,0.587318,0.617548,0.556688 +40,0,25,-->,0.557574,0.610808,0.391898 +40,0,50,-->,0.538068,0.603455,0.144738 +40,0,75,-->,0.534139,0.602413,0.136701 +40,0,100,-->,0.534122,0.602428,0.136701 +40,0,128,-->,0.534122,0.602428,0.136700 +40,25,-127,-->,0.355631,0.615713,0.989552 +40,25,-100,-->,0.311384,0.537123,0.981012 +40,25,-75,-->,0.424069,0.474303,0.579360 +40,25,-50,-->,0.530389,0.430725,0.379753 +40,25,-25,-->,0.447232,0.409509,0.551457 +40,25,0,-->,0.396062,0.396121,0.552231 +40,25,25,-->,0.373946,0.391868,0.392657 +40,25,50,-->,0.361513,0.385679,0.105639 +40,25,75,-->,0.357286,0.384599,0.059405 +40,25,100,-->,0.357272,0.384586,0.059444 +40,25,128,-->,0.357272,0.384586,0.059444 +40,50,-127,-->,0.225489,0.381220,0.984470 +40,50,-100,-->,0.447481,0.412659,0.976832 +40,50,-75,-->,0.487844,0.458666,0.584358 +40,50,-50,-->,0.412149,0.500476,0.384141 +40,50,-25,-->,0.397712,0.528855,0.551605 +40,50,0,-->,0.401449,0.542821,0.560776 +40,50,25,-->,0.407291,0.547430,0.414932 +40,50,50,-->,0.410702,0.549331,0.164779 +40,50,75,-->,0.413314,0.552304,0.124058 +40,50,100,-->,0.413317,0.552304,0.124058 +40,50,128,-->,0.413317,0.552304,0.124058 +40,75,-127,-->,0.432184,0.502276,0.985007 +40,75,-100,-->,0.416849,0.303157,0.977734 +40,75,-75,-->,0.300187,0.194731,0.581358 +40,75,-50,-->,0.301073,0.125021,0.372614 +40,75,-25,-->,0.337184,0.056577,0.542326 +40,75,0,-->,0.369327,0.007177,0.555870 +40,75,25,-->,0.392742,0.000941,0.411475 +40,75,50,-->,0.406683,0.002814,0.162765 +40,75,75,-->,0.409525,0.008381,0.000000 +40,75,100,-->,0.409819,0.009138,0.000000 +40,75,128,-->,0.409819,0.009138,0.000000 +40,100,-127,-->,0.364252,0.000000,0.981358 +40,100,-100,-->,0.296659,0.000000,0.979451 +40,100,-75,-->,0.360622,0.000000,0.585735 +40,100,-50,-->,0.446364,0.000000,0.366660 +40,100,-25,-->,0.515817,0.000000,0.538231 +40,100,0,-->,0.563948,0.000000,0.558162 +40,100,25,-->,0.594214,0.000000,0.428024 +40,100,50,-->,0.611413,0.000000,0.213087 +40,100,75,-->,0.617312,0.000000,0.000000 +40,100,100,-->,0.618057,0.000000,0.000000 +40,100,128,-->,0.618057,0.000000,0.000000 +40,128,-127,-->,0.316896,0.000000,0.981938 +40,128,-100,-->,0.466804,0.000000,0.980156 +40,128,-75,-->,0.599565,0.000000,0.595453 +40,128,-50,-->,0.704238,0.000000,0.368128 +40,128,-25,-->,0.784664,0.000000,0.531718 +40,128,0,-->,0.817564,0.000000,0.562043 +40,128,25,-->,0.836855,0.000000,0.444643 +40,128,50,-->,0.843122,0.000000,0.263600 +40,128,75,-->,0.846309,0.000000,0.056563 +40,128,100,-->,0.846034,0.000000,0.045847 +40,128,128,-->,0.846034,0.000000,0.045847 +60,-127,-127,-->,0.259539,0.443896,0.984400 +60,-127,-100,-->,0.255778,0.431686,0.985164 +60,-127,-75,-->,0.244923,0.423153,0.985639 +60,-127,-50,-->,0.243211,0.419539,0.686478 +60,-127,-25,-->,0.237434,0.413971,0.372419 +60,-127,0,-->,0.240085,0.412763,0.535278 +60,-127,25,-->,0.239463,0.410894,0.552492 +60,-127,50,-->,0.235590,0.409932,0.280652 +60,-127,75,-->,0.235013,0.410288,0.077633 +60,-127,100,-->,0.233281,0.408378,0.074173 +60,-127,128,-->,0.233269,0.408366,0.074173 +60,-100,-127,-->,0.247858,0.424163,0.985107 +60,-100,-100,-->,0.246412,0.414713,0.983807 +60,-100,-75,-->,0.244455,0.409128,0.983191 +60,-100,-50,-->,0.238410,0.405105,0.689325 +60,-100,-25,-->,0.231579,0.402524,0.375112 +60,-100,0,-->,0.233582,0.400076,0.534719 +60,-100,25,-->,0.231674,0.399722,0.554833 +60,-100,50,-->,0.229639,0.398115,0.293904 +60,-100,75,-->,0.226536,0.398337,0.071043 +60,-100,100,-->,0.226801,0.397001,0.069506 +60,-100,128,-->,0.226802,0.397001,0.069506 +60,-75,-127,-->,0.242928,0.405773,0.982158 +60,-75,-100,-->,0.236302,0.400258,0.983838 +60,-75,-75,-->,0.233506,0.394257,0.982107 +60,-75,-50,-->,0.228989,0.393945,0.690066 +60,-75,-25,-->,0.223778,0.393457,0.373947 +60,-75,0,-->,0.227641,0.392353,0.530766 +60,-75,25,-->,0.227386,0.392550,0.554731 +60,-75,50,-->,0.227319,0.393787,0.307456 +60,-75,75,-->,0.223934,0.392695,0.067825 +60,-75,100,-->,0.223934,0.392695,0.067788 +60,-75,128,-->,0.223934,0.392695,0.067787 +60,-50,-127,-->,0.238321,0.392533,0.981692 +60,-50,-100,-->,0.232249,0.392158,0.983550 +60,-50,-75,-->,0.236206,0.390967,0.981726 +60,-50,-50,-->,0.228246,0.393430,0.699560 +60,-50,-25,-->,0.226063,0.394417,0.374250 +60,-50,0,-->,0.227437,0.394937,0.526057 +60,-50,25,-->,0.328956,0.397269,0.561098 +60,-50,50,-->,0.470838,0.399401,0.325775 +60,-50,75,-->,0.514729,0.400804,0.076788 +60,-50,100,-->,0.526178,0.400396,0.069834 +60,-50,128,-->,0.528079,0.400491,0.070093 +60,-25,-127,-->,0.235251,0.392017,0.981108 +60,-25,-100,-->,0.235746,0.400234,0.983606 +60,-25,-75,-->,0.244809,0.406324,0.982296 +60,-25,-50,-->,0.243096,0.412253,0.701701 +60,-25,-25,-->,0.439870,0.422344,0.377086 +60,-25,0,-->,0.537424,0.425319,0.525542 +60,-25,25,-->,0.487385,0.426385,0.564299 +60,-25,50,-->,0.449434,0.431085,0.346390 +60,-25,75,-->,0.428431,0.431640,0.090270 +60,-25,100,-->,0.420931,0.431742,0.092030 +60,-25,128,-->,0.420725,0.431715,0.094110 +60,0,-127,-->,0.249775,0.427871,0.982949 +60,0,-100,-->,0.261753,0.445540,0.982561 +60,0,-75,-->,0.274744,0.465770,0.984160 +60,0,-50,-->,0.549309,0.479998,0.709915 +60,0,-25,-->,0.453356,0.492106,0.379976 +60,0,0,-->,0.398628,0.503072,0.525069 +60,0,25,-->,0.386547,0.506522,0.565822 +60,0,50,-->,0.390687,0.516702,0.372270 +60,0,75,-->,0.391301,0.515860,0.114937 +60,0,100,-->,0.393074,0.515067,0.114203 +60,0,128,-->,0.393082,0.515061,0.114203 +60,25,-127,-->,0.311106,0.530122,0.985887 +60,25,-100,-->,0.376628,0.563136,0.987445 +60,25,-75,-->,0.529499,0.595048,0.988115 +60,25,-50,-->,0.446825,0.624021,0.717571 +60,25,-25,-->,0.450457,0.645203,0.393252 +60,25,0,-->,0.483306,0.657334,0.529192 +60,25,25,-->,0.514880,0.665707,0.577830 +60,25,50,-->,0.534063,0.674020,0.401422 +60,25,75,-->,0.545267,0.674919,0.155957 +60,25,100,-->,0.554164,0.674521,0.152352 +60,25,128,-->,0.554741,0.674309,0.152146 +60,50,-127,-->,0.437311,0.716401,0.992496 +60,50,-100,-->,0.542124,0.743624,0.991071 +60,50,-75,-->,0.505740,0.751664,0.993487 +60,50,-50,-->,0.550031,0.746523,0.730228 +60,50,-25,-->,0.618494,0.742589,0.402188 +60,50,0,-->,0.674435,0.732080,0.527480 +60,50,25,-->,0.717808,0.722581,0.583526 +60,50,50,-->,0.752696,0.717718,0.426491 +60,50,75,-->,0.767625,0.714634,0.165537 +60,50,100,-->,0.773104,0.708539,0.162445 +60,50,128,-->,0.772915,0.708317,0.161670 +60,75,-127,-->,0.456871,0.576955,0.987872 +60,75,-100,-->,0.424219,0.478050,0.984805 +60,75,-75,-->,0.545099,0.419920,0.983016 +60,75,-50,-->,0.683038,0.405114,0.732825 +60,75,-25,-->,0.799214,0.419352,0.383505 +60,75,0,-->,0.853741,0.432682,0.505949 +60,75,25,-->,0.877503,0.453424,0.573542 +60,75,50,-->,0.882376,0.457935,0.429863 +60,75,75,-->,0.885372,0.466330,0.129223 +60,75,100,-->,0.886842,0.468896,0.108407 +60,75,128,-->,0.886891,0.469559,0.108736 +60,100,-127,-->,0.437255,0.337385,0.983671 +60,100,-100,-->,0.661846,0.268408,0.982037 +60,100,-75,-->,0.822692,0.190750,0.980630 +60,100,-50,-->,0.858867,0.090828,0.739374 +60,100,-25,-->,0.862821,0.000000,0.377340 +60,100,0,-->,0.864887,0.000000,0.494878 +60,100,25,-->,0.863647,0.000000,0.570283 +60,100,50,-->,0.863814,0.000000,0.442596 +60,100,75,-->,0.865865,0.000000,0.146570 +60,100,100,-->,0.863021,0.000000,0.000000 +60,100,128,-->,0.863021,0.000000,0.000000 +60,128,-127,-->,0.782509,0.000000,0.983049 +60,128,-100,-->,0.863229,0.000000,0.976762 +60,128,-75,-->,0.866815,0.000000,0.976396 +60,128,-50,-->,0.865898,0.000000,0.753652 +60,128,-25,-->,0.863994,0.000000,0.378781 +60,128,0,-->,0.866144,0.000000,0.483119 +60,128,25,-->,0.863023,0.000000,0.572707 +60,128,50,-->,0.865608,0.000000,0.468338 +60,128,75,-->,0.863433,0.000000,0.236097 +60,128,100,-->,0.862898,0.000000,0.000000 +60,128,128,-->,0.862898,0.000000,0.000000 +80,-127,-127,-->,0.549852,0.965337,1.000000 +80,-127,-100,-->,0.546657,0.960386,0.999420 +80,-127,-75,-->,0.540264,0.942244,1.000000 +80,-127,-50,-->,0.528622,0.921548,0.999210 +80,-127,-25,-->,0.517920,0.909489,0.827958 +80,-127,0,-->,0.512261,0.899722,0.420882 +80,-127,25,-->,0.505843,0.886574,0.537388 +80,-127,50,-->,0.503084,0.884970,0.569155 +80,-127,75,-->,0.499754,0.878258,0.228498 +80,-127,100,-->,0.498278,0.876467,0.197492 +80,-127,128,-->,0.498148,0.876186,0.197255 +80,-100,-127,-->,0.511979,0.892590,0.995725 +80,-100,-100,-->,0.510908,0.891223,0.995986 +80,-100,-75,-->,0.497851,0.869782,0.996166 +80,-100,-50,-->,0.485189,0.850470,0.994624 +80,-100,-25,-->,0.476687,0.835358,0.830144 +80,-100,0,-->,0.471924,0.825576,0.418523 +80,-100,25,-->,0.463228,0.815120,0.527953 +80,-100,50,-->,0.464125,0.814045,0.568096 +80,-100,75,-->,0.460292,0.811260,0.226764 +80,-100,100,-->,0.457950,0.807017,0.187076 +80,-100,128,-->,0.457656,0.806694,0.186767 +80,-75,-127,-->,0.465953,0.813763,0.995475 +80,-75,-100,-->,0.464368,0.810000,0.993738 +80,-75,-75,-->,0.453552,0.789447,0.993713 +80,-75,-50,-->,0.444134,0.771642,0.992206 +80,-75,-25,-->,0.433962,0.761434,0.834377 +80,-75,0,-->,0.427797,0.751249,0.418543 +80,-75,25,-->,0.423405,0.740550,0.520779 +80,-75,50,-->,0.418334,0.734077,0.566104 +80,-75,75,-->,0.460332,0.730106,0.218276 +80,-75,100,-->,0.524730,0.728760,0.164522 +80,-75,128,-->,0.544498,0.728189,0.166928 +80,-50,-127,-->,0.413609,0.723611,0.991087 +80,-50,-100,-->,0.412273,0.720658,0.990499 +80,-50,-75,-->,0.399722,0.699587,0.992019 +80,-50,-50,-->,0.393841,0.680872,0.988971 +80,-50,-25,-->,0.385728,0.670863,0.838954 +80,-50,0,-->,0.527712,0.661997,0.411409 +80,-50,25,-->,0.580579,0.652911,0.508558 +80,-50,50,-->,0.537535,0.644506,0.566314 +80,-50,75,-->,0.504716,0.645686,0.225958 +80,-50,100,-->,0.484839,0.644514,0.146348 +80,-50,128,-->,0.474225,0.638801,0.146376 +80,-25,-127,-->,0.361868,0.625762,0.992041 +80,-25,-100,-->,0.359659,0.620032,0.988996 +80,-25,-75,-->,0.345149,0.600372,0.988684 +80,-25,-50,-->,0.441053,0.584294,0.986539 +80,-25,-25,-->,0.521941,0.571923,0.835627 +80,-25,0,-->,0.431401,0.567585,0.408748 +80,-25,25,-->,0.412001,0.557158,0.498204 +80,-25,50,-->,0.417663,0.550609,0.566192 +80,-25,75,-->,0.430402,0.550173,0.255973 +80,-25,100,-->,0.440135,0.548629,0.125330 +80,-25,128,-->,0.444079,0.543074,0.122540 +80,0,-127,-->,0.307095,0.518034,0.983620 +80,0,-100,-->,0.306537,0.516924,0.983663 +80,0,-75,-->,0.533297,0.502560,0.988408 +80,0,-50,-->,0.403570,0.486133,0.984276 +80,0,-25,-->,0.399956,0.476970,0.844833 +80,0,0,-->,0.461387,0.474487,0.413330 +80,0,25,-->,0.532181,0.466552,0.488667 +80,0,50,-->,0.589971,0.464443,0.568452 +80,0,75,-->,0.627031,0.459729,0.289454 +80,0,100,-->,0.648722,0.456403,0.100892 +80,0,128,-->,0.666610,0.454908,0.101097 +80,25,-127,-->,0.475426,0.431484,0.988308 +80,25,-100,-->,0.448451,0.429413,0.985465 +80,25,-75,-->,0.374955,0.419030,0.982275 +80,25,-50,-->,0.487428,0.410969,0.982344 +80,25,-25,-->,0.629703,0.405503,0.856520 +80,25,0,-->,0.754091,0.405342,0.409904 +80,25,25,-->,0.844187,0.400639,0.478861 +80,25,50,-->,0.863651,0.397532,0.570902 +80,25,75,-->,0.872596,0.397779,0.331267 +80,25,100,-->,0.875506,0.397034,0.068237 +80,25,128,-->,0.876467,0.396991,0.068559 +80,50,-127,-->,0.418084,0.390683,0.984141 +80,50,-100,-->,0.443247,0.391827,0.983214 +80,50,-75,-->,0.655669,0.397651,0.987096 +80,50,-50,-->,0.840441,0.400120,0.983241 +80,50,-25,-->,0.877110,0.407736,0.868162 +80,50,0,-->,0.883319,0.409821,0.416869 +80,50,25,-->,0.888547,0.417603,0.469341 +80,50,50,-->,0.889006,0.423806,0.573921 +80,50,75,-->,0.887430,0.423725,0.373819 +80,50,100,-->,0.887400,0.425116,0.085327 +80,50,128,-->,0.887398,0.425118,0.085325 +80,75,-127,-->,0.806957,0.515327,0.983984 +80,75,-100,-->,0.839782,0.521624,0.986522 +80,75,-75,-->,0.900580,0.557952,0.986454 +80,75,-50,-->,0.913013,0.591270,0.985378 +80,75,-25,-->,0.916631,0.618881,0.881879 +80,75,0,-->,0.919384,0.640939,0.432712 +80,75,25,-->,0.925418,0.657911,0.474052 +80,75,50,-->,0.925894,0.666644,0.584494 +80,75,75,-->,0.928104,0.674170,0.426261 +80,75,100,-->,0.927753,0.673749,0.153157 +80,75,128,-->,0.927798,0.673987,0.152836 +80,100,-127,-->,0.929053,0.682396,0.990561 +80,100,-100,-->,0.927154,0.670070,0.990174 +80,100,-75,-->,0.915384,0.600367,0.988426 +80,100,-50,-->,0.902448,0.529091,0.987539 +80,100,-25,-->,0.898374,0.486727,0.898339 +80,100,0,-->,0.894657,0.469410,0.438939 +80,100,25,-->,0.893436,0.461717,0.448989 +80,100,50,-->,0.895886,0.462474,0.579094 +80,100,75,-->,0.893057,0.461915,0.447171 +80,100,100,-->,0.892586,0.463845,0.112112 +80,100,128,-->,0.893330,0.468256,0.098887 +80,128,-127,-->,0.867449,0.000000,0.976564 +80,128,-100,-->,0.867360,0.000000,0.976597 +80,128,-75,-->,0.866800,0.000000,0.976459 +80,128,-50,-->,0.866815,0.000000,0.976396 +80,128,-25,-->,0.865691,0.000000,0.909580 +80,128,0,-->,0.862829,0.000000,0.441955 +80,128,25,-->,0.865831,0.000000,0.424350 +80,128,50,-->,0.863182,0.000000,0.571543 +80,128,75,-->,0.866821,0.000000,0.471821 +80,128,100,-->,0.863106,0.000000,0.110286 +80,128,128,-->,0.862898,0.000000,0.000000 +100,-127,-127,-->,0.569319,1.000000,1.000000 +100,-127,-100,-->,0.569319,1.000000,1.000000 +100,-127,-75,-->,0.569319,1.000000,1.000000 +100,-127,-50,-->,0.569319,1.000000,1.000000 +100,-127,-25,-->,0.569319,1.000000,1.000000 +100,-127,0,-->,0.572977,1.000000,0.933643 +100,-127,25,-->,0.569552,1.000000,0.462597 +100,-127,50,-->,0.572968,1.000000,0.552407 +100,-127,75,-->,0.573264,1.000000,0.547369 +100,-127,100,-->,0.572218,1.000000,0.230929 +100,-127,128,-->,0.572296,1.000000,0.230083 +100,-100,-127,-->,0.569319,1.000000,1.000000 +100,-100,-100,-->,0.569319,1.000000,1.000000 +100,-100,-75,-->,0.569319,1.000000,1.000000 +100,-100,-50,-->,0.569319,1.000000,1.000000 +100,-100,-25,-->,0.569319,1.000000,1.000000 +100,-100,0,-->,0.570016,1.000000,0.940114 +100,-100,25,-->,0.574358,1.000000,0.463109 +100,-100,50,-->,0.574279,1.000000,0.545128 +100,-100,75,-->,0.571669,1.000000,0.556483 +100,-100,100,-->,0.572281,1.000000,0.231810 +100,-100,128,-->,0.572296,1.000000,0.230083 +100,-75,-127,-->,0.569319,1.000000,1.000000 +100,-75,-100,-->,0.569319,1.000000,1.000000 +100,-75,-75,-->,0.569319,1.000000,1.000000 +100,-75,-50,-->,0.569319,1.000000,1.000000 +100,-75,-25,-->,0.569319,1.000000,1.000000 +100,-75,0,-->,0.573675,1.000000,0.958206 +100,-75,25,-->,0.584965,1.000000,0.468616 +100,-75,50,-->,0.679656,1.000000,0.534152 +100,-75,75,-->,0.700648,1.000000,0.562778 +100,-75,100,-->,0.676890,1.000000,0.231736 +100,-75,128,-->,0.659569,1.000000,0.232798 +100,-50,-127,-->,0.569319,1.000000,1.000000 +100,-50,-100,-->,0.569319,1.000000,1.000000 +100,-50,-75,-->,0.569319,1.000000,1.000000 +100,-50,-50,-->,0.569319,1.000000,1.000000 +100,-50,-25,-->,0.672937,1.000000,1.000000 +100,-50,0,-->,0.677743,1.000000,0.966720 +100,-50,25,-->,0.627265,1.000000,0.478371 +100,-50,50,-->,0.627089,1.000000,0.527795 +100,-50,75,-->,0.643995,1.000000,0.574124 +100,-50,100,-->,0.660520,1.000000,0.237329 +100,-50,128,-->,0.671409,1.000000,0.225705 +100,-25,-127,-->,0.599533,1.000000,1.000000 +100,-25,-100,-->,0.599533,1.000000,1.000000 +100,-25,-75,-->,0.599533,1.000000,1.000000 +100,-25,-50,-->,0.667933,1.000000,0.999546 +100,-25,-25,-->,0.624420,1.000000,1.000000 +100,-25,0,-->,0.674020,1.000000,0.980828 +100,-25,25,-->,0.746545,1.000000,0.482886 +100,-25,50,-->,0.822678,1.000000,0.518238 +100,-25,75,-->,0.882845,1.000000,0.581742 +100,-25,100,-->,0.925006,1.000000,0.240782 +100,-25,128,-->,0.954294,1.000000,0.224205 +100,0,-127,-->,0.623668,0.999434,1.000000 +100,0,-100,-->,0.623668,0.999434,1.000000 +100,0,-75,-->,0.623300,0.999394,1.000000 +100,0,-50,-->,0.692195,0.997881,0.999376 +100,0,-25,-->,0.841641,0.997225,1.000000 +100,0,0,-->,0.987181,0.994724,0.993738 +100,0,25,-->,0.996580,0.981327,0.493654 +100,0,50,-->,0.998228,0.968493,0.507781 +100,0,75,-->,0.999882,0.970763,0.592441 +100,0,100,-->,0.997652,0.962791,0.253182 +100,0,128,-->,0.997813,0.963110,0.220764 +100,25,-127,-->,0.843871,0.856137,0.995328 +100,25,-100,-->,0.843871,0.856137,0.995328 +100,25,-75,-->,0.844396,0.855947,0.995127 +100,25,-50,-->,0.949586,0.840800,0.996336 +100,25,-25,-->,0.957837,0.822318,0.997473 +100,25,0,-->,0.956957,0.807804,0.989223 +100,25,25,-->,0.952542,0.790371,0.487547 +100,25,50,-->,0.951558,0.789323,0.478128 +100,25,75,-->,0.948162,0.777994,0.584858 +100,25,100,-->,0.949475,0.778611,0.242034 +100,25,128,-->,0.948483,0.765836,0.171814 +100,50,-127,-->,0.922234,0.645988,0.990128 +100,50,-100,-->,0.922234,0.645988,0.990128 +100,50,-75,-->,0.922338,0.645993,0.990126 +100,50,-50,-->,0.921137,0.623894,0.984794 +100,50,-25,-->,0.912952,0.611559,0.989333 +100,50,0,-->,0.915666,0.592787,0.983268 +100,50,25,-->,0.912712,0.584108,0.483447 +100,50,50,-->,0.912186,0.576656,0.455985 +100,50,75,-->,0.910823,0.568856,0.579255 +100,50,100,-->,0.908837,0.569131,0.234835 +100,50,128,-->,0.907906,0.564080,0.131493 +100,75,-127,-->,0.895802,0.450258,0.984102 +100,75,-100,-->,0.895802,0.450258,0.984102 +100,75,-75,-->,0.895699,0.450258,0.984102 +100,75,-50,-->,0.889984,0.443826,0.985606 +100,75,-25,-->,0.890162,0.434063,0.981478 +100,75,0,-->,0.887935,0.425214,0.980097 +100,75,25,-->,0.886958,0.418070,0.491473 +100,75,50,-->,0.887217,0.412713,0.429024 +100,75,75,-->,0.887096,0.413385,0.576403 +100,75,100,-->,0.885176,0.409337,0.301541 +100,75,128,-->,0.885228,0.405318,0.067365 +100,100,-127,-->,0.886043,0.411992,0.983544 +100,100,-100,-->,0.886043,0.411992,0.983544 +100,100,-75,-->,0.886043,0.411992,0.983544 +100,100,-50,-->,0.887300,0.420151,0.983392 +100,100,-25,-->,0.889128,0.434328,0.983449 +100,100,0,-->,0.892034,0.450700,0.981161 +100,100,25,-->,0.894717,0.467341,0.511232 +100,100,50,-->,0.895805,0.479905,0.421636 +100,100,75,-->,0.895448,0.483520,0.578245 +100,100,100,-->,0.895615,0.491967,0.383384 +100,100,128,-->,0.898123,0.493164,0.112269 +100,128,-127,-->,0.929150,0.689733,0.991562 +100,128,-100,-->,0.929150,0.689733,0.991562 +100,128,-75,-->,0.929122,0.689693,0.991536 +100,128,-50,-->,0.917766,0.606447,0.990188 +100,128,-25,-->,0.900488,0.506859,0.983860 +100,128,0,-->,0.893567,0.434943,0.984945 +100,128,25,-->,0.885290,0.400065,0.529524 +100,128,50,-->,0.883477,0.386818,0.401054 +100,128,75,-->,0.887832,0.389323,0.575809 +100,128,100,-->,0.887568,0.396738,0.434310 +100,128,128,-->,0.885885,0.406000,0.068116 +-1,0,0,-->,0.005859,0.000000,0.008791 +101,0,0,-->,0.987181,0.994724,0.993738 +50,-130,0,-->,0.246989,0.432465,0.578604 +50,130,0,-->,0.864025,0.000000,0.566308 +50,0,-130,-->,0.359529,0.622894,0.989024 +50,0,130,-->,0.506744,0.735529,0.168060 diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-3.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-3.csv new file mode 100644 index 0000000..27670c7 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToDevice_ICC-3.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.245805,0.433154,0.398001 +0,-127,-100,-->,0.179681,0.313384,0.565509 +0,-127,-75,-->,0.125017,0.197132,0.551039 +0,-127,-50,-->,0.049612,0.096781,0.432126 +0,-127,-25,-->,0.007815,0.028089,0.261638 +0,-127,0,-->,0.005859,0.000000,0.008791 +0,-127,25,-->,0.005859,0.000000,0.008791 +0,-127,50,-->,0.005859,0.000000,0.008791 +0,-127,75,-->,0.005859,0.000000,0.008791 +0,-127,100,-->,0.005859,0.000000,0.008791 +0,-127,128,-->,0.005859,0.000000,0.008791 +0,-100,-127,-->,0.245805,0.433154,0.398001 +0,-100,-100,-->,0.179681,0.313384,0.565509 +0,-100,-75,-->,0.125017,0.197132,0.551039 +0,-100,-50,-->,0.049612,0.096781,0.432126 +0,-100,-25,-->,0.007815,0.028089,0.261638 +0,-100,0,-->,0.005859,0.000000,0.008791 +0,-100,25,-->,0.005859,0.000000,0.008791 +0,-100,50,-->,0.005859,0.000000,0.008791 +0,-100,75,-->,0.005859,0.000000,0.008791 +0,-100,100,-->,0.005859,0.000000,0.008791 +0,-100,128,-->,0.005859,0.000000,0.008791 +0,-75,-127,-->,0.245805,0.433154,0.398001 +0,-75,-100,-->,0.179681,0.313384,0.565509 +0,-75,-75,-->,0.125017,0.197132,0.551039 +0,-75,-50,-->,0.049612,0.096781,0.432126 +0,-75,-25,-->,0.007815,0.028089,0.261638 +0,-75,0,-->,0.005859,0.000000,0.008791 +0,-75,25,-->,0.005859,0.000000,0.008791 +0,-75,50,-->,0.005859,0.000000,0.008791 +0,-75,75,-->,0.005859,0.000000,0.008791 +0,-75,100,-->,0.005859,0.000000,0.008791 +0,-75,128,-->,0.005859,0.000000,0.008791 +0,-50,-127,-->,0.245805,0.433154,0.398001 +0,-50,-100,-->,0.179681,0.313384,0.565509 +0,-50,-75,-->,0.125017,0.197132,0.551039 +0,-50,-50,-->,0.049612,0.096781,0.432126 +0,-50,-25,-->,0.007815,0.028089,0.261638 +0,-50,0,-->,0.005859,0.000000,0.008791 +0,-50,25,-->,0.005859,0.000000,0.008791 +0,-50,50,-->,0.005859,0.000000,0.008791 +0,-50,75,-->,0.005859,0.000000,0.008791 +0,-50,100,-->,0.005859,0.000000,0.008791 +0,-50,128,-->,0.005859,0.000000,0.008791 +0,-25,-127,-->,0.245805,0.433154,0.398001 +0,-25,-100,-->,0.179681,0.313384,0.565509 +0,-25,-75,-->,0.125017,0.197132,0.551039 +0,-25,-50,-->,0.049612,0.096781,0.432126 +0,-25,-25,-->,0.007815,0.028089,0.261638 +0,-25,0,-->,0.005859,0.000000,0.008791 +0,-25,25,-->,0.005859,0.000000,0.008791 +0,-25,50,-->,0.005859,0.000000,0.008791 +0,-25,75,-->,0.005859,0.000000,0.008791 +0,-25,100,-->,0.005859,0.000000,0.008791 +0,-25,128,-->,0.005859,0.000000,0.008791 +0,0,-127,-->,0.245805,0.433154,0.398001 +0,0,-100,-->,0.179681,0.313384,0.565509 +0,0,-75,-->,0.125017,0.197132,0.551039 +0,0,-50,-->,0.049612,0.096781,0.432126 +0,0,-25,-->,0.007815,0.028089,0.261638 +0,0,0,-->,0.005859,0.000000,0.008791 +0,0,25,-->,0.005859,0.000000,0.008791 +0,0,50,-->,0.005859,0.000000,0.008791 +0,0,75,-->,0.005859,0.000000,0.008791 +0,0,100,-->,0.005859,0.000000,0.008791 +0,0,128,-->,0.005859,0.000000,0.008791 +0,25,-127,-->,0.144426,0.244499,0.385324 +0,25,-100,-->,0.021633,0.000848,0.558806 +0,25,-75,-->,0.032654,0.000000,0.552079 +0,25,-50,-->,0.113240,0.000000,0.431227 +0,25,-25,-->,0.299567,0.000000,0.261936 +0,25,0,-->,0.357181,0.000000,0.016850 +0,25,25,-->,0.357181,0.000000,0.016850 +0,25,50,-->,0.357181,0.000000,0.016850 +0,25,75,-->,0.357181,0.000000,0.016850 +0,25,100,-->,0.357181,0.000000,0.016850 +0,25,128,-->,0.357181,0.000000,0.016850 +0,50,-127,-->,0.010749,0.002496,0.385555 +0,50,-100,-->,0.016906,0.000000,0.558982 +0,50,-75,-->,0.104765,0.000000,0.552110 +0,50,-50,-->,0.386981,0.000000,0.434166 +0,50,-25,-->,0.454017,0.000000,0.267095 +0,50,0,-->,0.478666,0.000000,0.032216 +0,50,25,-->,0.478666,0.000000,0.032216 +0,50,50,-->,0.478666,0.000000,0.032216 +0,50,75,-->,0.478666,0.000000,0.032216 +0,50,100,-->,0.478666,0.000000,0.032216 +0,50,128,-->,0.478666,0.000000,0.032216 +0,75,-127,-->,0.010615,0.000006,0.385488 +0,75,-100,-->,0.040840,0.000000,0.553491 +0,75,-75,-->,0.427116,0.000000,0.550130 +0,75,-50,-->,0.506555,0.000000,0.438684 +0,75,-25,-->,0.520508,0.000000,0.270002 +0,75,0,-->,0.521158,0.000000,0.057560 +0,75,25,-->,0.521158,0.000000,0.057560 +0,75,50,-->,0.521158,0.000000,0.057560 +0,75,75,-->,0.521158,0.000000,0.057560 +0,75,100,-->,0.521158,0.000000,0.057560 +0,75,128,-->,0.521158,0.000000,0.057560 +0,100,-127,-->,0.010615,0.000004,0.385488 +0,100,-100,-->,0.459629,0.000000,0.557010 +0,100,-75,-->,0.520844,0.000000,0.555835 +0,100,-50,-->,0.506654,0.000000,0.437788 +0,100,-25,-->,0.491641,0.000000,0.279600 +0,100,0,-->,0.486405,0.000000,0.097489 +0,100,25,-->,0.486405,0.000000,0.097489 +0,100,50,-->,0.486405,0.000000,0.097489 +0,100,75,-->,0.486405,0.000000,0.097489 +0,100,100,-->,0.486405,0.000000,0.097489 +0,100,128,-->,0.486405,0.000000,0.097489 +0,128,-127,-->,0.454699,0.000000,0.387187 +0,128,-100,-->,0.504823,0.000000,0.552547 +0,128,-75,-->,0.453874,0.000000,0.551854 +0,128,-50,-->,0.421029,0.000000,0.442366 +0,128,-25,-->,0.399003,0.000000,0.286537 +0,128,0,-->,0.390242,0.000000,0.120205 +0,128,25,-->,0.390242,0.000000,0.120205 +0,128,50,-->,0.390242,0.000000,0.120205 +0,128,75,-->,0.390242,0.000000,0.120205 +0,128,100,-->,0.390242,0.000000,0.120205 +0,128,128,-->,0.390242,0.000000,0.120205 +20,-127,-127,-->,0.221334,0.383088,0.592266 +20,-127,-100,-->,0.215390,0.377618,0.374761 +20,-127,-75,-->,0.222563,0.384874,0.529875 +20,-127,-50,-->,0.226173,0.388091,0.574116 +20,-127,-25,-->,0.231316,0.400301,0.477080 +20,-127,0,-->,0.230626,0.400987,0.298054 +20,-127,25,-->,0.230680,0.404209,0.095300 +20,-127,50,-->,0.231824,0.408245,0.075553 +20,-127,75,-->,0.231824,0.408245,0.075553 +20,-127,100,-->,0.231824,0.408245,0.075553 +20,-127,128,-->,0.231824,0.408245,0.075553 +20,-100,-127,-->,0.221334,0.383088,0.592266 +20,-100,-100,-->,0.215390,0.377618,0.374761 +20,-100,-75,-->,0.222563,0.384874,0.529875 +20,-100,-50,-->,0.226173,0.388091,0.574116 +20,-100,-25,-->,0.231316,0.400301,0.477080 +20,-100,0,-->,0.230626,0.400987,0.298054 +20,-100,25,-->,0.230680,0.404209,0.095300 +20,-100,50,-->,0.231824,0.408245,0.075553 +20,-100,75,-->,0.231824,0.408245,0.075553 +20,-100,100,-->,0.231824,0.408245,0.075553 +20,-100,128,-->,0.231824,0.408245,0.075553 +20,-75,-127,-->,0.219888,0.377889,0.594323 +20,-75,-100,-->,0.216629,0.376909,0.374246 +20,-75,-75,-->,0.223626,0.386627,0.527659 +20,-75,-50,-->,0.231491,0.397697,0.573220 +20,-75,-25,-->,0.234816,0.405639,0.477082 +20,-75,0,-->,0.234329,0.410566,0.301145 +20,-75,25,-->,0.235728,0.412730,0.100296 +20,-75,50,-->,0.235876,0.412831,0.081667 +20,-75,75,-->,0.235876,0.412831,0.081667 +20,-75,100,-->,0.235876,0.412831,0.081667 +20,-75,128,-->,0.235876,0.412831,0.081667 +20,-50,-127,-->,0.218513,0.376080,0.592779 +20,-50,-100,-->,0.224926,0.393248,0.375188 +20,-50,-75,-->,0.240166,0.409779,0.525319 +20,-50,-50,-->,0.248836,0.428398,0.572235 +20,-50,-25,-->,0.250269,0.438007,0.476985 +20,-50,0,-->,0.255294,0.445229,0.304334 +20,-50,25,-->,0.257765,0.449683,0.112502 +20,-50,50,-->,0.257806,0.449801,0.101576 +20,-50,75,-->,0.257806,0.449801,0.101576 +20,-50,100,-->,0.257806,0.449801,0.101576 +20,-50,128,-->,0.257806,0.449801,0.101576 +20,-25,-127,-->,0.229174,0.394150,0.589413 +20,-25,-100,-->,0.244096,0.426431,0.376901 +20,-25,-75,-->,0.260601,0.453653,0.530849 +20,-25,-50,-->,0.278221,0.482906,0.574680 +20,-25,-25,-->,0.282264,0.489149,0.479569 +20,-25,0,-->,0.286202,0.501340,0.310469 +20,-25,25,-->,0.313557,0.502374,0.130831 +20,-25,50,-->,0.332164,0.503721,0.114666 +20,-25,75,-->,0.332164,0.503721,0.114666 +20,-25,100,-->,0.332164,0.503721,0.114666 +20,-25,128,-->,0.332164,0.503721,0.114666 +20,0,-127,-->,0.264607,0.458516,0.600907 +20,0,-100,-->,0.292799,0.509074,0.380155 +20,0,-75,-->,0.306764,0.531342,0.530460 +20,0,-50,-->,0.317156,0.549364,0.575806 +20,0,-25,-->,0.451128,0.560732,0.486472 +20,0,0,-->,0.530840,0.563371,0.322497 +20,0,25,-->,0.554073,0.562301,0.145707 +20,0,50,-->,0.559505,0.563203,0.129924 +20,0,75,-->,0.559505,0.563203,0.129924 +20,0,100,-->,0.559505,0.563203,0.129924 +20,0,128,-->,0.559505,0.563203,0.129924 +20,25,-127,-->,0.320785,0.560992,0.606946 +20,25,-100,-->,0.325368,0.569192,0.384768 +20,25,-75,-->,0.337033,0.555613,0.530274 +20,25,-50,-->,0.536888,0.533162,0.577134 +20,25,-25,-->,0.580455,0.514534,0.486060 +20,25,0,-->,0.577892,0.500927,0.324317 +20,25,25,-->,0.570924,0.496061,0.149966 +20,25,50,-->,0.568642,0.487577,0.111289 +20,25,75,-->,0.568642,0.487577,0.111289 +20,25,100,-->,0.568642,0.487577,0.111289 +20,25,128,-->,0.568642,0.487577,0.111289 +20,50,-127,-->,0.245389,0.424057,0.601424 +20,50,-100,-->,0.231575,0.206916,0.368202 +20,50,-75,-->,0.509538,0.094851,0.519000 +20,50,-50,-->,0.497096,0.002818,0.571072 +20,50,-25,-->,0.457882,0.000000,0.475959 +20,50,0,-->,0.432052,0.000000,0.315918 +20,50,25,-->,0.422487,0.000000,0.124377 +20,50,50,-->,0.417861,0.000000,0.005739 +20,50,75,-->,0.417861,0.000000,0.005739 +20,50,100,-->,0.417861,0.000000,0.005739 +20,50,128,-->,0.417861,0.000000,0.005739 +20,75,-127,-->,0.171590,0.000000,0.598237 +20,75,-100,-->,0.506784,0.000000,0.368051 +20,75,-75,-->,0.440235,0.000000,0.514598 +20,75,-50,-->,0.376765,0.000000,0.571725 +20,75,-25,-->,0.341329,0.000000,0.480140 +20,75,0,-->,0.323599,0.000000,0.329945 +20,75,25,-->,0.318074,0.000000,0.147605 +20,75,50,-->,0.314952,0.000000,0.032461 +20,75,75,-->,0.314952,0.000000,0.032461 +20,75,100,-->,0.314952,0.000000,0.032461 +20,75,128,-->,0.314952,0.000000,0.032461 +20,100,-127,-->,0.498079,0.000000,0.602039 +20,100,-100,-->,0.380157,0.000000,0.365790 +20,100,-75,-->,0.307057,0.000000,0.513347 +20,100,-50,-->,0.283657,0.000000,0.572984 +20,100,-25,-->,0.274595,0.000000,0.489391 +20,100,0,-->,0.273771,0.000000,0.343660 +20,100,25,-->,0.273386,0.000000,0.178661 +20,100,50,-->,0.273331,0.000000,0.110771 +20,100,75,-->,0.273331,0.000000,0.110771 +20,100,100,-->,0.273331,0.000000,0.110771 +20,100,128,-->,0.273331,0.000000,0.110771 +20,128,-127,-->,0.336930,0.000000,0.605490 +20,128,-100,-->,0.276185,0.000000,0.368081 +20,128,-75,-->,0.284368,0.000000,0.510871 +20,128,-50,-->,0.298857,0.000000,0.571779 +20,128,-25,-->,0.315254,0.000000,0.495764 +20,128,0,-->,0.327731,0.000000,0.357351 +20,128,25,-->,0.333076,0.000000,0.212908 +20,128,50,-->,0.331019,0.000000,0.154185 +20,128,75,-->,0.331019,0.000000,0.154185 +20,128,100,-->,0.331019,0.000000,0.154185 +20,128,128,-->,0.331019,0.000000,0.154185 +40,-127,-127,-->,0.355550,0.612604,0.987130 +40,-127,-100,-->,0.366081,0.636200,0.711741 +40,-127,-75,-->,0.374106,0.654583,0.403904 +40,-127,-50,-->,0.380166,0.665523,0.491665 +40,-127,-25,-->,0.387401,0.673884,0.587431 +40,-127,0,-->,0.389219,0.681441,0.510061 +40,-127,25,-->,0.390211,0.683250,0.295206 +40,-127,50,-->,0.388864,0.684086,0.154327 +40,-127,75,-->,0.390659,0.686163,0.156255 +40,-127,100,-->,0.390659,0.686163,0.156255 +40,-127,128,-->,0.390659,0.686163,0.156255 +40,-100,-127,-->,0.368246,0.636417,0.990140 +40,-100,-100,-->,0.380570,0.664447,0.715532 +40,-100,-75,-->,0.386881,0.679166,0.406472 +40,-100,-50,-->,0.395979,0.690828,0.491050 +40,-100,-25,-->,0.399089,0.700000,0.588388 +40,-100,0,-->,0.401391,0.704190,0.515037 +40,-100,25,-->,0.403984,0.710608,0.305695 +40,-100,50,-->,0.405797,0.711131,0.161717 +40,-100,75,-->,0.405797,0.711131,0.161654 +40,-100,100,-->,0.405797,0.711131,0.161654 +40,-100,128,-->,0.405797,0.711131,0.161654 +40,-75,-127,-->,0.385806,0.672873,0.990116 +40,-75,-100,-->,0.397534,0.695189,0.720445 +40,-75,-75,-->,0.406068,0.711981,0.410145 +40,-75,-50,-->,0.411573,0.722039,0.490582 +40,-75,-25,-->,0.414533,0.726833,0.587882 +40,-75,0,-->,0.417426,0.731651,0.517609 +40,-75,25,-->,0.418114,0.734095,0.312756 +40,-75,50,-->,0.420161,0.734999,0.169023 +40,-75,75,-->,0.420176,0.734999,0.168906 +40,-75,100,-->,0.420176,0.734999,0.168906 +40,-75,128,-->,0.420176,0.734999,0.168906 +40,-50,-127,-->,0.413459,0.718511,0.991437 +40,-50,-100,-->,0.418524,0.732243,0.724236 +40,-50,-75,-->,0.423530,0.741016,0.412906 +40,-50,-50,-->,0.426944,0.748217,0.493016 +40,-50,-25,-->,0.428484,0.751697,0.590373 +40,-50,0,-->,0.427293,0.751332,0.518939 +40,-50,25,-->,0.430411,0.754849,0.323634 +40,-50,50,-->,0.428947,0.755453,0.174533 +40,-50,75,-->,0.428913,0.755465,0.174322 +40,-50,100,-->,0.428913,0.755465,0.174322 +40,-50,128,-->,0.428913,0.755465,0.174322 +40,-25,-127,-->,0.430212,0.751517,0.992322 +40,-25,-100,-->,0.431197,0.756431,0.725156 +40,-25,-75,-->,0.428808,0.752570,0.413564 +40,-25,-50,-->,0.427820,0.748231,0.490563 +40,-25,-25,-->,0.436476,0.741577,0.589113 +40,-25,0,-->,0.578995,0.738684,0.520797 +40,-25,25,-->,0.627690,0.732260,0.328556 +40,-25,50,-->,0.641246,0.732592,0.166027 +40,-25,75,-->,0.642009,0.732638,0.169389 +40,-25,100,-->,0.642009,0.732638,0.169389 +40,-25,128,-->,0.642009,0.732638,0.169389 +40,0,-127,-->,0.417144,0.730891,0.992312 +40,0,-100,-->,0.403254,0.704940,0.723427 +40,0,-75,-->,0.389976,0.671475,0.408834 +40,0,-50,-->,0.566861,0.644720,0.480720 +40,0,-25,-->,0.601216,0.622537,0.586221 +40,0,0,-->,0.569937,0.608854,0.518754 +40,0,25,-->,0.542637,0.602416,0.329475 +40,0,50,-->,0.528685,0.593550,0.134581 +40,0,75,-->,0.526038,0.592881,0.134272 +40,0,100,-->,0.526038,0.592881,0.134272 +40,0,128,-->,0.526038,0.592881,0.134272 +40,25,-127,-->,0.316986,0.542342,0.985127 +40,25,-100,-->,0.313345,0.476971,0.722544 +40,25,-75,-->,0.544950,0.437247,0.399213 +40,25,-50,-->,0.476179,0.409369,0.471554 +40,25,-25,-->,0.416116,0.397548,0.575695 +40,25,0,-->,0.379311,0.388682,0.517209 +40,25,25,-->,0.363276,0.385783,0.330564 +40,25,50,-->,0.357590,0.384463,0.072957 +40,25,75,-->,0.354146,0.383479,0.059408 +40,25,100,-->,0.354146,0.383479,0.059408 +40,25,128,-->,0.354146,0.383479,0.059408 +40,50,-127,-->,0.339960,0.408100,0.982099 +40,50,-100,-->,0.518313,0.458791,0.726723 +40,50,-75,-->,0.429430,0.500037,0.401369 +40,50,-50,-->,0.402220,0.529514,0.471166 +40,50,-25,-->,0.402100,0.541137,0.582317 +40,50,0,-->,0.408446,0.551389,0.526233 +40,50,25,-->,0.411174,0.552294,0.360102 +40,50,50,-->,0.414420,0.551001,0.144500 +40,50,75,-->,0.416567,0.554032,0.124367 +40,50,100,-->,0.416567,0.554032,0.124367 +40,50,128,-->,0.416567,0.554032,0.124367 +40,75,-127,-->,0.452582,0.297746,0.980973 +40,75,-100,-->,0.297616,0.094936,0.724800 +40,75,-75,-->,0.286218,0.032754,0.394035 +40,75,-50,-->,0.321278,0.005169,0.457172 +40,75,-25,-->,0.358478,0.000000,0.570235 +40,75,0,-->,0.389029,0.000000,0.521179 +40,75,25,-->,0.402843,0.000000,0.358382 +40,75,50,-->,0.416063,0.000000,0.123653 +40,75,75,-->,0.417110,0.000000,0.000000 +40,75,100,-->,0.417110,0.000000,0.000000 +40,75,128,-->,0.417110,0.000000,0.000000 +40,100,-127,-->,0.290981,0.000000,0.981645 +40,100,-100,-->,0.344838,0.000000,0.733820 +40,100,-75,-->,0.425893,0.000000,0.395265 +40,100,-50,-->,0.499746,0.000000,0.448846 +40,100,-25,-->,0.553500,0.000000,0.569174 +40,100,0,-->,0.592609,0.000000,0.528580 +40,100,25,-->,0.612941,0.000000,0.380247 +40,100,50,-->,0.626237,0.000000,0.178866 +40,100,75,-->,0.629768,0.000000,0.000000 +40,100,100,-->,0.629768,0.000000,0.000000 +40,100,128,-->,0.629768,0.000000,0.000000 +40,128,-127,-->,0.424792,0.000000,0.981324 +40,128,-100,-->,0.563057,0.000000,0.744087 +40,128,-75,-->,0.666642,0.000000,0.398351 +40,128,-50,-->,0.747998,0.000000,0.444289 +40,128,-25,-->,0.802314,0.000000,0.569873 +40,128,0,-->,0.822727,0.000000,0.533187 +40,128,25,-->,0.837720,0.000000,0.400858 +40,128,50,-->,0.843850,0.000000,0.234401 +40,128,75,-->,0.847263,0.000000,0.101314 +40,128,100,-->,0.847263,0.000000,0.101314 +40,128,128,-->,0.847263,0.000000,0.101314 +60,-127,-127,-->,0.259071,0.433217,0.984533 +60,-127,-100,-->,0.245749,0.424546,0.985110 +60,-127,-75,-->,0.243997,0.419839,0.823841 +60,-127,-50,-->,0.239469,0.416095,0.430589 +60,-127,-25,-->,0.237049,0.412505,0.444095 +60,-127,0,-->,0.239793,0.411922,0.572312 +60,-127,25,-->,0.237823,0.411542,0.488727 +60,-127,50,-->,0.234876,0.409487,0.160830 +60,-127,75,-->,0.234351,0.409591,0.077067 +60,-127,100,-->,0.232847,0.407938,0.074084 +60,-127,128,-->,0.232843,0.407933,0.074083 +60,-100,-127,-->,0.248640,0.415191,0.984193 +60,-100,-100,-->,0.246651,0.409595,0.983843 +60,-100,-75,-->,0.238567,0.405017,0.833356 +60,-100,-50,-->,0.233606,0.402566,0.432385 +60,-100,-25,-->,0.229957,0.399542,0.441682 +60,-100,0,-->,0.231085,0.398418,0.571702 +60,-100,25,-->,0.230147,0.397602,0.488497 +60,-100,50,-->,0.227693,0.398270,0.167417 +60,-100,75,-->,0.226723,0.397616,0.070176 +60,-100,100,-->,0.226886,0.396645,0.069089 +60,-100,128,-->,0.226885,0.396645,0.069087 +60,-75,-127,-->,0.239684,0.401376,0.983935 +60,-75,-100,-->,0.233869,0.393760,0.981748 +60,-75,-75,-->,0.232063,0.393125,0.833201 +60,-75,-50,-->,0.225202,0.394424,0.435040 +60,-75,-25,-->,0.227311,0.391865,0.438101 +60,-75,0,-->,0.230230,0.393289,0.570858 +60,-75,25,-->,0.229156,0.392721,0.494225 +60,-75,50,-->,0.224786,0.392852,0.177328 +60,-75,75,-->,0.223614,0.392416,0.068632 +60,-75,100,-->,0.223614,0.392416,0.068631 +60,-75,128,-->,0.223613,0.392416,0.068631 +60,-50,-127,-->,0.230469,0.392248,0.984021 +60,-50,-100,-->,0.237731,0.390561,0.981143 +60,-50,-75,-->,0.231914,0.392636,0.835423 +60,-50,-50,-->,0.228595,0.394813,0.437665 +60,-50,-25,-->,0.227840,0.395280,0.435786 +60,-50,0,-->,0.233587,0.397994,0.570381 +60,-50,25,-->,0.440131,0.399940,0.504359 +60,-50,50,-->,0.515391,0.402175,0.200406 +60,-50,75,-->,0.537001,0.401631,0.078058 +60,-50,100,-->,0.541023,0.401247,0.069727 +60,-50,128,-->,0.541310,0.401226,0.069618 +60,-25,-127,-->,0.233780,0.400863,0.984099 +60,-25,-100,-->,0.245941,0.407416,0.983785 +60,-25,-75,-->,0.244332,0.413070,0.846221 +60,-25,-50,-->,0.294844,0.421264,0.442085 +60,-25,-25,-->,0.541991,0.426958,0.433857 +60,-25,0,-->,0.508187,0.428654,0.570985 +60,-25,25,-->,0.460827,0.431708,0.510628 +60,-25,50,-->,0.433580,0.434943,0.230640 +60,-25,75,-->,0.416248,0.434900,0.089416 +60,-25,100,-->,0.412585,0.434962,0.094322 +60,-25,128,-->,0.412540,0.434963,0.094944 +60,0,-127,-->,0.262807,0.447910,0.982189 +60,0,-100,-->,0.278170,0.466914,0.984471 +60,0,-75,-->,0.544033,0.483295,0.846859 +60,0,-50,-->,0.479301,0.496357,0.447693 +60,0,-25,-->,0.414323,0.505630,0.433079 +60,0,0,-->,0.395581,0.515091,0.571230 +60,0,25,-->,0.392302,0.519961,0.519164 +60,0,50,-->,0.396603,0.525076,0.270530 +60,0,75,-->,0.398439,0.524863,0.117386 +60,0,100,-->,0.400413,0.524101,0.117422 +60,0,128,-->,0.400461,0.524083,0.117426 +60,25,-127,-->,0.367459,0.571157,0.986665 +60,25,-100,-->,0.546091,0.602318,0.987257 +60,25,-75,-->,0.458316,0.630368,0.861976 +60,25,-50,-->,0.452996,0.648834,0.459422 +60,25,-25,-->,0.478926,0.665406,0.436313 +60,25,0,-->,0.511872,0.673311,0.580316 +60,25,25,-->,0.536909,0.678969,0.537732 +60,25,50,-->,0.554949,0.686635,0.317444 +60,25,75,-->,0.563954,0.686862,0.156138 +60,25,100,-->,0.570825,0.686217,0.155322 +60,25,128,-->,0.571041,0.686133,0.155286 +60,50,-127,-->,0.550276,0.744763,0.991961 +60,50,-100,-->,0.503392,0.751105,0.992491 +60,50,-75,-->,0.541492,0.742752,0.867056 +60,50,-50,-->,0.601077,0.735822,0.470941 +60,50,-25,-->,0.662429,0.721618,0.435057 +60,50,0,-->,0.709897,0.711631,0.578291 +60,50,25,-->,0.744415,0.704401,0.544144 +60,50,50,-->,0.770490,0.696241,0.350676 +60,50,75,-->,0.781091,0.692380,0.156663 +60,50,100,-->,0.786125,0.688376,0.157437 +60,50,128,-->,0.786104,0.688333,0.157403 +60,75,-127,-->,0.409291,0.457366,0.985233 +60,75,-100,-->,0.535129,0.404044,0.983705 +60,75,-75,-->,0.670555,0.401368,0.870979 +60,75,-50,-->,0.778768,0.415704,0.462333 +60,75,-25,-->,0.851555,0.436028,0.413203 +60,75,0,-->,0.877035,0.449399,0.565110 +60,75,25,-->,0.884549,0.458409,0.542821 +60,75,50,-->,0.888034,0.469208,0.363147 +60,75,75,-->,0.889206,0.473510,0.109985 +60,75,100,-->,0.890085,0.476043,0.110059 +60,75,128,-->,0.890108,0.476371,0.110234 +60,100,-127,-->,0.642303,0.136326,0.981007 +60,100,-100,-->,0.822992,0.015474,0.980083 +60,100,-75,-->,0.856935,0.000000,0.875294 +60,100,-50,-->,0.862421,0.000000,0.461976 +60,100,-25,-->,0.864154,0.000000,0.399295 +60,100,0,-->,0.864342,0.000000,0.553583 +60,100,25,-->,0.865338,0.000000,0.544695 +60,100,50,-->,0.864120,0.000000,0.383040 +60,100,75,-->,0.864788,0.000000,0.090026 +60,100,100,-->,0.862898,0.000000,0.000000 +60,100,128,-->,0.862898,0.000000,0.000000 +60,128,-127,-->,0.861527,0.000000,0.976838 +60,128,-100,-->,0.866815,0.000000,0.976396 +60,128,-75,-->,0.867274,0.000000,0.890874 +60,128,-50,-->,0.867114,0.000000,0.471802 +60,128,-25,-->,0.864493,0.000000,0.394302 +60,128,0,-->,0.864855,0.000000,0.549774 +60,128,25,-->,0.865550,0.000000,0.553299 +60,128,50,-->,0.865392,0.000000,0.415291 +60,128,75,-->,0.864009,0.000000,0.176281 +60,128,100,-->,0.862898,0.000000,0.000000 +60,128,128,-->,0.862898,0.000000,0.000000 +80,-127,-127,-->,0.546415,0.958425,1.000000 +80,-127,-100,-->,0.538182,0.938654,1.000000 +80,-127,-75,-->,0.528471,0.920421,0.998292 +80,-127,-50,-->,0.518626,0.906491,0.952637 +80,-127,-25,-->,0.510211,0.895034,0.504496 +80,-127,0,-->,0.505942,0.887841,0.451436 +80,-127,25,-->,0.503076,0.884325,0.597578 +80,-127,50,-->,0.502044,0.882933,0.477481 +80,-127,75,-->,0.497380,0.873866,0.199083 +80,-127,100,-->,0.497120,0.873339,0.198014 +80,-127,128,-->,0.496805,0.872677,0.197451 +80,-100,-127,-->,0.509237,0.888166,0.997127 +80,-100,-100,-->,0.495306,0.865608,0.994954 +80,-100,-75,-->,0.486141,0.849870,0.995922 +80,-100,-50,-->,0.477559,0.832480,0.953189 +80,-100,-25,-->,0.470814,0.823442,0.501866 +80,-100,0,-->,0.465809,0.816615,0.442641 +80,-100,25,-->,0.462021,0.809313,0.588067 +80,-100,50,-->,0.459850,0.808351,0.479685 +80,-100,75,-->,0.455940,0.803693,0.188027 +80,-100,100,-->,0.455702,0.803152,0.186049 +80,-100,128,-->,0.455297,0.802704,0.185615 +80,-75,-127,-->,0.461767,0.806141,0.994248 +80,-75,-100,-->,0.450400,0.785265,0.993569 +80,-75,-75,-->,0.443792,0.768067,0.991698 +80,-75,-50,-->,0.437229,0.758379,0.949106 +80,-75,-25,-->,0.426470,0.745999,0.504941 +80,-75,0,-->,0.420346,0.739480,0.431362 +80,-75,25,-->,0.417600,0.732667,0.581592 +80,-75,50,-->,0.415876,0.726746,0.485076 +80,-75,75,-->,0.505663,0.724680,0.169796 +80,-75,100,-->,0.560667,0.724118,0.163350 +80,-75,128,-->,0.577630,0.723927,0.167124 +80,-50,-127,-->,0.408446,0.714419,0.990003 +80,-50,-100,-->,0.395987,0.693153,0.992109 +80,-50,-75,-->,0.389744,0.673951,0.989563 +80,-50,-50,-->,0.385939,0.666365,0.952979 +80,-50,-25,-->,0.406631,0.658868,0.504633 +80,-50,0,-->,0.596356,0.648244,0.423428 +80,-50,25,-->,0.545867,0.640271,0.579344 +80,-50,50,-->,0.505227,0.639619,0.491580 +80,-50,75,-->,0.479597,0.640762,0.156499 +80,-50,100,-->,0.465710,0.634222,0.145088 +80,-50,128,-->,0.458873,0.631037,0.145236 +80,-25,-127,-->,0.355518,0.613814,0.989969 +80,-25,-100,-->,0.341702,0.594796,0.988894 +80,-25,-75,-->,0.409110,0.580692,0.988286 +80,-25,-50,-->,0.534000,0.565674,0.948069 +80,-25,-25,-->,0.438001,0.559382,0.503526 +80,-25,0,-->,0.409099,0.551081,0.413354 +80,-25,25,-->,0.413441,0.547149,0.573047 +80,-25,50,-->,0.429462,0.541141,0.497646 +80,-25,75,-->,0.440437,0.543451,0.149092 +80,-25,100,-->,0.451146,0.542597,0.121337 +80,-25,128,-->,0.453004,0.536139,0.120962 +80,0,-127,-->,0.303000,0.510038,0.983887 +80,0,-100,-->,0.520542,0.495654,0.987060 +80,0,-75,-->,0.406999,0.483280,0.985524 +80,0,-50,-->,0.398588,0.470603,0.950940 +80,0,-25,-->,0.453401,0.466794,0.509695 +80,0,0,-->,0.522647,0.462527,0.402020 +80,0,25,-->,0.584136,0.458315,0.567096 +80,0,50,-->,0.632730,0.455666,0.505639 +80,0,75,-->,0.664102,0.452837,0.154286 +80,0,100,-->,0.678627,0.450987,0.095762 +80,0,128,-->,0.690595,0.449739,0.097366 +80,25,-127,-->,0.438612,0.424161,0.985609 +80,25,-100,-->,0.382815,0.414714,0.982590 +80,25,-75,-->,0.490926,0.408224,0.983183 +80,25,-50,-->,0.629735,0.402131,0.953199 +80,25,-25,-->,0.750769,0.398682,0.512696 +80,25,0,-->,0.830670,0.398112,0.391500 +80,25,25,-->,0.862464,0.397431,0.561036 +80,25,50,-->,0.872161,0.394081,0.517528 +80,25,75,-->,0.876702,0.395580,0.170819 +80,25,100,-->,0.878130,0.395345,0.069885 +80,25,128,-->,0.878464,0.395342,0.069945 +80,50,-127,-->,0.463564,0.394734,0.983537 +80,50,-100,-->,0.678742,0.401418,0.986635 +80,50,-75,-->,0.843140,0.407539,0.984930 +80,50,-50,-->,0.877775,0.414020,0.957332 +80,50,-25,-->,0.887484,0.419992,0.529098 +80,50,0,-->,0.886289,0.423826,0.388651 +80,50,25,-->,0.888927,0.431038,0.560285 +80,50,50,-->,0.889807,0.434486,0.534267 +80,50,75,-->,0.890080,0.435075,0.215348 +80,50,100,-->,0.888836,0.437092,0.092031 +80,50,128,-->,0.888939,0.438166,0.093113 +80,75,-127,-->,0.860804,0.549141,0.986737 +80,75,-100,-->,0.907229,0.586304,0.986182 +80,75,-75,-->,0.919429,0.616450,0.986672 +80,75,-50,-->,0.923560,0.642971,0.968533 +80,75,-25,-->,0.924266,0.661816,0.548002 +80,75,0,-->,0.925782,0.675749,0.400406 +80,75,25,-->,0.929821,0.685084,0.558126 +80,75,50,-->,0.933161,0.692024,0.557124 +80,75,75,-->,0.932140,0.698320,0.307442 +80,75,100,-->,0.932431,0.695959,0.158943 +80,75,128,-->,0.932431,0.695960,0.158943 +80,100,-127,-->,0.921013,0.634219,0.989780 +80,100,-100,-->,0.907005,0.552231,0.986533 +80,100,-75,-->,0.895573,0.479463,0.985071 +80,100,-50,-->,0.893185,0.434950,0.968348 +80,100,-25,-->,0.888448,0.414185,0.556827 +80,100,0,-->,0.888490,0.413767,0.380182 +80,100,25,-->,0.887331,0.416740,0.543602 +80,100,50,-->,0.885781,0.418353,0.555138 +80,100,75,-->,0.889240,0.422232,0.346943 +80,100,100,-->,0.887402,0.422854,0.090780 +80,100,128,-->,0.888062,0.427552,0.077921 +80,128,-127,-->,0.867385,0.000000,0.976588 +80,128,-100,-->,0.866792,0.000000,0.976491 +80,128,-75,-->,0.866815,0.000000,0.976396 +80,128,-50,-->,0.866644,0.000000,0.965730 +80,128,-25,-->,0.863871,0.000000,0.560031 +80,128,0,-->,0.863103,0.000000,0.371021 +80,128,25,-->,0.864757,0.000000,0.528865 +80,128,50,-->,0.864460,0.000000,0.559916 +80,128,75,-->,0.863187,0.000000,0.386056 +80,128,100,-->,0.863040,0.000000,0.000000 +80,128,128,-->,0.862898,0.000000,0.000000 +100,-127,-127,-->,0.569319,1.000000,1.000000 +100,-127,-100,-->,0.569319,1.000000,1.000000 +100,-127,-75,-->,0.569319,1.000000,1.000000 +100,-127,-50,-->,0.569319,1.000000,1.000000 +100,-127,-25,-->,0.570374,1.000000,0.977282 +100,-127,0,-->,0.574504,1.000000,0.551356 +100,-127,25,-->,0.572449,1.000000,0.453660 +100,-127,50,-->,0.569448,1.000000,0.602863 +100,-127,75,-->,0.569466,1.000000,0.353689 +100,-127,100,-->,0.572296,1.000000,0.230083 +100,-127,128,-->,0.572296,1.000000,0.230083 +100,-100,-127,-->,0.569319,1.000000,1.000000 +100,-100,-100,-->,0.569319,1.000000,1.000000 +100,-100,-75,-->,0.569319,1.000000,1.000000 +100,-100,-50,-->,0.569319,1.000000,1.000000 +100,-100,-25,-->,0.569571,1.000000,0.978941 +100,-100,0,-->,0.573409,1.000000,0.557660 +100,-100,25,-->,0.570614,1.000000,0.447724 +100,-100,50,-->,0.569960,1.000000,0.600419 +100,-100,75,-->,0.573101,1.000000,0.384863 +100,-100,100,-->,0.572296,1.000000,0.230083 +100,-100,128,-->,0.572296,1.000000,0.230083 +100,-75,-127,-->,0.569319,1.000000,1.000000 +100,-75,-100,-->,0.569319,1.000000,1.000000 +100,-75,-75,-->,0.569319,1.000000,1.000000 +100,-75,-50,-->,0.569319,1.000000,1.000000 +100,-75,-25,-->,0.570908,1.000000,0.985235 +100,-75,0,-->,0.573119,1.000000,0.565259 +100,-75,25,-->,0.716263,1.000000,0.447343 +100,-75,50,-->,0.701782,1.000000,0.600562 +100,-75,75,-->,0.672998,1.000000,0.402833 +100,-75,100,-->,0.649746,1.000000,0.233168 +100,-75,128,-->,0.642901,1.000000,0.233891 +100,-50,-127,-->,0.569319,1.000000,1.000000 +100,-50,-100,-->,0.569319,1.000000,1.000000 +100,-50,-75,-->,0.569319,1.000000,1.000000 +100,-50,-50,-->,0.653280,1.000000,1.000000 +100,-50,-25,-->,0.673480,1.000000,0.988423 +100,-50,0,-->,0.625381,1.000000,0.574476 +100,-50,25,-->,0.625447,1.000000,0.437329 +100,-50,50,-->,0.640013,1.000000,0.598489 +100,-50,75,-->,0.660091,1.000000,0.431324 +100,-50,100,-->,0.677355,1.000000,0.226902 +100,-50,128,-->,0.683529,1.000000,0.225892 +100,-25,-127,-->,0.620115,1.000000,1.000000 +100,-25,-100,-->,0.620241,1.000000,1.000000 +100,-25,-75,-->,0.659304,1.000000,0.999803 +100,-25,-50,-->,0.627408,1.000000,1.000000 +100,-25,-25,-->,0.676439,1.000000,0.995152 +100,-25,0,-->,0.752405,1.000000,0.586645 +100,-25,25,-->,0.826375,1.000000,0.436055 +100,-25,50,-->,0.888697,1.000000,0.597220 +100,-25,75,-->,0.933857,1.000000,0.458131 +100,-25,100,-->,0.958928,1.000000,0.229776 +100,-25,128,-->,0.973162,1.000000,0.225589 +100,0,-127,-->,0.635122,0.995542,1.000000 +100,0,-100,-->,0.634934,0.995544,1.000000 +100,0,-75,-->,0.714291,0.990644,1.000000 +100,0,-50,-->,0.857015,0.985595,1.000000 +100,0,-25,-->,0.966400,0.978617,0.997625 +100,0,0,-->,0.991653,0.967497,0.597663 +100,0,25,-->,0.993450,0.958238,0.427454 +100,0,50,-->,0.995233,0.955079,0.591119 +100,0,75,-->,0.992537,0.947511,0.482874 +100,0,100,-->,0.993201,0.947904,0.216584 +100,0,128,-->,0.993185,0.947920,0.216122 +100,25,-127,-->,0.869934,0.834007,0.993740 +100,25,-100,-->,0.870899,0.833860,0.993500 +100,25,-75,-->,0.949670,0.820520,0.995190 +100,25,-50,-->,0.953529,0.801146,0.996287 +100,25,-25,-->,0.952262,0.787013,0.993084 +100,25,0,-->,0.946903,0.776008,0.601156 +100,25,25,-->,0.946339,0.766828,0.401138 +100,25,50,-->,0.945673,0.757167,0.575379 +100,25,75,-->,0.943925,0.753754,0.494085 +100,25,100,-->,0.944811,0.748137,0.171031 +100,25,128,-->,0.944108,0.745587,0.167652 +100,50,-127,-->,0.919457,0.624361,0.989157 +100,50,-100,-->,0.919457,0.624361,0.989157 +100,50,-75,-->,0.917577,0.603330,0.985510 +100,50,-50,-->,0.909590,0.591118,0.989247 +100,50,-25,-->,0.910364,0.578641,0.984369 +100,50,0,-->,0.908682,0.562094,0.603979 +100,50,25,-->,0.906497,0.558966,0.380318 +100,50,50,-->,0.906217,0.551733,0.555762 +100,50,75,-->,0.906948,0.548008,0.503776 +100,50,100,-->,0.905618,0.549346,0.128679 +100,50,128,-->,0.904878,0.543895,0.125894 +100,75,-127,-->,0.894406,0.434797,0.983895 +100,75,-100,-->,0.894210,0.434763,0.983923 +100,75,-75,-->,0.888877,0.429371,0.984929 +100,75,-50,-->,0.889208,0.421208,0.981413 +100,75,-25,-->,0.886367,0.413317,0.982579 +100,75,0,-->,0.886884,0.412158,0.621130 +100,75,25,-->,0.886585,0.406246,0.373149 +100,75,50,-->,0.885679,0.404616,0.544189 +100,75,75,-->,0.884235,0.403353,0.523878 +100,75,100,-->,0.884296,0.397875,0.131809 +100,75,128,-->,0.884319,0.397281,0.068021 +100,100,-127,-->,0.889240,0.432788,0.984300 +100,100,-100,-->,0.889246,0.432823,0.984300 +100,100,-75,-->,0.890644,0.447205,0.983987 +100,100,-50,-->,0.893216,0.463932,0.984233 +100,100,-25,-->,0.896346,0.482605,0.982062 +100,100,0,-->,0.898774,0.501592,0.648337 +100,100,25,-->,0.899018,0.515509,0.377388 +100,100,50,-->,0.904103,0.523125,0.536180 +100,100,75,-->,0.901790,0.532937,0.548487 +100,100,100,-->,0.904835,0.538643,0.196582 +100,100,128,-->,0.904990,0.539179,0.122091 +100,128,-127,-->,0.929150,0.689733,0.991562 +100,128,-100,-->,0.929114,0.689681,0.991528 +100,128,-75,-->,0.918170,0.608918,0.989907 +100,128,-50,-->,0.901824,0.518584,0.984966 +100,128,-25,-->,0.893628,0.450284,0.983082 +100,128,0,-->,0.887940,0.403436,0.665366 +100,128,25,-->,0.886115,0.389452,0.376619 +100,128,50,-->,0.886855,0.388086,0.520342 +100,128,75,-->,0.882525,0.390248,0.555349 +100,128,100,-->,0.884286,0.397120,0.283669 +100,128,128,-->,0.885885,0.406000,0.068116 +-1,0,0,-->,0.005859,0.000000,0.008791 +101,0,0,-->,0.991665,0.967335,0.595711 +50,-130,0,-->,0.252118,0.434856,0.558272 +50,130,0,-->,0.863334,0.000000,0.570686 +50,0,-130,-->,0.379337,0.662490,0.990122 +50,0,130,-->,0.505103,0.738470,0.168300 diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-0.csv new file mode 100644 index 0000000..d1cc29c --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-0.csv @@ -0,0 +1,222 @@ +0,0,0,-->,3.137238,0.073511,-0.009522 +0,0,0.2,-->,4.779327,10.428670,-25.864923 +0,0,0.4,-->,10.349296,29.931898,-53.956490 +0,0,0.6,-->,17.355818,44.821735,-75.795677 +0,0,0.8,-->,24.240313,56.520821,-94.697960 +0,0,1,-->,30.839989,67.507401,-112.127831 +0,0.2,0,-->,16.220661,-32.252655,19.097464 +0,0.2,0.2,-->,17.095428,-22.697672,-6.311363 +0,0.2,0.4,-->,19.990534,0.462336,-38.070454 +0,0.2,0.6,-->,24.240313,21.617094,-64.042717 +0,0.2,0.8,-->,29.392258,39.250549,-86.077744 +0,0.2,1,-->,34.866535,54.055222,-105.548668 +0,0.4,0,-->,35.300659,-63.043625,41.172806 +0,0.4,0.2,-->,35.681858,-57.224171,21.089058 +0,0.4,0.4,-->,36.947693,-41.069557,-10.902337 +0,0.4,0.6,-->,39.096848,-20.307972,-39.694160 +0,0.4,0.8,-->,42.048592,0.680779,-65.144669 +0,0.4,1,-->,45.566238,19.901804,-87.770859 +0,0.6,0,-->,52.539150,-86.947975,58.083828 +0,0.6,0.2,-->,52.742886,-83.517326,43.212048 +0,0.6,0.4,-->,53.457008,-72.722809,14.154172 +0,0.6,0.6,-->,54.734589,-56.409691,-14.810062 +0,0.6,0.8,-->,56.523479,-37.501457,-41.429207 +0,0.6,1,-->,58.875637,-17.989246,-65.767136 +0,0.8,0,-->,68.405930,-108.208984,72.588165 +0,0.8,0.2,-->,68.533653,-105.945618,61.537949 +0,0.8,0.4,-->,69.014954,-98.359169,36.056988 +0,0.8,0.6,-->,69.868774,-85.988373,8.349740 +0,0.8,0.8,-->,71.095886,-70.164177,-18.375746 +0,0.8,1,-->,72.736267,-52.511215,-43.366444 +0,1,0,-->,83.267235,-127.031799,86.070389 +0,1,0.2,-->,83.361740,-126.397881,77.550575 +0,1,0.4,-->,83.710785,-120.577782,55.490559 +0,1,0.6,-->,84.355576,-111.051201,29.472549 +0,1,0.8,-->,85.273277,-98.000351,3.358799 +0,1,1,-->,86.524994,-82.816391,-21.691380 +0.2,0,0,-->,10.743891,23.783585,12.104623 +0.2,0,0.2,-->,11.903892,27.988682,-14.088678 +0.2,0,0.4,-->,15.894918,36.820824,-44.789047 +0.2,0,0.6,-->,21.168371,47.688541,-69.331673 +0.2,0,0.8,-->,26.995827,58.492413,-90.080055 +0.2,0,1,-->,33.003860,68.826355,-108.783043 +0.2,0.2,0,-->,20.220297,-4.373071,24.998760 +0.2,0.2,0.2,-->,20.941273,-0.016742,-0.060926 +0.2,0.2,0.4,-->,23.295139,12.886819,-32.565544 +0.2,0.2,0.6,-->,26.995827,28.190573,-59.524967 +0.2,0.2,0.8,-->,31.437975,43.022408,-82.403458 +0.2,0.2,1,-->,36.668674,56.392311,-102.699753 +0.2,0.4,0,-->,37.047688,-44.439716,43.515030 +0.2,0.4,0.2,-->,37.397038,-40.515736,23.587196 +0.2,0.4,0.4,-->,38.553589,-28.520973,-8.262725 +0.2,0.4,0.6,-->,40.613766,-11.699975,-37.236603 +0.2,0.4,0.8,-->,43.414288,6.385413,-62.889599 +0.2,0.4,1,-->,46.810608,23.734097,-85.775162 +0.2,0.6,0,-->,53.532677,-74.856682,59.294170 +0.2,0.6,0.2,-->,53.725170,-72.062073,44.581177 +0.2,0.6,0.4,-->,54.415276,-62.929615,15.637005 +0.2,0.6,0.6,-->,55.640228,-48.589260,-13.362348 +0.2,0.6,0.8,-->,57.402508,-31.531635,-39.957127 +0.2,0.6,1,-->,59.712051,-13.564679,-64.425613 +0.2,0.8,0,-->,69.065834,-99.859268,73.326996 +0.2,0.8,0.2,-->,69.190521,-97.840401,62.428364 +0.2,0.8,0.4,-->,69.649788,-90.911835,36.995171 +0.2,0.8,0.6,-->,70.476685,-79.486046,9.327185 +0.2,0.8,0.8,-->,71.696899,-64.787537,-17.351580 +0.2,0.8,1,-->,73.322235,-48.253239,-42.362179 +0.2,1,0,-->,83.751823,-121.644821,86.633614 +0.2,1,0.2,-->,83.840218,-120.175125,78.134300 +0.2,1,0.4,-->,84.181602,-114.804893,56.194889 +0.2,1,0.6,-->,84.802216,-105.692299,30.141312 +0.2,1,0.8,-->,85.733269,-93.566063,4.070060 +0.2,1,1,-->,86.959541,-78.948471,-20.956621 +0.4,0,0,-->,25.027203,44.447243,33.042397 +0.4,0,0.2,-->,25.584225,45.836704,8.025557 +0.4,0,0.4,-->,27.542995,50.131203,-25.219627 +0.4,0,0.6,-->,30.581865,56.737347,-53.177235 +0.4,0,0.8,-->,34.623718,64.789375,-77.186676 +0.4,0,1,-->,39.207611,73.396370,-98.216209 +0.4,0.2,0,-->,30.069065,28.243740,38.265503 +0.4,0.2,0.2,-->,30.469822,29.814880,15.056396 +0.4,0.2,0.4,-->,31.953924,35.194069,-18.023983 +0.4,0.2,0.6,-->,34.628613,43.505653,-46.647049 +0.4,0.2,0.8,-->,38.111092,53.178944,-71.408958 +0.4,0.2,1,-->,42.155201,63.431522,-93.419220 +0.4,0.4,0,-->,42.468300,-8.259458,50.403801 +0.4,0.4,0.2,-->,42.745491,-6.364598,31.413986 +0.4,0.4,0.4,-->,43.719513,0.018687,0.026393 +0.4,0.4,0.6,-->,45.416954,10.091931,-29.312767 +0.4,0.4,0.8,-->,47.817944,22.150873,-55.425785 +0.4,0.4,1,-->,50.802986,35.178337,-79.035881 +0.4,0.6,0,-->,56.792950,-44.484798,63.114227 +0.4,0.6,0.2,-->,56.965683,-42.691174,49.048370 +0.4,0.6,0.4,-->,57.605629,-36.670868,20.546143 +0.4,0.6,0.6,-->,58.764053,-26.751135,-8.261691 +0.4,0.6,0.8,-->,60.437931,-14.136404,-35.047405 +0.4,0.6,1,-->,62.516819,0.064908,-59.712566 +0.4,0.8,0,-->,71.273903,-75.633224,76.046074 +0.4,0.8,0.2,-->,71.410843,-74.089256,65.330162 +0.4,0.8,0.4,-->,71.846024,-68.912476,40.332397 +0.4,0.8,0.6,-->,72.658653,-60.126301,12.803663 +0.4,0.8,0.8,-->,73.839714,-48.305393,-13.964365 +0.4,0.8,1,-->,75.386223,-34.573677,-38.984783 +0.4,1,0,-->,85.419250,-102.562187,88.552155 +0.4,1,0.2,-->,85.511101,-101.240158,80.202103 +0.4,1,0.4,-->,85.840416,-96.836685,58.593090 +0.4,1,0.6,-->,86.459435,-89.157135,32.668892 +0.4,1,0.8,-->,87.357529,-78.801842,6.624207 +0.4,1,1,-->,88.548462,-66.123695,-18.427971 +0.6,0,0,-->,38.607613,61.070179,49.398254 +0.6,0,0.2,-->,38.930523,61.780209,27.979214 +0.6,0,0.4,-->,40.049232,64.299263,-4.961242 +0.6,0,0.6,-->,41.984039,68.579865,-34.419586 +0.6,0,0.8,-->,44.663090,74.291885,-60.473801 +0.6,0,1,-->,47.926338,80.936455,-83.557152 +0.6,0.2,0,-->,41.618622,51.051407,51.952980 +0.6,0.2,0.2,-->,41.898453,51.886147,31.778553 +0.6,0.2,0.4,-->,42.900906,54.751953,-0.614640 +0.6,0.2,0.6,-->,44.667259,59.614567,-30.176643 +0.6,0.2,0.8,-->,47.115162,65.943512,-56.349609 +0.6,0.2,1,-->,50.151169,73.355621,-79.884659 +0.6,0.4,0,-->,50.391983,23.138472,59.523006 +0.6,0.4,0.2,-->,50.603519,24.152788,42.701813 +0.6,0.4,0.4,-->,51.356880,27.651018,12.124428 +0.6,0.4,0.6,-->,52.729259,33.496258,-17.353867 +0.6,0.4,0.8,-->,54.654442,41.291920,-44.145248 +0.6,0.4,1,-->,57.071758,50.375317,-68.408432 +0.6,0.6,0,-->,62.214680,-11.221322,69.485451 +0.6,0.6,0.2,-->,62.383492,-10.134968,56.344585 +0.6,0.6,0.4,-->,62.911804,-6.414208,28.685276 +0.6,0.6,0.6,-->,63.904911,0.030725,0.027427 +0.6,0.6,0.8,-->,65.335777,8.685566,-26.944780 +0.6,0.6,1,-->,67.244484,18.826067,-51.880577 +0.6,0.8,0,-->,75.170067,-44.705330,80.652351 +0.6,0.8,0.2,-->,75.290619,-43.634502,70.384865 +0.6,0.8,0.4,-->,75.690727,-39.936153,46.011814 +0.6,0.8,0.6,-->,76.441780,-33.718410,18.624130 +0.6,0.8,0.8,-->,77.533134,-25.045246,-8.005403 +0.6,0.8,1,-->,79.021973,-14.541387,-33.191933 +0.6,1,0,-->,88.398155,-75.062271,92.103676 +0.6,1,0.2,-->,88.480492,-74.108749,83.944374 +0.6,1,0.4,-->,88.795517,-70.825371,62.683647 +0.6,1,0.6,-->,89.346558,-64.899918,36.986507 +0.6,1,0.8,-->,90.155907,-56.702168,11.123105 +0.6,1,1,-->,91.267982,-46.644745,-14.009294 +0.8,0,0,-->,51.081818,75.977890,63.787292 +0.8,0,0.2,-->,51.292694,76.471985,45.415932 +0.8,0,0.4,-->,52.012932,78.142616,13.972253 +0.8,0,0.6,-->,53.358658,81.058350,-15.836250 +0.8,0,0.8,-->,55.260075,85.325508,-42.788059 +0.8,0,1,-->,57.632492,90.362854,-67.235931 +0.8,0.2,0,-->,53.104454,69.058807,65.134789 +0.8,0.2,0.2,-->,53.311749,69.575279,47.800060 +0.8,0.2,0.4,-->,54.012459,71.432831,16.826431 +0.8,0.2,0.6,-->,55.266129,74.644585,-12.873496 +0.8,0.2,0.8,-->,57.022060,79.139809,-39.876011 +0.8,0.2,1,-->,59.347980,84.624519,-64.472458 +0.8,0.4,0,-->,59.561123,47.988529,69.926086 +0.8,0.4,0.2,-->,59.712051,48.564472,55.024399 +0.8,0.4,0.4,-->,60.316563,50.728867,25.824183 +0.8,0.4,0.6,-->,61.360489,54.470890,-3.379265 +0.8,0.4,0.8,-->,62.873661,59.796333,-30.517660 +0.8,0.4,1,-->,64.864838,66.089012,-55.408581 +0.8,0.6,0,-->,69.193573,18.239408,77.453896 +0.8,0.6,0.2,-->,69.318268,18.949986,65.436752 +0.8,0.6,0.4,-->,69.778465,21.334768,38.902184 +0.8,0.6,0.6,-->,70.612091,25.592957,10.567088 +0.8,0.6,0.8,-->,71.830811,31.551811,-16.467762 +0.8,0.6,1,-->,73.456184,38.859989,-41.688763 +0.8,0.8,0,-->,80.472366,-13.937561,86.774551 +0.8,0.8,0.2,-->,80.568352,-13.239531,77.143135 +0.8,0.8,0.4,-->,80.927956,-10.672328,53.546021 +0.8,0.8,0.6,-->,81.584724,-6.217926,26.564686 +0.8,0.8,0.8,-->,82.547859,0.017471,0.027868 +0.8,0.8,1,-->,83.855453,7.837452,-25.227394 +0.8,1,0,-->,92.434769,-45.301945,96.786652 +0.8,1,0.2,-->,92.518600,-44.598969,89.033409 +0.8,1,0.4,-->,92.794769,-42.105373,68.371712 +0.8,1,0.6,-->,93.330246,-37.750633,43.149216 +0.8,1,0.8,-->,94.143417,-31.521946,17.268940 +0.8,1,1,-->,95.190056,-23.635271,-7.722591 +1,0,0,-->,62.755211,89.726570,76.062897 +1,0,0.2,-->,62.899662,90.070969,60.948738 +1,0,0.4,-->,63.446270,91.370071,31.469357 +1,0,0.6,-->,64.436554,93.593559,2.044860 +1,0,0.8,-->,65.825020,96.697632,-25.299780 +1,0,1,-->,67.758278,100.711464,-50.479214 +1,0.2,0,-->,64.240593,84.728027,77.039185 +1,0.2,0.2,-->,64.375786,85.126488,62.521305 +1,0.2,0.4,-->,64.913612,86.366394,33.518677 +1,0.2,0.6,-->,65.831100,88.649536,4.207020 +1,0.2,0.8,-->,67.255661,92.055588,-23.145752 +1,0.2,1,-->,69.089462,96.182404,-48.370613 +1,0.4,0,-->,69.233940,68.340416,80.496971 +1,0.4,0.2,-->,69.370827,68.749931,67.606560 +1,0.4,0.4,-->,69.830185,70.185005,40.090622 +1,0.4,0.6,-->,70.650574,72.797928,11.380548 +1,0.4,0.8,-->,71.861237,76.608749,-15.908203 +1,0.4,1,-->,73.482056,81.303032,-41.225834 +1,0.6,0,-->,77.039757,43.407177,86.269424 +1,0.6,0.2,-->,77.148430,43.905087,75.522858 +1,0.6,0.4,-->,77.539230,45.525333,50.260609 +1,0.6,0.6,-->,78.297646,48.413513,22.443047 +1,0.6,0.8,-->,79.357742,52.677509,-4.502014 +1,0.6,1,-->,80.688728,58.033108,-29.893148 +1,0.8,0,-->,86.779625,14.103863,93.989258 +1,0.8,0.2,-->,86.866531,14.562316,85.073387 +1,0.8,0.4,-->,87.191315,16.359863,62.471195 +1,0.8,0.6,-->,87.798187,19.480940,35.958832 +1,0.8,0.8,-->,88.672607,24.071337,9.629314 +1,0.8,1,-->,89.806648,29.928661,-15.668323 +1,1,0,-->,97.556717,-16.424330,102.656998 +1,1,0.2,-->,97.648277,-15.910954,95.377884 +1,1,0.4,-->,97.919914,-14.059572,75.424225 +1,1,0.6,-->,98.420456,-10.796041,50.569138 +1,1,0.8,-->,99.111778,-6.041972,24.977283 +1,1,1,-->,100.000000,0.028126,0.028126 +-0.1,0.5,0.5,-->,46.078957,-48.785614,-12.819456 +1.1,0.5,0.5,-->,73.722549,59.781727,30.621349 +0.5,-0.1,0.5,-->,34.855358,59.673435,-29.825291 +0.5,1.1,0.5,-->,87.452049,-81.222893,47.667767 +0.5,0.5,-0.1,-->,52.655529,-9.744616,60.246399 +0.5,0.5,1.1,-->,58.984833,26.202597,-65.419067 diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-1.csv new file mode 100644 index 0000000..8cf3cea --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-1.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.028232,0.028232 +0,0,0.2,-->,1.647812,10.419687,-28.791800 +0,0,0.4,-->,7.475490,35.049068,-58.077450 +0,0,0.6,-->,15.682186,48.076519,-78.311455 +0,0,0.8,-->,23.137255,58.760983,-96.444748 +0,0,1,-->,30.054808,69.187500,-113.455826 +0,0.2,0,-->,14.411765,-37.840195,21.385168 +0,0.2,0.2,-->,15.392158,-26.312502,-6.918981 +0,0.2,0.4,-->,18.577684,0.481229,-39.687504 +0,0.2,0.6,-->,23.137255,22.701176,-65.575790 +0,0.2,0.8,-->,28.549364,40.492779,-87.377396 +0,0.2,1,-->,34.216522,55.215118,-106.644981 +0,0.4,0,-->,34.663345,-66.157684,44.604858 +0,0.4,0.2,-->,35.055435,-59.815342,22.000006 +0,0.4,0.4,-->,36.355789,-42.546036,-11.144339 +0,0.4,0.6,-->,38.558258,-20.860363,-40.265347 +0,0.4,0.8,-->,41.574020,0.687497,-65.814018 +0,0.4,1,-->,45.156635,20.201912,-88.455170 +0,0.6,0,-->,52.231384,-88.778305,60.174671 +0,0.6,0.2,-->,52.437664,-85.214104,44.272938 +0,0.6,0.4,-->,53.160561,-74.046677,14.359923 +0,0.6,0.6,-->,54.453224,-57.284660,-14.955747 +0,0.6,0.8,-->,56.262028,-37.988598,-41.737637 +0,0.6,1,-->,58.638435,-18.185322,-66.157684 +0,0.8,0,-->,68.249168,-109.480202,74.022545 +0,0.8,0.2,-->,68.377808,-107.168289,62.502140 +0,0.8,0.4,-->,68.862549,-99.428230,36.431480 +0,0.8,0.6,-->,69.722359,-86.838531,8.412482 +0,0.8,0.8,-->,70.957794,-70.781715,-18.482117 +0,0.8,1,-->,72.608879,-52.918491,-43.573112 +0,1,0,-->,83.198494,-128.000000,87.156006 +0,1,0.2,-->,83.293449,-127.355614,78.392525 +0,1,0.4,-->,83.644188,-121.458641,55.929737 +0,1,0.6,-->,84.292068,-111.815575,29.648327 +0,1,0.8,-->,85.214096,-98.624382,3.375002 +0,1,1,-->,86.471558,-83.298805,-21.778076 +0.2,0,0,-->,7.959959,27.980869,12.719794 +0.2,0,0.2,-->,9.387255,32.077278,-15.999999 +0.2,0,0.4,-->,14.044118,40.078842,-47.154255 +0.2,0,0.6,-->,19.852942,50.181362,-71.230843 +0.2,0,0.8,-->,26.043951,60.408985,-91.566902 +0.2,0,1,-->,32.295471,70.339905,-109.980087 +0.2,0.2,0,-->,18.827267,-4.786793,28.000006 +0.2,0.2,0.2,-->,19.607843,-0.038173,-0.061595 +0.2,0.2,0.4,-->,22.132353,13.625742,-33.755306 +0.2,0.2,0.6,-->,26.043951,29.304689,-60.799496 +0.2,0.2,0.8,-->,30.675081,44.202641,-83.564384 +0.2,0.2,1,-->,36.069374,57.484024,-103.709602 +0.2,0.4,0,-->,36.458405,-46.072498,46.881542 +0.2,0.4,0.2,-->,36.816803,-41.925095,24.548286 +0.2,0.4,0.4,-->,38.002102,-29.365858,-8.437500 +0.2,0.4,0.6,-->,40.109287,-11.980042,-37.750374 +0.2,0.4,0.8,-->,42.966251,6.495075,-63.513737 +0.2,0.4,1,-->,46.421535,24.067947,-86.424629 +0.2,0.6,0,-->,53.237141,-76.233734,61.357944 +0.2,0.6,0.2,-->,53.431946,-73.351494,45.647537 +0.2,0.6,0.4,-->,54.130215,-63.958935,15.859475 +0.2,0.6,0.6,-->,55.369110,-49.282650,-13.491336 +0.2,0.6,0.8,-->,57.150356,-31.915955,-40.249737 +0.2,0.6,1,-->,59.482979,-13.706108,-64.802513 +0.2,0.8,0,-->,68.913788,-100.951218,74.748894 +0.2,0.8,0.2,-->,69.039368,-98.893883,63.392536 +0.2,0.8,0.4,-->,69.501846,-91.840294,37.375000 +0.2,0.8,0.6,-->,70.334427,-80.231560,9.396523 +0.2,0.8,0.8,-->,71.562790,-65.333641,-17.451141 +0.2,0.8,1,-->,73.198555,-48.614841,-42.562496 +0.2,1,0,-->,83.685425,-122.536476,87.714470 +0.2,1,0.2,-->,83.774246,-121.048019,78.974396 +0.2,1,0.4,-->,84.117271,-115.611610,56.636578 +0.2,1,0.6,-->,84.740829,-106.395042,30.319994 +0.2,1,0.8,-->,85.676216,-94.144608,4.089530 +0.2,1,1,-->,86.908066,-79.397186,-21.039995 +0.4,0,0,-->,23.970587,46.250000,36.622822 +0.4,0,0.2,-->,24.558823,47.611816,8.562498 +0.4,0,0.4,-->,26.617645,51.798115,-25.999588 +0.4,0,0.6,-->,29.786793,58.253315,-54.179916 +0.4,0,0.8,-->,33.966454,66.125000,-78.166962 +0.4,0,1,-->,38.671608,74.562492,-99.116501 +0.4,0.2,0,-->,29.253841,29.160191,42.250000 +0.4,0.2,0.2,-->,29.670406,30.749994,15.874993 +0.4,0.2,0.4,-->,31.209585,36.173748,-18.499998 +0.4,0.2,0.6,-->,33.971497,44.503326,-47.415916 +0.4,0.2,0.8,-->,37.548824,54.152908,-72.226723 +0.4,0.2,1,-->,41.682762,64.353233,-94.210999 +0.4,0.4,0,-->,42.002071,-8.437500,53.499996 +0.4,0.4,0.2,-->,42.284683,-6.500000,32.495148 +0.4,0.4,0.4,-->,43.277168,0.012608,0.028232 +0.4,0.4,0.6,-->,45.004818,10.250003,-29.670465 +0.4,0.4,0.8,-->,47.444664,22.451256,-55.921692 +0.4,0.4,1,-->,50.472630,35.580173,-79.584656 +0.4,0.6,0,-->,56.534386,-45.076649,65.079575 +0.4,0.6,0.2,-->,56.708950,-43.250000,50.126690 +0.4,0.6,0.4,-->,57.355587,-37.125004,20.818924 +0.4,0.6,0.6,-->,58.525730,-27.053978,-8.336548 +0.4,0.6,0.8,-->,60.215717,-14.280166,-35.290066 +0.4,0.6,1,-->,62.313374,0.062507,-60.045746 +0.4,0.8,0,-->,71.137001,-76.311195,77.439621 +0.4,0.8,0.2,-->,71.274849,-74.745750,66.290184 +0.4,0.8,0.4,-->,71.712891,-69.500732,40.730995 +0.4,0.8,0.6,-->,72.530769,-60.608131,12.895513 +0.4,0.8,0.8,-->,73.719246,-48.661701,-14.041957 +0.4,0.8,1,-->,75.275131,-34.805828,-39.164066 +0.4,1,0,-->,85.360741,-103.224022,89.616341 +0.4,1,0.2,-->,85.453026,-101.888466,81.036392 +0.4,1,0.4,-->,85.783859,-97.440979,59.042183 +0.4,1,0.6,-->,86.405701,-89.689117,32.858318 +0.4,1,0.8,-->,87.307823,-79.244881,6.655168 +0.4,1,1,-->,88.504005,-66.470116,-18.499998 +0.6,0,0,-->,38.057426,62.123344,53.543709 +0.6,0,0.2,-->,38.388027,62.826279,29.121128 +0.6,0,0.4,-->,39.532375,65.321693,-5.062499 +0.6,0,0.6,-->,41.508163,69.562492,-34.880024 +0.6,0,0.8,-->,44.237839,75.221443,-61.057251 +0.6,0,1,-->,47.554718,81.805710,-84.175430 +0.6,0.2,0,-->,41.135315,51.852787,55.624996 +0.6,0.2,0.2,-->,41.420849,52.687492,32.944210 +0.6,0.2,0.4,-->,42.443096,55.550945,-0.624998 +0.6,0.2,0.6,-->,44.242081,60.405079,-30.553051 +0.6,0.2,0.8,-->,46.730934,66.715858,-56.862885 +0.6,0.2,1,-->,49.811901,74.100639,-80.447777 +0.6,0.4,0,-->,50.056034,23.419716,62.146767 +0.6,0.4,0.2,-->,50.270451,24.442835,43.875008 +0.6,0.4,0.4,-->,51.033901,27.969152,12.312502 +0.6,0.4,0.6,-->,52.423870,33.854122,-17.533163 +0.6,0.4,0.8,-->,54.372150,41.691643,-44.486958 +0.6,0.4,1,-->,56.816143,50.810104,-68.828995 +0.6,0.6,0,-->,62.008579,-11.327876,71.304474 +0.6,0.6,0.2,-->,62.178875,-10.230533,57.425415 +0.6,0.6,0.4,-->,62.711769,-6.473812,29.027426 +0.6,0.6,0.6,-->,63.713264,0.028232,0.028232 +0.6,0.6,0.8,-->,65.155769,8.749995,-27.116463 +0.6,0.6,1,-->,67.079178,18.956186,-52.149147 +0.6,0.8,0,-->,75.057686,-45.018070,81.989273 +0.6,0.8,0.2,-->,75.178947,-43.937500,71.335724 +0.6,0.8,0.4,-->,75.581429,-40.206776,46.437500 +0.6,0.8,0.6,-->,76.336861,-33.937500,18.749994 +0.6,0.8,0.8,-->,77.434418,-25.199009,-8.047565 +0.6,0.8,1,-->,78.931442,-14.624997,-33.337467 +0.6,1,0,-->,88.353043,-75.468277,93.142921 +0.6,1,0.2,-->,88.435738,-74.507523,84.769859 +0.6,1,0.4,-->,88.752129,-71.199600,63.142586 +0.6,1,0.6,-->,89.305527,-65.232109,37.192959 +0.6,1,0.8,-->,90.118309,-56.980042,11.173368 +0.6,1,1,-->,91.234993,-46.861366,-14.062498 +0.8,0,0,-->,50.755196,76.717163,66.875008 +0.8,0,0.2,-->,50.968868,77.209221,46.690186 +0.8,0,0.4,-->,51.698486,78.872849,14.188082 +0.8,0,0.6,-->,53.061008,81.774475,-15.998441 +0.8,0,0.8,-->,54.984695,86.023468,-43.116203 +0.8,0,1,-->,57.382729,91.037926,-67.645653 +0.8,0.2,0,-->,52.803699,69.699440,67.945999 +0.8,0.2,0.2,-->,53.013535,70.214920,49.056698 +0.8,0.2,0.4,-->,53.722656,72.069916,17.073950 +0.8,0.2,0.6,-->,54.990822,75.276108,-12.999999 +0.8,0.2,0.8,-->,56.765919,79.763260,-40.171642 +0.8,0.2,1,-->,59.115398,85.234573,-64.853279 +0.8,0.4,0,-->,59.330601,48.373310,72.124588 +0.8,0.4,0.2,-->,59.482979,48.951260,56.207016 +0.8,0.4,0.4,-->,60.093220,51.122509,26.153275 +0.8,0.4,0.6,-->,61.146767,54.875355,-3.408280 +0.8,0.4,0.8,-->,62.673294,60.213734,-30.720964 +0.8,0.4,1,-->,64.681061,66.516685,-55.706902 +0.8,0.6,0,-->,69.042435,18.358723,79.095451 +0.8,0.6,0.2,-->,69.167999,19.073343,66.499992 +0.8,0.6,0.4,-->,69.631416,21.471090,39.309536 +0.8,0.6,0.6,-->,70.470749,25.751043,10.646170 +0.8,0.6,0.8,-->,71.697578,31.737562,-16.562498 +0.8,0.6,1,-->,73.333344,39.075226,-41.886040 +0.8,0.8,0,-->,80.389526,-14.014621,88.034714 +0.8,0.8,0.2,-->,80.486015,-13.312502,78.076164 +0.8,0.8,0.4,-->,80.847481,-10.730381,54.000004 +0.8,0.8,0.6,-->,81.507607,-6.251204,26.731239 +0.8,0.8,0.8,-->,82.475571,0.016514,0.028232 +0.8,0.8,1,-->,83.789551,7.873565,-25.331781 +0.8,1,0,-->,92.406509,-45.506229,97.790314 +0.8,1,0.2,-->,92.490677,-44.799370,89.846779 +0.8,1,0.4,-->,92.767952,-42.292187,68.844200 +0.8,1,0.6,-->,93.305550,-37.914394,43.378662 +0.8,1,0.8,-->,94.121895,-31.654316,17.343401 +0.8,1,1,-->,95.172554,-23.730661,-7.750771 +1,0,0,-->,62.553822,90.303696,78.372993 +1,0,0.2,-->,62.699516,90.647385,62.201454 +1,0,0.4,-->,63.250793,91.943962,31.850796 +1,0,0.6,-->,64.249298,94.162224,2.062506 +1,0,0.8,-->,65.648865,97.259193,-25.460663 +1,0,1,-->,67.596794,101.262260,-50.739323 +1,0.2,0,-->,64.051727,85.258011,79.220436 +1,0.2,0.2,-->,64.188034,85.656364,63.750008 +1,0.2,0.4,-->,64.730225,86.894356,33.912701 +1,0.2,0.6,-->,65.654991,89.175049,4.241827 +1,0.2,0.8,-->,67.090446,92.576630,-23.289383 +1,0.2,1,-->,68.937592,96.696808,-48.614841 +1,0.4,0,-->,69.083092,68.730965,82.332939 +1,0.4,0.2,-->,69.220940,69.140991,68.750008 +1,0.4,0.4,-->,69.683495,70.578102,40.516201 +1,0.4,0.6,-->,70.509499,73.194611,11.466242 +1,0.4,0.8,-->,71.728203,77.010033,-15.999999 +1,0.4,1,-->,73.359375,81.708084,-41.421303 +1,0.6,0,-->,76.938248,43.624996,87.737892 +1,0.6,0.2,-->,77.047546,44.124546,76.553131 +1,0.6,0.4,-->,77.440544,45.749992,50.720295 +1,0.6,0.6,-->,78.203171,48.646652,22.591846 +1,0.6,0.8,-->,79.269012,52.922810,-4.525147 +1,0.6,1,-->,80.607018,58.292377,-30.021938 +1,0.8,0,-->,86.727348,14.164675,95.165901 +1,0.8,0.2,-->,86.814644,14.624997,85.980499 +1,0.8,0.4,-->,87.140877,16.429626,62.951244 +1,0.8,0.6,-->,87.750450,19.562498,36.165936 +1,0.8,0.8,-->,88.628685,24.169493,9.673818 +1,0.8,1,-->,89.767578,30.046667,-15.728968 +1,1,0,-->,97.548019,-16.486578,103.617256 +1,1,0.2,-->,97.639915,-15.971106,96.173485 +1,1,0.4,-->,97.912529,-14.112238,75.908760 +1,1,0.6,-->,98.414879,-10.835833,50.821823 +1,1,0.8,-->,99.108658,-6.063760,25.079376 +1,1,1,-->,100.000000,0.028232,0.028232 +-0.1,0.5,0.5,-->,45.677956,-49.882111,-12.999999 +1.1,0.5,0.5,-->,73.601364,60.093647,30.874521 +0.5,-0.1,0.5,-->,34.205009,60.919571,-30.406591 +0.5,1.1,0.5,-->,87.402779,-81.682205,47.976933 +0.5,0.5,-0.1,-->,52.349220,-9.877130,62.541218 +0.5,0.5,1.1,-->,58.748699,26.432484,-65.807182 diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-2.csv new file mode 100644 index 0000000..8cf3cea --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-2.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.028232,0.028232 +0,0,0.2,-->,1.647812,10.419687,-28.791800 +0,0,0.4,-->,7.475490,35.049068,-58.077450 +0,0,0.6,-->,15.682186,48.076519,-78.311455 +0,0,0.8,-->,23.137255,58.760983,-96.444748 +0,0,1,-->,30.054808,69.187500,-113.455826 +0,0.2,0,-->,14.411765,-37.840195,21.385168 +0,0.2,0.2,-->,15.392158,-26.312502,-6.918981 +0,0.2,0.4,-->,18.577684,0.481229,-39.687504 +0,0.2,0.6,-->,23.137255,22.701176,-65.575790 +0,0.2,0.8,-->,28.549364,40.492779,-87.377396 +0,0.2,1,-->,34.216522,55.215118,-106.644981 +0,0.4,0,-->,34.663345,-66.157684,44.604858 +0,0.4,0.2,-->,35.055435,-59.815342,22.000006 +0,0.4,0.4,-->,36.355789,-42.546036,-11.144339 +0,0.4,0.6,-->,38.558258,-20.860363,-40.265347 +0,0.4,0.8,-->,41.574020,0.687497,-65.814018 +0,0.4,1,-->,45.156635,20.201912,-88.455170 +0,0.6,0,-->,52.231384,-88.778305,60.174671 +0,0.6,0.2,-->,52.437664,-85.214104,44.272938 +0,0.6,0.4,-->,53.160561,-74.046677,14.359923 +0,0.6,0.6,-->,54.453224,-57.284660,-14.955747 +0,0.6,0.8,-->,56.262028,-37.988598,-41.737637 +0,0.6,1,-->,58.638435,-18.185322,-66.157684 +0,0.8,0,-->,68.249168,-109.480202,74.022545 +0,0.8,0.2,-->,68.377808,-107.168289,62.502140 +0,0.8,0.4,-->,68.862549,-99.428230,36.431480 +0,0.8,0.6,-->,69.722359,-86.838531,8.412482 +0,0.8,0.8,-->,70.957794,-70.781715,-18.482117 +0,0.8,1,-->,72.608879,-52.918491,-43.573112 +0,1,0,-->,83.198494,-128.000000,87.156006 +0,1,0.2,-->,83.293449,-127.355614,78.392525 +0,1,0.4,-->,83.644188,-121.458641,55.929737 +0,1,0.6,-->,84.292068,-111.815575,29.648327 +0,1,0.8,-->,85.214096,-98.624382,3.375002 +0,1,1,-->,86.471558,-83.298805,-21.778076 +0.2,0,0,-->,7.959959,27.980869,12.719794 +0.2,0,0.2,-->,9.387255,32.077278,-15.999999 +0.2,0,0.4,-->,14.044118,40.078842,-47.154255 +0.2,0,0.6,-->,19.852942,50.181362,-71.230843 +0.2,0,0.8,-->,26.043951,60.408985,-91.566902 +0.2,0,1,-->,32.295471,70.339905,-109.980087 +0.2,0.2,0,-->,18.827267,-4.786793,28.000006 +0.2,0.2,0.2,-->,19.607843,-0.038173,-0.061595 +0.2,0.2,0.4,-->,22.132353,13.625742,-33.755306 +0.2,0.2,0.6,-->,26.043951,29.304689,-60.799496 +0.2,0.2,0.8,-->,30.675081,44.202641,-83.564384 +0.2,0.2,1,-->,36.069374,57.484024,-103.709602 +0.2,0.4,0,-->,36.458405,-46.072498,46.881542 +0.2,0.4,0.2,-->,36.816803,-41.925095,24.548286 +0.2,0.4,0.4,-->,38.002102,-29.365858,-8.437500 +0.2,0.4,0.6,-->,40.109287,-11.980042,-37.750374 +0.2,0.4,0.8,-->,42.966251,6.495075,-63.513737 +0.2,0.4,1,-->,46.421535,24.067947,-86.424629 +0.2,0.6,0,-->,53.237141,-76.233734,61.357944 +0.2,0.6,0.2,-->,53.431946,-73.351494,45.647537 +0.2,0.6,0.4,-->,54.130215,-63.958935,15.859475 +0.2,0.6,0.6,-->,55.369110,-49.282650,-13.491336 +0.2,0.6,0.8,-->,57.150356,-31.915955,-40.249737 +0.2,0.6,1,-->,59.482979,-13.706108,-64.802513 +0.2,0.8,0,-->,68.913788,-100.951218,74.748894 +0.2,0.8,0.2,-->,69.039368,-98.893883,63.392536 +0.2,0.8,0.4,-->,69.501846,-91.840294,37.375000 +0.2,0.8,0.6,-->,70.334427,-80.231560,9.396523 +0.2,0.8,0.8,-->,71.562790,-65.333641,-17.451141 +0.2,0.8,1,-->,73.198555,-48.614841,-42.562496 +0.2,1,0,-->,83.685425,-122.536476,87.714470 +0.2,1,0.2,-->,83.774246,-121.048019,78.974396 +0.2,1,0.4,-->,84.117271,-115.611610,56.636578 +0.2,1,0.6,-->,84.740829,-106.395042,30.319994 +0.2,1,0.8,-->,85.676216,-94.144608,4.089530 +0.2,1,1,-->,86.908066,-79.397186,-21.039995 +0.4,0,0,-->,23.970587,46.250000,36.622822 +0.4,0,0.2,-->,24.558823,47.611816,8.562498 +0.4,0,0.4,-->,26.617645,51.798115,-25.999588 +0.4,0,0.6,-->,29.786793,58.253315,-54.179916 +0.4,0,0.8,-->,33.966454,66.125000,-78.166962 +0.4,0,1,-->,38.671608,74.562492,-99.116501 +0.4,0.2,0,-->,29.253841,29.160191,42.250000 +0.4,0.2,0.2,-->,29.670406,30.749994,15.874993 +0.4,0.2,0.4,-->,31.209585,36.173748,-18.499998 +0.4,0.2,0.6,-->,33.971497,44.503326,-47.415916 +0.4,0.2,0.8,-->,37.548824,54.152908,-72.226723 +0.4,0.2,1,-->,41.682762,64.353233,-94.210999 +0.4,0.4,0,-->,42.002071,-8.437500,53.499996 +0.4,0.4,0.2,-->,42.284683,-6.500000,32.495148 +0.4,0.4,0.4,-->,43.277168,0.012608,0.028232 +0.4,0.4,0.6,-->,45.004818,10.250003,-29.670465 +0.4,0.4,0.8,-->,47.444664,22.451256,-55.921692 +0.4,0.4,1,-->,50.472630,35.580173,-79.584656 +0.4,0.6,0,-->,56.534386,-45.076649,65.079575 +0.4,0.6,0.2,-->,56.708950,-43.250000,50.126690 +0.4,0.6,0.4,-->,57.355587,-37.125004,20.818924 +0.4,0.6,0.6,-->,58.525730,-27.053978,-8.336548 +0.4,0.6,0.8,-->,60.215717,-14.280166,-35.290066 +0.4,0.6,1,-->,62.313374,0.062507,-60.045746 +0.4,0.8,0,-->,71.137001,-76.311195,77.439621 +0.4,0.8,0.2,-->,71.274849,-74.745750,66.290184 +0.4,0.8,0.4,-->,71.712891,-69.500732,40.730995 +0.4,0.8,0.6,-->,72.530769,-60.608131,12.895513 +0.4,0.8,0.8,-->,73.719246,-48.661701,-14.041957 +0.4,0.8,1,-->,75.275131,-34.805828,-39.164066 +0.4,1,0,-->,85.360741,-103.224022,89.616341 +0.4,1,0.2,-->,85.453026,-101.888466,81.036392 +0.4,1,0.4,-->,85.783859,-97.440979,59.042183 +0.4,1,0.6,-->,86.405701,-89.689117,32.858318 +0.4,1,0.8,-->,87.307823,-79.244881,6.655168 +0.4,1,1,-->,88.504005,-66.470116,-18.499998 +0.6,0,0,-->,38.057426,62.123344,53.543709 +0.6,0,0.2,-->,38.388027,62.826279,29.121128 +0.6,0,0.4,-->,39.532375,65.321693,-5.062499 +0.6,0,0.6,-->,41.508163,69.562492,-34.880024 +0.6,0,0.8,-->,44.237839,75.221443,-61.057251 +0.6,0,1,-->,47.554718,81.805710,-84.175430 +0.6,0.2,0,-->,41.135315,51.852787,55.624996 +0.6,0.2,0.2,-->,41.420849,52.687492,32.944210 +0.6,0.2,0.4,-->,42.443096,55.550945,-0.624998 +0.6,0.2,0.6,-->,44.242081,60.405079,-30.553051 +0.6,0.2,0.8,-->,46.730934,66.715858,-56.862885 +0.6,0.2,1,-->,49.811901,74.100639,-80.447777 +0.6,0.4,0,-->,50.056034,23.419716,62.146767 +0.6,0.4,0.2,-->,50.270451,24.442835,43.875008 +0.6,0.4,0.4,-->,51.033901,27.969152,12.312502 +0.6,0.4,0.6,-->,52.423870,33.854122,-17.533163 +0.6,0.4,0.8,-->,54.372150,41.691643,-44.486958 +0.6,0.4,1,-->,56.816143,50.810104,-68.828995 +0.6,0.6,0,-->,62.008579,-11.327876,71.304474 +0.6,0.6,0.2,-->,62.178875,-10.230533,57.425415 +0.6,0.6,0.4,-->,62.711769,-6.473812,29.027426 +0.6,0.6,0.6,-->,63.713264,0.028232,0.028232 +0.6,0.6,0.8,-->,65.155769,8.749995,-27.116463 +0.6,0.6,1,-->,67.079178,18.956186,-52.149147 +0.6,0.8,0,-->,75.057686,-45.018070,81.989273 +0.6,0.8,0.2,-->,75.178947,-43.937500,71.335724 +0.6,0.8,0.4,-->,75.581429,-40.206776,46.437500 +0.6,0.8,0.6,-->,76.336861,-33.937500,18.749994 +0.6,0.8,0.8,-->,77.434418,-25.199009,-8.047565 +0.6,0.8,1,-->,78.931442,-14.624997,-33.337467 +0.6,1,0,-->,88.353043,-75.468277,93.142921 +0.6,1,0.2,-->,88.435738,-74.507523,84.769859 +0.6,1,0.4,-->,88.752129,-71.199600,63.142586 +0.6,1,0.6,-->,89.305527,-65.232109,37.192959 +0.6,1,0.8,-->,90.118309,-56.980042,11.173368 +0.6,1,1,-->,91.234993,-46.861366,-14.062498 +0.8,0,0,-->,50.755196,76.717163,66.875008 +0.8,0,0.2,-->,50.968868,77.209221,46.690186 +0.8,0,0.4,-->,51.698486,78.872849,14.188082 +0.8,0,0.6,-->,53.061008,81.774475,-15.998441 +0.8,0,0.8,-->,54.984695,86.023468,-43.116203 +0.8,0,1,-->,57.382729,91.037926,-67.645653 +0.8,0.2,0,-->,52.803699,69.699440,67.945999 +0.8,0.2,0.2,-->,53.013535,70.214920,49.056698 +0.8,0.2,0.4,-->,53.722656,72.069916,17.073950 +0.8,0.2,0.6,-->,54.990822,75.276108,-12.999999 +0.8,0.2,0.8,-->,56.765919,79.763260,-40.171642 +0.8,0.2,1,-->,59.115398,85.234573,-64.853279 +0.8,0.4,0,-->,59.330601,48.373310,72.124588 +0.8,0.4,0.2,-->,59.482979,48.951260,56.207016 +0.8,0.4,0.4,-->,60.093220,51.122509,26.153275 +0.8,0.4,0.6,-->,61.146767,54.875355,-3.408280 +0.8,0.4,0.8,-->,62.673294,60.213734,-30.720964 +0.8,0.4,1,-->,64.681061,66.516685,-55.706902 +0.8,0.6,0,-->,69.042435,18.358723,79.095451 +0.8,0.6,0.2,-->,69.167999,19.073343,66.499992 +0.8,0.6,0.4,-->,69.631416,21.471090,39.309536 +0.8,0.6,0.6,-->,70.470749,25.751043,10.646170 +0.8,0.6,0.8,-->,71.697578,31.737562,-16.562498 +0.8,0.6,1,-->,73.333344,39.075226,-41.886040 +0.8,0.8,0,-->,80.389526,-14.014621,88.034714 +0.8,0.8,0.2,-->,80.486015,-13.312502,78.076164 +0.8,0.8,0.4,-->,80.847481,-10.730381,54.000004 +0.8,0.8,0.6,-->,81.507607,-6.251204,26.731239 +0.8,0.8,0.8,-->,82.475571,0.016514,0.028232 +0.8,0.8,1,-->,83.789551,7.873565,-25.331781 +0.8,1,0,-->,92.406509,-45.506229,97.790314 +0.8,1,0.2,-->,92.490677,-44.799370,89.846779 +0.8,1,0.4,-->,92.767952,-42.292187,68.844200 +0.8,1,0.6,-->,93.305550,-37.914394,43.378662 +0.8,1,0.8,-->,94.121895,-31.654316,17.343401 +0.8,1,1,-->,95.172554,-23.730661,-7.750771 +1,0,0,-->,62.553822,90.303696,78.372993 +1,0,0.2,-->,62.699516,90.647385,62.201454 +1,0,0.4,-->,63.250793,91.943962,31.850796 +1,0,0.6,-->,64.249298,94.162224,2.062506 +1,0,0.8,-->,65.648865,97.259193,-25.460663 +1,0,1,-->,67.596794,101.262260,-50.739323 +1,0.2,0,-->,64.051727,85.258011,79.220436 +1,0.2,0.2,-->,64.188034,85.656364,63.750008 +1,0.2,0.4,-->,64.730225,86.894356,33.912701 +1,0.2,0.6,-->,65.654991,89.175049,4.241827 +1,0.2,0.8,-->,67.090446,92.576630,-23.289383 +1,0.2,1,-->,68.937592,96.696808,-48.614841 +1,0.4,0,-->,69.083092,68.730965,82.332939 +1,0.4,0.2,-->,69.220940,69.140991,68.750008 +1,0.4,0.4,-->,69.683495,70.578102,40.516201 +1,0.4,0.6,-->,70.509499,73.194611,11.466242 +1,0.4,0.8,-->,71.728203,77.010033,-15.999999 +1,0.4,1,-->,73.359375,81.708084,-41.421303 +1,0.6,0,-->,76.938248,43.624996,87.737892 +1,0.6,0.2,-->,77.047546,44.124546,76.553131 +1,0.6,0.4,-->,77.440544,45.749992,50.720295 +1,0.6,0.6,-->,78.203171,48.646652,22.591846 +1,0.6,0.8,-->,79.269012,52.922810,-4.525147 +1,0.6,1,-->,80.607018,58.292377,-30.021938 +1,0.8,0,-->,86.727348,14.164675,95.165901 +1,0.8,0.2,-->,86.814644,14.624997,85.980499 +1,0.8,0.4,-->,87.140877,16.429626,62.951244 +1,0.8,0.6,-->,87.750450,19.562498,36.165936 +1,0.8,0.8,-->,88.628685,24.169493,9.673818 +1,0.8,1,-->,89.767578,30.046667,-15.728968 +1,1,0,-->,97.548019,-16.486578,103.617256 +1,1,0.2,-->,97.639915,-15.971106,96.173485 +1,1,0.4,-->,97.912529,-14.112238,75.908760 +1,1,0.6,-->,98.414879,-10.835833,50.821823 +1,1,0.8,-->,99.108658,-6.063760,25.079376 +1,1,1,-->,100.000000,0.028232,0.028232 +-0.1,0.5,0.5,-->,45.677956,-49.882111,-12.999999 +1.1,0.5,0.5,-->,73.601364,60.093647,30.874521 +0.5,-0.1,0.5,-->,34.205009,60.919571,-30.406591 +0.5,1.1,0.5,-->,87.402779,-81.682205,47.976933 +0.5,0.5,-0.1,-->,52.349220,-9.877130,62.541218 +0.5,0.5,1.1,-->,58.748699,26.432484,-65.807182 diff --git a/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-3.csv new file mode 100644 index 0000000..5996135 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_Monitor_weird_ToPcs_ICC-3.csv @@ -0,0 +1,222 @@ +0,0,0,-->,-0.000000,0.027822,0.000008 +0,0,0.2,-->,1.647812,10.169843,-34.537235 +0,0,0.4,-->,7.475491,34.398468,-67.639015 +0,0,0.6,-->,15.682184,47.194767,-91.208908 +0,0,0.8,-->,23.137255,57.674740,-112.348557 +0,0,1,-->,30.054811,67.909065,-132.167191 +0,0.2,0,-->,14.411764,-38.186386,20.276373 +0,0.2,0.2,-->,15.392158,-26.833035,-12.841418 +0,0.2,0.4,-->,18.577684,-0.232829,-49.322006 +0,0.2,0.6,-->,23.137255,21.787157,-78.484688 +0,0.2,0.8,-->,28.549368,39.382370,-103.306808 +0,0.2,1,-->,34.216522,53.917717,-125.391724 +0,0.4,0,-->,34.663345,-66.884621,40.457668 +0,0.4,0.2,-->,35.055435,-60.580643,15.594097 +0,0.4,0.4,-->,36.355789,-43.420567,-20.983446 +0,0.4,0.6,-->,38.558258,-21.883801,-53.298191 +0,0.4,0.8,-->,41.574020,-0.500920,-81.830063 +0,0.4,1,-->,45.156635,18.846540,-107.267143 +0,0.6,0,-->,52.231384,-89.758842,54.599354 +0,0.6,0.2,-->,52.437668,-86.215912,37.120323 +0,0.6,0.4,-->,53.160561,-75.116692,4.184221 +0,0.6,0.6,-->,54.453217,-58.461338,-28.191904 +0,0.6,0.8,-->,56.262028,-39.294655,-57.874741 +0,0.6,1,-->,58.638428,-19.634869,-85.061554 +0,0.8,0,-->,68.249168,-110.691574,67.111351 +0,0.8,0.2,-->,68.377808,-108.393372,54.451725 +0,0.8,0.4,-->,68.862549,-100.700256,25.770590 +0,0.8,0.6,-->,69.722359,-88.188408,-5.110642 +0,0.8,0.8,-->,70.957794,-72.233673,-34.821209 +0,0.8,1,-->,72.608879,-54.489731,-62.622738 +0,1,0,-->,83.198494,-129.430679,79.018364 +0,1,0.2,-->,83.293449,-128.791306,69.388756 +0,1,0.4,-->,83.644188,-122.929749,44.687965 +0,1,0.6,-->,84.292068,-113.346069,15.748354 +0,1,0.8,-->,85.214096,-100.236832,-13.228253 +0,1,1,-->,86.471558,-85.010323,-41.032028 +0.2,0,0,-->,7.959959,27.354025,12.398211 +0.2,0,0.2,-->,9.387256,31.401522,-21.798998 +0.2,0,0.4,-->,14.044118,39.269001,-56.754826 +0.2,0,0.6,-->,19.852942,49.203690,-84.139000 +0.2,0,0.8,-->,26.043951,59.255032,-107.483688 +0.2,0,1,-->,32.295471,69.009850,-128.729065 +0.2,0.2,0,-->,18.827267,-5.480841,26.571602 +0.2,0.2,0.2,-->,19.607841,-0.770971,-6.023916 +0.2,0.2,0.4,-->,22.132353,12.775727,-43.408886 +0.2,0.2,0.6,-->,26.043951,28.299294,-73.731209 +0.2,0.2,0.8,-->,30.675081,43.030754,-99.479431 +0.2,0.2,1,-->,36.069374,56.137665,-122.481468 +0.2,0.4,0,-->,36.458405,-46.932308,42.654953 +0.2,0.4,0.2,-->,36.816803,-42.812096,18.094971 +0.2,0.4,0.4,-->,38.002102,-30.337215,-18.289362 +0.2,0.4,0.6,-->,40.109287,-13.077811,-50.798668 +0.2,0.4,0.8,-->,42.966251,5.250277,-79.539490 +0.2,0.4,1,-->,46.421535,22.668072,-105.251190 +0.2,0.6,0,-->,53.237141,-77.294899,55.729187 +0.2,0.6,0.2,-->,53.431946,-74.430420,38.461952 +0.2,0.6,0.4,-->,54.130215,-65.097092,5.667054 +0.2,0.6,0.6,-->,55.369110,-50.516396,-26.738611 +0.2,0.6,0.8,-->,57.150356,-33.269321,-56.391094 +0.2,0.6,1,-->,59.482979,-15.194443,-83.716156 +0.2,0.8,0,-->,68.913788,-102.217049,67.797005 +0.2,0.8,0.2,-->,69.039368,-100.172104,55.317833 +0.2,0.8,0.4,-->,69.501846,-93.161736,26.698713 +0.2,0.8,0.6,-->,70.334427,-81.625549,-4.133502 +0.2,0.8,0.8,-->,71.562790,-66.824081,-33.791412 +0.2,0.8,1,-->,73.198555,-50.218758,-61.612698 +0.2,1,0,-->,83.685425,-124.003288,79.549561 +0.2,1,0.2,-->,83.774246,-122.523758,69.946655 +0.2,1,0.4,-->,84.117271,-117.120354,45.384224 +0.2,1,0.6,-->,84.740829,-107.960640,16.410095 +0.2,1,0.8,-->,85.676216,-95.787971,-12.521681 +0.2,1,1,-->,86.908066,-81.136314,-40.295364 +0.4,0,0,-->,23.970589,45.206333,35.115974 +0.4,0,0.2,-->,24.558823,46.549561,2.608704 +0.4,0,0.4,-->,26.617645,50.673481,-35.650993 +0.4,0,0.6,-->,29.786793,57.032608,-67.095490 +0.4,0,0.8,-->,33.966454,64.780678,-94.108917 +0.4,0,1,-->,38.671608,73.081017,-117.878044 +0.4,0.2,0,-->,29.253841,28.089407,39.628220 +0.4,0.2,0.2,-->,29.670406,29.663025,9.775621 +0.4,0.2,0.4,-->,31.209581,35.029186,-28.191919 +0.4,0.2,0.6,-->,33.971497,43.262161,-60.375248 +0.4,0.2,0.8,-->,37.548824,52.792019,-88.191605 +0.4,0.2,1,-->,41.682762,62.858528,-113.000320 +0.4,0.4,0,-->,42.002075,-9.591149,48.988209 +0.4,0.4,0.2,-->,42.284683,-7.668718,25.898186 +0.4,0.4,0.4,-->,43.277164,-1.207651,-9.884691 +0.4,0.4,0.6,-->,45.004814,8.945290,-42.753746 +0.4,0.4,0.8,-->,47.444664,21.038050,-71.960007 +0.4,0.4,1,-->,50.472622,34.041969,-98.425247 +0.4,0.6,0,-->,56.534386,-46.354443,59.260334 +0.4,0.6,0.2,-->,56.708954,-44.540138,42.827526 +0.4,0.6,0.4,-->,57.355587,-38.457691,10.568137 +0.4,0.6,0.6,-->,58.525734,-28.458862,-21.611729 +0.4,0.6,0.8,-->,60.215725,-15.780865,-51.462978 +0.4,0.6,1,-->,62.313374,-1.549868,-78.971352 +0.4,0.8,0,-->,71.137001,-77.740463,70.376884 +0.4,0.8,0.2,-->,71.274849,-76.185318,58.122662 +0.4,0.8,0.4,-->,71.712891,-70.974380,30.010464 +0.4,0.8,0.6,-->,72.530769,-62.141060,-0.662441 +0.4,0.8,0.8,-->,73.719246,-50.276127,-30.412201 +0.4,0.8,1,-->,75.275131,-36.518486,-58.231915 +0.4,1,0,-->,85.360741,-104.817513,81.355713 +0.4,1,0.2,-->,85.453026,-103.490265,71.927895 +0.4,1,0.4,-->,85.783859,-99.070816,47.744461 +0.4,1,0.6,-->,86.405701,-91.368767,18.916199 +0.4,1,0.8,-->,87.307823,-80.992996,-9.980073 +0.4,1,1,-->,88.504005,-68.303825,-37.775887 +0.6,0,0,-->,38.057426,60.713940,49.780437 +0.6,0,0.2,-->,38.388027,61.406673,22.848652 +0.6,0,0.4,-->,39.532375,63.866631,-14.842908 +0.6,0,0.6,-->,41.508163,68.046516,-47.883823 +0.6,0,0.8,-->,44.237839,73.622261,-77.057388 +0.6,0,1,-->,47.554714,80.106789,-102.973328 +0.6,0.2,0,-->,41.135315,50.429031,51.464371 +0.6,0.2,0.2,-->,41.420849,51.253876,26.535322 +0.6,0.2,0.4,-->,42.443100,54.082626,-10.461774 +0.6,0.2,0.6,-->,44.242081,58.876541,-43.594368 +0.6,0.2,0.8,-->,46.730938,65.105942,-72.873100 +0.6,0.2,1,-->,49.811897,72.392082,-99.261597 +0.6,0.4,0,-->,50.056042,21.948132,57.126659 +0.6,0.4,0.2,-->,50.270451,22.961948,37.046303 +0.6,0.4,0.4,-->,51.033901,26.455692,2.293884 +0.6,0.4,0.6,-->,52.423878,32.283989,-30.679903 +0.6,0.4,0.8,-->,54.372154,40.043945,-60.574661 +0.6,0.4,1,-->,56.816143,49.068569,-87.687210 +0.6,0.6,0,-->,62.008579,-12.879553,65.173470 +0.6,0.6,0.2,-->,62.178875,-11.790965,49.919373 +0.6,0.6,0.4,-->,62.711761,-8.063137,18.677069 +0.6,0.6,0.6,-->,63.713264,-1.612785,-13.303147 +0.6,0.6,0.8,-->,65.155769,7.037671,-43.322731 +0.6,0.6,1,-->,67.079178,17.155495,-71.105827 +0.6,0.8,0,-->,75.057686,-46.677471,74.712097 +0.6,0.8,0.2,-->,75.178947,-45.604561,63.004669 +0.6,0.8,0.4,-->,75.581429,-41.899918,35.623489 +0.6,0.8,0.6,-->,76.336861,-35.676147,5.123379 +0.6,0.8,0.8,-->,77.434418,-27.001944,-24.457684 +0.6,0.8,1,-->,78.931442,-16.509262,-52.451633 +0.6,1,0,-->,88.353043,-77.255936,84.723892 +0.6,1,0.2,-->,88.435738,-76.301453,75.524651 +0.6,1,0.4,-->,88.752129,-73.015839,51.746147 +0.6,1,0.6,-->,89.305527,-67.088249,23.186333 +0.6,1,0.8,-->,90.118309,-58.892342,-5.493654 +0.6,1,1,-->,91.234993,-48.844967,-33.364689 +0.8,0,0,-->,50.755196,74.976685,62.196682 +0.8,0,0.2,-->,50.968868,75.461952,40.017788 +0.8,0,0.4,-->,51.698483,77.102661,4.240276 +0.8,0,0.6,-->,53.061016,79.962341,-29.102859 +0.8,0,0.8,-->,54.984695,84.151474,-59.173382 +0.8,0,1,-->,57.382729,89.092613,-86.483810 +0.8,0.2,0,-->,52.803699,67.950272,63.028912 +0.8,0.2,0.2,-->,53.013535,68.458977,42.271873 +0.8,0.2,0.4,-->,53.722660,70.290504,7.067537 +0.8,0.2,0.6,-->,54.990822,73.455307,-26.136328 +0.8,0.2,0.8,-->,56.765919,77.884476,-56.241108 +0.8,0.2,1,-->,59.115398,83.281311,-83.710358 +0.8,0.4,0,-->,59.330601,46.591663,66.521126 +0.8,0.4,0.2,-->,59.482979,47.163731,49.033733 +0.8,0.4,0.4,-->,60.093224,49.312027,15.962100 +0.8,0.4,0.6,-->,61.146759,53.025249,-16.643753 +0.8,0.4,0.8,-->,62.673294,58.306725,-46.861668 +0.8,0.4,1,-->,64.681061,64.538239,-74.607613 +0.8,0.6,0,-->,69.042435,16.520502,72.543739 +0.8,0.6,0.2,-->,69.167999,17.229103,58.705261 +0.8,0.6,0.4,-->,69.631416,19.605846,28.799271 +0.8,0.6,0.6,-->,70.470749,23.848122,-2.785433 +0.8,0.6,0.8,-->,71.697578,29.780773,-32.839100 +0.8,0.6,1,-->,73.333344,37.049706,-60.893154 +0.8,0.8,0,-->,80.389526,-15.931846,80.452194 +0.8,0.8,0.2,-->,80.486015,-15.235040,69.511322 +0.8,0.8,0.4,-->,80.847481,-12.672692,43.038837 +0.8,0.8,0.6,-->,81.507607,-8.228512,13.014021 +0.8,0.8,0.8,-->,82.475571,-2.010647,-16.441641 +0.8,0.8,1,-->,83.789551,5.781823,-44.481895 +0.8,1,0,-->,92.406509,-47.520424,89.144119 +0.8,1,0.2,-->,92.490677,-46.818649,80.415840 +0.8,1,0.4,-->,92.767952,-44.329166,57.329189 +0.8,1,0.6,-->,93.305550,-39.983334,29.303062 +0.8,1,0.8,-->,94.121895,-33.769936,0.605300 +0.8,1,1,-->,95.172554,-25.905756,-27.099264 +1,0,0,-->,62.553818,88.255424,72.836563 +1,0,0.2,-->,62.699516,88.594505,55.071697 +1,0,0.4,-->,63.250793,89.873512,21.684198 +1,0,0.6,-->,64.249298,92.060646,-11.161172 +1,0,0.8,-->,65.648865,95.114029,-41.588768 +1,0,1,-->,67.596794,99.057877,-69.645813 +1,0.2,0,-->,64.051727,83.203018,73.515678 +1,0.2,0.2,-->,64.188034,83.596649,56.521488 +1,0.2,0.4,-->,64.730225,84.817581,23.698683 +1,0.2,0.6,-->,65.654991,87.068352,-9.005555 +1,0.2,0.8,-->,67.090446,90.424149,-39.447964 +1,0.2,1,-->,68.937592,94.486618,-67.539490 +1,0.4,0,-->,69.083092,66.651321,76.088524 +1,0.4,0.2,-->,69.220940,67.056557,61.164719 +1,0.4,0.4,-->,69.683495,68.477272,30.114288 +1,0.4,0.6,-->,70.509499,71.064293,-1.892268 +1,0.4,0.8,-->,71.728203,74.836395,-32.227150 +1,0.4,1,-->,73.359375,79.478439,-60.387699 +1,0.6,0,-->,76.938248,41.503555,80.703896 +1,0.6,0.2,-->,77.047546,41.998470,68.415703 +1,0.6,0.4,-->,77.440544,43.608063,40.010826 +1,0.6,0.6,-->,78.203171,46.475208,9.025769 +1,0.6,0.8,-->,79.269012,50.709000,-20.900406 +1,0.6,1,-->,80.607018,56.025387,-49.094727 +1,0.8,0,-->,86.727348,11.982436,87.215088 +1,0.8,0.2,-->,86.814644,12.438746,77.123909 +1,0.8,0.4,-->,87.140877,14.228040,51.805790 +1,0.8,0.6,-->,87.750450,17.333416,22.319798 +1,0.8,0.8,-->,88.628685,21.900330,-6.889502 +1,0.8,1,-->,89.767578,27.725994,-34.947388 +1,1,0,-->,97.548019,-18.745184,94.676338 +1,1,0.2,-->,97.639915,-18.234043,86.495010 +1,1,0.4,-->,97.912529,-16.389698,64.218582 +1,1,0.6,-->,98.414879,-13.139247,36.613705 +1,1,0.8,-->,99.108658,-8.404252,8.257664 +1,1,1,-->,100.000000,-2.359719,-19.373055 +-0.1,0.5,0.5,-->,45.677956,-50.913513,-24.578503 +1.1,0.5,0.5,-->,73.601364,57.962265,18.881802 +0.5,-0.1,0.5,-->,34.205009,59.595188,-41.754742 +0.5,1.1,0.5,-->,87.402779,-83.420631,35.334843 +0.5,0.5,-0.1,-->,52.349220,-11.236909,57.175781 +0.5,0.5,1.1,-->,58.748699,24.767580,-84.695480 diff --git a/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray.icc b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray.icc new file mode 100644 index 0000000..8e10bac Binary files /dev/null and b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray.icc differ diff --git a/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-0.csv new file mode 100644 index 0000000..50e52a5 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-0.csv @@ -0,0 +1,222 @@ +0,0,0,-->,3.137238,0.549336,-0.009522 +0,0,0.2,-->,9.087980,0.500137,0.457381 +0,0,0.4,-->,14.148653,0.464616,0.429141 +0,0,0.6,-->,19.523249,0.483798,0.458765 +0,0,0.8,-->,25.142279,0.493403,0.475149 +0,0,1,-->,30.898615,0.498434,0.484755 +0,0.2,0,-->,18.241978,0.480439,0.453384 +0,0.2,0.2,-->,22.836514,0.490242,0.469556 +0,0.2,0.4,-->,27.547562,0.495911,0.479785 +0,0.2,0.6,-->,32.332115,0.499270,0.486473 +0,0.2,0.8,-->,37.166824,0.501307,0.491048 +0,0.2,1,-->,42.035145,0.502553,0.494239 +0,0.4,0,-->,34.005745,0.500076,0.488251 +0,0.4,0.2,-->,37.833019,0.501520,0.491549 +0,0.4,0.4,-->,41.681778,0.502477,0.494042 +0,0.4,0.6,-->,45.544498,0.503146,0.495972 +0,0.4,0.8,-->,49.419411,0.503602,0.497492 +0,0.4,1,-->,53.303955,0.503891,0.498693 +0,0.6,0,-->,50.330563,0.503693,0.497811 +0,0.6,0.2,-->,53.185417,0.503921,0.498662 +0,0.6,0.4,-->,56.042881,0.504073,0.499407 +0,0.6,0.6,-->,58.904827,0.504165,0.500046 +0,0.6,0.8,-->,61.768700,0.504256,0.500593 +0,0.6,1,-->,64.635414,0.504317,0.501079 +0,0.8,0,-->,66.827812,0.504377,0.501398 +0,0.8,0.2,-->,68.660881,0.504377,0.501626 +0,0.8,0.4,-->,70.495010,0.504347,0.501869 +0,0.8,0.6,-->,72.330795,0.504347,0.502082 +0,0.8,0.8,-->,74.165909,0.504377,0.502295 +0,0.8,1,-->,76.001572,0.504347,0.502462 +0,1,0,-->,83.392036,0.504256,0.503070 +0,1,0.2,-->,84.191757,0.504225,0.503116 +0,1,0.4,-->,84.991135,0.504225,0.503177 +0,1,0.6,-->,85.790222,0.504195,0.503237 +0,1,0.8,-->,86.589401,0.504195,0.503283 +0,1,1,-->,87.388641,0.504165,0.503344 +0.2,0,0,-->,14.670033,0.467200,0.433002 +0.2,0,0.2,-->,19.155582,0.482901,0.457290 +0.2,0,0.4,-->,23.816303,0.491701,0.472094 +0.2,0,0.6,-->,28.584402,0.496793,0.481487 +0.2,0,0.8,-->,33.420605,0.499818,0.487658 +0.2,0,1,-->,38.302376,0.501641,0.491899 +0.2,0.2,0,-->,28.276951,0.496550,0.480986 +0.2,0.2,0.2,-->,32.277611,0.499240,0.486397 +0.2,0.2,0.4,-->,36.314274,0.501018,0.490348 +0.2,0.2,0.6,-->,40.375729,0.502204,0.493267 +0.2,0.2,0.8,-->,44.454182,0.503009,0.495455 +0.2,0.2,1,-->,48.548138,0.503511,0.497188 +0.2,0.4,0,-->,42.587017,0.502645,0.494543 +0.2,0.4,0.2,-->,45.828926,0.503177,0.496109 +0.2,0.4,0.4,-->,49.079075,0.503572,0.497370 +0.2,0.4,0.6,-->,52.335907,0.503861,0.498434 +0.2,0.4,0.8,-->,55.597664,0.504104,0.499301 +0.2,0.4,1,-->,58.864574,0.504195,0.500030 +0.2,0.6,0,-->,57.115341,0.504104,0.499666 +0.2,0.6,0.2,-->,59.533279,0.504195,0.500182 +0.2,0.6,0.4,-->,61.951820,0.504286,0.500638 +0.2,0.6,0.6,-->,64.372452,0.504286,0.501033 +0.2,0.6,0.8,-->,66.795288,0.504347,0.501383 +0.2,0.6,1,-->,69.218407,0.504377,0.501717 +0.2,0.8,0,-->,71.732536,0.504377,0.502021 +0.2,0.8,0.2,-->,73.304230,0.504347,0.502189 +0.2,0.8,0.4,-->,74.876335,0.504347,0.502341 +0.2,0.8,0.6,-->,76.448784,0.504347,0.502493 +0.2,0.8,0.8,-->,78.022972,0.504317,0.502645 +0.2,0.8,1,-->,79.596283,0.504286,0.502781 +0.2,1,0,-->,86.389885,0.504195,0.503268 +0.2,1,0.2,-->,87.109207,0.504195,0.503329 +0.2,1,0.4,-->,87.828575,0.504195,0.503344 +0.2,1,0.6,-->,88.548019,0.504165,0.503405 +0.2,1,0.8,-->,89.267494,0.504165,0.503450 +0.2,1,1,-->,89.987694,0.504165,0.503465 +0.4,0,0,-->,26.285154,0.494680,0.477490 +0.4,0,0.2,-->,30.126085,0.497918,0.483722 +0.4,0,0.4,-->,34.005386,0.500076,0.488251 +0.4,0,0.6,-->,37.911076,0.501535,0.491595 +0.4,0,0.8,-->,41.838707,0.502523,0.494133 +0.4,0,1,-->,45.781120,0.503177,0.496079 +0.4,0.2,0,-->,38.655788,0.501763,0.492127 +0.4,0.2,0.2,-->,41.925346,0.502523,0.494179 +0.4,0.2,0.4,-->,45.204453,0.503101,0.495835 +0.4,0.2,0.6,-->,48.493206,0.503541,0.497173 +0.4,0.2,0.8,-->,51.788036,0.503845,0.498282 +0.4,0.2,1,-->,55.089165,0.504013,0.499179 +0.4,0.4,0,-->,51.241581,0.503785,0.498085 +0.4,0.4,0.2,-->,53.875603,0.503952,0.498860 +0.4,0.4,0.4,-->,56.511478,0.504104,0.499514 +0.4,0.4,0.6,-->,59.151524,0.504225,0.500106 +0.4,0.4,0.8,-->,61.792545,0.504286,0.500623 +0.4,0.4,1,-->,64.436104,0.504317,0.501033 +0.4,0.6,0,-->,63.918541,0.504317,0.500973 +0.4,0.6,0.2,-->,65.895287,0.504377,0.501261 +0.4,0.6,0.4,-->,67.871597,0.504347,0.501550 +0.4,0.6,0.6,-->,69.848709,0.504377,0.501778 +0.4,0.6,0.8,-->,71.828117,0.504347,0.502021 +0.4,0.6,1,-->,73.806747,0.504347,0.502234 +0.4,0.8,0,-->,76.640793,0.504317,0.502523 +0.4,0.8,0.2,-->,77.951370,0.504286,0.502629 +0.4,0.8,0.4,-->,79.261253,0.504347,0.502751 +0.4,0.8,0.6,-->,80.571083,0.504317,0.502842 +0.4,0.8,0.8,-->,81.881126,0.504286,0.502949 +0.4,0.8,1,-->,83.191635,0.504256,0.503055 +0.4,1,0,-->,89.387840,0.504165,0.503450 +0.4,1,0.2,-->,90.028053,0.504165,0.503496 +0.4,1,0.4,-->,90.668327,0.504134,0.503511 +0.4,1,0.6,-->,91.308189,0.504134,0.503557 +0.4,1,0.8,-->,91.947914,0.504104,0.503602 +0.4,1,1,-->,92.587646,0.504104,0.503617 +0.6,0,0,-->,38.499374,0.501702,0.492020 +0.6,0,0.2,-->,41.445728,0.502447,0.493905 +0.6,0,0.4,-->,44.399719,0.503009,0.495440 +0.6,0,0.6,-->,47.362476,0.503389,0.496732 +0.6,0,0.8,-->,50.329773,0.503693,0.497811 +0.6,0,1,-->,53.303658,0.503891,0.498693 +0.6,0.2,0,-->,49.182095,0.503602,0.497401 +0.6,0.2,0.2,-->,51.669373,0.503815,0.498206 +0.6,0.2,0.4,-->,54.160889,0.503952,0.498936 +0.6,0.2,0.6,-->,56.653969,0.504104,0.499559 +0.6,0.2,0.8,-->,59.151016,0.504195,0.500091 +0.6,0.2,1,-->,61.648758,0.504286,0.500562 +0.6,0.4,0,-->,59.939213,0.504225,0.500243 +0.6,0.4,0.2,-->,61.951996,0.504286,0.500623 +0.6,0.4,0.4,-->,63.966137,0.504286,0.500973 +0.6,0.4,0.6,-->,65.982750,0.504347,0.501277 +0.6,0.4,0.8,-->,67.998863,0.504347,0.501565 +0.6,0.4,1,-->,70.015877,0.504347,0.501809 +0.6,0.6,0,-->,70.734612,0.504377,0.501900 +0.6,0.6,0.2,-->,72.267105,0.504377,0.502067 +0.6,0.6,0.4,-->,73.799034,0.504347,0.502234 +0.6,0.6,0.6,-->,75.331322,0.504347,0.502401 +0.6,0.6,0.8,-->,76.864227,0.504347,0.502523 +0.6,0.6,1,-->,78.398483,0.504286,0.502675 +0.6,0.8,0,-->,81.553780,0.504286,0.502918 +0.6,0.8,0.2,-->,82.600319,0.504256,0.503009 +0.6,0.8,0.4,-->,83.647743,0.504256,0.503085 +0.6,0.8,0.6,-->,84.695381,0.504225,0.503146 +0.6,0.8,0.8,-->,85.742317,0.504225,0.503222 +0.6,0.8,1,-->,86.789360,0.504195,0.503298 +0.6,1,0,-->,92.387817,0.504073,0.503617 +0.6,1,0.2,-->,92.947632,0.504073,0.503663 +0.6,1,0.4,-->,93.507507,0.504073,0.503678 +0.6,1,0.6,-->,94.067383,0.504073,0.503693 +0.6,1,0.8,-->,94.627289,0.504043,0.503739 +0.6,1,1,-->,95.187210,0.504043,0.503769 +0.8,0,0,-->,50.924690,0.503754,0.497994 +0.8,0,0.2,-->,52.907734,0.503891,0.498586 +0.8,0,0.4,-->,54.891335,0.504013,0.499118 +0.8,0,0.6,-->,56.876583,0.504104,0.499590 +0.8,0,0.8,-->,58.864571,0.504225,0.500046 +0.8,0,1,-->,60.853065,0.504225,0.500426 +0.8,0.2,0,-->,59.779896,0.504225,0.500213 +0.8,0.2,0.2,-->,61.466263,0.504256,0.500532 +0.8,0.2,0.4,-->,63.153614,0.504286,0.500821 +0.8,0.2,0.6,-->,64.842583,0.504317,0.501109 +0.8,0.2,0.8,-->,66.532036,0.504347,0.501353 +0.8,0.2,1,-->,68.221519,0.504347,0.501581 +0.8,0.4,0,-->,68.660942,0.504347,0.501626 +0.8,0.4,0.2,-->,70.048164,0.504377,0.501809 +0.8,0.4,0.4,-->,71.436996,0.504408,0.501976 +0.8,0.4,0.6,-->,72.825401,0.504317,0.502128 +0.8,0.4,0.8,-->,74.213730,0.504377,0.502295 +0.8,0.4,1,-->,75.602417,0.504317,0.502417 +0.8,0.6,0,-->,77.559784,0.504317,0.502614 +0.8,0.6,0.2,-->,78.646286,0.504286,0.502675 +0.8,0.6,0.4,-->,79.732414,0.504317,0.502781 +0.8,0.6,0.6,-->,80.818672,0.504286,0.502842 +0.8,0.6,0.8,-->,81.905067,0.504286,0.502949 +0.8,0.6,1,-->,82.991676,0.504256,0.503040 +0.8,0.8,0,-->,86.469749,0.504225,0.503283 +0.8,0.8,0.2,-->,87.253075,0.504165,0.503329 +0.8,0.8,0.4,-->,88.036514,0.504225,0.503374 +0.8,0.8,0.6,-->,88.820007,0.504165,0.503420 +0.8,0.8,0.8,-->,89.603836,0.504165,0.503481 +0.8,0.8,1,-->,90.388168,0.504165,0.503526 +0.8,1,0,-->,95.387085,0.504043,0.503769 +0.8,1,0.2,-->,95.867325,0.504013,0.503800 +0.8,1,0.4,-->,96.347801,0.504043,0.503800 +0.8,1,0.6,-->,96.828308,0.504013,0.503845 +0.8,1,0.8,-->,97.308723,0.504043,0.503861 +0.8,1,1,-->,97.788795,0.503982,0.503891 +1,0,0,-->,63.440849,0.504286,0.500881 +1,0,0.2,-->,64.436493,0.504317,0.501018 +1,0,0.4,-->,65.432930,0.504317,0.501185 +1,0,0.6,-->,66.428665,0.504377,0.501337 +1,0,0.8,-->,67.424599,0.504347,0.501474 +1,0,1,-->,68.420746,0.504347,0.501611 +1,0.2,0,-->,70.415131,0.504347,0.501854 +1,0.2,0.2,-->,71.293121,0.504377,0.501961 +1,0.2,0.4,-->,72.170982,0.504347,0.502067 +1,0.2,0.6,-->,73.048454,0.504377,0.502158 +1,0.2,0.8,-->,73.926064,0.504347,0.502249 +1,0.2,1,-->,74.803787,0.504347,0.502341 +1,0.4,0,-->,77.399956,0.504317,0.502584 +1,0.4,0.2,-->,78.159142,0.504317,0.502660 +1,0.4,0.4,-->,78.917732,0.504286,0.502721 +1,0.4,0.6,-->,79.676346,0.504317,0.502781 +1,0.4,0.8,-->,80.435051,0.504286,0.502842 +1,0.4,1,-->,81.193810,0.504286,0.502903 +1,0.6,0,-->,84.391640,0.504225,0.503146 +1,0.6,0.2,-->,85.031029,0.504195,0.503177 +1,0.6,0.4,-->,85.670403,0.504195,0.503237 +1,0.6,0.6,-->,86.309784,0.504195,0.503283 +1,0.6,0.8,-->,86.949203,0.504165,0.503298 +1,0.6,1,-->,87.588676,0.504195,0.503344 +1,0.8,0,-->,91.388115,0.504104,0.503557 +1,0.8,0.2,-->,91.907921,0.504134,0.503602 +1,0.8,0.4,-->,92.427795,0.504073,0.503617 +1,0.8,0.6,-->,92.947655,0.504073,0.503648 +1,0.8,0.8,-->,93.467552,0.504104,0.503678 +1,0.8,1,-->,93.987442,0.504073,0.503709 +1,1,0,-->,98.388504,0.503982,0.503906 +1,1,0.2,-->,98.788628,0.503952,0.503937 +1,1,0.4,-->,99.188782,0.503952,0.503937 +1,1,0.6,-->,99.588951,0.503952,0.503952 +1,1,0.8,-->,99.989113,0.503921,0.503982 +1,1,1,-->,100.389267,0.503952,0.503967 +-0.1,0.5,0.5,-->,50.527592,0.503724,0.497872 +1.1,0.5,0.5,-->,82.641861,0.504256,0.503009 +0.5,-0.1,0.5,-->,40.904377,0.502325,0.493586 +0.5,1.1,0.5,-->,92.387703,0.504073,0.503617 +0.5,0.5,-0.1,-->,61.450050,0.504256,0.500532 +0.5,0.5,1.1,-->,71.661766,0.504347,0.502006 diff --git a/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-1.csv new file mode 100644 index 0000000..e09a118 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-1.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.505730,0.505730 +0,0,0.2,-->,6.021722,0.505730,0.505730 +0,0,0.4,-->,12.045344,0.505730,0.505730 +0,0,0.6,-->,18.068781,0.505730,0.505730 +0,0,0.8,-->,24.092220,0.505730,0.505730 +0,0,1,-->,30.115656,0.505730,0.505730 +0,0.2,0,-->,16.663570,0.505730,0.505730 +0,0.2,0.2,-->,21.643068,0.505730,0.505730 +0,0.2,0.4,-->,26.622429,0.505730,0.505730 +0,0.2,0.6,-->,31.600996,0.505730,0.505730 +0,0.2,0.8,-->,36.580647,0.505730,0.505730 +0,0.2,1,-->,41.560299,0.505730,0.505730 +0,0.4,0,-->,33.329563,0.505730,0.505730 +0,0.4,0.2,-->,37.263836,0.505730,0.505730 +0,0.4,0.4,-->,41.199760,0.505730,0.505730 +0,0.4,0.6,-->,45.134533,0.505730,0.505730 +0,0.4,0.8,-->,49.069836,0.505730,0.505730 +0,0.4,1,-->,53.005646,0.505730,0.505730 +0,0.6,0,-->,49.993767,0.505730,0.505730 +0,0.6,0.2,-->,52.885662,0.505730,0.505730 +0,0.6,0.4,-->,55.776207,0.505730,0.505730 +0,0.6,0.6,-->,58.667904,0.505730,0.505730 +0,0.6,0.8,-->,61.558647,0.505730,0.505730 +0,0.6,1,-->,64.449783,0.505730,0.505730 +0,0.8,0,-->,66.659378,0.505730,0.505730 +0,0.8,0.2,-->,68.505951,0.505730,0.505730 +0,0.8,0.4,-->,70.352875,0.505730,0.505730 +0,0.8,0.6,-->,72.200813,0.505730,0.505730 +0,0.8,0.8,-->,74.047455,0.505745,0.505745 +0,0.8,1,-->,75.894089,0.505730,0.505730 +0,1,0,-->,83.323898,0.505730,0.505730 +0,1,0.2,-->,84.127464,0.505730,0.505730 +0,1,0.4,-->,84.930626,0.505730,0.505730 +0,1,0.6,-->,85.733429,0.505730,0.505730 +0,1,0.8,-->,86.536255,0.505730,0.505730 +0,1,1,-->,87.339081,0.505730,0.505730 +0.2,0,0,-->,12.647454,0.505730,0.505730 +0.2,0,0.2,-->,17.667078,0.505730,0.505730 +0.2,0,0.4,-->,22.687010,0.505730,0.505730 +0.2,0,0.6,-->,27.706783,0.505730,0.505730 +0.2,0,0.8,-->,32.725853,0.505730,0.505730 +0.2,0,1,-->,37.744801,0.505730,0.505730 +0.2,0.2,0,-->,27.385599,0.505730,0.505730 +0.2,0.2,0.2,-->,31.544607,0.505715,0.505715 +0.2,0.2,0.4,-->,35.705406,0.505730,0.505730 +0.2,0.2,0.6,-->,39.866074,0.505730,0.505730 +0.2,0.2,0.8,-->,44.025208,0.505715,0.505715 +0.2,0.2,1,-->,48.185875,0.505730,0.505730 +0.2,0.4,0,-->,42.123119,0.505730,0.505730 +0.2,0.4,0.2,-->,45.423759,0.505730,0.505730 +0.2,0.4,0.4,-->,48.724602,0.505730,0.505730 +0.2,0.4,0.6,-->,52.025570,0.505745,0.505745 +0.2,0.4,0.8,-->,55.326073,0.505745,0.505745 +0.2,0.4,1,-->,58.627254,0.505730,0.505730 +0.2,0.6,0,-->,56.860180,0.505730,0.505730 +0.2,0.6,0.2,-->,59.302486,0.505730,0.505730 +0.2,0.6,0.4,-->,61.743397,0.505745,0.505745 +0.2,0.6,0.6,-->,64.184662,0.505730,0.505730 +0.2,0.6,0.8,-->,66.626610,0.505730,0.505730 +0.2,0.6,1,-->,69.067444,0.505730,0.505730 +0.2,0.8,0,-->,71.598671,0.505730,0.505730 +0.2,0.8,0.2,-->,73.180428,0.505730,0.505730 +0.2,0.8,0.4,-->,74.762192,0.505730,0.505730 +0.2,0.8,0.6,-->,76.343903,0.505730,0.505730 +0.2,0.8,0.8,-->,77.926979,0.505730,0.505730 +0.2,0.8,1,-->,79.508835,0.505730,0.505730 +0.2,1,0,-->,86.335838,0.505730,0.505730 +0.2,1,0.2,-->,87.058395,0.505730,0.505730 +0.2,1,0.4,-->,87.780975,0.505730,0.505730 +0.2,1,0.6,-->,88.503555,0.505730,0.505730 +0.2,1,0.8,-->,89.226128,0.505730,0.505730 +0.2,1,1,-->,89.949387,0.505730,0.505730 +0.4,0,0,-->,25.297216,0.505730,0.505730 +0.4,0,0.2,-->,29.313141,0.505730,0.505730 +0.4,0,0.4,-->,33.329193,0.505730,0.505730 +0.4,0,0.6,-->,37.343842,0.505730,0.505730 +0.4,0,0.8,-->,41.359894,0.505730,0.505730 +0.4,0,1,-->,45.375149,0.505730,0.505730 +0.4,0.2,0,-->,38.106758,0.505730,0.505730 +0.4,0.2,0.2,-->,41.448288,0.505730,0.505730 +0.4,0.2,0.4,-->,44.788658,0.505730,0.505730 +0.4,0.2,0.6,-->,48.130127,0.505745,0.505745 +0.4,0.2,0.8,-->,51.470692,0.505745,0.505745 +0.4,0.2,1,-->,54.811852,0.505730,0.505730 +0.4,0.4,0,-->,50.917084,0.505730,0.505730 +0.4,0.4,0.2,-->,53.584175,0.505730,0.505730 +0.4,0.4,0.4,-->,56.249897,0.505730,0.505730 +0.4,0.4,0.6,-->,58.917027,0.505745,0.505745 +0.4,0.4,0.8,-->,61.582710,0.505745,0.505745 +0.4,0.4,1,-->,64.248840,0.505730,0.505730 +0.4,0.6,0,-->,63.727016,0.505730,0.505730 +0.4,0.6,0.2,-->,65.719681,0.505745,0.505745 +0.4,0.6,0.4,-->,67.710945,0.505730,0.505730 +0.4,0.6,0.6,-->,69.702148,0.505730,0.505730 +0.4,0.6,0.8,-->,71.694870,0.505730,0.505730 +0.4,0.6,1,-->,73.686081,0.505730,0.505730 +0.4,0.8,0,-->,76.537003,0.505730,0.505730 +0.4,0.8,0.2,-->,77.854980,0.505730,0.505730 +0.4,0.8,0.4,-->,79.172012,0.505745,0.505745 +0.4,0.8,0.6,-->,80.488762,0.505730,0.505730 +0.4,0.8,0.8,-->,81.805511,0.505745,0.505745 +0.4,0.8,1,-->,83.122520,0.505730,0.505730 +0.4,1,0,-->,89.346992,0.505730,0.505730 +0.4,1,0.2,-->,89.989914,0.505730,0.505730 +0.4,1,0.4,-->,90.632866,0.505730,0.505730 +0.4,1,0.6,-->,91.275368,0.505730,0.505730 +0.4,1,0.8,-->,91.917694,0.505730,0.505730 +0.4,1,1,-->,92.560005,0.505730,0.505730 +0.6,0,0,-->,37.946583,0.505730,0.505730 +0.6,0,0.2,-->,40.958855,0.505730,0.505730 +0.6,0,0.4,-->,43.969776,0.505730,0.505730 +0.6,0,0.6,-->,46.982140,0.505730,0.505730 +0.6,0,0.8,-->,49.992966,0.505730,0.505730 +0.6,0,1,-->,53.005337,0.505730,0.505730 +0.6,0.2,0,-->,48.829117,0.505730,0.505730 +0.6,0.2,0.2,-->,51.350479,0.505715,0.505715 +0.6,0.2,0.4,-->,53.872837,0.505730,0.505730 +0.6,0.2,0.6,-->,56.393917,0.505730,0.505730 +0.6,0.2,0.8,-->,58.916515,0.505730,0.505730 +0.6,0.2,1,-->,61.437641,0.505730,0.505730 +0.6,0.4,0,-->,59.712307,0.505730,0.505730 +0.6,0.4,0.2,-->,61.743580,0.505730,0.505730 +0.6,0.4,0.4,-->,63.775002,0.505730,0.505730 +0.6,0.4,0.6,-->,65.807823,0.505730,0.505730 +0.6,0.4,0.8,-->,67.839142,0.505730,0.505730 +0.6,0.4,1,-->,69.870468,0.505730,0.505730 +0.6,0.6,0,-->,70.594109,0.505730,0.505730 +0.6,0.6,0.2,-->,72.136711,0.505730,0.505730 +0.6,0.6,0.4,-->,73.678322,0.505730,0.505730 +0.6,0.6,0.6,-->,75.219894,0.505730,0.505730 +0.6,0.6,0.8,-->,76.761726,0.505730,0.505730 +0.6,0.6,1,-->,78.304558,0.505730,0.505730 +0.6,0.8,0,-->,81.476509,0.505730,0.505730 +0.6,0.8,0.2,-->,82.528297,0.505730,0.505730 +0.6,0.8,0.4,-->,83.580841,0.505730,0.505730 +0.6,0.8,0.6,-->,84.633484,0.505730,0.505730 +0.6,0.8,0.8,-->,85.685310,0.505730,0.505730 +0.6,0.8,1,-->,86.737129,0.505730,0.505730 +0.6,1,0,-->,92.359367,0.505730,0.505730 +0.6,1,0.2,-->,92.921425,0.505730,0.505730 +0.6,1,0.4,-->,93.483505,0.505730,0.505730 +0.6,1,0.6,-->,94.045570,0.505730,0.505730 +0.6,1,0.8,-->,94.607635,0.505730,0.505730 +0.6,1,1,-->,95.169701,0.505730,0.505730 +0.8,0,0,-->,50.595963,0.505730,0.505730 +0.8,0,0.2,-->,52.604561,0.505730,0.505730 +0.8,0,0.4,-->,54.611767,0.505730,0.505730 +0.8,0,0.6,-->,56.618904,0.505730,0.505730 +0.8,0,0.8,-->,58.627247,0.505745,0.505745 +0.8,0,1,-->,60.634708,0.505730,0.505730 +0.8,0.2,0,-->,59.551476,0.505730,0.505730 +0.8,0.2,0.2,-->,61.253506,0.505730,0.505730 +0.8,0.2,0.4,-->,62.955647,0.505730,0.505730 +0.8,0.2,0.6,-->,64.658615,0.505730,0.505730 +0.8,0.2,0.8,-->,66.361343,0.505730,0.505730 +0.8,0.2,1,-->,68.063423,0.505730,0.505730 +0.8,0.4,0,-->,68.506012,0.505730,0.505730 +0.8,0.4,0.2,-->,69.902985,0.505730,0.505730 +0.8,0.4,0.4,-->,71.301178,0.505745,0.505745 +0.8,0.4,0.6,-->,72.698578,0.505730,0.505730 +0.8,0.4,0.8,-->,74.095573,0.505745,0.505745 +0.8,0.4,1,-->,75.492592,0.505730,0.505730 +0.8,0.6,0,-->,77.461205,0.505730,0.505730 +0.8,0.6,0.2,-->,78.553719,0.505715,0.505715 +0.8,0.6,0.4,-->,79.645691,0.505730,0.505730 +0.8,0.6,0.6,-->,80.737633,0.505715,0.505715 +0.8,0.6,0.8,-->,81.829575,0.505730,0.505730 +0.8,0.6,1,-->,82.921577,0.505730,0.505730 +0.8,0.8,0,-->,86.416069,0.505745,0.505745 +0.8,0.8,0.2,-->,87.202911,0.505730,0.505730 +0.8,0.8,0.4,-->,87.989822,0.505745,0.505745 +0.8,0.8,0.6,-->,88.776718,0.505730,0.505730 +0.8,0.8,0.8,-->,89.563904,0.505745,0.505745 +0.8,0.8,1,-->,90.351540,0.505745,0.505745 +0.8,1,0,-->,95.370331,0.505730,0.505730 +0.8,1,0.2,-->,95.852371,0.505730,0.505730 +0.8,1,0.4,-->,96.334656,0.505730,0.505730 +0.8,1,0.6,-->,96.816933,0.505730,0.505730 +0.8,1,0.8,-->,97.299126,0.505745,0.505745 +0.8,1,1,-->,97.780937,0.505730,0.505730 +1,0,0,-->,63.245319,0.505730,0.505730 +1,0,0.2,-->,64.249237,0.505730,0.505730 +1,0,0.4,-->,65.253685,0.505730,0.505730 +1,0,0.6,-->,66.257195,0.505730,0.505730 +1,0,0.8,-->,67.260643,0.505730,0.505730 +1,0,1,-->,68.264099,0.505730,0.505730 +1,0.2,0,-->,70.272461,0.505730,0.505730 +1,0.2,0.2,-->,71.156357,0.505730,0.505730 +1,0.2,0.4,-->,72.039970,0.505730,0.505730 +1,0.2,0.6,-->,72.923050,0.505730,0.505730 +1,0.2,0.8,-->,73.806137,0.505730,0.505730 +1,0.2,1,-->,74.689201,0.505730,0.505730 +1,0.4,0,-->,77.300491,0.505730,0.505730 +1,0.4,0.2,-->,78.063896,0.505730,0.505730 +1,0.4,0.4,-->,78.826637,0.505730,0.505730 +1,0.4,0.6,-->,79.589325,0.505730,0.505730 +1,0.4,0.8,-->,80.352013,0.505730,0.505730 +1,0.4,1,-->,81.114708,0.505730,0.505730 +1,0.6,0,-->,84.328308,0.505730,0.505730 +1,0.6,0.2,-->,84.970711,0.505730,0.505730 +1,0.6,0.4,-->,85.613060,0.505730,0.505730 +1,0.6,0.6,-->,86.255371,0.505730,0.505730 +1,0.6,0.8,-->,86.897682,0.505730,0.505730 +1,0.6,1,-->,87.540009,0.505730,0.505730 +1,0.8,0,-->,91.355621,0.505730,0.505730 +1,0.8,0.2,-->,91.877548,0.505730,0.505730 +1,0.8,0.4,-->,92.399506,0.505730,0.505730 +1,0.8,0.6,-->,92.921440,0.505730,0.505730 +1,0.8,0.8,-->,93.443390,0.505745,0.505745 +1,0.8,1,-->,93.965317,0.505730,0.505730 +1,1,0,-->,98.382812,0.505730,0.505730 +1,1,0.2,-->,98.784355,0.505730,0.505730 +1,1,0.4,-->,99.185936,0.505730,0.505730 +1,1,0.6,-->,99.587509,0.505730,0.505730 +1,1,0.8,-->,99.989067,0.505730,0.505730 +1,1,1,-->,100.390625,0.505730,0.505730 +-0.1,0.5,0.5,-->,50.193493,0.505730,0.505730 +1.1,0.5,0.5,-->,82.570045,0.505730,0.505730 +0.5,-0.1,0.5,-->,40.406132,0.505730,0.505730 +0.5,1.1,0.5,-->,92.359253,0.505730,0.505730 +0.5,0.5,-0.1,-->,61.237144,0.505730,0.505730 +0.5,0.5,1.1,-->,71.527428,0.505730,0.505730 diff --git a/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-2.csv new file mode 100644 index 0000000..e09a118 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-2.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.505730,0.505730 +0,0,0.2,-->,6.021722,0.505730,0.505730 +0,0,0.4,-->,12.045344,0.505730,0.505730 +0,0,0.6,-->,18.068781,0.505730,0.505730 +0,0,0.8,-->,24.092220,0.505730,0.505730 +0,0,1,-->,30.115656,0.505730,0.505730 +0,0.2,0,-->,16.663570,0.505730,0.505730 +0,0.2,0.2,-->,21.643068,0.505730,0.505730 +0,0.2,0.4,-->,26.622429,0.505730,0.505730 +0,0.2,0.6,-->,31.600996,0.505730,0.505730 +0,0.2,0.8,-->,36.580647,0.505730,0.505730 +0,0.2,1,-->,41.560299,0.505730,0.505730 +0,0.4,0,-->,33.329563,0.505730,0.505730 +0,0.4,0.2,-->,37.263836,0.505730,0.505730 +0,0.4,0.4,-->,41.199760,0.505730,0.505730 +0,0.4,0.6,-->,45.134533,0.505730,0.505730 +0,0.4,0.8,-->,49.069836,0.505730,0.505730 +0,0.4,1,-->,53.005646,0.505730,0.505730 +0,0.6,0,-->,49.993767,0.505730,0.505730 +0,0.6,0.2,-->,52.885662,0.505730,0.505730 +0,0.6,0.4,-->,55.776207,0.505730,0.505730 +0,0.6,0.6,-->,58.667904,0.505730,0.505730 +0,0.6,0.8,-->,61.558647,0.505730,0.505730 +0,0.6,1,-->,64.449783,0.505730,0.505730 +0,0.8,0,-->,66.659378,0.505730,0.505730 +0,0.8,0.2,-->,68.505951,0.505730,0.505730 +0,0.8,0.4,-->,70.352875,0.505730,0.505730 +0,0.8,0.6,-->,72.200813,0.505730,0.505730 +0,0.8,0.8,-->,74.047455,0.505745,0.505745 +0,0.8,1,-->,75.894089,0.505730,0.505730 +0,1,0,-->,83.323898,0.505730,0.505730 +0,1,0.2,-->,84.127464,0.505730,0.505730 +0,1,0.4,-->,84.930626,0.505730,0.505730 +0,1,0.6,-->,85.733429,0.505730,0.505730 +0,1,0.8,-->,86.536255,0.505730,0.505730 +0,1,1,-->,87.339081,0.505730,0.505730 +0.2,0,0,-->,12.647454,0.505730,0.505730 +0.2,0,0.2,-->,17.667078,0.505730,0.505730 +0.2,0,0.4,-->,22.687010,0.505730,0.505730 +0.2,0,0.6,-->,27.706783,0.505730,0.505730 +0.2,0,0.8,-->,32.725853,0.505730,0.505730 +0.2,0,1,-->,37.744801,0.505730,0.505730 +0.2,0.2,0,-->,27.385599,0.505730,0.505730 +0.2,0.2,0.2,-->,31.544607,0.505715,0.505715 +0.2,0.2,0.4,-->,35.705406,0.505730,0.505730 +0.2,0.2,0.6,-->,39.866074,0.505730,0.505730 +0.2,0.2,0.8,-->,44.025208,0.505715,0.505715 +0.2,0.2,1,-->,48.185875,0.505730,0.505730 +0.2,0.4,0,-->,42.123119,0.505730,0.505730 +0.2,0.4,0.2,-->,45.423759,0.505730,0.505730 +0.2,0.4,0.4,-->,48.724602,0.505730,0.505730 +0.2,0.4,0.6,-->,52.025570,0.505745,0.505745 +0.2,0.4,0.8,-->,55.326073,0.505745,0.505745 +0.2,0.4,1,-->,58.627254,0.505730,0.505730 +0.2,0.6,0,-->,56.860180,0.505730,0.505730 +0.2,0.6,0.2,-->,59.302486,0.505730,0.505730 +0.2,0.6,0.4,-->,61.743397,0.505745,0.505745 +0.2,0.6,0.6,-->,64.184662,0.505730,0.505730 +0.2,0.6,0.8,-->,66.626610,0.505730,0.505730 +0.2,0.6,1,-->,69.067444,0.505730,0.505730 +0.2,0.8,0,-->,71.598671,0.505730,0.505730 +0.2,0.8,0.2,-->,73.180428,0.505730,0.505730 +0.2,0.8,0.4,-->,74.762192,0.505730,0.505730 +0.2,0.8,0.6,-->,76.343903,0.505730,0.505730 +0.2,0.8,0.8,-->,77.926979,0.505730,0.505730 +0.2,0.8,1,-->,79.508835,0.505730,0.505730 +0.2,1,0,-->,86.335838,0.505730,0.505730 +0.2,1,0.2,-->,87.058395,0.505730,0.505730 +0.2,1,0.4,-->,87.780975,0.505730,0.505730 +0.2,1,0.6,-->,88.503555,0.505730,0.505730 +0.2,1,0.8,-->,89.226128,0.505730,0.505730 +0.2,1,1,-->,89.949387,0.505730,0.505730 +0.4,0,0,-->,25.297216,0.505730,0.505730 +0.4,0,0.2,-->,29.313141,0.505730,0.505730 +0.4,0,0.4,-->,33.329193,0.505730,0.505730 +0.4,0,0.6,-->,37.343842,0.505730,0.505730 +0.4,0,0.8,-->,41.359894,0.505730,0.505730 +0.4,0,1,-->,45.375149,0.505730,0.505730 +0.4,0.2,0,-->,38.106758,0.505730,0.505730 +0.4,0.2,0.2,-->,41.448288,0.505730,0.505730 +0.4,0.2,0.4,-->,44.788658,0.505730,0.505730 +0.4,0.2,0.6,-->,48.130127,0.505745,0.505745 +0.4,0.2,0.8,-->,51.470692,0.505745,0.505745 +0.4,0.2,1,-->,54.811852,0.505730,0.505730 +0.4,0.4,0,-->,50.917084,0.505730,0.505730 +0.4,0.4,0.2,-->,53.584175,0.505730,0.505730 +0.4,0.4,0.4,-->,56.249897,0.505730,0.505730 +0.4,0.4,0.6,-->,58.917027,0.505745,0.505745 +0.4,0.4,0.8,-->,61.582710,0.505745,0.505745 +0.4,0.4,1,-->,64.248840,0.505730,0.505730 +0.4,0.6,0,-->,63.727016,0.505730,0.505730 +0.4,0.6,0.2,-->,65.719681,0.505745,0.505745 +0.4,0.6,0.4,-->,67.710945,0.505730,0.505730 +0.4,0.6,0.6,-->,69.702148,0.505730,0.505730 +0.4,0.6,0.8,-->,71.694870,0.505730,0.505730 +0.4,0.6,1,-->,73.686081,0.505730,0.505730 +0.4,0.8,0,-->,76.537003,0.505730,0.505730 +0.4,0.8,0.2,-->,77.854980,0.505730,0.505730 +0.4,0.8,0.4,-->,79.172012,0.505745,0.505745 +0.4,0.8,0.6,-->,80.488762,0.505730,0.505730 +0.4,0.8,0.8,-->,81.805511,0.505745,0.505745 +0.4,0.8,1,-->,83.122520,0.505730,0.505730 +0.4,1,0,-->,89.346992,0.505730,0.505730 +0.4,1,0.2,-->,89.989914,0.505730,0.505730 +0.4,1,0.4,-->,90.632866,0.505730,0.505730 +0.4,1,0.6,-->,91.275368,0.505730,0.505730 +0.4,1,0.8,-->,91.917694,0.505730,0.505730 +0.4,1,1,-->,92.560005,0.505730,0.505730 +0.6,0,0,-->,37.946583,0.505730,0.505730 +0.6,0,0.2,-->,40.958855,0.505730,0.505730 +0.6,0,0.4,-->,43.969776,0.505730,0.505730 +0.6,0,0.6,-->,46.982140,0.505730,0.505730 +0.6,0,0.8,-->,49.992966,0.505730,0.505730 +0.6,0,1,-->,53.005337,0.505730,0.505730 +0.6,0.2,0,-->,48.829117,0.505730,0.505730 +0.6,0.2,0.2,-->,51.350479,0.505715,0.505715 +0.6,0.2,0.4,-->,53.872837,0.505730,0.505730 +0.6,0.2,0.6,-->,56.393917,0.505730,0.505730 +0.6,0.2,0.8,-->,58.916515,0.505730,0.505730 +0.6,0.2,1,-->,61.437641,0.505730,0.505730 +0.6,0.4,0,-->,59.712307,0.505730,0.505730 +0.6,0.4,0.2,-->,61.743580,0.505730,0.505730 +0.6,0.4,0.4,-->,63.775002,0.505730,0.505730 +0.6,0.4,0.6,-->,65.807823,0.505730,0.505730 +0.6,0.4,0.8,-->,67.839142,0.505730,0.505730 +0.6,0.4,1,-->,69.870468,0.505730,0.505730 +0.6,0.6,0,-->,70.594109,0.505730,0.505730 +0.6,0.6,0.2,-->,72.136711,0.505730,0.505730 +0.6,0.6,0.4,-->,73.678322,0.505730,0.505730 +0.6,0.6,0.6,-->,75.219894,0.505730,0.505730 +0.6,0.6,0.8,-->,76.761726,0.505730,0.505730 +0.6,0.6,1,-->,78.304558,0.505730,0.505730 +0.6,0.8,0,-->,81.476509,0.505730,0.505730 +0.6,0.8,0.2,-->,82.528297,0.505730,0.505730 +0.6,0.8,0.4,-->,83.580841,0.505730,0.505730 +0.6,0.8,0.6,-->,84.633484,0.505730,0.505730 +0.6,0.8,0.8,-->,85.685310,0.505730,0.505730 +0.6,0.8,1,-->,86.737129,0.505730,0.505730 +0.6,1,0,-->,92.359367,0.505730,0.505730 +0.6,1,0.2,-->,92.921425,0.505730,0.505730 +0.6,1,0.4,-->,93.483505,0.505730,0.505730 +0.6,1,0.6,-->,94.045570,0.505730,0.505730 +0.6,1,0.8,-->,94.607635,0.505730,0.505730 +0.6,1,1,-->,95.169701,0.505730,0.505730 +0.8,0,0,-->,50.595963,0.505730,0.505730 +0.8,0,0.2,-->,52.604561,0.505730,0.505730 +0.8,0,0.4,-->,54.611767,0.505730,0.505730 +0.8,0,0.6,-->,56.618904,0.505730,0.505730 +0.8,0,0.8,-->,58.627247,0.505745,0.505745 +0.8,0,1,-->,60.634708,0.505730,0.505730 +0.8,0.2,0,-->,59.551476,0.505730,0.505730 +0.8,0.2,0.2,-->,61.253506,0.505730,0.505730 +0.8,0.2,0.4,-->,62.955647,0.505730,0.505730 +0.8,0.2,0.6,-->,64.658615,0.505730,0.505730 +0.8,0.2,0.8,-->,66.361343,0.505730,0.505730 +0.8,0.2,1,-->,68.063423,0.505730,0.505730 +0.8,0.4,0,-->,68.506012,0.505730,0.505730 +0.8,0.4,0.2,-->,69.902985,0.505730,0.505730 +0.8,0.4,0.4,-->,71.301178,0.505745,0.505745 +0.8,0.4,0.6,-->,72.698578,0.505730,0.505730 +0.8,0.4,0.8,-->,74.095573,0.505745,0.505745 +0.8,0.4,1,-->,75.492592,0.505730,0.505730 +0.8,0.6,0,-->,77.461205,0.505730,0.505730 +0.8,0.6,0.2,-->,78.553719,0.505715,0.505715 +0.8,0.6,0.4,-->,79.645691,0.505730,0.505730 +0.8,0.6,0.6,-->,80.737633,0.505715,0.505715 +0.8,0.6,0.8,-->,81.829575,0.505730,0.505730 +0.8,0.6,1,-->,82.921577,0.505730,0.505730 +0.8,0.8,0,-->,86.416069,0.505745,0.505745 +0.8,0.8,0.2,-->,87.202911,0.505730,0.505730 +0.8,0.8,0.4,-->,87.989822,0.505745,0.505745 +0.8,0.8,0.6,-->,88.776718,0.505730,0.505730 +0.8,0.8,0.8,-->,89.563904,0.505745,0.505745 +0.8,0.8,1,-->,90.351540,0.505745,0.505745 +0.8,1,0,-->,95.370331,0.505730,0.505730 +0.8,1,0.2,-->,95.852371,0.505730,0.505730 +0.8,1,0.4,-->,96.334656,0.505730,0.505730 +0.8,1,0.6,-->,96.816933,0.505730,0.505730 +0.8,1,0.8,-->,97.299126,0.505745,0.505745 +0.8,1,1,-->,97.780937,0.505730,0.505730 +1,0,0,-->,63.245319,0.505730,0.505730 +1,0,0.2,-->,64.249237,0.505730,0.505730 +1,0,0.4,-->,65.253685,0.505730,0.505730 +1,0,0.6,-->,66.257195,0.505730,0.505730 +1,0,0.8,-->,67.260643,0.505730,0.505730 +1,0,1,-->,68.264099,0.505730,0.505730 +1,0.2,0,-->,70.272461,0.505730,0.505730 +1,0.2,0.2,-->,71.156357,0.505730,0.505730 +1,0.2,0.4,-->,72.039970,0.505730,0.505730 +1,0.2,0.6,-->,72.923050,0.505730,0.505730 +1,0.2,0.8,-->,73.806137,0.505730,0.505730 +1,0.2,1,-->,74.689201,0.505730,0.505730 +1,0.4,0,-->,77.300491,0.505730,0.505730 +1,0.4,0.2,-->,78.063896,0.505730,0.505730 +1,0.4,0.4,-->,78.826637,0.505730,0.505730 +1,0.4,0.6,-->,79.589325,0.505730,0.505730 +1,0.4,0.8,-->,80.352013,0.505730,0.505730 +1,0.4,1,-->,81.114708,0.505730,0.505730 +1,0.6,0,-->,84.328308,0.505730,0.505730 +1,0.6,0.2,-->,84.970711,0.505730,0.505730 +1,0.6,0.4,-->,85.613060,0.505730,0.505730 +1,0.6,0.6,-->,86.255371,0.505730,0.505730 +1,0.6,0.8,-->,86.897682,0.505730,0.505730 +1,0.6,1,-->,87.540009,0.505730,0.505730 +1,0.8,0,-->,91.355621,0.505730,0.505730 +1,0.8,0.2,-->,91.877548,0.505730,0.505730 +1,0.8,0.4,-->,92.399506,0.505730,0.505730 +1,0.8,0.6,-->,92.921440,0.505730,0.505730 +1,0.8,0.8,-->,93.443390,0.505745,0.505745 +1,0.8,1,-->,93.965317,0.505730,0.505730 +1,1,0,-->,98.382812,0.505730,0.505730 +1,1,0.2,-->,98.784355,0.505730,0.505730 +1,1,0.4,-->,99.185936,0.505730,0.505730 +1,1,0.6,-->,99.587509,0.505730,0.505730 +1,1,0.8,-->,99.989067,0.505730,0.505730 +1,1,1,-->,100.390625,0.505730,0.505730 +-0.1,0.5,0.5,-->,50.193493,0.505730,0.505730 +1.1,0.5,0.5,-->,82.570045,0.505730,0.505730 +0.5,-0.1,0.5,-->,40.406132,0.505730,0.505730 +0.5,1.1,0.5,-->,92.359253,0.505730,0.505730 +0.5,0.5,-0.1,-->,61.237144,0.505730,0.505730 +0.5,0.5,1.1,-->,71.527428,0.505730,0.505730 diff --git a/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-3.csv new file mode 100644 index 0000000..545bb63 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/CX_scnr_RGB-_Gray_ToPcs_ICC-3.csv @@ -0,0 +1,222 @@ +0,0,0,-->,-0.000000,0.505730,0.000008 +0,0,0.2,-->,6.021722,0.505320,0.505912 +0,0,0.4,-->,12.045344,0.505092,0.506019 +0,0,0.6,-->,18.068779,0.504955,0.506080 +0,0,0.8,-->,24.092222,0.504803,0.506156 +0,0,1,-->,30.115656,0.504666,0.506216 +0,0.2,0,-->,16.663570,0.504985,0.506080 +0,0.2,0.2,-->,21.643068,0.504864,0.506125 +0,0.2,0.4,-->,26.622429,0.504757,0.506171 +0,0.2,0.6,-->,31.600996,0.504636,0.506232 +0,0.2,0.8,-->,36.580647,0.504544,0.506277 +0,0.2,1,-->,41.560299,0.504423,0.506338 +0,0.4,0,-->,33.329563,0.504605,0.506247 +0,0.4,0.2,-->,37.263836,0.504529,0.506292 +0,0.4,0.4,-->,41.199760,0.504423,0.506323 +0,0.4,0.6,-->,45.134533,0.504317,0.506384 +0,0.4,0.8,-->,49.069839,0.504225,0.506414 +0,0.4,1,-->,53.005642,0.504134,0.506460 +0,0.6,0,-->,49.993767,0.504195,0.506444 +0,0.6,0.2,-->,52.885662,0.504134,0.506460 +0,0.6,0.4,-->,55.776207,0.504073,0.506490 +0,0.6,0.6,-->,58.667900,0.504013,0.506536 +0,0.6,0.8,-->,61.558647,0.503952,0.506551 +0,0.6,1,-->,64.449783,0.503861,0.506596 +0,0.8,0,-->,66.659378,0.503845,0.506596 +0,0.8,0.2,-->,68.505951,0.503815,0.506627 +0,0.8,0.4,-->,70.352875,0.503754,0.506642 +0,0.8,0.6,-->,72.200813,0.503693,0.506657 +0,0.8,0.8,-->,74.047455,0.503693,0.506703 +0,0.8,1,-->,75.894089,0.503633,0.506718 +0,1,0,-->,83.323898,0.503450,0.506779 +0,1,0.2,-->,84.127464,0.503420,0.506779 +0,1,0.4,-->,84.930626,0.503420,0.506809 +0,1,0.6,-->,85.733429,0.503389,0.506809 +0,1,0.8,-->,86.536255,0.503359,0.506824 +0,1,1,-->,87.339081,0.503359,0.506824 +0.2,0,0,-->,12.647456,0.505076,0.506034 +0.2,0,0.2,-->,17.667078,0.504955,0.506080 +0.2,0,0.4,-->,22.687010,0.504833,0.506140 +0.2,0,0.6,-->,27.706783,0.504727,0.506186 +0.2,0,0.8,-->,32.725853,0.504620,0.506247 +0.2,0,1,-->,37.744801,0.504514,0.506292 +0.2,0.2,0,-->,27.385599,0.504742,0.506186 +0.2,0.2,0.2,-->,31.544607,0.504636,0.506216 +0.2,0.2,0.4,-->,35.705406,0.504560,0.506277 +0.2,0.2,0.6,-->,39.866074,0.504453,0.506323 +0.2,0.2,0.8,-->,44.025208,0.504347,0.506338 +0.2,0.2,1,-->,48.185871,0.504256,0.506414 +0.2,0.4,0,-->,42.123119,0.504377,0.506338 +0.2,0.4,0.2,-->,45.423756,0.504317,0.506384 +0.2,0.4,0.4,-->,48.724602,0.504256,0.506414 +0.2,0.4,0.6,-->,52.025570,0.504195,0.506475 +0.2,0.4,0.8,-->,55.326073,0.504104,0.506490 +0.2,0.4,1,-->,58.627247,0.504013,0.506520 +0.2,0.6,0,-->,56.860180,0.504043,0.506490 +0.2,0.6,0.2,-->,59.302486,0.503982,0.506536 +0.2,0.6,0.4,-->,61.743401,0.503952,0.506566 +0.2,0.6,0.6,-->,64.184662,0.503861,0.506581 +0.2,0.6,0.8,-->,66.626610,0.503845,0.506612 +0.2,0.6,1,-->,69.067444,0.503785,0.506642 +0.2,0.8,0,-->,71.598671,0.503724,0.506657 +0.2,0.8,0.2,-->,73.180428,0.503693,0.506672 +0.2,0.8,0.4,-->,74.762192,0.503633,0.506703 +0.2,0.8,0.6,-->,76.343895,0.503633,0.506703 +0.2,0.8,0.8,-->,77.926979,0.503572,0.506718 +0.2,0.8,1,-->,79.508835,0.503511,0.506748 +0.2,1,0,-->,86.335838,0.503389,0.506824 +0.2,1,0.2,-->,87.058395,0.503389,0.506824 +0.2,1,0.4,-->,87.780975,0.503329,0.506824 +0.2,1,0.6,-->,88.503555,0.503329,0.506840 +0.2,1,0.8,-->,89.226128,0.503298,0.506855 +0.2,1,1,-->,89.949387,0.503298,0.506855 +0.4,0,0,-->,25.297218,0.504788,0.506156 +0.4,0,0.2,-->,29.313139,0.504681,0.506201 +0.4,0,0.4,-->,33.329193,0.504605,0.506247 +0.4,0,0.6,-->,37.343842,0.504514,0.506292 +0.4,0,0.8,-->,41.359894,0.504423,0.506338 +0.4,0,1,-->,45.375153,0.504317,0.506384 +0.4,0.2,0,-->,38.106758,0.504499,0.506292 +0.4,0.2,0.2,-->,41.448288,0.504423,0.506338 +0.4,0.2,0.4,-->,44.788658,0.504347,0.506384 +0.4,0.2,0.6,-->,48.130123,0.504286,0.506429 +0.4,0.2,0.8,-->,51.470692,0.504195,0.506460 +0.4,0.2,1,-->,54.811852,0.504104,0.506490 +0.4,0.4,0,-->,50.917084,0.504195,0.506444 +0.4,0.4,0.2,-->,53.584175,0.504134,0.506460 +0.4,0.4,0.4,-->,56.249893,0.504073,0.506490 +0.4,0.4,0.6,-->,58.917023,0.504013,0.506551 +0.4,0.4,0.8,-->,61.582710,0.503952,0.506566 +0.4,0.4,1,-->,64.248840,0.503861,0.506581 +0.4,0.6,0,-->,63.727016,0.503891,0.506581 +0.4,0.6,0.2,-->,65.719681,0.503891,0.506612 +0.4,0.6,0.4,-->,67.710945,0.503815,0.506612 +0.4,0.6,0.6,-->,69.702148,0.503754,0.506642 +0.4,0.6,0.8,-->,71.694870,0.503724,0.506657 +0.4,0.6,1,-->,73.686081,0.503663,0.506688 +0.4,0.8,0,-->,76.537003,0.503602,0.506718 +0.4,0.8,0.2,-->,77.854980,0.503572,0.506718 +0.4,0.8,0.4,-->,79.172012,0.503572,0.506748 +0.4,0.8,0.6,-->,80.488762,0.503541,0.506764 +0.4,0.8,0.8,-->,81.805511,0.503511,0.506779 +0.4,0.8,1,-->,83.122520,0.503450,0.506779 +0.4,1,0,-->,89.346992,0.503298,0.506855 +0.4,1,0.2,-->,89.989914,0.503298,0.506855 +0.4,1,0.4,-->,90.632866,0.503268,0.506855 +0.4,1,0.6,-->,91.275368,0.503268,0.506885 +0.4,1,0.8,-->,91.917694,0.503268,0.506885 +0.4,1,1,-->,92.560005,0.503237,0.506885 +0.6,0,0,-->,37.946583,0.504499,0.506292 +0.6,0,0.2,-->,40.958855,0.504438,0.506323 +0.6,0,0.4,-->,43.969776,0.504347,0.506368 +0.6,0,0.6,-->,46.982143,0.504286,0.506399 +0.6,0,0.8,-->,49.992966,0.504195,0.506444 +0.6,0,1,-->,53.005337,0.504134,0.506460 +0.6,0.2,0,-->,48.829117,0.504225,0.506414 +0.6,0.2,0.2,-->,51.350479,0.504165,0.506429 +0.6,0.2,0.4,-->,53.872837,0.504134,0.506475 +0.6,0.2,0.6,-->,56.393917,0.504043,0.506490 +0.6,0.2,0.8,-->,58.916508,0.504013,0.506520 +0.6,0.2,1,-->,61.437641,0.503952,0.506551 +0.6,0.4,0,-->,59.712307,0.503982,0.506536 +0.6,0.4,0.2,-->,61.743580,0.503952,0.506551 +0.6,0.4,0.4,-->,63.775002,0.503891,0.506581 +0.6,0.4,0.6,-->,65.807823,0.503845,0.506596 +0.6,0.4,0.8,-->,67.839142,0.503815,0.506612 +0.6,0.4,1,-->,69.870468,0.503754,0.506642 +0.6,0.6,0,-->,70.594109,0.503754,0.506657 +0.6,0.6,0.2,-->,72.136711,0.503693,0.506657 +0.6,0.6,0.4,-->,73.678322,0.503663,0.506688 +0.6,0.6,0.6,-->,75.219894,0.503633,0.506703 +0.6,0.6,0.8,-->,76.761726,0.503602,0.506718 +0.6,0.6,1,-->,78.304558,0.503572,0.506718 +0.6,0.8,0,-->,81.476509,0.503481,0.506764 +0.6,0.8,0.2,-->,82.528297,0.503450,0.506764 +0.6,0.8,0.4,-->,83.580841,0.503450,0.506779 +0.6,0.8,0.6,-->,84.633484,0.503420,0.506809 +0.6,0.8,0.8,-->,85.685310,0.503389,0.506809 +0.6,0.8,1,-->,86.737129,0.503359,0.506824 +0.6,1,0,-->,92.359367,0.503237,0.506885 +0.6,1,0.2,-->,92.921425,0.503237,0.506885 +0.6,1,0.4,-->,93.483505,0.503207,0.506885 +0.6,1,0.6,-->,94.045570,0.503207,0.506900 +0.6,1,0.8,-->,94.607635,0.503177,0.506900 +0.6,1,1,-->,95.169701,0.503177,0.506916 +0.8,0,0,-->,50.595963,0.504195,0.506444 +0.8,0,0.2,-->,52.604561,0.504134,0.506460 +0.8,0,0.4,-->,54.611771,0.504104,0.506490 +0.8,0,0.6,-->,56.618904,0.504043,0.506505 +0.8,0,0.8,-->,58.627247,0.504043,0.506536 +0.8,0,1,-->,60.634716,0.503952,0.506551 +0.8,0.2,0,-->,59.551472,0.503982,0.506536 +0.8,0.2,0.2,-->,61.253506,0.503952,0.506551 +0.8,0.2,0.4,-->,62.955647,0.503921,0.506566 +0.8,0.2,0.6,-->,64.658615,0.503891,0.506596 +0.8,0.2,0.8,-->,66.361343,0.503845,0.506596 +0.8,0.2,1,-->,68.063423,0.503815,0.506612 +0.8,0.4,0,-->,68.506012,0.503785,0.506627 +0.8,0.4,0.2,-->,69.902985,0.503785,0.506642 +0.8,0.4,0.4,-->,71.301178,0.503754,0.506657 +0.8,0.4,0.6,-->,72.698578,0.503693,0.506657 +0.8,0.4,0.8,-->,74.095573,0.503724,0.506703 +0.8,0.4,1,-->,75.492592,0.503633,0.506703 +0.8,0.6,0,-->,77.461205,0.503572,0.506718 +0.8,0.6,0.2,-->,78.553719,0.503572,0.506718 +0.8,0.6,0.4,-->,79.645691,0.503541,0.506748 +0.8,0.6,0.6,-->,80.737633,0.503511,0.506733 +0.8,0.6,0.8,-->,81.829575,0.503481,0.506764 +0.8,0.6,1,-->,82.921577,0.503450,0.506779 +0.8,0.8,0,-->,86.416069,0.503420,0.506824 +0.8,0.8,0.2,-->,87.202911,0.503389,0.506824 +0.8,0.8,0.4,-->,87.989822,0.503389,0.506840 +0.8,0.8,0.6,-->,88.776718,0.503329,0.506840 +0.8,0.8,0.8,-->,89.563904,0.503359,0.506870 +0.8,0.8,1,-->,90.351540,0.503298,0.506870 +0.8,1,0,-->,95.370331,0.503177,0.506916 +0.8,1,0.2,-->,95.852371,0.503146,0.506916 +0.8,1,0.4,-->,96.334656,0.503146,0.506931 +0.8,1,0.6,-->,96.816933,0.503116,0.506931 +0.8,1,0.8,-->,97.299126,0.503146,0.506931 +0.8,1,1,-->,97.780937,0.503116,0.506931 +1,0,0,-->,63.245316,0.503891,0.506566 +1,0,0.2,-->,64.249237,0.503861,0.506581 +1,0,0.4,-->,65.253685,0.503861,0.506596 +1,0,0.6,-->,66.257195,0.503845,0.506596 +1,0,0.8,-->,67.260643,0.503845,0.506612 +1,0,1,-->,68.264099,0.503815,0.506612 +1,0.2,0,-->,70.272461,0.503754,0.506657 +1,0.2,0.2,-->,71.156357,0.503724,0.506657 +1,0.2,0.4,-->,72.039970,0.503693,0.506657 +1,0.2,0.6,-->,72.923050,0.503693,0.506672 +1,0.2,0.8,-->,73.806137,0.503663,0.506688 +1,0.2,1,-->,74.689201,0.503663,0.506703 +1,0.4,0,-->,77.300491,0.503572,0.506718 +1,0.4,0.2,-->,78.063896,0.503572,0.506718 +1,0.4,0.4,-->,78.826637,0.503541,0.506733 +1,0.4,0.6,-->,79.589325,0.503541,0.506748 +1,0.4,0.8,-->,80.352013,0.503511,0.506764 +1,0.4,1,-->,81.114708,0.503511,0.506764 +1,0.6,0,-->,84.328308,0.503420,0.506794 +1,0.6,0.2,-->,84.970711,0.503389,0.506794 +1,0.6,0.4,-->,85.613060,0.503389,0.506809 +1,0.6,0.6,-->,86.255371,0.503389,0.506824 +1,0.6,0.8,-->,86.897682,0.503359,0.506824 +1,0.6,1,-->,87.540009,0.503329,0.506824 +1,0.8,0,-->,91.355621,0.503268,0.506870 +1,0.8,0.2,-->,91.877548,0.503237,0.506885 +1,0.8,0.4,-->,92.399506,0.503237,0.506885 +1,0.8,0.6,-->,92.921440,0.503237,0.506885 +1,0.8,0.8,-->,93.443390,0.503237,0.506900 +1,0.8,1,-->,93.965317,0.503207,0.506900 +1,1,0,-->,98.382812,0.503101,0.506946 +1,1,0.2,-->,98.784355,0.503101,0.506946 +1,1,0.4,-->,99.185936,0.503101,0.506946 +1,1,0.6,-->,99.587509,0.503070,0.506961 +1,1,0.8,-->,99.989067,0.503101,0.506961 +1,1,1,-->,100.390625,0.503070,0.506976 +-0.1,0.5,0.5,-->,50.193489,0.504195,0.506429 +1.1,0.5,0.5,-->,82.570045,0.503450,0.506779 +0.5,-0.1,0.5,-->,40.406132,0.504453,0.506323 +0.5,1.1,0.5,-->,92.359253,0.503237,0.506885 +0.5,0.5,-0.1,-->,61.237144,0.503952,0.506551 +0.5,0.5,1.1,-->,71.527428,0.503724,0.506657 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ.icc b/Unicolour.Tests/Data/ICC/D65_XYZ.icc new file mode 100644 index 0000000..8f200f3 Binary files /dev/null and b/Unicolour.Tests/Data/ICC/D65_XYZ.icc differ diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-0.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-0.csv new file mode 100644 index 0000000..cfb1c2c --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-0.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.012519,0.004161,0.263203 +0,0,0.4,-->,0.025221,0.008391,0.530236 +0,0,0.6,-->,0.037915,0.012612,0.797269 +0,0,0.8,-->,0.050616,0.016834,1.000000 +0,0,1,-->,0.063318,0.021056,1.000000 +0,0.2,0,-->,0.000000,0.199179,0.000000 +0,0.2,0.2,-->,0.007969,0.203340,0.259159 +0,0.2,0.4,-->,0.020663,0.207562,0.526192 +0,0.2,0.6,-->,0.033364,0.211791,0.793225 +0,0.2,0.8,-->,0.046066,0.216013,1.000000 +0,0.2,1,-->,0.058767,0.220235,1.000000 +0,0.4,0,-->,0.000000,0.401876,0.000000 +0,0.4,0.2,-->,0.003330,0.406037,0.255036 +0,0.4,0.4,-->,0.016032,0.410259,0.522069 +0,0.4,0.6,-->,0.028733,0.414488,0.789104 +0,0.4,0.8,-->,0.041435,0.418710,1.000000 +0,0.4,1,-->,0.054129,0.422932,1.000000 +0,0.6,0,-->,0.000000,0.604573,0.000000 +0,0.6,0.2,-->,0.000000,0.608734,0.250920 +0,0.6,0.4,-->,0.011400,0.612956,0.517953 +0,0.6,0.6,-->,0.024102,0.617181,0.784986 +0,0.6,0.8,-->,0.036796,0.621407,1.000000 +0,0.6,1,-->,0.049497,0.625629,1.000000 +0,0.8,0,-->,0.000000,0.807270,0.000000 +0,0.8,0.2,-->,0.000000,0.811432,0.246805 +0,0.8,0.4,-->,0.006762,0.815653,0.513838 +0,0.8,0.6,-->,0.019463,0.819875,0.780871 +0,0.8,0.8,-->,0.032165,0.824104,1.000000 +0,0.8,1,-->,0.044866,0.828326,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.242689 +0,1,0.4,-->,0.002131,1.000000,0.509722 +0,1,0.6,-->,0.014832,1.000000,0.776755 +0,1,0.8,-->,0.027534,1.000000,1.000000 +0,1,1,-->,0.040235,1.000000,1.000000 +0.2,0,0,-->,0.188544,0.000000,0.002430 +0.2,0,0.2,-->,0.201063,0.000000,0.265633 +0.2,0,0.4,-->,0.213765,0.002793,0.532666 +0.2,0,0.6,-->,0.226463,0.007014,0.799699 +0.2,0,0.8,-->,0.239160,0.011244,1.000000 +0.2,0,1,-->,0.251862,0.015465,1.000000 +0.2,0.2,0,-->,0.183993,0.193581,0.000000 +0.2,0.2,0.2,-->,0.196512,0.197750,0.261589 +0.2,0.2,0.4,-->,0.209206,0.201971,0.528622 +0.2,0.2,0.6,-->,0.221908,0.206193,0.795655 +0.2,0.2,0.8,-->,0.234609,0.210415,1.000000 +0.2,0.2,1,-->,0.247311,0.214644,1.000000 +0.2,0.4,0,-->,0.179356,0.396278,0.000000 +0.2,0.4,0.2,-->,0.191874,0.400447,0.257466 +0.2,0.4,0.4,-->,0.204575,0.404669,0.524506 +0.2,0.4,0.6,-->,0.217277,0.408890,0.791540 +0.2,0.4,0.8,-->,0.229978,0.413112,1.000000 +0.2,0.4,1,-->,0.242680,0.417342,1.000000 +0.2,0.6,0,-->,0.174723,0.598975,0.000000 +0.2,0.6,0.2,-->,0.187243,0.603144,0.253350 +0.2,0.6,0.4,-->,0.199944,0.607366,0.520383 +0.2,0.6,0.6,-->,0.212646,0.611588,0.787416 +0.2,0.6,0.8,-->,0.225340,0.615809,1.000000 +0.2,0.6,1,-->,0.238041,0.620039,1.000000 +0.2,0.8,0,-->,0.170092,0.801672,0.000000 +0.2,0.8,0.2,-->,0.182612,0.805841,0.249234 +0.2,0.8,0.4,-->,0.195312,0.810063,0.516268 +0.2,0.8,0.6,-->,0.208007,0.814285,0.783301 +0.2,0.8,0.8,-->,0.220709,0.818506,1.000000 +0.2,0.8,1,-->,0.233410,0.822736,1.000000 +0.2,1,0,-->,0.165461,1.000000,0.000000 +0.2,1,0.2,-->,0.177973,1.000000,0.245119 +0.2,1,0.4,-->,0.190674,1.000000,0.512152 +0.2,1,0.6,-->,0.203376,1.000000,0.779185 +0.2,1,0.8,-->,0.216077,1.000000,1.000000 +0.2,1,1,-->,0.228779,1.000000,1.000000 +0.4,0,0,-->,0.380308,0.000000,0.004901 +0.4,0,0.2,-->,0.392827,0.000000,0.268104 +0.4,0,0.4,-->,0.405529,0.000000,0.535138 +0.4,0,0.6,-->,0.418230,0.001328,0.802171 +0.4,0,0.8,-->,0.430932,0.005550,1.000000 +0.4,0,1,-->,0.443626,0.009780,1.000000 +0.4,0.2,0,-->,0.375757,0.187895,0.000857 +0.4,0.2,0.2,-->,0.388276,0.192056,0.264060 +0.4,0.2,0.4,-->,0.400978,0.196286,0.531093 +0.4,0.2,0.6,-->,0.413672,0.200507,0.798127 +0.4,0.2,0.8,-->,0.426373,0.204729,1.000000 +0.4,0.2,1,-->,0.439075,0.208951,1.000000 +0.4,0.4,0,-->,0.371126,0.390592,0.000000 +0.4,0.4,0.2,-->,0.383645,0.394753,0.259945 +0.4,0.4,0.4,-->,0.396339,0.398983,0.526978 +0.4,0.4,0.6,-->,0.409041,0.403204,0.794011 +0.4,0.4,0.8,-->,0.421742,0.407426,1.000000 +0.4,0.4,1,-->,0.434444,0.411648,1.000000 +0.4,0.6,0,-->,0.366487,0.593289,0.000000 +0.4,0.6,0.2,-->,0.379007,0.597451,0.255821 +0.4,0.6,0.4,-->,0.391708,0.601677,0.522855 +0.4,0.6,0.6,-->,0.404410,0.605902,0.789895 +0.4,0.6,0.8,-->,0.417111,0.610124,1.000000 +0.4,0.6,1,-->,0.429811,0.614345,1.000000 +0.4,0.8,0,-->,0.361856,0.795986,0.000000 +0.4,0.8,0.2,-->,0.374375,0.800148,0.251706 +0.4,0.8,0.4,-->,0.387077,0.804369,0.518739 +0.4,0.8,0.6,-->,0.399779,0.808599,0.785772 +0.4,0.8,0.8,-->,0.412472,0.812821,1.000000 +0.4,0.8,1,-->,0.425174,0.817042,1.000000 +0.4,1,0,-->,0.357225,0.998684,0.000000 +0.4,1,0.2,-->,0.369744,1.000000,0.247590 +0.4,1,0.4,-->,0.382438,1.000000,0.514623 +0.4,1,0.6,-->,0.395140,1.000000,0.781657 +0.4,1,0.8,-->,0.407841,1.000000,1.000000 +0.4,1,1,-->,0.420543,1.000000,1.000000 +0.6,0,0,-->,0.572079,0.000000,0.007374 +0.6,0,0.2,-->,0.584591,0.000000,0.270576 +0.6,0,0.4,-->,0.597293,0.000000,0.537609 +0.6,0,0.6,-->,0.609994,0.000000,0.804643 +0.6,0,0.8,-->,0.622696,0.000000,1.000000 +0.6,0,1,-->,0.635397,0.004086,1.000000 +0.6,0.2,0,-->,0.567521,0.182209,0.003329 +0.6,0.2,0.2,-->,0.580040,0.186370,0.266532 +0.6,0.2,0.4,-->,0.592742,0.190592,0.533565 +0.6,0.2,0.6,-->,0.605443,0.194814,0.800598 +0.6,0.2,0.8,-->,0.618145,0.199043,1.000000 +0.6,0.2,1,-->,0.630839,0.203265,1.000000 +0.6,0.4,0,-->,0.562890,0.384906,0.000000 +0.6,0.4,0.2,-->,0.575409,0.389067,0.262416 +0.6,0.4,0.4,-->,0.588111,0.393289,0.529449 +0.6,0.4,0.6,-->,0.600805,0.397511,0.796483 +0.6,0.4,0.8,-->,0.613506,0.401740,1.000000 +0.6,0.4,1,-->,0.626208,0.405962,1.000000 +0.6,0.6,0,-->,0.558259,0.587603,0.000000 +0.6,0.6,0.2,-->,0.570778,0.591765,0.258301 +0.6,0.6,0.4,-->,0.583472,0.595986,0.525334 +0.6,0.6,0.6,-->,0.596174,0.600208,0.792367 +0.6,0.6,0.8,-->,0.608875,0.604438,1.000000 +0.6,0.6,1,-->,0.621577,0.608659,1.000000 +0.6,0.8,0,-->,0.553620,0.790301,0.000000 +0.6,0.8,0.2,-->,0.566139,0.794462,0.254177 +0.6,0.8,0.4,-->,0.578841,0.798683,0.521210 +0.6,0.8,0.6,-->,0.591542,0.802905,0.788244 +0.6,0.8,0.8,-->,0.604244,0.807135,1.000000 +0.6,0.8,1,-->,0.616938,0.811356,1.000000 +0.6,1,0,-->,0.548989,0.992998,0.000000 +0.6,1,0.2,-->,0.561508,0.997159,0.250062 +0.6,1,0.4,-->,0.574210,1.000000,0.517095 +0.6,1,0.6,-->,0.586911,1.000000,0.784128 +0.6,1,0.8,-->,0.599605,1.000000,1.000000 +0.6,1,1,-->,0.612307,1.000000,1.000000 +0.8,0,0,-->,0.763843,0.000000,0.009852 +0.8,0,0.2,-->,0.776362,0.000000,0.273047 +0.8,0,0.4,-->,0.789058,0.000000,0.540088 +0.8,0,0.6,-->,0.801758,0.000000,0.807121 +0.8,0,0.8,-->,0.814459,0.000000,1.000000 +0.8,0,1,-->,0.827161,0.000000,1.000000 +0.8,0.2,0,-->,0.759292,0.176516,0.005800 +0.8,0.2,0.2,-->,0.771804,0.180684,0.269003 +0.8,0.2,0.4,-->,0.784506,0.184906,0.536036 +0.8,0.2,0.6,-->,0.797207,0.189128,0.803070 +0.8,0.2,0.8,-->,0.809909,0.193350,1.000000 +0.8,0.2,1,-->,0.822610,0.197579,1.000000 +0.8,0.4,0,-->,0.754654,0.379213,0.001685 +0.8,0.4,0.2,-->,0.767173,0.383381,0.264888 +0.8,0.4,0.4,-->,0.779875,0.387603,0.531921 +0.8,0.4,0.6,-->,0.792576,0.391825,0.798954 +0.8,0.4,0.8,-->,0.805278,0.396047,1.000000 +0.8,0.4,1,-->,0.817972,0.400276,1.000000 +0.8,0.6,0,-->,0.750023,0.581910,0.000000 +0.8,0.6,0.2,-->,0.762542,0.586076,0.260772 +0.8,0.6,0.4,-->,0.775243,0.590301,0.527805 +0.8,0.6,0.6,-->,0.787937,0.594522,0.794838 +0.8,0.6,0.8,-->,0.800639,0.598744,1.000000 +0.8,0.6,1,-->,0.813340,0.602973,1.000000 +0.8,0.8,0,-->,0.745391,0.784607,0.000000 +0.8,0.8,0.2,-->,0.757907,0.788768,0.256649 +0.8,0.8,0.4,-->,0.770605,0.792998,0.523689 +0.8,0.8,0.6,-->,0.783306,0.797219,0.790723 +0.8,0.8,0.8,-->,0.796008,0.801441,1.000000 +0.8,0.8,1,-->,0.808709,0.805670,1.000000 +0.8,1,0,-->,0.740753,0.987304,0.000000 +0.8,1,0.2,-->,0.753272,0.991465,0.252533 +0.8,1,0.4,-->,0.765974,0.995695,0.519566 +0.8,1,0.6,-->,0.778675,0.999916,0.786600 +0.8,1,0.8,-->,0.791377,1.000000,1.000000 +0.8,1,1,-->,0.804071,1.000000,1.000000 +1,0,0,-->,0.955607,0.000000,0.012323 +1,0,0.2,-->,0.968126,0.000000,0.275526 +1,0,0.4,-->,0.980828,0.000000,0.542559 +1,0,0.6,-->,0.993529,0.000000,0.809593 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,0.951056,0.170830,0.008279 +1,0.2,0.2,-->,0.963576,0.174991,0.271475 +1,0.2,0.4,-->,0.976273,0.179213,0.538508 +1,0.2,0.6,-->,0.988971,0.183442,0.805549 +1,0.2,0.8,-->,1.000000,0.187664,1.000000 +1,0.2,1,-->,1.000000,0.191885,1.000000 +1,0.4,0,-->,0.946425,0.373527,0.004156 +1,0.4,0.2,-->,0.958937,0.377688,0.267359 +1,0.4,0.4,-->,0.971638,0.381910,0.534392 +1,0.4,0.6,-->,0.984340,0.386139,0.801425 +1,0.4,0.8,-->,0.997041,0.390361,1.000000 +1,0.4,1,-->,1.000000,0.394583,1.000000 +1,0.6,0,-->,0.941786,0.576224,0.000040 +1,0.6,0.2,-->,0.954306,0.580385,0.263243 +1,0.6,0.4,-->,0.967007,0.584607,0.530277 +1,0.6,0.6,-->,0.979709,0.588836,0.797310 +1,0.6,0.8,-->,0.992410,0.593058,1.000000 +1,0.6,1,-->,1.000000,0.597280,1.000000 +1,0.8,0,-->,0.937155,0.778921,0.000000 +1,0.8,0.2,-->,0.949675,0.783082,0.259128 +1,0.8,0.4,-->,0.962376,0.787304,0.526161 +1,0.8,0.6,-->,0.975070,0.791533,0.793194 +1,0.8,0.8,-->,0.987772,0.795755,1.000000 +1,0.8,1,-->,1.000000,0.799977,1.000000 +1,1,0,-->,0.932524,0.981618,0.000000 +1,1,0.2,-->,0.945040,0.985779,0.255005 +1,1,0.4,-->,0.957737,0.990001,0.522038 +1,1,0.6,-->,0.970439,0.994231,0.789073 +1,1,0.8,-->,0.983141,0.998452,1.000000 +1,1,1,-->,0.995842,1.000000,1.000000 +-0.1,0.5,0.5,-->,0.020063,0.513722,0.653531 +1.1,0.5,0.5,-->,1.000000,0.482530,0.667090 +0.5,-0.1,0.5,-->,0.507760,0.000000,0.669894 +0.5,1.1,0.5,-->,0.482359,1.000000,0.647314 +0.5,0.5,-0.1,-->,0.464692,0.489094,0.000000 +0.5,0.5,1.1,-->,0.534357,0.512268,1.000000 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-1.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-1.csv new file mode 100644 index 0000000..5a779f1 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-1.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.012657,0.004207,0.266105 +0,0,0.4,-->,0.025315,0.008422,0.532209 +0,0,0.6,-->,0.037964,0.012629,0.798314 +0,0,0.8,-->,0.050622,0.016836,1.000000 +0,0,1,-->,0.063279,0.021043,1.000000 +0,0.2,0,-->,0.000000,0.201994,0.000000 +0,0.2,0.2,-->,0.008042,0.206201,0.262003 +0,0.2,0.4,-->,0.020692,0.210408,0.528108 +0,0.2,0.6,-->,0.033349,0.214622,0.794212 +0,0.2,0.8,-->,0.046007,0.218829,1.000000 +0,0.2,1,-->,0.058664,0.223037,1.000000 +0,0.4,0,-->,0.000000,0.403987,0.000000 +0,0.4,0.2,-->,0.003420,0.408194,0.257901 +0,0.4,0.4,-->,0.016077,0.412401,0.524006 +0,0.4,0.6,-->,0.028734,0.416616,0.790111 +0,0.4,0.8,-->,0.041392,0.420823,1.000000 +0,0.4,1,-->,0.054042,0.425030,1.000000 +0,0.6,0,-->,0.000000,0.605981,0.000000 +0,0.6,0.2,-->,0.000000,0.610188,0.253793 +0,0.6,0.4,-->,0.011462,0.614395,0.519898 +0,0.6,0.6,-->,0.024119,0.618609,0.786002 +0,0.6,0.8,-->,0.036769,0.622817,1.000000 +0,0.6,1,-->,0.049427,0.627024,1.000000 +0,0.8,0,-->,0.000000,0.807974,0.000000 +0,0.8,0.2,-->,0.000000,0.812181,0.249692 +0,0.8,0.4,-->,0.006839,0.816388,0.515796 +0,0.8,0.6,-->,0.019497,0.820601,0.781901 +0,0.8,0.8,-->,0.032154,0.824810,1.000000 +0,0.8,1,-->,0.044812,0.829017,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.245590 +0,1,0.4,-->,0.002224,1.000000,0.511695 +0,1,0.6,-->,0.014882,1.000000,0.777799 +0,1,0.8,-->,0.027539,1.000000,1.000000 +0,1,1,-->,0.040197,1.000000,1.000000 +0.2,0,0,-->,0.191096,0.000000,0.002463 +0.2,0,0.2,-->,0.203753,0.000000,0.268567 +0.2,0,0.4,-->,0.216411,0.002748,0.534672 +0.2,0,0.6,-->,0.229068,0.006955,0.800776 +0.2,0,0.8,-->,0.241718,0.011170,1.000000 +0.2,0,1,-->,0.254375,0.015377,1.000000 +0.2,0.2,0,-->,0.186481,0.196327,0.000000 +0.2,0.2,0.2,-->,0.199138,0.200534,0.264466 +0.2,0.2,0.4,-->,0.211796,0.204742,0.530571 +0.2,0.2,0.6,-->,0.224445,0.208949,0.796675 +0.2,0.2,0.8,-->,0.237103,0.213163,1.000000 +0.2,0.2,1,-->,0.249760,0.217370,1.000000 +0.2,0.4,0,-->,0.181866,0.398316,0.000000 +0.2,0.4,0.2,-->,0.194516,0.402528,0.260365 +0.2,0.4,0.4,-->,0.207173,0.406735,0.526469 +0.2,0.4,0.6,-->,0.219830,0.410942,0.792574 +0.2,0.4,0.8,-->,0.232488,0.415157,1.000000 +0.2,0.4,1,-->,0.245145,0.419364,1.000000 +0.2,0.6,0,-->,0.177243,0.600307,0.000000 +0.2,0.6,0.2,-->,0.189901,0.604522,0.256256 +0.2,0.6,0.4,-->,0.202558,0.608729,0.522360 +0.2,0.6,0.6,-->,0.215215,0.612936,0.788465 +0.2,0.6,0.8,-->,0.227873,0.617145,1.000000 +0.2,0.6,1,-->,0.240523,0.621358,1.000000 +0.2,0.8,0,-->,0.172628,0.802300,0.000000 +0.2,0.8,0.2,-->,0.185286,0.806515,0.252155 +0.2,0.8,0.4,-->,0.197943,0.810722,0.518259 +0.2,0.8,0.6,-->,0.210593,0.814929,0.784364 +0.2,0.8,0.8,-->,0.223250,0.819136,1.000000 +0.2,0.8,1,-->,0.235908,0.823351,1.000000 +0.2,1,0,-->,0.168013,1.000000,0.000000 +0.2,1,0.2,-->,0.180671,1.000000,0.248053 +0.2,1,0.4,-->,0.193320,1.000000,0.514158 +0.2,1,0.6,-->,0.205978,1.000000,0.780262 +0.2,1,0.8,-->,0.218635,1.000000,1.000000 +0.2,1,1,-->,0.231293,1.000000,1.000000 +0.4,0,0,-->,0.382192,0.000000,0.004926 +0.4,0,0.2,-->,0.394849,0.000000,0.271030 +0.4,0,0.4,-->,0.407507,0.000000,0.537135 +0.4,0,0.6,-->,0.420164,0.001289,0.803239 +0.4,0,0.8,-->,0.432821,0.005496,1.000000 +0.4,0,1,-->,0.445478,0.009711,1.000000 +0.4,0.2,0,-->,0.377577,0.190654,0.000824 +0.4,0.2,0.2,-->,0.390234,0.194861,0.266929 +0.4,0.2,0.4,-->,0.402892,0.199075,0.533033 +0.4,0.2,0.6,-->,0.415549,0.203283,0.799138 +0.4,0.2,0.8,-->,0.428199,0.207490,1.000000 +0.4,0.2,1,-->,0.440856,0.211704,1.000000 +0.4,0.4,0,-->,0.372962,0.392647,0.000000 +0.4,0.4,0.2,-->,0.385619,0.396854,0.262828 +0.4,0.4,0.4,-->,0.398271,0.401069,0.528932 +0.4,0.4,0.6,-->,0.410926,0.405276,0.795037 +0.4,0.4,0.8,-->,0.423584,0.409483,1.000000 +0.4,0.4,1,-->,0.436241,0.413690,1.000000 +0.4,0.6,0,-->,0.368347,0.594641,0.000000 +0.4,0.6,0.2,-->,0.380997,0.598848,0.258726 +0.4,0.6,0.4,-->,0.393654,0.603063,0.524831 +0.4,0.6,0.6,-->,0.406311,0.607270,0.790935 +0.4,0.6,0.8,-->,0.418969,0.611477,1.000000 +0.4,0.6,1,-->,0.431626,0.615684,1.000000 +0.4,0.8,0,-->,0.363724,0.796634,0.000000 +0.4,0.8,0.2,-->,0.376382,0.800841,0.254617 +0.4,0.8,0.4,-->,0.389039,0.805056,0.520722 +0.4,0.8,0.6,-->,0.401696,0.809263,0.786826 +0.4,0.8,0.8,-->,0.414354,0.813470,1.000000 +0.4,0.8,1,-->,0.427004,0.817677,1.000000 +0.4,1,0,-->,0.359109,0.998628,0.000000 +0.4,1,0.2,-->,0.371767,1.000000,0.250516 +0.4,1,0.4,-->,0.384424,1.000000,0.516621 +0.4,1,0.6,-->,0.397074,1.000000,0.782725 +0.4,1,0.8,-->,0.409731,1.000000,1.000000 +0.4,1,1,-->,0.422388,1.000000,1.000000 +0.6,0,0,-->,0.573296,0.000000,0.007389 +0.6,0,0.2,-->,0.585949,0.000000,0.273499 +0.6,0,0.4,-->,0.598603,0.000000,0.539605 +0.6,0,0.6,-->,0.611260,0.000000,0.805710 +0.6,0,0.8,-->,0.623917,0.000000,1.000000 +0.6,0,1,-->,0.636575,0.004037,1.000000 +0.6,0.2,0,-->,0.568673,0.184988,0.003287 +0.6,0.2,0.2,-->,0.581330,0.189195,0.269392 +0.6,0.2,0.4,-->,0.593988,0.193402,0.535496 +0.6,0.2,0.6,-->,0.606645,0.197616,0.801601 +0.6,0.2,0.8,-->,0.619302,0.201824,1.000000 +0.6,0.2,1,-->,0.631952,0.206031,1.000000 +0.6,0.4,0,-->,0.564058,0.386981,0.000000 +0.6,0.4,0.2,-->,0.576715,0.391188,0.265290 +0.6,0.4,0.4,-->,0.589373,0.395395,0.531395 +0.6,0.4,0.6,-->,0.602030,0.399610,0.797499 +0.6,0.4,0.8,-->,0.614680,0.403817,1.000000 +0.6,0.4,1,-->,0.627337,0.408024,1.000000 +0.6,0.6,0,-->,0.559443,0.588975,0.000000 +0.6,0.6,0.2,-->,0.572100,0.593182,0.261189 +0.6,0.6,0.4,-->,0.584750,0.597389,0.527294 +0.6,0.6,0.6,-->,0.597407,0.601600,0.793398 +0.6,0.6,0.8,-->,0.610065,0.605811,1.000000 +0.6,0.6,1,-->,0.622722,0.610018,1.000000 +0.6,0.8,0,-->,0.554826,0.790968,0.000000 +0.6,0.8,0.2,-->,0.567478,0.795175,0.257080 +0.6,0.8,0.4,-->,0.580135,0.799382,0.523185 +0.6,0.8,0.6,-->,0.592792,0.803589,0.789294 +0.6,0.8,0.8,-->,0.605450,0.807804,1.000000 +0.6,0.8,1,-->,0.618107,0.812011,1.000000 +0.6,1,0,-->,0.550205,0.992962,0.000000 +0.6,1,0.2,-->,0.562863,0.997169,0.252979 +0.6,1,0.4,-->,0.575520,1.000000,0.519083 +0.6,1,0.6,-->,0.588177,1.000000,0.785188 +0.6,1,0.8,-->,0.600827,1.000000,1.000000 +0.6,1,1,-->,0.613484,1.000000,1.000000 +0.8,0,0,-->,0.764391,0.000000,0.009859 +0.8,0,0.2,-->,0.777049,0.000000,0.275963 +0.8,0,0.4,-->,0.789706,0.000000,0.542068 +0.8,0,0.6,-->,0.802356,0.000000,0.808172 +0.8,0,0.8,-->,0.815013,0.000000,1.000000 +0.8,0,1,-->,0.827671,0.000000,1.000000 +0.8,0.2,0,-->,0.759776,0.179314,0.005750 +0.8,0.2,0.2,-->,0.772426,0.183529,0.271855 +0.8,0.2,0.4,-->,0.785084,0.187736,0.537959 +0.8,0.2,0.6,-->,0.797741,0.191943,0.804064 +0.8,0.2,0.8,-->,0.810398,0.196157,1.000000 +0.8,0.2,1,-->,0.823056,0.200364,1.000000 +0.8,0.4,0,-->,0.755154,0.381307,0.001649 +0.8,0.4,0.2,-->,0.767811,0.385522,0.267753 +0.8,0.4,0.4,-->,0.780469,0.389729,0.533858 +0.8,0.4,0.6,-->,0.793126,0.393936,0.799962 +0.8,0.4,0.8,-->,0.805783,0.398143,1.000000 +0.8,0.4,1,-->,0.818433,0.402358,1.000000 +0.8,0.6,0,-->,0.750539,0.583301,0.000000 +0.8,0.6,0.2,-->,0.763196,0.587516,0.263652 +0.8,0.6,0.4,-->,0.775854,0.591723,0.529756 +0.8,0.6,0.6,-->,0.788503,0.595930,0.795861 +0.8,0.6,0.8,-->,0.801161,0.600137,1.000000 +0.8,0.6,1,-->,0.813818,0.604352,1.000000 +0.8,0.8,0,-->,0.745924,0.785294,0.000000 +0.8,0.8,0.2,-->,0.758581,0.789509,0.259551 +0.8,0.8,0.4,-->,0.771231,0.793716,0.525655 +0.8,0.8,0.6,-->,0.783888,0.797923,0.791760 +0.8,0.8,0.8,-->,0.796546,0.802130,1.000000 +0.8,0.8,1,-->,0.809203,0.806345,1.000000 +0.8,1,0,-->,0.741301,0.987288,0.000000 +0.8,1,0.2,-->,0.753959,0.991495,0.255442 +0.8,1,0.4,-->,0.766616,0.995710,0.521546 +0.8,1,0.6,-->,0.779273,0.999917,0.787651 +0.8,1,0.8,-->,0.791931,1.000000,1.000000 +0.8,1,1,-->,0.804580,1.000000,1.000000 +1,0,0,-->,0.955487,0.000000,0.012322 +1,0,0.2,-->,0.968145,0.000000,0.278426 +1,0,0.4,-->,0.980802,0.000000,0.544531 +1,0,0.6,-->,0.993460,0.000000,0.810635 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,0.950872,0.173648,0.008220 +1,0.2,0.2,-->,0.963530,0.177855,0.274325 +1,0.2,0.4,-->,0.976181,0.182070,0.540430 +1,0.2,0.6,-->,0.988837,0.186277,0.806534 +1,0.2,0.8,-->,1.000000,0.190484,1.000000 +1,0.2,1,-->,1.000000,0.194691,1.000000 +1,0.4,0,-->,0.946257,0.375641,0.004112 +1,0.4,0.2,-->,0.958907,0.379848,0.270216 +1,0.4,0.4,-->,0.971565,0.384063,0.536321 +1,0.4,0.6,-->,0.984222,0.388270,0.802425 +1,0.4,0.8,-->,0.996879,0.392477,1.000000 +1,0.4,1,-->,1.000000,0.396684,1.000000 +1,0.6,0,-->,0.941635,0.577635,0.000010 +1,0.6,0.2,-->,0.954292,0.581842,0.266115 +1,0.6,0.4,-->,0.966950,0.586054,0.532219 +1,0.6,0.6,-->,0.979607,0.590264,0.798324 +1,0.6,0.8,-->,0.992264,0.594471,1.000000 +1,0.6,1,-->,1.000000,0.598678,1.000000 +1,0.8,0,-->,0.937020,0.779628,0.000000 +1,0.8,0.2,-->,0.949677,0.783835,0.262013 +1,0.8,0.4,-->,0.962335,0.788042,0.528118 +1,0.8,0.6,-->,0.974984,0.792257,0.794223 +1,0.8,0.8,-->,0.987642,0.796464,1.000000 +1,0.8,1,-->,1.000000,0.800671,1.000000 +1,1,0,-->,0.932405,0.981622,0.000000 +1,1,0.2,-->,0.945059,0.985829,0.257912 +1,1,0.4,-->,0.957712,0.990036,0.524017 +1,1,0.6,-->,0.970369,0.994251,0.790121 +1,1,0.8,-->,0.983027,0.998458,1.000000 +1,1,1,-->,0.995684,1.000000,1.000000 +-0.1,0.5,0.5,-->,0.000000,0.518338,0.653773 +1.1,0.5,0.5,-->,1.000000,0.484326,0.668557 +0.5,-0.1,0.5,-->,0.511695,0.000000,0.673473 +0.5,1.1,0.5,-->,0.483989,1.000000,0.648857 +0.5,0.5,-0.1,-->,0.459870,0.488704,0.000000 +0.5,0.5,1.1,-->,0.535806,0.513961,1.000000 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-2.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-2.csv new file mode 100644 index 0000000..5a779f1 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-2.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.012657,0.004207,0.266105 +0,0,0.4,-->,0.025315,0.008422,0.532209 +0,0,0.6,-->,0.037964,0.012629,0.798314 +0,0,0.8,-->,0.050622,0.016836,1.000000 +0,0,1,-->,0.063279,0.021043,1.000000 +0,0.2,0,-->,0.000000,0.201994,0.000000 +0,0.2,0.2,-->,0.008042,0.206201,0.262003 +0,0.2,0.4,-->,0.020692,0.210408,0.528108 +0,0.2,0.6,-->,0.033349,0.214622,0.794212 +0,0.2,0.8,-->,0.046007,0.218829,1.000000 +0,0.2,1,-->,0.058664,0.223037,1.000000 +0,0.4,0,-->,0.000000,0.403987,0.000000 +0,0.4,0.2,-->,0.003420,0.408194,0.257901 +0,0.4,0.4,-->,0.016077,0.412401,0.524006 +0,0.4,0.6,-->,0.028734,0.416616,0.790111 +0,0.4,0.8,-->,0.041392,0.420823,1.000000 +0,0.4,1,-->,0.054042,0.425030,1.000000 +0,0.6,0,-->,0.000000,0.605981,0.000000 +0,0.6,0.2,-->,0.000000,0.610188,0.253793 +0,0.6,0.4,-->,0.011462,0.614395,0.519898 +0,0.6,0.6,-->,0.024119,0.618609,0.786002 +0,0.6,0.8,-->,0.036769,0.622817,1.000000 +0,0.6,1,-->,0.049427,0.627024,1.000000 +0,0.8,0,-->,0.000000,0.807974,0.000000 +0,0.8,0.2,-->,0.000000,0.812181,0.249692 +0,0.8,0.4,-->,0.006839,0.816388,0.515796 +0,0.8,0.6,-->,0.019497,0.820601,0.781901 +0,0.8,0.8,-->,0.032154,0.824810,1.000000 +0,0.8,1,-->,0.044812,0.829017,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.245590 +0,1,0.4,-->,0.002224,1.000000,0.511695 +0,1,0.6,-->,0.014882,1.000000,0.777799 +0,1,0.8,-->,0.027539,1.000000,1.000000 +0,1,1,-->,0.040197,1.000000,1.000000 +0.2,0,0,-->,0.191096,0.000000,0.002463 +0.2,0,0.2,-->,0.203753,0.000000,0.268567 +0.2,0,0.4,-->,0.216411,0.002748,0.534672 +0.2,0,0.6,-->,0.229068,0.006955,0.800776 +0.2,0,0.8,-->,0.241718,0.011170,1.000000 +0.2,0,1,-->,0.254375,0.015377,1.000000 +0.2,0.2,0,-->,0.186481,0.196327,0.000000 +0.2,0.2,0.2,-->,0.199138,0.200534,0.264466 +0.2,0.2,0.4,-->,0.211796,0.204742,0.530571 +0.2,0.2,0.6,-->,0.224445,0.208949,0.796675 +0.2,0.2,0.8,-->,0.237103,0.213163,1.000000 +0.2,0.2,1,-->,0.249760,0.217370,1.000000 +0.2,0.4,0,-->,0.181866,0.398316,0.000000 +0.2,0.4,0.2,-->,0.194516,0.402528,0.260365 +0.2,0.4,0.4,-->,0.207173,0.406735,0.526469 +0.2,0.4,0.6,-->,0.219830,0.410942,0.792574 +0.2,0.4,0.8,-->,0.232488,0.415157,1.000000 +0.2,0.4,1,-->,0.245145,0.419364,1.000000 +0.2,0.6,0,-->,0.177243,0.600307,0.000000 +0.2,0.6,0.2,-->,0.189901,0.604522,0.256256 +0.2,0.6,0.4,-->,0.202558,0.608729,0.522360 +0.2,0.6,0.6,-->,0.215215,0.612936,0.788465 +0.2,0.6,0.8,-->,0.227873,0.617145,1.000000 +0.2,0.6,1,-->,0.240523,0.621358,1.000000 +0.2,0.8,0,-->,0.172628,0.802300,0.000000 +0.2,0.8,0.2,-->,0.185286,0.806515,0.252155 +0.2,0.8,0.4,-->,0.197943,0.810722,0.518259 +0.2,0.8,0.6,-->,0.210593,0.814929,0.784364 +0.2,0.8,0.8,-->,0.223250,0.819136,1.000000 +0.2,0.8,1,-->,0.235908,0.823351,1.000000 +0.2,1,0,-->,0.168013,1.000000,0.000000 +0.2,1,0.2,-->,0.180671,1.000000,0.248053 +0.2,1,0.4,-->,0.193320,1.000000,0.514158 +0.2,1,0.6,-->,0.205978,1.000000,0.780262 +0.2,1,0.8,-->,0.218635,1.000000,1.000000 +0.2,1,1,-->,0.231293,1.000000,1.000000 +0.4,0,0,-->,0.382192,0.000000,0.004926 +0.4,0,0.2,-->,0.394849,0.000000,0.271030 +0.4,0,0.4,-->,0.407507,0.000000,0.537135 +0.4,0,0.6,-->,0.420164,0.001289,0.803239 +0.4,0,0.8,-->,0.432821,0.005496,1.000000 +0.4,0,1,-->,0.445478,0.009711,1.000000 +0.4,0.2,0,-->,0.377577,0.190654,0.000824 +0.4,0.2,0.2,-->,0.390234,0.194861,0.266929 +0.4,0.2,0.4,-->,0.402892,0.199075,0.533033 +0.4,0.2,0.6,-->,0.415549,0.203283,0.799138 +0.4,0.2,0.8,-->,0.428199,0.207490,1.000000 +0.4,0.2,1,-->,0.440856,0.211704,1.000000 +0.4,0.4,0,-->,0.372962,0.392647,0.000000 +0.4,0.4,0.2,-->,0.385619,0.396854,0.262828 +0.4,0.4,0.4,-->,0.398271,0.401069,0.528932 +0.4,0.4,0.6,-->,0.410926,0.405276,0.795037 +0.4,0.4,0.8,-->,0.423584,0.409483,1.000000 +0.4,0.4,1,-->,0.436241,0.413690,1.000000 +0.4,0.6,0,-->,0.368347,0.594641,0.000000 +0.4,0.6,0.2,-->,0.380997,0.598848,0.258726 +0.4,0.6,0.4,-->,0.393654,0.603063,0.524831 +0.4,0.6,0.6,-->,0.406311,0.607270,0.790935 +0.4,0.6,0.8,-->,0.418969,0.611477,1.000000 +0.4,0.6,1,-->,0.431626,0.615684,1.000000 +0.4,0.8,0,-->,0.363724,0.796634,0.000000 +0.4,0.8,0.2,-->,0.376382,0.800841,0.254617 +0.4,0.8,0.4,-->,0.389039,0.805056,0.520722 +0.4,0.8,0.6,-->,0.401696,0.809263,0.786826 +0.4,0.8,0.8,-->,0.414354,0.813470,1.000000 +0.4,0.8,1,-->,0.427004,0.817677,1.000000 +0.4,1,0,-->,0.359109,0.998628,0.000000 +0.4,1,0.2,-->,0.371767,1.000000,0.250516 +0.4,1,0.4,-->,0.384424,1.000000,0.516621 +0.4,1,0.6,-->,0.397074,1.000000,0.782725 +0.4,1,0.8,-->,0.409731,1.000000,1.000000 +0.4,1,1,-->,0.422388,1.000000,1.000000 +0.6,0,0,-->,0.573296,0.000000,0.007389 +0.6,0,0.2,-->,0.585949,0.000000,0.273499 +0.6,0,0.4,-->,0.598603,0.000000,0.539605 +0.6,0,0.6,-->,0.611260,0.000000,0.805710 +0.6,0,0.8,-->,0.623917,0.000000,1.000000 +0.6,0,1,-->,0.636575,0.004037,1.000000 +0.6,0.2,0,-->,0.568673,0.184988,0.003287 +0.6,0.2,0.2,-->,0.581330,0.189195,0.269392 +0.6,0.2,0.4,-->,0.593988,0.193402,0.535496 +0.6,0.2,0.6,-->,0.606645,0.197616,0.801601 +0.6,0.2,0.8,-->,0.619302,0.201824,1.000000 +0.6,0.2,1,-->,0.631952,0.206031,1.000000 +0.6,0.4,0,-->,0.564058,0.386981,0.000000 +0.6,0.4,0.2,-->,0.576715,0.391188,0.265290 +0.6,0.4,0.4,-->,0.589373,0.395395,0.531395 +0.6,0.4,0.6,-->,0.602030,0.399610,0.797499 +0.6,0.4,0.8,-->,0.614680,0.403817,1.000000 +0.6,0.4,1,-->,0.627337,0.408024,1.000000 +0.6,0.6,0,-->,0.559443,0.588975,0.000000 +0.6,0.6,0.2,-->,0.572100,0.593182,0.261189 +0.6,0.6,0.4,-->,0.584750,0.597389,0.527294 +0.6,0.6,0.6,-->,0.597407,0.601600,0.793398 +0.6,0.6,0.8,-->,0.610065,0.605811,1.000000 +0.6,0.6,1,-->,0.622722,0.610018,1.000000 +0.6,0.8,0,-->,0.554826,0.790968,0.000000 +0.6,0.8,0.2,-->,0.567478,0.795175,0.257080 +0.6,0.8,0.4,-->,0.580135,0.799382,0.523185 +0.6,0.8,0.6,-->,0.592792,0.803589,0.789294 +0.6,0.8,0.8,-->,0.605450,0.807804,1.000000 +0.6,0.8,1,-->,0.618107,0.812011,1.000000 +0.6,1,0,-->,0.550205,0.992962,0.000000 +0.6,1,0.2,-->,0.562863,0.997169,0.252979 +0.6,1,0.4,-->,0.575520,1.000000,0.519083 +0.6,1,0.6,-->,0.588177,1.000000,0.785188 +0.6,1,0.8,-->,0.600827,1.000000,1.000000 +0.6,1,1,-->,0.613484,1.000000,1.000000 +0.8,0,0,-->,0.764391,0.000000,0.009859 +0.8,0,0.2,-->,0.777049,0.000000,0.275963 +0.8,0,0.4,-->,0.789706,0.000000,0.542068 +0.8,0,0.6,-->,0.802356,0.000000,0.808172 +0.8,0,0.8,-->,0.815013,0.000000,1.000000 +0.8,0,1,-->,0.827671,0.000000,1.000000 +0.8,0.2,0,-->,0.759776,0.179314,0.005750 +0.8,0.2,0.2,-->,0.772426,0.183529,0.271855 +0.8,0.2,0.4,-->,0.785084,0.187736,0.537959 +0.8,0.2,0.6,-->,0.797741,0.191943,0.804064 +0.8,0.2,0.8,-->,0.810398,0.196157,1.000000 +0.8,0.2,1,-->,0.823056,0.200364,1.000000 +0.8,0.4,0,-->,0.755154,0.381307,0.001649 +0.8,0.4,0.2,-->,0.767811,0.385522,0.267753 +0.8,0.4,0.4,-->,0.780469,0.389729,0.533858 +0.8,0.4,0.6,-->,0.793126,0.393936,0.799962 +0.8,0.4,0.8,-->,0.805783,0.398143,1.000000 +0.8,0.4,1,-->,0.818433,0.402358,1.000000 +0.8,0.6,0,-->,0.750539,0.583301,0.000000 +0.8,0.6,0.2,-->,0.763196,0.587516,0.263652 +0.8,0.6,0.4,-->,0.775854,0.591723,0.529756 +0.8,0.6,0.6,-->,0.788503,0.595930,0.795861 +0.8,0.6,0.8,-->,0.801161,0.600137,1.000000 +0.8,0.6,1,-->,0.813818,0.604352,1.000000 +0.8,0.8,0,-->,0.745924,0.785294,0.000000 +0.8,0.8,0.2,-->,0.758581,0.789509,0.259551 +0.8,0.8,0.4,-->,0.771231,0.793716,0.525655 +0.8,0.8,0.6,-->,0.783888,0.797923,0.791760 +0.8,0.8,0.8,-->,0.796546,0.802130,1.000000 +0.8,0.8,1,-->,0.809203,0.806345,1.000000 +0.8,1,0,-->,0.741301,0.987288,0.000000 +0.8,1,0.2,-->,0.753959,0.991495,0.255442 +0.8,1,0.4,-->,0.766616,0.995710,0.521546 +0.8,1,0.6,-->,0.779273,0.999917,0.787651 +0.8,1,0.8,-->,0.791931,1.000000,1.000000 +0.8,1,1,-->,0.804580,1.000000,1.000000 +1,0,0,-->,0.955487,0.000000,0.012322 +1,0,0.2,-->,0.968145,0.000000,0.278426 +1,0,0.4,-->,0.980802,0.000000,0.544531 +1,0,0.6,-->,0.993460,0.000000,0.810635 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,0.950872,0.173648,0.008220 +1,0.2,0.2,-->,0.963530,0.177855,0.274325 +1,0.2,0.4,-->,0.976181,0.182070,0.540430 +1,0.2,0.6,-->,0.988837,0.186277,0.806534 +1,0.2,0.8,-->,1.000000,0.190484,1.000000 +1,0.2,1,-->,1.000000,0.194691,1.000000 +1,0.4,0,-->,0.946257,0.375641,0.004112 +1,0.4,0.2,-->,0.958907,0.379848,0.270216 +1,0.4,0.4,-->,0.971565,0.384063,0.536321 +1,0.4,0.6,-->,0.984222,0.388270,0.802425 +1,0.4,0.8,-->,0.996879,0.392477,1.000000 +1,0.4,1,-->,1.000000,0.396684,1.000000 +1,0.6,0,-->,0.941635,0.577635,0.000010 +1,0.6,0.2,-->,0.954292,0.581842,0.266115 +1,0.6,0.4,-->,0.966950,0.586054,0.532219 +1,0.6,0.6,-->,0.979607,0.590264,0.798324 +1,0.6,0.8,-->,0.992264,0.594471,1.000000 +1,0.6,1,-->,1.000000,0.598678,1.000000 +1,0.8,0,-->,0.937020,0.779628,0.000000 +1,0.8,0.2,-->,0.949677,0.783835,0.262013 +1,0.8,0.4,-->,0.962335,0.788042,0.528118 +1,0.8,0.6,-->,0.974984,0.792257,0.794223 +1,0.8,0.8,-->,0.987642,0.796464,1.000000 +1,0.8,1,-->,1.000000,0.800671,1.000000 +1,1,0,-->,0.932405,0.981622,0.000000 +1,1,0.2,-->,0.945059,0.985829,0.257912 +1,1,0.4,-->,0.957712,0.990036,0.524017 +1,1,0.6,-->,0.970369,0.994251,0.790121 +1,1,0.8,-->,0.983027,0.998458,1.000000 +1,1,1,-->,0.995684,1.000000,1.000000 +-0.1,0.5,0.5,-->,0.000000,0.518338,0.653773 +1.1,0.5,0.5,-->,1.000000,0.484326,0.668557 +0.5,-0.1,0.5,-->,0.511695,0.000000,0.673473 +0.5,1.1,0.5,-->,0.483989,1.000000,0.648857 +0.5,0.5,-0.1,-->,0.459870,0.488704,0.000000 +0.5,0.5,1.1,-->,0.535806,0.513961,1.000000 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-3.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-3.csv new file mode 100644 index 0000000..94edc34 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToDevice_ICC-3.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.012657,0.004207,0.266105 +0,0,0.4,-->,0.025315,0.008422,0.532209 +0,0,0.6,-->,0.037964,0.012629,0.798314 +0,0,0.8,-->,0.050622,0.016836,1.000000 +0,0,1,-->,0.063279,0.021043,1.000000 +0,0.2,0,-->,0.000000,0.201994,0.000000 +0,0.2,0.2,-->,0.008042,0.206201,0.262003 +0,0.2,0.4,-->,0.020692,0.210408,0.528108 +0,0.2,0.6,-->,0.033349,0.214622,0.794212 +0,0.2,0.8,-->,0.046007,0.218829,1.000000 +0,0.2,1,-->,0.058664,0.223037,1.000000 +0,0.4,0,-->,0.000000,0.403987,0.000000 +0,0.4,0.2,-->,0.003420,0.408194,0.257901 +0,0.4,0.4,-->,0.016077,0.412401,0.524006 +0,0.4,0.6,-->,0.028734,0.416616,0.790111 +0,0.4,0.8,-->,0.041392,0.420823,1.000000 +0,0.4,1,-->,0.054042,0.425030,1.000000 +0,0.6,0,-->,0.000000,0.605981,0.000000 +0,0.6,0.2,-->,0.000000,0.610188,0.253793 +0,0.6,0.4,-->,0.011462,0.614395,0.519898 +0,0.6,0.6,-->,0.024119,0.618609,0.786002 +0,0.6,0.8,-->,0.036769,0.622817,1.000000 +0,0.6,1,-->,0.049427,0.627024,1.000000 +0,0.8,0,-->,0.000000,0.807974,0.000000 +0,0.8,0.2,-->,0.000000,0.812181,0.249692 +0,0.8,0.4,-->,0.006839,0.816388,0.515796 +0,0.8,0.6,-->,0.019497,0.820601,0.781901 +0,0.8,0.8,-->,0.032154,0.824810,1.000000 +0,0.8,1,-->,0.044812,0.829017,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.245590 +0,1,0.4,-->,0.002224,1.000000,0.511695 +0,1,0.6,-->,0.014882,1.000000,0.777799 +0,1,0.8,-->,0.027539,1.000000,1.000000 +0,1,1,-->,0.040197,1.000000,1.000000 +0.2,0,0,-->,0.191096,0.000000,0.002463 +0.2,0,0.2,-->,0.203753,0.000000,0.268567 +0.2,0,0.4,-->,0.216411,0.002748,0.534672 +0.2,0,0.6,-->,0.229068,0.006955,0.800776 +0.2,0,0.8,-->,0.241718,0.011170,1.000000 +0.2,0,1,-->,0.254375,0.015377,1.000000 +0.2,0.2,0,-->,0.186481,0.196327,0.000000 +0.2,0.2,0.2,-->,0.199138,0.200534,0.264466 +0.2,0.2,0.4,-->,0.211796,0.204742,0.530571 +0.2,0.2,0.6,-->,0.224445,0.208949,0.796675 +0.2,0.2,0.8,-->,0.237103,0.213163,1.000000 +0.2,0.2,1,-->,0.249760,0.217370,1.000000 +0.2,0.4,0,-->,0.181866,0.398316,0.000000 +0.2,0.4,0.2,-->,0.194516,0.402528,0.260365 +0.2,0.4,0.4,-->,0.207173,0.406735,0.526469 +0.2,0.4,0.6,-->,0.219830,0.410942,0.792574 +0.2,0.4,0.8,-->,0.232488,0.415157,1.000000 +0.2,0.4,1,-->,0.245145,0.419364,1.000000 +0.2,0.6,0,-->,0.177243,0.600307,0.000000 +0.2,0.6,0.2,-->,0.189901,0.604522,0.256256 +0.2,0.6,0.4,-->,0.202558,0.608729,0.522360 +0.2,0.6,0.6,-->,0.215215,0.612936,0.788465 +0.2,0.6,0.8,-->,0.227873,0.617145,1.000000 +0.2,0.6,1,-->,0.240523,0.621358,1.000000 +0.2,0.8,0,-->,0.172628,0.802300,0.000000 +0.2,0.8,0.2,-->,0.185286,0.806515,0.252155 +0.2,0.8,0.4,-->,0.197943,0.810722,0.518259 +0.2,0.8,0.6,-->,0.210593,0.814929,0.784364 +0.2,0.8,0.8,-->,0.223250,0.819136,1.000000 +0.2,0.8,1,-->,0.235908,0.823351,1.000000 +0.2,1,0,-->,0.168013,1.000000,0.000000 +0.2,1,0.2,-->,0.180671,1.000000,0.248053 +0.2,1,0.4,-->,0.193320,1.000000,0.514158 +0.2,1,0.6,-->,0.205978,1.000000,0.780262 +0.2,1,0.8,-->,0.218635,1.000000,1.000000 +0.2,1,1,-->,0.231293,1.000000,1.000000 +0.4,0,0,-->,0.382192,0.000000,0.004926 +0.4,0,0.2,-->,0.394849,0.000000,0.271030 +0.4,0,0.4,-->,0.407507,0.000000,0.537135 +0.4,0,0.6,-->,0.420164,0.001289,0.803239 +0.4,0,0.8,-->,0.432821,0.005496,1.000000 +0.4,0,1,-->,0.445478,0.009711,1.000000 +0.4,0.2,0,-->,0.377577,0.190654,0.000824 +0.4,0.2,0.2,-->,0.390234,0.194861,0.266929 +0.4,0.2,0.4,-->,0.402892,0.199075,0.533033 +0.4,0.2,0.6,-->,0.415549,0.203283,0.799138 +0.4,0.2,0.8,-->,0.428199,0.207490,1.000000 +0.4,0.2,1,-->,0.440856,0.211704,1.000000 +0.4,0.4,0,-->,0.372962,0.392647,0.000000 +0.4,0.4,0.2,-->,0.385619,0.396854,0.262828 +0.4,0.4,0.4,-->,0.398271,0.401069,0.528932 +0.4,0.4,0.6,-->,0.410926,0.405276,0.795037 +0.4,0.4,0.8,-->,0.423584,0.409483,1.000000 +0.4,0.4,1,-->,0.436241,0.413690,1.000000 +0.4,0.6,0,-->,0.368347,0.594641,0.000000 +0.4,0.6,0.2,-->,0.380997,0.598848,0.258726 +0.4,0.6,0.4,-->,0.393654,0.603063,0.524831 +0.4,0.6,0.6,-->,0.406311,0.607270,0.790935 +0.4,0.6,0.8,-->,0.418969,0.611477,1.000000 +0.4,0.6,1,-->,0.431626,0.615684,1.000000 +0.4,0.8,0,-->,0.363724,0.796634,0.000000 +0.4,0.8,0.2,-->,0.376382,0.800841,0.254617 +0.4,0.8,0.4,-->,0.389039,0.805056,0.520722 +0.4,0.8,0.6,-->,0.401696,0.809263,0.786826 +0.4,0.8,0.8,-->,0.414354,0.813470,1.000000 +0.4,0.8,1,-->,0.427004,0.817677,1.000000 +0.4,1,0,-->,0.359109,0.998628,0.000000 +0.4,1,0.2,-->,0.371767,1.000000,0.250516 +0.4,1,0.4,-->,0.384424,1.000000,0.516621 +0.4,1,0.6,-->,0.397074,1.000000,0.782725 +0.4,1,0.8,-->,0.409731,1.000000,1.000000 +0.4,1,1,-->,0.422388,1.000000,1.000000 +0.6,0,0,-->,0.573296,0.000000,0.007389 +0.6,0,0.2,-->,0.585949,0.000000,0.273499 +0.6,0,0.4,-->,0.598603,0.000000,0.539605 +0.6,0,0.6,-->,0.611260,0.000000,0.805710 +0.6,0,0.8,-->,0.623917,0.000000,1.000000 +0.6,0,1,-->,0.636575,0.004037,1.000000 +0.6,0.2,0,-->,0.568673,0.184988,0.003287 +0.6,0.2,0.2,-->,0.581330,0.189195,0.269392 +0.6,0.2,0.4,-->,0.593988,0.193402,0.535496 +0.6,0.2,0.6,-->,0.606645,0.197616,0.801601 +0.6,0.2,0.8,-->,0.619302,0.201824,1.000000 +0.6,0.2,1,-->,0.631952,0.206031,1.000000 +0.6,0.4,0,-->,0.564058,0.386981,0.000000 +0.6,0.4,0.2,-->,0.576715,0.391188,0.265290 +0.6,0.4,0.4,-->,0.589373,0.395395,0.531395 +0.6,0.4,0.6,-->,0.602030,0.399610,0.797499 +0.6,0.4,0.8,-->,0.614680,0.403817,1.000000 +0.6,0.4,1,-->,0.627337,0.408024,1.000000 +0.6,0.6,0,-->,0.559443,0.588975,0.000000 +0.6,0.6,0.2,-->,0.572100,0.593182,0.261189 +0.6,0.6,0.4,-->,0.584750,0.597389,0.527294 +0.6,0.6,0.6,-->,0.597407,0.601600,0.793398 +0.6,0.6,0.8,-->,0.610065,0.605811,1.000000 +0.6,0.6,1,-->,0.622722,0.610018,1.000000 +0.6,0.8,0,-->,0.554826,0.790968,0.000000 +0.6,0.8,0.2,-->,0.567478,0.795175,0.257080 +0.6,0.8,0.4,-->,0.580135,0.799382,0.523185 +0.6,0.8,0.6,-->,0.592792,0.803589,0.789294 +0.6,0.8,0.8,-->,0.605450,0.807804,1.000000 +0.6,0.8,1,-->,0.618107,0.812011,1.000000 +0.6,1,0,-->,0.550205,0.992962,0.000000 +0.6,1,0.2,-->,0.562863,0.997169,0.252979 +0.6,1,0.4,-->,0.575520,1.000000,0.519083 +0.6,1,0.6,-->,0.588177,1.000000,0.785188 +0.6,1,0.8,-->,0.600827,1.000000,1.000000 +0.6,1,1,-->,0.613484,1.000000,1.000000 +0.8,0,0,-->,0.764391,0.000000,0.009859 +0.8,0,0.2,-->,0.777049,0.000000,0.275963 +0.8,0,0.4,-->,0.789706,0.000000,0.542068 +0.8,0,0.6,-->,0.802356,0.000000,0.808172 +0.8,0,0.8,-->,0.815013,0.000000,1.000000 +0.8,0,1,-->,0.827671,0.000000,1.000000 +0.8,0.2,0,-->,0.759776,0.179314,0.005750 +0.8,0.2,0.2,-->,0.772426,0.183529,0.271855 +0.8,0.2,0.4,-->,0.785084,0.187736,0.537959 +0.8,0.2,0.6,-->,0.797741,0.191943,0.804064 +0.8,0.2,0.8,-->,0.810398,0.196157,1.000000 +0.8,0.2,1,-->,0.823056,0.200364,1.000000 +0.8,0.4,0,-->,0.755154,0.381307,0.001649 +0.8,0.4,0.2,-->,0.767811,0.385522,0.267753 +0.8,0.4,0.4,-->,0.780469,0.389729,0.533858 +0.8,0.4,0.6,-->,0.793126,0.393936,0.799962 +0.8,0.4,0.8,-->,0.805783,0.398143,1.000000 +0.8,0.4,1,-->,0.818433,0.402358,1.000000 +0.8,0.6,0,-->,0.750539,0.583301,0.000000 +0.8,0.6,0.2,-->,0.763196,0.587516,0.263652 +0.8,0.6,0.4,-->,0.775854,0.591723,0.529756 +0.8,0.6,0.6,-->,0.788503,0.595930,0.795861 +0.8,0.6,0.8,-->,0.801161,0.600137,1.000000 +0.8,0.6,1,-->,0.813818,0.604352,1.000000 +0.8,0.8,0,-->,0.745924,0.785294,0.000000 +0.8,0.8,0.2,-->,0.758581,0.789509,0.259551 +0.8,0.8,0.4,-->,0.771231,0.793716,0.525655 +0.8,0.8,0.6,-->,0.783888,0.797923,0.791760 +0.8,0.8,0.8,-->,0.796546,0.802130,1.000000 +0.8,0.8,1,-->,0.809203,0.806345,1.000000 +0.8,1,0,-->,0.741301,0.987288,0.000000 +0.8,1,0.2,-->,0.753959,0.991495,0.255442 +0.8,1,0.4,-->,0.766616,0.995710,0.521546 +0.8,1,0.6,-->,0.779273,0.999917,0.787651 +0.8,1,0.8,-->,0.791931,1.000000,1.000000 +0.8,1,1,-->,0.804580,1.000000,1.000000 +1,0,0,-->,0.955487,0.000000,0.012322 +1,0,0.2,-->,0.968145,0.000000,0.278426 +1,0,0.4,-->,0.980802,0.000000,0.544531 +1,0,0.6,-->,0.993460,0.000000,0.810635 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,0.950872,0.173648,0.008220 +1,0.2,0.2,-->,0.963530,0.177855,0.274325 +1,0.2,0.4,-->,0.976181,0.182070,0.540430 +1,0.2,0.6,-->,0.988837,0.186277,0.806534 +1,0.2,0.8,-->,1.000000,0.190484,1.000000 +1,0.2,1,-->,1.000000,0.194691,1.000000 +1,0.4,0,-->,0.946257,0.375641,0.004112 +1,0.4,0.2,-->,0.958907,0.379848,0.270216 +1,0.4,0.4,-->,0.971565,0.384063,0.536321 +1,0.4,0.6,-->,0.984222,0.388270,0.802425 +1,0.4,0.8,-->,0.996879,0.392477,1.000000 +1,0.4,1,-->,1.000000,0.396684,1.000000 +1,0.6,0,-->,0.941635,0.577635,0.000010 +1,0.6,0.2,-->,0.954292,0.581842,0.266115 +1,0.6,0.4,-->,0.966950,0.586054,0.532219 +1,0.6,0.6,-->,0.979607,0.590264,0.798324 +1,0.6,0.8,-->,0.992264,0.594471,1.000000 +1,0.6,1,-->,1.000000,0.598678,1.000000 +1,0.8,0,-->,0.937020,0.779628,0.000000 +1,0.8,0.2,-->,0.949677,0.783835,0.262013 +1,0.8,0.4,-->,0.962335,0.788042,0.528118 +1,0.8,0.6,-->,0.974984,0.792257,0.794223 +1,0.8,0.8,-->,0.987642,0.796464,1.000000 +1,0.8,1,-->,1.000000,0.800671,1.000000 +1,1,0,-->,0.932405,0.981622,0.000000 +1,1,0.2,-->,0.945059,0.985829,0.257912 +1,1,0.4,-->,0.957712,0.990036,0.524017 +1,1,0.6,-->,0.970369,0.994251,0.790121 +1,1,0.8,-->,0.983027,0.998458,1.000000 +1,1,1,-->,0.995684,1.000000,1.000000 +-0.1,0.5,0.5,-->,0.020094,0.515505,0.655004 +1.1,0.5,0.5,-->,1.000000,0.484326,0.668557 +0.5,-0.1,0.5,-->,0.509387,0.000000,0.671422 +0.5,1.1,0.5,-->,0.483989,1.000000,0.648857 +0.5,0.5,-0.1,-->,0.466202,0.490807,0.000000 +0.5,0.5,1.1,-->,0.535806,0.513961,1.000000 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-0.csv new file mode 100644 index 0000000..cb02700 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-0.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.003360,0.003473,0.002870 +0,0,0.2,-->,0.000000,0.000070,0.152704 +0,0,0.4,-->,0.000000,0.000000,0.302538 +0,0,0.6,-->,0.000000,0.000000,0.452372 +0,0,0.8,-->,0.000000,0.000000,0.602206 +0,0,1,-->,0.000000,0.000000,0.752040 +0,0.2,0,-->,0.007931,0.200878,0.005872 +0,0.2,0.2,-->,0.000000,0.197475,0.155706 +0,0.2,0.4,-->,0.000000,0.194072,0.305540 +0,0.2,0.6,-->,0.000000,0.190669,0.455373 +0,0.2,0.8,-->,0.000000,0.187266,0.605207 +0,0.2,1,-->,0.000000,0.183862,0.755041 +0,0.4,0,-->,0.012502,0.398282,0.008873 +0,0.4,0.2,-->,0.002496,0.394879,0.158707 +0,0.4,0.4,-->,0.000000,0.391476,0.308541 +0,0.4,0.6,-->,0.000000,0.388073,0.458375 +0,0.4,0.8,-->,0.000000,0.384670,0.608209 +0,0.4,1,-->,0.000000,0.381267,0.758043 +0,0.6,0,-->,0.017072,0.595687,0.011875 +0,0.6,0.2,-->,0.007067,0.592284,0.161709 +0,0.6,0.4,-->,0.000000,0.588881,0.311543 +0,0.6,0.6,-->,0.000000,0.585478,0.461377 +0,0.6,0.8,-->,0.000000,0.582075,0.611211 +0,0.6,1,-->,0.000000,0.578672,0.761044 +0,0.8,0,-->,0.021643,0.793092,0.014876 +0,0.8,0.2,-->,0.011638,0.789689,0.164710 +0,0.8,0.4,-->,0.001633,0.786286,0.314544 +0,0.8,0.6,-->,0.000000,0.782883,0.464378 +0,0.8,0.8,-->,0.000000,0.779480,0.614212 +0,0.8,1,-->,0.000000,0.776076,0.764046 +0,1,0,-->,0.026214,0.990496,0.017878 +0,1,0.2,-->,0.016209,0.987093,0.167712 +0,1,0.4,-->,0.006203,0.983690,0.317546 +0,1,0.6,-->,0.000000,0.980287,0.467380 +0,1,0.8,-->,0.000000,0.976884,0.617214 +0,1,1,-->,0.000000,0.973481,0.767048 +0.2,0,0,-->,0.212212,0.009373,0.001027 +0.2,0,0.2,-->,0.202207,0.005970,0.150861 +0.2,0,0.4,-->,0.192202,0.002567,0.300695 +0.2,0,0.6,-->,0.182196,0.000000,0.450529 +0.2,0,0.8,-->,0.172191,0.000000,0.600363 +0.2,0,1,-->,0.162186,0.000000,0.750197 +0.2,0.2,0,-->,0.216783,0.206778,0.004029 +0.2,0.2,0.2,-->,0.206778,0.203375,0.153863 +0.2,0.2,0.4,-->,0.196772,0.199971,0.303697 +0.2,0.2,0.6,-->,0.186767,0.196568,0.453531 +0.2,0.2,0.8,-->,0.176762,0.193165,0.603364 +0.2,0.2,1,-->,0.166757,0.189762,0.753198 +0.2,0.4,0,-->,0.221354,0.404182,0.007030 +0.2,0.4,0.2,-->,0.211349,0.400779,0.156864 +0.2,0.4,0.4,-->,0.201343,0.397376,0.306698 +0.2,0.4,0.6,-->,0.191338,0.393973,0.456532 +0.2,0.4,0.8,-->,0.181333,0.390570,0.606366 +0.2,0.4,1,-->,0.171327,0.387167,0.756200 +0.2,0.6,0,-->,0.225925,0.601587,0.010032 +0.2,0.6,0.2,-->,0.215919,0.598184,0.159866 +0.2,0.6,0.4,-->,0.205914,0.594781,0.309700 +0.2,0.6,0.6,-->,0.195909,0.591378,0.459534 +0.2,0.6,0.8,-->,0.185903,0.587975,0.609368 +0.2,0.6,1,-->,0.175898,0.584572,0.759202 +0.2,0.8,0,-->,0.230495,0.798992,0.013033 +0.2,0.8,0.2,-->,0.220490,0.795588,0.162867 +0.2,0.8,0.4,-->,0.210485,0.792185,0.312701 +0.2,0.8,0.6,-->,0.200480,0.788782,0.462535 +0.2,0.8,0.8,-->,0.190474,0.785379,0.612369 +0.2,0.8,1,-->,0.180469,0.781976,0.762203 +0.2,1,0,-->,0.235066,0.996396,0.016035 +0.2,1,0.2,-->,0.225061,0.992993,0.165869 +0.2,1,0.4,-->,0.215056,0.989590,0.315703 +0.2,1,0.6,-->,0.205050,0.986187,0.465537 +0.2,1,0.8,-->,0.195045,0.982784,0.615371 +0.2,1,1,-->,0.185040,0.979381,0.765205 +0.4,0,0,-->,0.421064,0.015273,0.000000 +0.4,0,0.2,-->,0.411059,0.011870,0.149018 +0.4,0,0.4,-->,0.401054,0.008467,0.298852 +0.4,0,0.6,-->,0.391048,0.005064,0.448686 +0.4,0,0.8,-->,0.381043,0.001661,0.598520 +0.4,0,1,-->,0.371038,0.000000,0.748354 +0.4,0.2,0,-->,0.425635,0.212677,0.002186 +0.4,0.2,0.2,-->,0.415630,0.209274,0.152020 +0.4,0.2,0.4,-->,0.405625,0.205871,0.301854 +0.4,0.2,0.6,-->,0.395619,0.202468,0.451688 +0.4,0.2,0.8,-->,0.385614,0.199065,0.601521 +0.4,0.2,1,-->,0.375609,0.195662,0.751355 +0.4,0.4,0,-->,0.430206,0.410082,0.005187 +0.4,0.4,0.2,-->,0.420201,0.406679,0.155021 +0.4,0.4,0.4,-->,0.410195,0.403276,0.304855 +0.4,0.4,0.6,-->,0.400190,0.399873,0.454689 +0.4,0.4,0.8,-->,0.390185,0.396470,0.604523 +0.4,0.4,1,-->,0.380179,0.393067,0.754357 +0.4,0.6,0,-->,0.434777,0.607487,0.008189 +0.4,0.6,0.2,-->,0.424772,0.604084,0.158023 +0.4,0.6,0.4,-->,0.414766,0.600681,0.307857 +0.4,0.6,0.6,-->,0.404761,0.597278,0.457691 +0.4,0.6,0.8,-->,0.394756,0.593875,0.607525 +0.4,0.6,1,-->,0.384750,0.590472,0.757359 +0.4,0.8,0,-->,0.439348,0.804891,0.011191 +0.4,0.8,0.2,-->,0.429342,0.801488,0.161024 +0.4,0.8,0.4,-->,0.419337,0.798085,0.310858 +0.4,0.8,0.6,-->,0.409332,0.794682,0.460692 +0.4,0.8,0.8,-->,0.399326,0.791279,0.610526 +0.4,0.8,1,-->,0.389321,0.787876,0.760360 +0.4,1,0,-->,0.443918,1.002296,0.014192 +0.4,1,0.2,-->,0.433913,0.998893,0.164026 +0.4,1,0.4,-->,0.423908,0.995490,0.313860 +0.4,1,0.6,-->,0.413903,0.992087,0.463694 +0.4,1,0.8,-->,0.403897,0.988684,0.613528 +0.4,1,1,-->,0.393892,0.985281,0.763362 +0.6,0,0,-->,0.629917,0.021173,0.000000 +0.6,0,0.2,-->,0.619911,0.017770,0.147175 +0.6,0,0.4,-->,0.609906,0.014367,0.297009 +0.6,0,0.6,-->,0.599901,0.010963,0.446843 +0.6,0,0.8,-->,0.589895,0.007560,0.596677 +0.6,0,1,-->,0.579890,0.004157,0.746511 +0.6,0.2,0,-->,0.634487,0.218577,0.000343 +0.6,0.2,0.2,-->,0.624482,0.215174,0.150177 +0.6,0.2,0.4,-->,0.614477,0.211771,0.300011 +0.6,0.2,0.6,-->,0.604471,0.208368,0.449845 +0.6,0.2,0.8,-->,0.594466,0.204965,0.599679 +0.6,0.2,1,-->,0.584461,0.201562,0.749512 +0.6,0.4,0,-->,0.639058,0.415982,0.003344 +0.6,0.4,0.2,-->,0.629053,0.412579,0.153178 +0.6,0.4,0.4,-->,0.619048,0.409176,0.303012 +0.6,0.4,0.6,-->,0.609042,0.405773,0.452846 +0.6,0.4,0.8,-->,0.599037,0.402370,0.602680 +0.6,0.4,1,-->,0.589032,0.398967,0.752514 +0.6,0.6,0,-->,0.643629,0.613387,0.006346 +0.6,0.6,0.2,-->,0.633624,0.609984,0.156180 +0.6,0.6,0.4,-->,0.623618,0.606581,0.306014 +0.6,0.6,0.6,-->,0.613613,0.603178,0.455848 +0.6,0.6,0.8,-->,0.603608,0.599774,0.605682 +0.6,0.6,1,-->,0.593603,0.596371,0.755516 +0.6,0.8,0,-->,0.648200,0.810791,0.009348 +0.6,0.8,0.2,-->,0.638195,0.807388,0.159182 +0.6,0.8,0.4,-->,0.628189,0.803985,0.309016 +0.6,0.8,0.6,-->,0.618184,0.800582,0.458849 +0.6,0.8,0.8,-->,0.608179,0.797179,0.608683 +0.6,0.8,1,-->,0.598173,0.793776,0.758517 +0.6,1,0,-->,0.652771,1.008196,0.012349 +0.6,1,0.2,-->,0.642765,1.004793,0.162183 +0.6,1,0.4,-->,0.632760,1.001390,0.312017 +0.6,1,0.6,-->,0.622755,0.997987,0.461851 +0.6,1,0.8,-->,0.612749,0.994584,0.611685 +0.6,1,1,-->,0.602744,0.991181,0.761519 +0.8,0,0,-->,0.838769,0.027072,0.000000 +0.8,0,0.2,-->,0.828763,0.023669,0.145332 +0.8,0,0.4,-->,0.818758,0.020266,0.295166 +0.8,0,0.6,-->,0.808753,0.016863,0.445000 +0.8,0,0.8,-->,0.798748,0.013460,0.594834 +0.8,0,1,-->,0.788742,0.010057,0.744668 +0.8,0.2,0,-->,0.843340,0.224477,0.000000 +0.8,0.2,0.2,-->,0.833334,0.221074,0.148334 +0.8,0.2,0.4,-->,0.823329,0.217671,0.298168 +0.8,0.2,0.6,-->,0.813324,0.214268,0.448002 +0.8,0.2,0.8,-->,0.803318,0.210865,0.597836 +0.8,0.2,1,-->,0.793313,0.207462,0.747670 +0.8,0.4,0,-->,0.847910,0.421882,0.001501 +0.8,0.4,0.2,-->,0.837905,0.418479,0.151335 +0.8,0.4,0.4,-->,0.827900,0.415076,0.301169 +0.8,0.4,0.6,-->,0.817894,0.411673,0.451003 +0.8,0.4,0.8,-->,0.807889,0.408270,0.600837 +0.8,0.4,1,-->,0.797884,0.404867,0.750671 +0.8,0.6,0,-->,0.852481,0.619286,0.004503 +0.8,0.6,0.2,-->,0.842476,0.615883,0.154337 +0.8,0.6,0.4,-->,0.832471,0.612480,0.304171 +0.8,0.6,0.6,-->,0.822465,0.609077,0.454005 +0.8,0.6,0.8,-->,0.812460,0.605674,0.603839 +0.8,0.6,1,-->,0.802455,0.602271,0.753673 +0.8,0.8,0,-->,0.857052,0.816691,0.007505 +0.8,0.8,0.2,-->,0.847047,0.813288,0.157339 +0.8,0.8,0.4,-->,0.837041,0.809885,0.307173 +0.8,0.8,0.6,-->,0.827036,0.806482,0.457007 +0.8,0.8,0.8,-->,0.817031,0.803079,0.606840 +0.8,0.8,1,-->,0.807025,0.799676,0.756674 +0.8,1,0,-->,0.861623,1.014096,0.010506 +0.8,1,0.2,-->,0.851617,1.010693,0.160340 +0.8,1,0.4,-->,0.841612,1.007290,0.310174 +0.8,1,0.6,-->,0.831607,1.003887,0.460008 +0.8,1,0.8,-->,0.821602,1.000484,0.609842 +0.8,1,1,-->,0.811596,0.997081,0.759676 +1,0,0,-->,1.047621,0.032972,0.000000 +1,0,0.2,-->,1.037616,0.029569,0.143489 +1,0,0.4,-->,1.027610,0.026166,0.293323 +1,0,0.6,-->,1.017605,0.022763,0.443157 +1,0,0.8,-->,1.007600,0.019360,0.592991 +1,0,1,-->,0.997594,0.015957,0.742825 +1,0.2,0,-->,1.052192,0.230377,0.000000 +1,0.2,0.2,-->,1.042186,0.226974,0.146491 +1,0.2,0.4,-->,1.032181,0.223571,0.296325 +1,0.2,0.6,-->,1.022176,0.220168,0.446159 +1,0.2,0.8,-->,1.012171,0.216765,0.595993 +1,0.2,1,-->,1.002165,0.213362,0.745827 +1,0.4,0,-->,1.056763,0.427782,0.000000 +1,0.4,0.2,-->,1.046757,0.424379,0.149493 +1,0.4,0.4,-->,1.036752,0.420976,0.299326 +1,0.4,0.6,-->,1.026747,0.417572,0.449160 +1,0.4,0.8,-->,1.016741,0.414169,0.598994 +1,0.4,1,-->,1.006736,0.410766,0.748828 +1,0.6,0,-->,1.061333,0.625186,0.002660 +1,0.6,0.2,-->,1.051328,0.621783,0.152494 +1,0.6,0.4,-->,1.041323,0.618380,0.302328 +1,0.6,0.6,-->,1.031317,0.614977,0.452162 +1,0.6,0.8,-->,1.021312,0.611574,0.601996 +1,0.6,1,-->,1.011307,0.608171,0.751830 +1,0.8,0,-->,1.065904,0.822591,0.005662 +1,0.8,0.2,-->,1.055899,0.819188,0.155496 +1,0.8,0.4,-->,1.045894,0.815785,0.305330 +1,0.8,0.6,-->,1.035888,0.812382,0.455164 +1,0.8,0.8,-->,1.025883,0.808979,0.604998 +1,0.8,1,-->,1.015878,0.805576,0.754831 +1,1,0,-->,1.070475,1.019996,0.008663 +1,1,0.2,-->,1.060470,1.016593,0.158497 +1,1,0.4,-->,1.050465,1.013189,0.308331 +1,1,0.6,-->,1.040459,1.009786,0.458165 +1,1,0.8,-->,1.030454,1.006383,0.607999 +1,1,1,-->,1.020448,1.002980,0.757833 +-0.1,0.5,0.5,-->,0.000000,0.485527,0.385880 +1.1,0.5,0.5,-->,1.138461,0.520926,0.374823 +0.5,-0.1,0.5,-->,0.498192,0.000000,0.371347 +0.5,1.1,0.5,-->,0.525617,1.095441,0.389356 +0.5,0.5,-0.1,-->,0.541920,0.513436,0.000000 +0.5,0.5,1.1,-->,0.481888,0.493018,0.829853 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-1.csv new file mode 100644 index 0000000..74e4adc --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-1.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,-0.010040,-0.003415,0.150357 +0,0,0.4,-->,-0.020081,-0.006830,0.300714 +0,0,0.6,-->,-0.030121,-0.010245,0.451071 +0,0,0.8,-->,-0.040161,-0.013660,0.601428 +0,0,1,-->,-0.050201,-0.017075,0.751785 +0,0.2,0,-->,0.004587,0.198093,0.003012 +0,0.2,0.2,-->,-0.005453,0.194678,0.153369 +0,0.2,0.4,-->,-0.015494,0.191263,0.303726 +0,0.2,0.6,-->,-0.025534,0.187848,0.454083 +0,0.2,0.8,-->,-0.035574,0.184433,0.604440 +0,0.2,1,-->,-0.045615,0.181018,0.754797 +0,0.4,0,-->,0.009174,0.396185,0.006024 +0,0.4,0.2,-->,-0.000867,0.392770,0.156381 +0,0.4,0.4,-->,-0.010907,0.389355,0.306738 +0,0.4,0.6,-->,-0.020947,0.385941,0.457095 +0,0.4,0.8,-->,-0.030988,0.382526,0.607452 +0,0.4,1,-->,-0.041028,0.379111,0.757809 +0,0.6,0,-->,0.013760,0.594278,0.009036 +0,0.6,0.2,-->,0.003720,0.590863,0.159393 +0,0.6,0.4,-->,-0.006320,0.587448,0.309750 +0,0.6,0.6,-->,-0.016360,0.584033,0.460107 +0,0.6,0.8,-->,-0.026401,0.580618,0.610465 +0,0.6,1,-->,-0.036441,0.577203,0.760822 +0,0.8,0,-->,0.018347,0.792371,0.012048 +0,0.8,0.2,-->,0.008307,0.788956,0.162405 +0,0.8,0.4,-->,-0.001733,0.785541,0.312762 +0,0.8,0.6,-->,-0.011774,0.782126,0.463120 +0,0.8,0.8,-->,-0.021814,0.778711,0.613477 +0,0.8,1,-->,-0.031854,0.775296,0.763834 +0,1,0,-->,0.022934,0.990463,0.015060 +0,1,0.2,-->,0.012894,0.987048,0.165417 +0,1,0.4,-->,0.002853,0.983633,0.315775 +0,1,0.6,-->,-0.007187,0.980219,0.466132 +0,1,0.8,-->,-0.017227,0.976804,0.616489 +0,1,1,-->,-0.027267,0.973389,0.766846 +0.2,0,0,-->,0.209583,0.005920,-0.001849 +0.2,0,0.2,-->,0.199542,0.002505,0.148508 +0.2,0,0.4,-->,0.189502,-0.000909,0.298865 +0.2,0,0.6,-->,0.179462,-0.004324,0.449222 +0.2,0,0.8,-->,0.169421,-0.007739,0.599579 +0.2,0,1,-->,0.159381,-0.011154,0.749936 +0.2,0.2,0,-->,0.214169,0.204013,0.001163 +0.2,0.2,0.2,-->,0.204129,0.200598,0.151520 +0.2,0.2,0.4,-->,0.194089,0.197183,0.301877 +0.2,0.2,0.6,-->,0.184048,0.193768,0.452234 +0.2,0.2,0.8,-->,0.174008,0.190353,0.602591 +0.2,0.2,1,-->,0.163968,0.186938,0.752948 +0.2,0.4,0,-->,0.218756,0.402106,0.004175 +0.2,0.4,0.2,-->,0.208716,0.398691,0.154532 +0.2,0.4,0.4,-->,0.198676,0.395276,0.304889 +0.2,0.4,0.6,-->,0.188635,0.391861,0.455246 +0.2,0.4,0.8,-->,0.178595,0.388446,0.605603 +0.2,0.4,1,-->,0.168555,0.385031,0.755960 +0.2,0.6,0,-->,0.223343,0.600198,0.007187 +0.2,0.6,0.2,-->,0.213303,0.596783,0.157544 +0.2,0.6,0.4,-->,0.203262,0.593369,0.307901 +0.2,0.6,0.6,-->,0.193222,0.589954,0.458258 +0.2,0.6,0.8,-->,0.183182,0.586539,0.608615 +0.2,0.6,1,-->,0.173141,0.583124,0.758972 +0.2,0.8,0,-->,0.227930,0.798291,0.010199 +0.2,0.8,0.2,-->,0.217889,0.794876,0.160556 +0.2,0.8,0.4,-->,0.207849,0.791461,0.310913 +0.2,0.8,0.6,-->,0.197809,0.788046,0.461270 +0.2,0.8,0.8,-->,0.187769,0.784631,0.611627 +0.2,0.8,1,-->,0.177728,0.781216,0.761984 +0.2,1,0,-->,0.232516,0.996384,0.013211 +0.2,1,0.2,-->,0.222476,0.992969,0.163568 +0.2,1,0.4,-->,0.212436,0.989554,0.313925 +0.2,1,0.6,-->,0.202396,0.986139,0.464282 +0.2,1,0.8,-->,0.192355,0.982724,0.614639 +0.2,1,1,-->,0.182315,0.979309,0.764996 +0.4,0,0,-->,0.419165,0.011841,-0.003699 +0.4,0,0.2,-->,0.409125,0.008426,0.146658 +0.4,0,0.4,-->,0.399084,0.005011,0.297015 +0.4,0,0.6,-->,0.389044,0.001596,0.447372 +0.4,0,0.8,-->,0.379004,-0.001819,0.597730 +0.4,0,1,-->,0.368964,-0.005234,0.748087 +0.4,0.2,0,-->,0.423752,0.209933,-0.000687 +0.4,0.2,0.2,-->,0.413712,0.206519,0.149670 +0.4,0.2,0.4,-->,0.403671,0.203104,0.300027 +0.4,0.2,0.6,-->,0.393631,0.199689,0.450385 +0.4,0.2,0.8,-->,0.383591,0.196274,0.600742 +0.4,0.2,1,-->,0.373550,0.192859,0.751099 +0.4,0.4,0,-->,0.428339,0.408026,0.002325 +0.4,0.4,0.2,-->,0.418298,0.404611,0.152682 +0.4,0.4,0.4,-->,0.408258,0.401196,0.303040 +0.4,0.4,0.6,-->,0.398218,0.397781,0.453397 +0.4,0.4,0.8,-->,0.388177,0.394366,0.603754 +0.4,0.4,1,-->,0.378137,0.390952,0.754111 +0.4,0.6,0,-->,0.432925,0.606119,0.005338 +0.4,0.6,0.2,-->,0.422885,0.602704,0.155695 +0.4,0.6,0.4,-->,0.412845,0.599289,0.306052 +0.4,0.6,0.6,-->,0.402805,0.595874,0.456409 +0.4,0.6,0.8,-->,0.392764,0.592459,0.606766 +0.4,0.6,1,-->,0.382724,0.589044,0.757123 +0.4,0.8,0,-->,0.437512,0.804211,0.008350 +0.4,0.8,0.2,-->,0.427472,0.800797,0.158707 +0.4,0.8,0.4,-->,0.417432,0.797382,0.309064 +0.4,0.8,0.6,-->,0.407391,0.793967,0.459421 +0.4,0.8,0.8,-->,0.397351,0.790552,0.609778 +0.4,0.8,1,-->,0.387311,0.787137,0.760135 +0.4,1,0,-->,0.442099,1.002304,0.011362 +0.4,1,0.2,-->,0.432059,0.998889,0.161719 +0.4,1,0.4,-->,0.422018,0.995474,0.312076 +0.4,1,0.6,-->,0.411978,0.992059,0.462433 +0.4,1,0.8,-->,0.401938,0.988644,0.612790 +0.4,1,1,-->,0.391898,0.985229,0.763147 +0.6,0,0,-->,0.628748,0.017761,-0.005548 +0.6,0,0.2,-->,0.618707,0.014346,0.144809 +0.6,0,0.4,-->,0.608667,0.010931,0.295166 +0.6,0,0.6,-->,0.598627,0.007516,0.445523 +0.6,0,0.8,-->,0.588586,0.004102,0.595880 +0.6,0,1,-->,0.578546,0.000687,0.746237 +0.6,0.2,0,-->,0.633334,0.215854,-0.002536 +0.6,0.2,0.2,-->,0.623294,0.212439,0.147821 +0.6,0.2,0.4,-->,0.613254,0.209024,0.298178 +0.6,0.2,0.6,-->,0.603214,0.205609,0.448535 +0.6,0.2,0.8,-->,0.593173,0.202194,0.598892 +0.6,0.2,1,-->,0.583133,0.198779,0.749249 +0.6,0.4,0,-->,0.637921,0.413947,0.000476 +0.6,0.4,0.2,-->,0.627881,0.410532,0.150833 +0.6,0.4,0.4,-->,0.617841,0.407117,0.301190 +0.6,0.4,0.6,-->,0.607800,0.403702,0.451547 +0.6,0.4,0.8,-->,0.597760,0.400287,0.601904 +0.6,0.4,1,-->,0.587720,0.396872,0.752261 +0.6,0.6,0,-->,0.642508,0.612039,0.003488 +0.6,0.6,0.2,-->,0.632468,0.608624,0.153845 +0.6,0.6,0.4,-->,0.622427,0.605209,0.304202 +0.6,0.6,0.6,-->,0.612387,0.601794,0.454559 +0.6,0.6,0.8,-->,0.602347,0.598380,0.604916 +0.6,0.6,1,-->,0.592307,0.594965,0.755273 +0.6,0.8,0,-->,0.647095,0.810132,0.006500 +0.6,0.8,0.2,-->,0.637054,0.806717,0.156857 +0.6,0.8,0.4,-->,0.627014,0.803302,0.307214 +0.6,0.8,0.6,-->,0.616974,0.799887,0.457571 +0.6,0.8,0.8,-->,0.606934,0.796472,0.607928 +0.6,0.8,1,-->,0.596893,0.793057,0.758286 +0.6,1,0,-->,0.651682,1.008224,0.009512 +0.6,1,0.2,-->,0.641641,1.004810,0.159869 +0.6,1,0.4,-->,0.631601,1.001395,0.310226 +0.6,1,0.6,-->,0.621561,0.997980,0.460584 +0.6,1,0.8,-->,0.611520,0.994565,0.610941 +0.6,1,1,-->,0.601480,0.991150,0.761298 +0.8,0,0,-->,0.838330,0.023682,-0.007397 +0.8,0,0.2,-->,0.828290,0.020267,0.142960 +0.8,0,0.4,-->,0.818250,0.016852,0.293317 +0.8,0,0.6,-->,0.808209,0.013437,0.443674 +0.8,0,0.8,-->,0.798169,0.010022,0.594031 +0.8,0,1,-->,0.788129,0.006607,0.744388 +0.8,0.2,0,-->,0.842917,0.221774,-0.004385 +0.8,0.2,0.2,-->,0.832877,0.218359,0.145972 +0.8,0.2,0.4,-->,0.822836,0.214944,0.296329 +0.8,0.2,0.6,-->,0.812796,0.211530,0.446686 +0.8,0.2,0.8,-->,0.802756,0.208115,0.597043 +0.8,0.2,1,-->,0.792715,0.204700,0.747400 +0.8,0.4,0,-->,0.847504,0.419867,-0.001373 +0.8,0.4,0.2,-->,0.837463,0.416452,0.148984 +0.8,0.4,0.4,-->,0.827423,0.413037,0.299341 +0.8,0.4,0.6,-->,0.817383,0.409622,0.449698 +0.8,0.4,0.8,-->,0.807343,0.406207,0.600055 +0.8,0.4,1,-->,0.797302,0.402792,0.750412 +0.8,0.6,0,-->,0.852090,0.617960,0.001639 +0.8,0.6,0.2,-->,0.842050,0.614545,0.151996 +0.8,0.6,0.4,-->,0.832010,0.611130,0.302353 +0.8,0.6,0.6,-->,0.821970,0.607715,0.452710 +0.8,0.6,0.8,-->,0.811929,0.604300,0.603067 +0.8,0.6,1,-->,0.801889,0.600885,0.753424 +0.8,0.8,0,-->,0.856677,0.816052,0.004651 +0.8,0.8,0.2,-->,0.846637,0.812637,0.155008 +0.8,0.8,0.4,-->,0.836597,0.809222,0.305365 +0.8,0.8,0.6,-->,0.826556,0.805808,0.455722 +0.8,0.8,0.8,-->,0.816516,0.802393,0.606079 +0.8,0.8,1,-->,0.806476,0.798978,0.756436 +0.8,1,0,-->,0.861264,1.014145,0.007663 +0.8,1,0.2,-->,0.851224,1.010730,0.158020 +0.8,1,0.4,-->,0.841183,1.007315,0.308377 +0.8,1,0.6,-->,0.831143,1.003900,0.458734 +0.8,1,0.8,-->,0.821103,1.000485,0.609091 +0.8,1,1,-->,0.811063,0.997070,0.759448 +1,0,0,-->,1.047913,0.029602,-0.009247 +1,0,0.2,-->,1.037872,0.026187,0.141110 +1,0,0.4,-->,1.027832,0.022772,0.291467 +1,0,0.6,-->,1.017792,0.019357,0.441824 +1,0,0.8,-->,1.007751,0.015942,0.592181 +1,0,1,-->,0.997711,0.012527,0.742538 +1,0.2,0,-->,1.052499,0.227695,-0.006235 +1,0.2,0.2,-->,1.042459,0.224280,0.144122 +1,0.2,0.4,-->,1.032419,0.220865,0.294479 +1,0.2,0.6,-->,1.022379,0.217450,0.444836 +1,0.2,0.8,-->,1.012338,0.214035,0.595194 +1,0.2,1,-->,1.002298,0.210620,0.745551 +1,0.4,0,-->,1.057086,0.425787,-0.003223 +1,0.4,0.2,-->,1.047046,0.422372,0.147134 +1,0.4,0.4,-->,1.037006,0.418958,0.297491 +1,0.4,0.6,-->,1.026965,0.415543,0.447849 +1,0.4,0.8,-->,1.016925,0.412128,0.598206 +1,0.4,1,-->,1.006885,0.408713,0.748563 +1,0.6,0,-->,1.061673,0.623880,-0.000211 +1,0.6,0.2,-->,1.051633,0.620465,0.150146 +1,0.6,0.4,-->,1.041592,0.617050,0.300504 +1,0.6,0.6,-->,1.031552,0.613635,0.450861 +1,0.6,0.8,-->,1.021512,0.610220,0.601218 +1,0.6,1,-->,1.011472,0.606805,0.751575 +1,0.8,0,-->,1.066260,0.821973,0.002802 +1,0.8,0.2,-->,1.056219,0.818558,0.153159 +1,0.8,0.4,-->,1.046179,0.815143,0.303516 +1,0.8,0.6,-->,1.036139,0.811728,0.453873 +1,0.8,0.8,-->,1.026099,0.808313,0.604230 +1,0.8,1,-->,1.016058,0.804898,0.754587 +1,1,0,-->,1.070847,1.020065,0.005814 +1,1,0.2,-->,1.060806,1.016650,0.156171 +1,1,0.4,-->,1.050766,1.013235,0.306528 +1,1,0.6,-->,1.040726,1.009821,0.456885 +1,1,0.8,-->,1.030685,1.006406,0.607242 +1,1,1,-->,1.020645,1.002991,0.757599 +-0.1,0.5,0.5,-->,-0.118425,0.483734,0.384348 +1.1,0.5,0.5,-->,1.139070,0.519257,0.373251 +0.5,-0.1,0.5,-->,0.496562,-0.092783,0.369763 +0.5,1.1,0.5,-->,0.524083,1.095773,0.387836 +0.5,0.5,-0.1,-->,0.540443,0.511740,-0.072272 +0.5,0.5,1.1,-->,0.480202,0.491251,0.829871 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-2.csv new file mode 100644 index 0000000..74e4adc --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-2.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,-0.010040,-0.003415,0.150357 +0,0,0.4,-->,-0.020081,-0.006830,0.300714 +0,0,0.6,-->,-0.030121,-0.010245,0.451071 +0,0,0.8,-->,-0.040161,-0.013660,0.601428 +0,0,1,-->,-0.050201,-0.017075,0.751785 +0,0.2,0,-->,0.004587,0.198093,0.003012 +0,0.2,0.2,-->,-0.005453,0.194678,0.153369 +0,0.2,0.4,-->,-0.015494,0.191263,0.303726 +0,0.2,0.6,-->,-0.025534,0.187848,0.454083 +0,0.2,0.8,-->,-0.035574,0.184433,0.604440 +0,0.2,1,-->,-0.045615,0.181018,0.754797 +0,0.4,0,-->,0.009174,0.396185,0.006024 +0,0.4,0.2,-->,-0.000867,0.392770,0.156381 +0,0.4,0.4,-->,-0.010907,0.389355,0.306738 +0,0.4,0.6,-->,-0.020947,0.385941,0.457095 +0,0.4,0.8,-->,-0.030988,0.382526,0.607452 +0,0.4,1,-->,-0.041028,0.379111,0.757809 +0,0.6,0,-->,0.013760,0.594278,0.009036 +0,0.6,0.2,-->,0.003720,0.590863,0.159393 +0,0.6,0.4,-->,-0.006320,0.587448,0.309750 +0,0.6,0.6,-->,-0.016360,0.584033,0.460107 +0,0.6,0.8,-->,-0.026401,0.580618,0.610465 +0,0.6,1,-->,-0.036441,0.577203,0.760822 +0,0.8,0,-->,0.018347,0.792371,0.012048 +0,0.8,0.2,-->,0.008307,0.788956,0.162405 +0,0.8,0.4,-->,-0.001733,0.785541,0.312762 +0,0.8,0.6,-->,-0.011774,0.782126,0.463120 +0,0.8,0.8,-->,-0.021814,0.778711,0.613477 +0,0.8,1,-->,-0.031854,0.775296,0.763834 +0,1,0,-->,0.022934,0.990463,0.015060 +0,1,0.2,-->,0.012894,0.987048,0.165417 +0,1,0.4,-->,0.002853,0.983633,0.315775 +0,1,0.6,-->,-0.007187,0.980219,0.466132 +0,1,0.8,-->,-0.017227,0.976804,0.616489 +0,1,1,-->,-0.027267,0.973389,0.766846 +0.2,0,0,-->,0.209583,0.005920,-0.001849 +0.2,0,0.2,-->,0.199542,0.002505,0.148508 +0.2,0,0.4,-->,0.189502,-0.000909,0.298865 +0.2,0,0.6,-->,0.179462,-0.004324,0.449222 +0.2,0,0.8,-->,0.169421,-0.007739,0.599579 +0.2,0,1,-->,0.159381,-0.011154,0.749936 +0.2,0.2,0,-->,0.214169,0.204013,0.001163 +0.2,0.2,0.2,-->,0.204129,0.200598,0.151520 +0.2,0.2,0.4,-->,0.194089,0.197183,0.301877 +0.2,0.2,0.6,-->,0.184048,0.193768,0.452234 +0.2,0.2,0.8,-->,0.174008,0.190353,0.602591 +0.2,0.2,1,-->,0.163968,0.186938,0.752948 +0.2,0.4,0,-->,0.218756,0.402106,0.004175 +0.2,0.4,0.2,-->,0.208716,0.398691,0.154532 +0.2,0.4,0.4,-->,0.198676,0.395276,0.304889 +0.2,0.4,0.6,-->,0.188635,0.391861,0.455246 +0.2,0.4,0.8,-->,0.178595,0.388446,0.605603 +0.2,0.4,1,-->,0.168555,0.385031,0.755960 +0.2,0.6,0,-->,0.223343,0.600198,0.007187 +0.2,0.6,0.2,-->,0.213303,0.596783,0.157544 +0.2,0.6,0.4,-->,0.203262,0.593369,0.307901 +0.2,0.6,0.6,-->,0.193222,0.589954,0.458258 +0.2,0.6,0.8,-->,0.183182,0.586539,0.608615 +0.2,0.6,1,-->,0.173141,0.583124,0.758972 +0.2,0.8,0,-->,0.227930,0.798291,0.010199 +0.2,0.8,0.2,-->,0.217889,0.794876,0.160556 +0.2,0.8,0.4,-->,0.207849,0.791461,0.310913 +0.2,0.8,0.6,-->,0.197809,0.788046,0.461270 +0.2,0.8,0.8,-->,0.187769,0.784631,0.611627 +0.2,0.8,1,-->,0.177728,0.781216,0.761984 +0.2,1,0,-->,0.232516,0.996384,0.013211 +0.2,1,0.2,-->,0.222476,0.992969,0.163568 +0.2,1,0.4,-->,0.212436,0.989554,0.313925 +0.2,1,0.6,-->,0.202396,0.986139,0.464282 +0.2,1,0.8,-->,0.192355,0.982724,0.614639 +0.2,1,1,-->,0.182315,0.979309,0.764996 +0.4,0,0,-->,0.419165,0.011841,-0.003699 +0.4,0,0.2,-->,0.409125,0.008426,0.146658 +0.4,0,0.4,-->,0.399084,0.005011,0.297015 +0.4,0,0.6,-->,0.389044,0.001596,0.447372 +0.4,0,0.8,-->,0.379004,-0.001819,0.597730 +0.4,0,1,-->,0.368964,-0.005234,0.748087 +0.4,0.2,0,-->,0.423752,0.209933,-0.000687 +0.4,0.2,0.2,-->,0.413712,0.206519,0.149670 +0.4,0.2,0.4,-->,0.403671,0.203104,0.300027 +0.4,0.2,0.6,-->,0.393631,0.199689,0.450385 +0.4,0.2,0.8,-->,0.383591,0.196274,0.600742 +0.4,0.2,1,-->,0.373550,0.192859,0.751099 +0.4,0.4,0,-->,0.428339,0.408026,0.002325 +0.4,0.4,0.2,-->,0.418298,0.404611,0.152682 +0.4,0.4,0.4,-->,0.408258,0.401196,0.303040 +0.4,0.4,0.6,-->,0.398218,0.397781,0.453397 +0.4,0.4,0.8,-->,0.388177,0.394366,0.603754 +0.4,0.4,1,-->,0.378137,0.390952,0.754111 +0.4,0.6,0,-->,0.432925,0.606119,0.005338 +0.4,0.6,0.2,-->,0.422885,0.602704,0.155695 +0.4,0.6,0.4,-->,0.412845,0.599289,0.306052 +0.4,0.6,0.6,-->,0.402805,0.595874,0.456409 +0.4,0.6,0.8,-->,0.392764,0.592459,0.606766 +0.4,0.6,1,-->,0.382724,0.589044,0.757123 +0.4,0.8,0,-->,0.437512,0.804211,0.008350 +0.4,0.8,0.2,-->,0.427472,0.800797,0.158707 +0.4,0.8,0.4,-->,0.417432,0.797382,0.309064 +0.4,0.8,0.6,-->,0.407391,0.793967,0.459421 +0.4,0.8,0.8,-->,0.397351,0.790552,0.609778 +0.4,0.8,1,-->,0.387311,0.787137,0.760135 +0.4,1,0,-->,0.442099,1.002304,0.011362 +0.4,1,0.2,-->,0.432059,0.998889,0.161719 +0.4,1,0.4,-->,0.422018,0.995474,0.312076 +0.4,1,0.6,-->,0.411978,0.992059,0.462433 +0.4,1,0.8,-->,0.401938,0.988644,0.612790 +0.4,1,1,-->,0.391898,0.985229,0.763147 +0.6,0,0,-->,0.628748,0.017761,-0.005548 +0.6,0,0.2,-->,0.618707,0.014346,0.144809 +0.6,0,0.4,-->,0.608667,0.010931,0.295166 +0.6,0,0.6,-->,0.598627,0.007516,0.445523 +0.6,0,0.8,-->,0.588586,0.004102,0.595880 +0.6,0,1,-->,0.578546,0.000687,0.746237 +0.6,0.2,0,-->,0.633334,0.215854,-0.002536 +0.6,0.2,0.2,-->,0.623294,0.212439,0.147821 +0.6,0.2,0.4,-->,0.613254,0.209024,0.298178 +0.6,0.2,0.6,-->,0.603214,0.205609,0.448535 +0.6,0.2,0.8,-->,0.593173,0.202194,0.598892 +0.6,0.2,1,-->,0.583133,0.198779,0.749249 +0.6,0.4,0,-->,0.637921,0.413947,0.000476 +0.6,0.4,0.2,-->,0.627881,0.410532,0.150833 +0.6,0.4,0.4,-->,0.617841,0.407117,0.301190 +0.6,0.4,0.6,-->,0.607800,0.403702,0.451547 +0.6,0.4,0.8,-->,0.597760,0.400287,0.601904 +0.6,0.4,1,-->,0.587720,0.396872,0.752261 +0.6,0.6,0,-->,0.642508,0.612039,0.003488 +0.6,0.6,0.2,-->,0.632468,0.608624,0.153845 +0.6,0.6,0.4,-->,0.622427,0.605209,0.304202 +0.6,0.6,0.6,-->,0.612387,0.601794,0.454559 +0.6,0.6,0.8,-->,0.602347,0.598380,0.604916 +0.6,0.6,1,-->,0.592307,0.594965,0.755273 +0.6,0.8,0,-->,0.647095,0.810132,0.006500 +0.6,0.8,0.2,-->,0.637054,0.806717,0.156857 +0.6,0.8,0.4,-->,0.627014,0.803302,0.307214 +0.6,0.8,0.6,-->,0.616974,0.799887,0.457571 +0.6,0.8,0.8,-->,0.606934,0.796472,0.607928 +0.6,0.8,1,-->,0.596893,0.793057,0.758286 +0.6,1,0,-->,0.651682,1.008224,0.009512 +0.6,1,0.2,-->,0.641641,1.004810,0.159869 +0.6,1,0.4,-->,0.631601,1.001395,0.310226 +0.6,1,0.6,-->,0.621561,0.997980,0.460584 +0.6,1,0.8,-->,0.611520,0.994565,0.610941 +0.6,1,1,-->,0.601480,0.991150,0.761298 +0.8,0,0,-->,0.838330,0.023682,-0.007397 +0.8,0,0.2,-->,0.828290,0.020267,0.142960 +0.8,0,0.4,-->,0.818250,0.016852,0.293317 +0.8,0,0.6,-->,0.808209,0.013437,0.443674 +0.8,0,0.8,-->,0.798169,0.010022,0.594031 +0.8,0,1,-->,0.788129,0.006607,0.744388 +0.8,0.2,0,-->,0.842917,0.221774,-0.004385 +0.8,0.2,0.2,-->,0.832877,0.218359,0.145972 +0.8,0.2,0.4,-->,0.822836,0.214944,0.296329 +0.8,0.2,0.6,-->,0.812796,0.211530,0.446686 +0.8,0.2,0.8,-->,0.802756,0.208115,0.597043 +0.8,0.2,1,-->,0.792715,0.204700,0.747400 +0.8,0.4,0,-->,0.847504,0.419867,-0.001373 +0.8,0.4,0.2,-->,0.837463,0.416452,0.148984 +0.8,0.4,0.4,-->,0.827423,0.413037,0.299341 +0.8,0.4,0.6,-->,0.817383,0.409622,0.449698 +0.8,0.4,0.8,-->,0.807343,0.406207,0.600055 +0.8,0.4,1,-->,0.797302,0.402792,0.750412 +0.8,0.6,0,-->,0.852090,0.617960,0.001639 +0.8,0.6,0.2,-->,0.842050,0.614545,0.151996 +0.8,0.6,0.4,-->,0.832010,0.611130,0.302353 +0.8,0.6,0.6,-->,0.821970,0.607715,0.452710 +0.8,0.6,0.8,-->,0.811929,0.604300,0.603067 +0.8,0.6,1,-->,0.801889,0.600885,0.753424 +0.8,0.8,0,-->,0.856677,0.816052,0.004651 +0.8,0.8,0.2,-->,0.846637,0.812637,0.155008 +0.8,0.8,0.4,-->,0.836597,0.809222,0.305365 +0.8,0.8,0.6,-->,0.826556,0.805808,0.455722 +0.8,0.8,0.8,-->,0.816516,0.802393,0.606079 +0.8,0.8,1,-->,0.806476,0.798978,0.756436 +0.8,1,0,-->,0.861264,1.014145,0.007663 +0.8,1,0.2,-->,0.851224,1.010730,0.158020 +0.8,1,0.4,-->,0.841183,1.007315,0.308377 +0.8,1,0.6,-->,0.831143,1.003900,0.458734 +0.8,1,0.8,-->,0.821103,1.000485,0.609091 +0.8,1,1,-->,0.811063,0.997070,0.759448 +1,0,0,-->,1.047913,0.029602,-0.009247 +1,0,0.2,-->,1.037872,0.026187,0.141110 +1,0,0.4,-->,1.027832,0.022772,0.291467 +1,0,0.6,-->,1.017792,0.019357,0.441824 +1,0,0.8,-->,1.007751,0.015942,0.592181 +1,0,1,-->,0.997711,0.012527,0.742538 +1,0.2,0,-->,1.052499,0.227695,-0.006235 +1,0.2,0.2,-->,1.042459,0.224280,0.144122 +1,0.2,0.4,-->,1.032419,0.220865,0.294479 +1,0.2,0.6,-->,1.022379,0.217450,0.444836 +1,0.2,0.8,-->,1.012338,0.214035,0.595194 +1,0.2,1,-->,1.002298,0.210620,0.745551 +1,0.4,0,-->,1.057086,0.425787,-0.003223 +1,0.4,0.2,-->,1.047046,0.422372,0.147134 +1,0.4,0.4,-->,1.037006,0.418958,0.297491 +1,0.4,0.6,-->,1.026965,0.415543,0.447849 +1,0.4,0.8,-->,1.016925,0.412128,0.598206 +1,0.4,1,-->,1.006885,0.408713,0.748563 +1,0.6,0,-->,1.061673,0.623880,-0.000211 +1,0.6,0.2,-->,1.051633,0.620465,0.150146 +1,0.6,0.4,-->,1.041592,0.617050,0.300504 +1,0.6,0.6,-->,1.031552,0.613635,0.450861 +1,0.6,0.8,-->,1.021512,0.610220,0.601218 +1,0.6,1,-->,1.011472,0.606805,0.751575 +1,0.8,0,-->,1.066260,0.821973,0.002802 +1,0.8,0.2,-->,1.056219,0.818558,0.153159 +1,0.8,0.4,-->,1.046179,0.815143,0.303516 +1,0.8,0.6,-->,1.036139,0.811728,0.453873 +1,0.8,0.8,-->,1.026099,0.808313,0.604230 +1,0.8,1,-->,1.016058,0.804898,0.754587 +1,1,0,-->,1.070847,1.020065,0.005814 +1,1,0.2,-->,1.060806,1.016650,0.156171 +1,1,0.4,-->,1.050766,1.013235,0.306528 +1,1,0.6,-->,1.040726,1.009821,0.456885 +1,1,0.8,-->,1.030685,1.006406,0.607242 +1,1,1,-->,1.020645,1.002991,0.757599 +-0.1,0.5,0.5,-->,-0.118425,0.483734,0.384348 +1.1,0.5,0.5,-->,1.139070,0.519257,0.373251 +0.5,-0.1,0.5,-->,0.496562,-0.092783,0.369763 +0.5,1.1,0.5,-->,0.524083,1.095773,0.387836 +0.5,0.5,-0.1,-->,0.540443,0.511740,-0.072272 +0.5,0.5,1.1,-->,0.480202,0.491251,0.829871 diff --git a/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-3.csv new file mode 100644 index 0000000..e460c42 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/D65_XYZ_ToPcs_ICC-3.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.000000,0.000000,0.150357 +0,0,0.4,-->,0.000000,0.000000,0.300714 +0,0,0.6,-->,0.000000,0.000000,0.451071 +0,0,0.8,-->,0.000000,0.000000,0.601428 +0,0,1,-->,0.000000,0.000000,0.751785 +0,0.2,0,-->,0.004587,0.198093,0.003012 +0,0.2,0.2,-->,0.000000,0.194678,0.153369 +0,0.2,0.4,-->,0.000000,0.191263,0.303726 +0,0.2,0.6,-->,0.000000,0.187848,0.454083 +0,0.2,0.8,-->,0.000000,0.184433,0.604440 +0,0.2,1,-->,0.000000,0.181018,0.754797 +0,0.4,0,-->,0.009174,0.396185,0.006024 +0,0.4,0.2,-->,0.000000,0.392770,0.156381 +0,0.4,0.4,-->,0.000000,0.389355,0.306738 +0,0.4,0.6,-->,0.000000,0.385941,0.457095 +0,0.4,0.8,-->,0.000000,0.382526,0.607452 +0,0.4,1,-->,0.000000,0.379111,0.757809 +0,0.6,0,-->,0.013760,0.594278,0.009036 +0,0.6,0.2,-->,0.003720,0.590863,0.159393 +0,0.6,0.4,-->,0.000000,0.587448,0.309750 +0,0.6,0.6,-->,0.000000,0.584033,0.460107 +0,0.6,0.8,-->,0.000000,0.580618,0.610465 +0,0.6,1,-->,0.000000,0.577203,0.760822 +0,0.8,0,-->,0.018347,0.792371,0.012048 +0,0.8,0.2,-->,0.008307,0.788956,0.162405 +0,0.8,0.4,-->,0.000000,0.785541,0.312762 +0,0.8,0.6,-->,0.000000,0.782126,0.463120 +0,0.8,0.8,-->,0.000000,0.778711,0.613477 +0,0.8,1,-->,0.000000,0.775296,0.763834 +0,1,0,-->,0.022934,0.990463,0.015060 +0,1,0.2,-->,0.012894,0.987048,0.165417 +0,1,0.4,-->,0.002853,0.983633,0.315775 +0,1,0.6,-->,0.000000,0.980219,0.466132 +0,1,0.8,-->,0.000000,0.976804,0.616489 +0,1,1,-->,0.000000,0.973389,0.766846 +0.2,0,0,-->,0.209583,0.005920,0.000000 +0.2,0,0.2,-->,0.199542,0.002505,0.148508 +0.2,0,0.4,-->,0.189502,0.000000,0.298865 +0.2,0,0.6,-->,0.179462,0.000000,0.449222 +0.2,0,0.8,-->,0.169421,0.000000,0.599579 +0.2,0,1,-->,0.159381,0.000000,0.749936 +0.2,0.2,0,-->,0.214169,0.204013,0.001163 +0.2,0.2,0.2,-->,0.204129,0.200598,0.151520 +0.2,0.2,0.4,-->,0.194089,0.197183,0.301877 +0.2,0.2,0.6,-->,0.184048,0.193768,0.452234 +0.2,0.2,0.8,-->,0.174008,0.190353,0.602591 +0.2,0.2,1,-->,0.163968,0.186938,0.752948 +0.2,0.4,0,-->,0.218756,0.402106,0.004175 +0.2,0.4,0.2,-->,0.208716,0.398691,0.154532 +0.2,0.4,0.4,-->,0.198676,0.395276,0.304889 +0.2,0.4,0.6,-->,0.188635,0.391861,0.455246 +0.2,0.4,0.8,-->,0.178595,0.388446,0.605603 +0.2,0.4,1,-->,0.168555,0.385031,0.755960 +0.2,0.6,0,-->,0.223343,0.600198,0.007187 +0.2,0.6,0.2,-->,0.213303,0.596783,0.157544 +0.2,0.6,0.4,-->,0.203262,0.593369,0.307901 +0.2,0.6,0.6,-->,0.193222,0.589954,0.458258 +0.2,0.6,0.8,-->,0.183182,0.586539,0.608615 +0.2,0.6,1,-->,0.173141,0.583124,0.758972 +0.2,0.8,0,-->,0.227930,0.798291,0.010199 +0.2,0.8,0.2,-->,0.217889,0.794876,0.160556 +0.2,0.8,0.4,-->,0.207849,0.791461,0.310913 +0.2,0.8,0.6,-->,0.197809,0.788046,0.461270 +0.2,0.8,0.8,-->,0.187769,0.784631,0.611627 +0.2,0.8,1,-->,0.177728,0.781216,0.761984 +0.2,1,0,-->,0.232516,0.996384,0.013211 +0.2,1,0.2,-->,0.222476,0.992969,0.163568 +0.2,1,0.4,-->,0.212436,0.989554,0.313925 +0.2,1,0.6,-->,0.202396,0.986139,0.464282 +0.2,1,0.8,-->,0.192355,0.982724,0.614639 +0.2,1,1,-->,0.182315,0.979309,0.764996 +0.4,0,0,-->,0.419165,0.011841,0.000000 +0.4,0,0.2,-->,0.409125,0.008426,0.146658 +0.4,0,0.4,-->,0.399084,0.005011,0.297015 +0.4,0,0.6,-->,0.389044,0.001596,0.447372 +0.4,0,0.8,-->,0.379004,0.000000,0.597730 +0.4,0,1,-->,0.368964,0.000000,0.748087 +0.4,0.2,0,-->,0.423752,0.209933,0.000000 +0.4,0.2,0.2,-->,0.413712,0.206519,0.149670 +0.4,0.2,0.4,-->,0.403671,0.203104,0.300027 +0.4,0.2,0.6,-->,0.393631,0.199689,0.450385 +0.4,0.2,0.8,-->,0.383591,0.196274,0.600742 +0.4,0.2,1,-->,0.373550,0.192859,0.751099 +0.4,0.4,0,-->,0.428339,0.408026,0.002325 +0.4,0.4,0.2,-->,0.418298,0.404611,0.152682 +0.4,0.4,0.4,-->,0.408258,0.401196,0.303040 +0.4,0.4,0.6,-->,0.398218,0.397781,0.453397 +0.4,0.4,0.8,-->,0.388177,0.394366,0.603754 +0.4,0.4,1,-->,0.378137,0.390952,0.754111 +0.4,0.6,0,-->,0.432925,0.606119,0.005338 +0.4,0.6,0.2,-->,0.422885,0.602704,0.155695 +0.4,0.6,0.4,-->,0.412845,0.599289,0.306052 +0.4,0.6,0.6,-->,0.402805,0.595874,0.456409 +0.4,0.6,0.8,-->,0.392764,0.592459,0.606766 +0.4,0.6,1,-->,0.382724,0.589044,0.757123 +0.4,0.8,0,-->,0.437512,0.804211,0.008350 +0.4,0.8,0.2,-->,0.427472,0.800797,0.158707 +0.4,0.8,0.4,-->,0.417432,0.797382,0.309064 +0.4,0.8,0.6,-->,0.407391,0.793967,0.459421 +0.4,0.8,0.8,-->,0.397351,0.790552,0.609778 +0.4,0.8,1,-->,0.387311,0.787137,0.760135 +0.4,1,0,-->,0.442099,1.002304,0.011362 +0.4,1,0.2,-->,0.432059,0.998889,0.161719 +0.4,1,0.4,-->,0.422018,0.995474,0.312076 +0.4,1,0.6,-->,0.411978,0.992059,0.462433 +0.4,1,0.8,-->,0.401938,0.988644,0.612790 +0.4,1,1,-->,0.391898,0.985229,0.763147 +0.6,0,0,-->,0.628748,0.017761,0.000000 +0.6,0,0.2,-->,0.618707,0.014346,0.144809 +0.6,0,0.4,-->,0.608667,0.010931,0.295166 +0.6,0,0.6,-->,0.598627,0.007516,0.445523 +0.6,0,0.8,-->,0.588586,0.004102,0.595880 +0.6,0,1,-->,0.578546,0.000687,0.746237 +0.6,0.2,0,-->,0.633334,0.215854,0.000000 +0.6,0.2,0.2,-->,0.623294,0.212439,0.147821 +0.6,0.2,0.4,-->,0.613254,0.209024,0.298178 +0.6,0.2,0.6,-->,0.603214,0.205609,0.448535 +0.6,0.2,0.8,-->,0.593173,0.202194,0.598892 +0.6,0.2,1,-->,0.583133,0.198779,0.749249 +0.6,0.4,0,-->,0.637921,0.413947,0.000476 +0.6,0.4,0.2,-->,0.627881,0.410532,0.150833 +0.6,0.4,0.4,-->,0.617841,0.407117,0.301190 +0.6,0.4,0.6,-->,0.607800,0.403702,0.451547 +0.6,0.4,0.8,-->,0.597760,0.400287,0.601904 +0.6,0.4,1,-->,0.587720,0.396872,0.752261 +0.6,0.6,0,-->,0.642508,0.612039,0.003488 +0.6,0.6,0.2,-->,0.632468,0.608624,0.153845 +0.6,0.6,0.4,-->,0.622427,0.605209,0.304202 +0.6,0.6,0.6,-->,0.612387,0.601794,0.454559 +0.6,0.6,0.8,-->,0.602347,0.598380,0.604916 +0.6,0.6,1,-->,0.592307,0.594965,0.755273 +0.6,0.8,0,-->,0.647095,0.810132,0.006500 +0.6,0.8,0.2,-->,0.637054,0.806717,0.156857 +0.6,0.8,0.4,-->,0.627014,0.803302,0.307214 +0.6,0.8,0.6,-->,0.616974,0.799887,0.457571 +0.6,0.8,0.8,-->,0.606934,0.796472,0.607928 +0.6,0.8,1,-->,0.596893,0.793057,0.758286 +0.6,1,0,-->,0.651682,1.008224,0.009512 +0.6,1,0.2,-->,0.641641,1.004810,0.159869 +0.6,1,0.4,-->,0.631601,1.001395,0.310226 +0.6,1,0.6,-->,0.621561,0.997980,0.460584 +0.6,1,0.8,-->,0.611520,0.994565,0.610941 +0.6,1,1,-->,0.601480,0.991150,0.761298 +0.8,0,0,-->,0.838330,0.023682,0.000000 +0.8,0,0.2,-->,0.828290,0.020267,0.142960 +0.8,0,0.4,-->,0.818250,0.016852,0.293317 +0.8,0,0.6,-->,0.808209,0.013437,0.443674 +0.8,0,0.8,-->,0.798169,0.010022,0.594031 +0.8,0,1,-->,0.788129,0.006607,0.744388 +0.8,0.2,0,-->,0.842917,0.221774,0.000000 +0.8,0.2,0.2,-->,0.832877,0.218359,0.145972 +0.8,0.2,0.4,-->,0.822836,0.214944,0.296329 +0.8,0.2,0.6,-->,0.812796,0.211530,0.446686 +0.8,0.2,0.8,-->,0.802756,0.208115,0.597043 +0.8,0.2,1,-->,0.792715,0.204700,0.747400 +0.8,0.4,0,-->,0.847504,0.419867,0.000000 +0.8,0.4,0.2,-->,0.837463,0.416452,0.148984 +0.8,0.4,0.4,-->,0.827423,0.413037,0.299341 +0.8,0.4,0.6,-->,0.817383,0.409622,0.449698 +0.8,0.4,0.8,-->,0.807343,0.406207,0.600055 +0.8,0.4,1,-->,0.797302,0.402792,0.750412 +0.8,0.6,0,-->,0.852090,0.617960,0.001639 +0.8,0.6,0.2,-->,0.842050,0.614545,0.151996 +0.8,0.6,0.4,-->,0.832010,0.611130,0.302353 +0.8,0.6,0.6,-->,0.821970,0.607715,0.452710 +0.8,0.6,0.8,-->,0.811929,0.604300,0.603067 +0.8,0.6,1,-->,0.801889,0.600885,0.753424 +0.8,0.8,0,-->,0.856677,0.816052,0.004651 +0.8,0.8,0.2,-->,0.846637,0.812637,0.155008 +0.8,0.8,0.4,-->,0.836597,0.809222,0.305365 +0.8,0.8,0.6,-->,0.826556,0.805808,0.455722 +0.8,0.8,0.8,-->,0.816516,0.802393,0.606079 +0.8,0.8,1,-->,0.806476,0.798978,0.756436 +0.8,1,0,-->,0.861264,1.014145,0.007663 +0.8,1,0.2,-->,0.851224,1.010730,0.158020 +0.8,1,0.4,-->,0.841183,1.007315,0.308377 +0.8,1,0.6,-->,0.831143,1.003900,0.458734 +0.8,1,0.8,-->,0.821103,1.000485,0.609091 +0.8,1,1,-->,0.811063,0.997070,0.759448 +1,0,0,-->,1.047913,0.029602,0.000000 +1,0,0.2,-->,1.037872,0.026187,0.141110 +1,0,0.4,-->,1.027832,0.022772,0.291467 +1,0,0.6,-->,1.017792,0.019357,0.441824 +1,0,0.8,-->,1.007751,0.015942,0.592181 +1,0,1,-->,0.997711,0.012527,0.742538 +1,0.2,0,-->,1.052499,0.227695,0.000000 +1,0.2,0.2,-->,1.042459,0.224280,0.144122 +1,0.2,0.4,-->,1.032419,0.220865,0.294479 +1,0.2,0.6,-->,1.022379,0.217450,0.444836 +1,0.2,0.8,-->,1.012338,0.214035,0.595194 +1,0.2,1,-->,1.002298,0.210620,0.745551 +1,0.4,0,-->,1.057086,0.425787,0.000000 +1,0.4,0.2,-->,1.047046,0.422372,0.147134 +1,0.4,0.4,-->,1.037006,0.418958,0.297491 +1,0.4,0.6,-->,1.026965,0.415543,0.447849 +1,0.4,0.8,-->,1.016925,0.412128,0.598206 +1,0.4,1,-->,1.006885,0.408713,0.748563 +1,0.6,0,-->,1.061673,0.623880,0.000000 +1,0.6,0.2,-->,1.051633,0.620465,0.150146 +1,0.6,0.4,-->,1.041592,0.617050,0.300504 +1,0.6,0.6,-->,1.031552,0.613635,0.450861 +1,0.6,0.8,-->,1.021512,0.610220,0.601218 +1,0.6,1,-->,1.011472,0.606805,0.751575 +1,0.8,0,-->,1.066260,0.821973,0.002802 +1,0.8,0.2,-->,1.056219,0.818558,0.153159 +1,0.8,0.4,-->,1.046179,0.815143,0.303516 +1,0.8,0.6,-->,1.036139,0.811728,0.453873 +1,0.8,0.8,-->,1.026099,0.808313,0.604230 +1,0.8,1,-->,1.016058,0.804898,0.754587 +1,1,0,-->,1.070847,1.020065,0.005814 +1,1,0.2,-->,1.060806,1.016650,0.156171 +1,1,0.4,-->,1.050766,1.013235,0.306528 +1,1,0.6,-->,1.040726,1.009821,0.456885 +1,1,0.8,-->,1.030685,1.006406,0.607242 +1,1,1,-->,1.020645,1.002991,0.757599 +-0.1,0.5,0.5,-->,0.000000,0.483734,0.384348 +1.1,0.5,0.5,-->,1.139070,0.519257,0.373251 +0.5,-0.1,0.5,-->,0.496562,0.000000,0.369763 +0.5,1.1,0.5,-->,0.524083,1.095773,0.387836 +0.5,0.5,-0.1,-->,0.540443,0.511740,0.000000 +0.5,0.5,1.1,-->,0.480202,0.491251,0.829871 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only).icc b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only).icc new file mode 100644 index 0000000..113e089 Binary files /dev/null and b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only).icc differ diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-0.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-0.csv new file mode 100644 index 0000000..405ca2e --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-0.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.000000 +0,-127,-100,-->,0.000000 +0,-127,-75,-->,0.000000 +0,-127,-50,-->,0.000000 +0,-127,-25,-->,0.000000 +0,-127,0,-->,0.000000 +0,-127,25,-->,0.000000 +0,-127,50,-->,0.000000 +0,-127,75,-->,0.000000 +0,-127,100,-->,0.000000 +0,-127,128,-->,0.000000 +0,-100,-127,-->,0.000000 +0,-100,-100,-->,0.000000 +0,-100,-75,-->,0.000000 +0,-100,-50,-->,0.000000 +0,-100,-25,-->,0.000000 +0,-100,0,-->,0.000000 +0,-100,25,-->,0.000000 +0,-100,50,-->,0.000000 +0,-100,75,-->,0.000000 +0,-100,100,-->,0.000000 +0,-100,128,-->,0.000000 +0,-75,-127,-->,0.000000 +0,-75,-100,-->,0.000000 +0,-75,-75,-->,0.000000 +0,-75,-50,-->,0.000000 +0,-75,-25,-->,0.000000 +0,-75,0,-->,0.000000 +0,-75,25,-->,0.000000 +0,-75,50,-->,0.000000 +0,-75,75,-->,0.000000 +0,-75,100,-->,0.000000 +0,-75,128,-->,0.000000 +0,-50,-127,-->,0.000000 +0,-50,-100,-->,0.000000 +0,-50,-75,-->,0.000000 +0,-50,-50,-->,0.000000 +0,-50,-25,-->,0.000000 +0,-50,0,-->,0.000000 +0,-50,25,-->,0.000000 +0,-50,50,-->,0.000000 +0,-50,75,-->,0.000000 +0,-50,100,-->,0.000000 +0,-50,128,-->,0.000000 +0,-25,-127,-->,0.000000 +0,-25,-100,-->,0.000000 +0,-25,-75,-->,0.000000 +0,-25,-50,-->,0.000000 +0,-25,-25,-->,0.000000 +0,-25,0,-->,0.000000 +0,-25,25,-->,0.000000 +0,-25,50,-->,0.000000 +0,-25,75,-->,0.000000 +0,-25,100,-->,0.000000 +0,-25,128,-->,0.000000 +0,0,-127,-->,0.000000 +0,0,-100,-->,0.000000 +0,0,-75,-->,0.000000 +0,0,-50,-->,0.000000 +0,0,-25,-->,0.000000 +0,0,0,-->,0.000000 +0,0,25,-->,0.000000 +0,0,50,-->,0.000000 +0,0,75,-->,0.000000 +0,0,100,-->,0.000000 +0,0,128,-->,0.000000 +0,25,-127,-->,0.000000 +0,25,-100,-->,0.000000 +0,25,-75,-->,0.000000 +0,25,-50,-->,0.000000 +0,25,-25,-->,0.000000 +0,25,0,-->,0.000000 +0,25,25,-->,0.000000 +0,25,50,-->,0.000000 +0,25,75,-->,0.000000 +0,25,100,-->,0.000000 +0,25,128,-->,0.000000 +0,50,-127,-->,0.000000 +0,50,-100,-->,0.000000 +0,50,-75,-->,0.000000 +0,50,-50,-->,0.000000 +0,50,-25,-->,0.000000 +0,50,0,-->,0.000000 +0,50,25,-->,0.000000 +0,50,50,-->,0.000000 +0,50,75,-->,0.000000 +0,50,100,-->,0.000000 +0,50,128,-->,0.000000 +0,75,-127,-->,0.000000 +0,75,-100,-->,0.000000 +0,75,-75,-->,0.000000 +0,75,-50,-->,0.000000 +0,75,-25,-->,0.000000 +0,75,0,-->,0.000000 +0,75,25,-->,0.000000 +0,75,50,-->,0.000000 +0,75,75,-->,0.000000 +0,75,100,-->,0.000000 +0,75,128,-->,0.000000 +0,100,-127,-->,0.000000 +0,100,-100,-->,0.000000 +0,100,-75,-->,0.000000 +0,100,-50,-->,0.000000 +0,100,-25,-->,0.000000 +0,100,0,-->,0.000000 +0,100,25,-->,0.000000 +0,100,50,-->,0.000000 +0,100,75,-->,0.000000 +0,100,100,-->,0.000000 +0,100,128,-->,0.000000 +0,128,-127,-->,0.000000 +0,128,-100,-->,0.000000 +0,128,-75,-->,0.000000 +0,128,-50,-->,0.000000 +0,128,-25,-->,0.000000 +0,128,0,-->,0.000000 +0,128,25,-->,0.000000 +0,128,50,-->,0.000000 +0,128,75,-->,0.000000 +0,128,100,-->,0.000000 +0,128,128,-->,0.000000 +20,-127,-127,-->,0.185187 +20,-127,-100,-->,0.185187 +20,-127,-75,-->,0.185187 +20,-127,-50,-->,0.185187 +20,-127,-25,-->,0.185187 +20,-127,0,-->,0.185187 +20,-127,25,-->,0.185187 +20,-127,50,-->,0.185187 +20,-127,75,-->,0.185187 +20,-127,100,-->,0.185187 +20,-127,128,-->,0.185187 +20,-100,-127,-->,0.185187 +20,-100,-100,-->,0.185187 +20,-100,-75,-->,0.185187 +20,-100,-50,-->,0.185187 +20,-100,-25,-->,0.185187 +20,-100,0,-->,0.185187 +20,-100,25,-->,0.185187 +20,-100,50,-->,0.185187 +20,-100,75,-->,0.185187 +20,-100,100,-->,0.185187 +20,-100,128,-->,0.185187 +20,-75,-127,-->,0.185187 +20,-75,-100,-->,0.185187 +20,-75,-75,-->,0.185187 +20,-75,-50,-->,0.185187 +20,-75,-25,-->,0.185187 +20,-75,0,-->,0.185187 +20,-75,25,-->,0.185187 +20,-75,50,-->,0.185187 +20,-75,75,-->,0.185187 +20,-75,100,-->,0.185187 +20,-75,128,-->,0.185187 +20,-50,-127,-->,0.185187 +20,-50,-100,-->,0.185187 +20,-50,-75,-->,0.185187 +20,-50,-50,-->,0.185187 +20,-50,-25,-->,0.185187 +20,-50,0,-->,0.185187 +20,-50,25,-->,0.185187 +20,-50,50,-->,0.185187 +20,-50,75,-->,0.185187 +20,-50,100,-->,0.185187 +20,-50,128,-->,0.185187 +20,-25,-127,-->,0.185187 +20,-25,-100,-->,0.185187 +20,-25,-75,-->,0.185187 +20,-25,-50,-->,0.185187 +20,-25,-25,-->,0.185187 +20,-25,0,-->,0.185187 +20,-25,25,-->,0.185187 +20,-25,50,-->,0.185187 +20,-25,75,-->,0.185187 +20,-25,100,-->,0.185187 +20,-25,128,-->,0.185187 +20,0,-127,-->,0.185187 +20,0,-100,-->,0.185187 +20,0,-75,-->,0.185187 +20,0,-50,-->,0.185187 +20,0,-25,-->,0.185187 +20,0,0,-->,0.185187 +20,0,25,-->,0.185187 +20,0,50,-->,0.185187 +20,0,75,-->,0.185187 +20,0,100,-->,0.185187 +20,0,128,-->,0.185187 +20,25,-127,-->,0.185187 +20,25,-100,-->,0.185187 +20,25,-75,-->,0.185187 +20,25,-50,-->,0.185187 +20,25,-25,-->,0.185187 +20,25,0,-->,0.185187 +20,25,25,-->,0.185187 +20,25,50,-->,0.185187 +20,25,75,-->,0.185187 +20,25,100,-->,0.185187 +20,25,128,-->,0.185187 +20,50,-127,-->,0.185187 +20,50,-100,-->,0.185187 +20,50,-75,-->,0.185187 +20,50,-50,-->,0.185187 +20,50,-25,-->,0.185187 +20,50,0,-->,0.185187 +20,50,25,-->,0.185187 +20,50,50,-->,0.185187 +20,50,75,-->,0.185187 +20,50,100,-->,0.185187 +20,50,128,-->,0.185187 +20,75,-127,-->,0.185187 +20,75,-100,-->,0.185187 +20,75,-75,-->,0.185187 +20,75,-50,-->,0.185187 +20,75,-25,-->,0.185187 +20,75,0,-->,0.185187 +20,75,25,-->,0.185187 +20,75,50,-->,0.185187 +20,75,75,-->,0.185187 +20,75,100,-->,0.185187 +20,75,128,-->,0.185187 +20,100,-127,-->,0.185187 +20,100,-100,-->,0.185187 +20,100,-75,-->,0.185187 +20,100,-50,-->,0.185187 +20,100,-25,-->,0.185187 +20,100,0,-->,0.185187 +20,100,25,-->,0.185187 +20,100,50,-->,0.185187 +20,100,75,-->,0.185187 +20,100,100,-->,0.185187 +20,100,128,-->,0.185187 +20,128,-127,-->,0.185187 +20,128,-100,-->,0.185187 +20,128,-75,-->,0.185187 +20,128,-50,-->,0.185187 +20,128,-25,-->,0.185187 +20,128,0,-->,0.185187 +20,128,25,-->,0.185187 +20,128,50,-->,0.185187 +20,128,75,-->,0.185187 +20,128,100,-->,0.185187 +20,128,128,-->,0.185187 +40,-127,-127,-->,0.374743 +40,-127,-100,-->,0.374743 +40,-127,-75,-->,0.374743 +40,-127,-50,-->,0.374743 +40,-127,-25,-->,0.374743 +40,-127,0,-->,0.374743 +40,-127,25,-->,0.374743 +40,-127,50,-->,0.374743 +40,-127,75,-->,0.374743 +40,-127,100,-->,0.374743 +40,-127,128,-->,0.374743 +40,-100,-127,-->,0.374743 +40,-100,-100,-->,0.374743 +40,-100,-75,-->,0.374743 +40,-100,-50,-->,0.374743 +40,-100,-25,-->,0.374743 +40,-100,0,-->,0.374743 +40,-100,25,-->,0.374743 +40,-100,50,-->,0.374743 +40,-100,75,-->,0.374743 +40,-100,100,-->,0.374743 +40,-100,128,-->,0.374743 +40,-75,-127,-->,0.374743 +40,-75,-100,-->,0.374743 +40,-75,-75,-->,0.374743 +40,-75,-50,-->,0.374743 +40,-75,-25,-->,0.374743 +40,-75,0,-->,0.374743 +40,-75,25,-->,0.374743 +40,-75,50,-->,0.374743 +40,-75,75,-->,0.374743 +40,-75,100,-->,0.374743 +40,-75,128,-->,0.374743 +40,-50,-127,-->,0.374743 +40,-50,-100,-->,0.374743 +40,-50,-75,-->,0.374743 +40,-50,-50,-->,0.374743 +40,-50,-25,-->,0.374743 +40,-50,0,-->,0.374743 +40,-50,25,-->,0.374743 +40,-50,50,-->,0.374743 +40,-50,75,-->,0.374743 +40,-50,100,-->,0.374743 +40,-50,128,-->,0.374743 +40,-25,-127,-->,0.374743 +40,-25,-100,-->,0.374743 +40,-25,-75,-->,0.374743 +40,-25,-50,-->,0.374743 +40,-25,-25,-->,0.374743 +40,-25,0,-->,0.374743 +40,-25,25,-->,0.374743 +40,-25,50,-->,0.374743 +40,-25,75,-->,0.374743 +40,-25,100,-->,0.374743 +40,-25,128,-->,0.374743 +40,0,-127,-->,0.374743 +40,0,-100,-->,0.374743 +40,0,-75,-->,0.374743 +40,0,-50,-->,0.374743 +40,0,-25,-->,0.374743 +40,0,0,-->,0.374743 +40,0,25,-->,0.374743 +40,0,50,-->,0.374743 +40,0,75,-->,0.374743 +40,0,100,-->,0.374743 +40,0,128,-->,0.374743 +40,25,-127,-->,0.374743 +40,25,-100,-->,0.374743 +40,25,-75,-->,0.374743 +40,25,-50,-->,0.374743 +40,25,-25,-->,0.374743 +40,25,0,-->,0.374743 +40,25,25,-->,0.374743 +40,25,50,-->,0.374743 +40,25,75,-->,0.374743 +40,25,100,-->,0.374743 +40,25,128,-->,0.374743 +40,50,-127,-->,0.374743 +40,50,-100,-->,0.374743 +40,50,-75,-->,0.374743 +40,50,-50,-->,0.374743 +40,50,-25,-->,0.374743 +40,50,0,-->,0.374743 +40,50,25,-->,0.374743 +40,50,50,-->,0.374743 +40,50,75,-->,0.374743 +40,50,100,-->,0.374743 +40,50,128,-->,0.374743 +40,75,-127,-->,0.374743 +40,75,-100,-->,0.374743 +40,75,-75,-->,0.374743 +40,75,-50,-->,0.374743 +40,75,-25,-->,0.374743 +40,75,0,-->,0.374743 +40,75,25,-->,0.374743 +40,75,50,-->,0.374743 +40,75,75,-->,0.374743 +40,75,100,-->,0.374743 +40,75,128,-->,0.374743 +40,100,-127,-->,0.374743 +40,100,-100,-->,0.374743 +40,100,-75,-->,0.374743 +40,100,-50,-->,0.374743 +40,100,-25,-->,0.374743 +40,100,0,-->,0.374743 +40,100,25,-->,0.374743 +40,100,50,-->,0.374743 +40,100,75,-->,0.374743 +40,100,100,-->,0.374743 +40,100,128,-->,0.374743 +40,128,-127,-->,0.374743 +40,128,-100,-->,0.374743 +40,128,-75,-->,0.374743 +40,128,-50,-->,0.374743 +40,128,-25,-->,0.374743 +40,128,0,-->,0.374743 +40,128,25,-->,0.374743 +40,128,50,-->,0.374743 +40,128,75,-->,0.374743 +40,128,100,-->,0.374743 +40,128,128,-->,0.374743 +60,-127,-127,-->,0.545836 +60,-127,-100,-->,0.545836 +60,-127,-75,-->,0.545836 +60,-127,-50,-->,0.545836 +60,-127,-25,-->,0.545836 +60,-127,0,-->,0.545836 +60,-127,25,-->,0.545836 +60,-127,50,-->,0.545836 +60,-127,75,-->,0.545836 +60,-127,100,-->,0.545836 +60,-127,128,-->,0.545836 +60,-100,-127,-->,0.545836 +60,-100,-100,-->,0.545836 +60,-100,-75,-->,0.545836 +60,-100,-50,-->,0.545836 +60,-100,-25,-->,0.545836 +60,-100,0,-->,0.545836 +60,-100,25,-->,0.545836 +60,-100,50,-->,0.545836 +60,-100,75,-->,0.545836 +60,-100,100,-->,0.545836 +60,-100,128,-->,0.545836 +60,-75,-127,-->,0.545836 +60,-75,-100,-->,0.545836 +60,-75,-75,-->,0.545836 +60,-75,-50,-->,0.545836 +60,-75,-25,-->,0.545836 +60,-75,0,-->,0.545836 +60,-75,25,-->,0.545836 +60,-75,50,-->,0.545836 +60,-75,75,-->,0.545836 +60,-75,100,-->,0.545836 +60,-75,128,-->,0.545836 +60,-50,-127,-->,0.545836 +60,-50,-100,-->,0.545836 +60,-50,-75,-->,0.545836 +60,-50,-50,-->,0.545836 +60,-50,-25,-->,0.545836 +60,-50,0,-->,0.545836 +60,-50,25,-->,0.545836 +60,-50,50,-->,0.545836 +60,-50,75,-->,0.545836 +60,-50,100,-->,0.545836 +60,-50,128,-->,0.545836 +60,-25,-127,-->,0.545836 +60,-25,-100,-->,0.545836 +60,-25,-75,-->,0.545836 +60,-25,-50,-->,0.545836 +60,-25,-25,-->,0.545836 +60,-25,0,-->,0.545836 +60,-25,25,-->,0.545836 +60,-25,50,-->,0.545836 +60,-25,75,-->,0.545836 +60,-25,100,-->,0.545836 +60,-25,128,-->,0.545836 +60,0,-127,-->,0.545836 +60,0,-100,-->,0.545836 +60,0,-75,-->,0.545836 +60,0,-50,-->,0.545836 +60,0,-25,-->,0.545836 +60,0,0,-->,0.545836 +60,0,25,-->,0.545836 +60,0,50,-->,0.545836 +60,0,75,-->,0.545836 +60,0,100,-->,0.545836 +60,0,128,-->,0.545836 +60,25,-127,-->,0.545836 +60,25,-100,-->,0.545836 +60,25,-75,-->,0.545836 +60,25,-50,-->,0.545836 +60,25,-25,-->,0.545836 +60,25,0,-->,0.545836 +60,25,25,-->,0.545836 +60,25,50,-->,0.545836 +60,25,75,-->,0.545836 +60,25,100,-->,0.545836 +60,25,128,-->,0.545836 +60,50,-127,-->,0.545836 +60,50,-100,-->,0.545836 +60,50,-75,-->,0.545836 +60,50,-50,-->,0.545836 +60,50,-25,-->,0.545836 +60,50,0,-->,0.545836 +60,50,25,-->,0.545836 +60,50,50,-->,0.545836 +60,50,75,-->,0.545836 +60,50,100,-->,0.545836 +60,50,128,-->,0.545836 +60,75,-127,-->,0.545836 +60,75,-100,-->,0.545836 +60,75,-75,-->,0.545836 +60,75,-50,-->,0.545836 +60,75,-25,-->,0.545836 +60,75,0,-->,0.545836 +60,75,25,-->,0.545836 +60,75,50,-->,0.545836 +60,75,75,-->,0.545836 +60,75,100,-->,0.545836 +60,75,128,-->,0.545836 +60,100,-127,-->,0.545836 +60,100,-100,-->,0.545836 +60,100,-75,-->,0.545836 +60,100,-50,-->,0.545836 +60,100,-25,-->,0.545836 +60,100,0,-->,0.545836 +60,100,25,-->,0.545836 +60,100,50,-->,0.545836 +60,100,75,-->,0.545836 +60,100,100,-->,0.545836 +60,100,128,-->,0.545836 +60,128,-127,-->,0.545836 +60,128,-100,-->,0.545836 +60,128,-75,-->,0.545836 +60,128,-50,-->,0.545836 +60,128,-25,-->,0.545836 +60,128,0,-->,0.545836 +60,128,25,-->,0.545836 +60,128,50,-->,0.545836 +60,128,75,-->,0.545836 +60,128,100,-->,0.545836 +60,128,128,-->,0.545836 +80,-127,-127,-->,0.732167 +80,-127,-100,-->,0.732167 +80,-127,-75,-->,0.732167 +80,-127,-50,-->,0.732167 +80,-127,-25,-->,0.732167 +80,-127,0,-->,0.732167 +80,-127,25,-->,0.732167 +80,-127,50,-->,0.732167 +80,-127,75,-->,0.732167 +80,-127,100,-->,0.732167 +80,-127,128,-->,0.732167 +80,-100,-127,-->,0.732167 +80,-100,-100,-->,0.732167 +80,-100,-75,-->,0.732167 +80,-100,-50,-->,0.732167 +80,-100,-25,-->,0.732167 +80,-100,0,-->,0.732167 +80,-100,25,-->,0.732167 +80,-100,50,-->,0.732167 +80,-100,75,-->,0.732167 +80,-100,100,-->,0.732167 +80,-100,128,-->,0.732167 +80,-75,-127,-->,0.732167 +80,-75,-100,-->,0.732167 +80,-75,-75,-->,0.732167 +80,-75,-50,-->,0.732167 +80,-75,-25,-->,0.732167 +80,-75,0,-->,0.732167 +80,-75,25,-->,0.732167 +80,-75,50,-->,0.732167 +80,-75,75,-->,0.732167 +80,-75,100,-->,0.732167 +80,-75,128,-->,0.732167 +80,-50,-127,-->,0.732167 +80,-50,-100,-->,0.732167 +80,-50,-75,-->,0.732167 +80,-50,-50,-->,0.732167 +80,-50,-25,-->,0.732167 +80,-50,0,-->,0.732167 +80,-50,25,-->,0.732167 +80,-50,50,-->,0.732167 +80,-50,75,-->,0.732167 +80,-50,100,-->,0.732167 +80,-50,128,-->,0.732167 +80,-25,-127,-->,0.732167 +80,-25,-100,-->,0.732167 +80,-25,-75,-->,0.732167 +80,-25,-50,-->,0.732167 +80,-25,-25,-->,0.732167 +80,-25,0,-->,0.732167 +80,-25,25,-->,0.732167 +80,-25,50,-->,0.732167 +80,-25,75,-->,0.732167 +80,-25,100,-->,0.732167 +80,-25,128,-->,0.732167 +80,0,-127,-->,0.732167 +80,0,-100,-->,0.732167 +80,0,-75,-->,0.732167 +80,0,-50,-->,0.732167 +80,0,-25,-->,0.732167 +80,0,0,-->,0.732167 +80,0,25,-->,0.732167 +80,0,50,-->,0.732167 +80,0,75,-->,0.732167 +80,0,100,-->,0.732167 +80,0,128,-->,0.732167 +80,25,-127,-->,0.732167 +80,25,-100,-->,0.732167 +80,25,-75,-->,0.732167 +80,25,-50,-->,0.732167 +80,25,-25,-->,0.732167 +80,25,0,-->,0.732167 +80,25,25,-->,0.732167 +80,25,50,-->,0.732167 +80,25,75,-->,0.732167 +80,25,100,-->,0.732167 +80,25,128,-->,0.732167 +80,50,-127,-->,0.732167 +80,50,-100,-->,0.732167 +80,50,-75,-->,0.732167 +80,50,-50,-->,0.732167 +80,50,-25,-->,0.732167 +80,50,0,-->,0.732167 +80,50,25,-->,0.732167 +80,50,50,-->,0.732167 +80,50,75,-->,0.732167 +80,50,100,-->,0.732167 +80,50,128,-->,0.732167 +80,75,-127,-->,0.732167 +80,75,-100,-->,0.732167 +80,75,-75,-->,0.732167 +80,75,-50,-->,0.732167 +80,75,-25,-->,0.732167 +80,75,0,-->,0.732167 +80,75,25,-->,0.732167 +80,75,50,-->,0.732167 +80,75,75,-->,0.732167 +80,75,100,-->,0.732167 +80,75,128,-->,0.732167 +80,100,-127,-->,0.732167 +80,100,-100,-->,0.732167 +80,100,-75,-->,0.732167 +80,100,-50,-->,0.732167 +80,100,-25,-->,0.732167 +80,100,0,-->,0.732167 +80,100,25,-->,0.732167 +80,100,50,-->,0.732167 +80,100,75,-->,0.732167 +80,100,100,-->,0.732167 +80,100,128,-->,0.732167 +80,128,-127,-->,0.732167 +80,128,-100,-->,0.732167 +80,128,-75,-->,0.732167 +80,128,-50,-->,0.732167 +80,128,-25,-->,0.732167 +80,128,0,-->,0.732167 +80,128,25,-->,0.732167 +80,128,50,-->,0.732167 +80,128,75,-->,0.732167 +80,128,100,-->,0.732167 +80,128,128,-->,0.732167 +100,-127,-127,-->,1.000000 +100,-127,-100,-->,1.000000 +100,-127,-75,-->,1.000000 +100,-127,-50,-->,1.000000 +100,-127,-25,-->,1.000000 +100,-127,0,-->,1.000000 +100,-127,25,-->,1.000000 +100,-127,50,-->,1.000000 +100,-127,75,-->,1.000000 +100,-127,100,-->,1.000000 +100,-127,128,-->,1.000000 +100,-100,-127,-->,1.000000 +100,-100,-100,-->,1.000000 +100,-100,-75,-->,1.000000 +100,-100,-50,-->,1.000000 +100,-100,-25,-->,1.000000 +100,-100,0,-->,1.000000 +100,-100,25,-->,1.000000 +100,-100,50,-->,1.000000 +100,-100,75,-->,1.000000 +100,-100,100,-->,1.000000 +100,-100,128,-->,1.000000 +100,-75,-127,-->,1.000000 +100,-75,-100,-->,1.000000 +100,-75,-75,-->,1.000000 +100,-75,-50,-->,1.000000 +100,-75,-25,-->,1.000000 +100,-75,0,-->,1.000000 +100,-75,25,-->,1.000000 +100,-75,50,-->,1.000000 +100,-75,75,-->,1.000000 +100,-75,100,-->,1.000000 +100,-75,128,-->,1.000000 +100,-50,-127,-->,1.000000 +100,-50,-100,-->,1.000000 +100,-50,-75,-->,1.000000 +100,-50,-50,-->,1.000000 +100,-50,-25,-->,1.000000 +100,-50,0,-->,1.000000 +100,-50,25,-->,1.000000 +100,-50,50,-->,1.000000 +100,-50,75,-->,1.000000 +100,-50,100,-->,1.000000 +100,-50,128,-->,1.000000 +100,-25,-127,-->,1.000000 +100,-25,-100,-->,1.000000 +100,-25,-75,-->,1.000000 +100,-25,-50,-->,1.000000 +100,-25,-25,-->,1.000000 +100,-25,0,-->,1.000000 +100,-25,25,-->,1.000000 +100,-25,50,-->,1.000000 +100,-25,75,-->,1.000000 +100,-25,100,-->,1.000000 +100,-25,128,-->,1.000000 +100,0,-127,-->,1.000000 +100,0,-100,-->,1.000000 +100,0,-75,-->,1.000000 +100,0,-50,-->,1.000000 +100,0,-25,-->,1.000000 +100,0,0,-->,1.000000 +100,0,25,-->,1.000000 +100,0,50,-->,1.000000 +100,0,75,-->,1.000000 +100,0,100,-->,1.000000 +100,0,128,-->,1.000000 +100,25,-127,-->,1.000000 +100,25,-100,-->,1.000000 +100,25,-75,-->,1.000000 +100,25,-50,-->,1.000000 +100,25,-25,-->,1.000000 +100,25,0,-->,1.000000 +100,25,25,-->,1.000000 +100,25,50,-->,1.000000 +100,25,75,-->,1.000000 +100,25,100,-->,1.000000 +100,25,128,-->,1.000000 +100,50,-127,-->,1.000000 +100,50,-100,-->,1.000000 +100,50,-75,-->,1.000000 +100,50,-50,-->,1.000000 +100,50,-25,-->,1.000000 +100,50,0,-->,1.000000 +100,50,25,-->,1.000000 +100,50,50,-->,1.000000 +100,50,75,-->,1.000000 +100,50,100,-->,1.000000 +100,50,128,-->,1.000000 +100,75,-127,-->,1.000000 +100,75,-100,-->,1.000000 +100,75,-75,-->,1.000000 +100,75,-50,-->,1.000000 +100,75,-25,-->,1.000000 +100,75,0,-->,1.000000 +100,75,25,-->,1.000000 +100,75,50,-->,1.000000 +100,75,75,-->,1.000000 +100,75,100,-->,1.000000 +100,75,128,-->,1.000000 +100,100,-127,-->,1.000000 +100,100,-100,-->,1.000000 +100,100,-75,-->,1.000000 +100,100,-50,-->,1.000000 +100,100,-25,-->,1.000000 +100,100,0,-->,1.000000 +100,100,25,-->,1.000000 +100,100,50,-->,1.000000 +100,100,75,-->,1.000000 +100,100,100,-->,1.000000 +100,100,128,-->,1.000000 +100,128,-127,-->,1.000000 +100,128,-100,-->,1.000000 +100,128,-75,-->,1.000000 +100,128,-50,-->,1.000000 +100,128,-25,-->,1.000000 +100,128,0,-->,1.000000 +100,128,25,-->,1.000000 +100,128,50,-->,1.000000 +100,128,75,-->,1.000000 +100,128,100,-->,1.000000 +100,128,128,-->,1.000000 +-1,0,0,-->,0.000000 +101,0,0,-->,1.000000 +50,-130,0,-->,0.462659 +50,130,0,-->,0.462659 +50,0,-130,-->,0.462659 +50,0,130,-->,0.462659 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-1.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-1.csv new file mode 100644 index 0000000..b4ed713 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-1.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.000000 +0,-127,-100,-->,0.000000 +0,-127,-75,-->,0.000000 +0,-127,-50,-->,0.000000 +0,-127,-25,-->,0.000000 +0,-127,0,-->,0.000000 +0,-127,25,-->,0.000000 +0,-127,50,-->,0.000000 +0,-127,75,-->,0.000000 +0,-127,100,-->,0.000000 +0,-127,128,-->,0.000000 +0,-100,-127,-->,0.000000 +0,-100,-100,-->,0.000000 +0,-100,-75,-->,0.000000 +0,-100,-50,-->,0.000000 +0,-100,-25,-->,0.000000 +0,-100,0,-->,0.000000 +0,-100,25,-->,0.000000 +0,-100,50,-->,0.000000 +0,-100,75,-->,0.000000 +0,-100,100,-->,0.000000 +0,-100,128,-->,0.000000 +0,-75,-127,-->,0.000000 +0,-75,-100,-->,0.000000 +0,-75,-75,-->,0.000000 +0,-75,-50,-->,0.000000 +0,-75,-25,-->,0.000000 +0,-75,0,-->,0.000000 +0,-75,25,-->,0.000000 +0,-75,50,-->,0.000000 +0,-75,75,-->,0.000000 +0,-75,100,-->,0.000000 +0,-75,128,-->,0.000000 +0,-50,-127,-->,0.000000 +0,-50,-100,-->,0.000000 +0,-50,-75,-->,0.000000 +0,-50,-50,-->,0.000000 +0,-50,-25,-->,0.000000 +0,-50,0,-->,0.000000 +0,-50,25,-->,0.000000 +0,-50,50,-->,0.000000 +0,-50,75,-->,0.000000 +0,-50,100,-->,0.000000 +0,-50,128,-->,0.000000 +0,-25,-127,-->,0.000000 +0,-25,-100,-->,0.000000 +0,-25,-75,-->,0.000000 +0,-25,-50,-->,0.000000 +0,-25,-25,-->,0.000000 +0,-25,0,-->,0.000000 +0,-25,25,-->,0.000000 +0,-25,50,-->,0.000000 +0,-25,75,-->,0.000000 +0,-25,100,-->,0.000000 +0,-25,128,-->,0.000000 +0,0,-127,-->,0.000000 +0,0,-100,-->,0.000000 +0,0,-75,-->,0.000000 +0,0,-50,-->,0.000000 +0,0,-25,-->,0.000000 +0,0,0,-->,0.000000 +0,0,25,-->,0.000000 +0,0,50,-->,0.000000 +0,0,75,-->,0.000000 +0,0,100,-->,0.000000 +0,0,128,-->,0.000000 +0,25,-127,-->,0.000000 +0,25,-100,-->,0.000000 +0,25,-75,-->,0.000000 +0,25,-50,-->,0.000000 +0,25,-25,-->,0.000000 +0,25,0,-->,0.000000 +0,25,25,-->,0.000000 +0,25,50,-->,0.000000 +0,25,75,-->,0.000000 +0,25,100,-->,0.000000 +0,25,128,-->,0.000000 +0,50,-127,-->,0.000000 +0,50,-100,-->,0.000000 +0,50,-75,-->,0.000000 +0,50,-50,-->,0.000000 +0,50,-25,-->,0.000000 +0,50,0,-->,0.000000 +0,50,25,-->,0.000000 +0,50,50,-->,0.000000 +0,50,75,-->,0.000000 +0,50,100,-->,0.000000 +0,50,128,-->,0.000000 +0,75,-127,-->,0.000000 +0,75,-100,-->,0.000000 +0,75,-75,-->,0.000000 +0,75,-50,-->,0.000000 +0,75,-25,-->,0.000000 +0,75,0,-->,0.000000 +0,75,25,-->,0.000000 +0,75,50,-->,0.000000 +0,75,75,-->,0.000000 +0,75,100,-->,0.000000 +0,75,128,-->,0.000000 +0,100,-127,-->,0.000000 +0,100,-100,-->,0.000000 +0,100,-75,-->,0.000000 +0,100,-50,-->,0.000000 +0,100,-25,-->,0.000000 +0,100,0,-->,0.000000 +0,100,25,-->,0.000000 +0,100,50,-->,0.000000 +0,100,75,-->,0.000000 +0,100,100,-->,0.000000 +0,100,128,-->,0.000000 +0,128,-127,-->,0.000000 +0,128,-100,-->,0.000000 +0,128,-75,-->,0.000000 +0,128,-50,-->,0.000000 +0,128,-25,-->,0.000000 +0,128,0,-->,0.000000 +0,128,25,-->,0.000000 +0,128,50,-->,0.000000 +0,128,75,-->,0.000000 +0,128,100,-->,0.000000 +0,128,128,-->,0.000000 +20,-127,-127,-->,0.197151 +20,-127,-100,-->,0.197151 +20,-127,-75,-->,0.197151 +20,-127,-50,-->,0.197151 +20,-127,-25,-->,0.197151 +20,-127,0,-->,0.197151 +20,-127,25,-->,0.197151 +20,-127,50,-->,0.197151 +20,-127,75,-->,0.197151 +20,-127,100,-->,0.197151 +20,-127,128,-->,0.197151 +20,-100,-127,-->,0.197151 +20,-100,-100,-->,0.197151 +20,-100,-75,-->,0.197151 +20,-100,-50,-->,0.197151 +20,-100,-25,-->,0.197151 +20,-100,0,-->,0.197151 +20,-100,25,-->,0.197151 +20,-100,50,-->,0.197151 +20,-100,75,-->,0.197151 +20,-100,100,-->,0.197151 +20,-100,128,-->,0.197151 +20,-75,-127,-->,0.197151 +20,-75,-100,-->,0.197151 +20,-75,-75,-->,0.197151 +20,-75,-50,-->,0.197151 +20,-75,-25,-->,0.197151 +20,-75,0,-->,0.197151 +20,-75,25,-->,0.197151 +20,-75,50,-->,0.197151 +20,-75,75,-->,0.197151 +20,-75,100,-->,0.197151 +20,-75,128,-->,0.197151 +20,-50,-127,-->,0.197151 +20,-50,-100,-->,0.197151 +20,-50,-75,-->,0.197151 +20,-50,-50,-->,0.197151 +20,-50,-25,-->,0.197151 +20,-50,0,-->,0.197151 +20,-50,25,-->,0.197151 +20,-50,50,-->,0.197151 +20,-50,75,-->,0.197151 +20,-50,100,-->,0.197151 +20,-50,128,-->,0.197151 +20,-25,-127,-->,0.197151 +20,-25,-100,-->,0.197151 +20,-25,-75,-->,0.197151 +20,-25,-50,-->,0.197151 +20,-25,-25,-->,0.197151 +20,-25,0,-->,0.197151 +20,-25,25,-->,0.197151 +20,-25,50,-->,0.197151 +20,-25,75,-->,0.197151 +20,-25,100,-->,0.197151 +20,-25,128,-->,0.197151 +20,0,-127,-->,0.197151 +20,0,-100,-->,0.197151 +20,0,-75,-->,0.197151 +20,0,-50,-->,0.197151 +20,0,-25,-->,0.197151 +20,0,0,-->,0.197151 +20,0,25,-->,0.197151 +20,0,50,-->,0.197151 +20,0,75,-->,0.197151 +20,0,100,-->,0.197151 +20,0,128,-->,0.197151 +20,25,-127,-->,0.197151 +20,25,-100,-->,0.197151 +20,25,-75,-->,0.197151 +20,25,-50,-->,0.197151 +20,25,-25,-->,0.197151 +20,25,0,-->,0.197151 +20,25,25,-->,0.197151 +20,25,50,-->,0.197151 +20,25,75,-->,0.197151 +20,25,100,-->,0.197151 +20,25,128,-->,0.197151 +20,50,-127,-->,0.197151 +20,50,-100,-->,0.197151 +20,50,-75,-->,0.197151 +20,50,-50,-->,0.197151 +20,50,-25,-->,0.197151 +20,50,0,-->,0.197151 +20,50,25,-->,0.197151 +20,50,50,-->,0.197151 +20,50,75,-->,0.197151 +20,50,100,-->,0.197151 +20,50,128,-->,0.197151 +20,75,-127,-->,0.197151 +20,75,-100,-->,0.197151 +20,75,-75,-->,0.197151 +20,75,-50,-->,0.197151 +20,75,-25,-->,0.197151 +20,75,0,-->,0.197151 +20,75,25,-->,0.197151 +20,75,50,-->,0.197151 +20,75,75,-->,0.197151 +20,75,100,-->,0.197151 +20,75,128,-->,0.197151 +20,100,-127,-->,0.197151 +20,100,-100,-->,0.197151 +20,100,-75,-->,0.197151 +20,100,-50,-->,0.197151 +20,100,-25,-->,0.197151 +20,100,0,-->,0.197151 +20,100,25,-->,0.197151 +20,100,50,-->,0.197151 +20,100,75,-->,0.197151 +20,100,100,-->,0.197151 +20,100,128,-->,0.197151 +20,128,-127,-->,0.197151 +20,128,-100,-->,0.197151 +20,128,-75,-->,0.197151 +20,128,-50,-->,0.197151 +20,128,-25,-->,0.197151 +20,128,0,-->,0.197151 +20,128,25,-->,0.197151 +20,128,50,-->,0.197151 +20,128,75,-->,0.197151 +20,128,100,-->,0.197151 +20,128,128,-->,0.197151 +40,-127,-127,-->,0.378926 +40,-127,-100,-->,0.378926 +40,-127,-75,-->,0.378926 +40,-127,-50,-->,0.378926 +40,-127,-25,-->,0.378926 +40,-127,0,-->,0.378926 +40,-127,25,-->,0.378926 +40,-127,50,-->,0.378926 +40,-127,75,-->,0.378926 +40,-127,100,-->,0.378926 +40,-127,128,-->,0.378926 +40,-100,-127,-->,0.378926 +40,-100,-100,-->,0.378926 +40,-100,-75,-->,0.378926 +40,-100,-50,-->,0.378926 +40,-100,-25,-->,0.378926 +40,-100,0,-->,0.378926 +40,-100,25,-->,0.378926 +40,-100,50,-->,0.378926 +40,-100,75,-->,0.378926 +40,-100,100,-->,0.378926 +40,-100,128,-->,0.378926 +40,-75,-127,-->,0.378926 +40,-75,-100,-->,0.378926 +40,-75,-75,-->,0.378926 +40,-75,-50,-->,0.378926 +40,-75,-25,-->,0.378926 +40,-75,0,-->,0.378926 +40,-75,25,-->,0.378926 +40,-75,50,-->,0.378926 +40,-75,75,-->,0.378926 +40,-75,100,-->,0.378926 +40,-75,128,-->,0.378926 +40,-50,-127,-->,0.378926 +40,-50,-100,-->,0.378926 +40,-50,-75,-->,0.378926 +40,-50,-50,-->,0.378926 +40,-50,-25,-->,0.378926 +40,-50,0,-->,0.378926 +40,-50,25,-->,0.378926 +40,-50,50,-->,0.378926 +40,-50,75,-->,0.378926 +40,-50,100,-->,0.378926 +40,-50,128,-->,0.378926 +40,-25,-127,-->,0.378926 +40,-25,-100,-->,0.378926 +40,-25,-75,-->,0.378926 +40,-25,-50,-->,0.378926 +40,-25,-25,-->,0.378926 +40,-25,0,-->,0.378926 +40,-25,25,-->,0.378926 +40,-25,50,-->,0.378926 +40,-25,75,-->,0.378926 +40,-25,100,-->,0.378926 +40,-25,128,-->,0.378926 +40,0,-127,-->,0.378926 +40,0,-100,-->,0.378926 +40,0,-75,-->,0.378926 +40,0,-50,-->,0.378926 +40,0,-25,-->,0.378926 +40,0,0,-->,0.378926 +40,0,25,-->,0.378926 +40,0,50,-->,0.378926 +40,0,75,-->,0.378926 +40,0,100,-->,0.378926 +40,0,128,-->,0.378926 +40,25,-127,-->,0.378926 +40,25,-100,-->,0.378926 +40,25,-75,-->,0.378926 +40,25,-50,-->,0.378926 +40,25,-25,-->,0.378926 +40,25,0,-->,0.378926 +40,25,25,-->,0.378926 +40,25,50,-->,0.378926 +40,25,75,-->,0.378926 +40,25,100,-->,0.378926 +40,25,128,-->,0.378926 +40,50,-127,-->,0.378926 +40,50,-100,-->,0.378926 +40,50,-75,-->,0.378926 +40,50,-50,-->,0.378926 +40,50,-25,-->,0.378926 +40,50,0,-->,0.378926 +40,50,25,-->,0.378926 +40,50,50,-->,0.378926 +40,50,75,-->,0.378926 +40,50,100,-->,0.378926 +40,50,128,-->,0.378926 +40,75,-127,-->,0.378926 +40,75,-100,-->,0.378926 +40,75,-75,-->,0.378926 +40,75,-50,-->,0.378926 +40,75,-25,-->,0.378926 +40,75,0,-->,0.378926 +40,75,25,-->,0.378926 +40,75,50,-->,0.378926 +40,75,75,-->,0.378926 +40,75,100,-->,0.378926 +40,75,128,-->,0.378926 +40,100,-127,-->,0.378926 +40,100,-100,-->,0.378926 +40,100,-75,-->,0.378926 +40,100,-50,-->,0.378926 +40,100,-25,-->,0.378926 +40,100,0,-->,0.378926 +40,100,25,-->,0.378926 +40,100,50,-->,0.378926 +40,100,75,-->,0.378926 +40,100,100,-->,0.378926 +40,100,128,-->,0.378926 +40,128,-127,-->,0.378926 +40,128,-100,-->,0.378926 +40,128,-75,-->,0.378926 +40,128,-50,-->,0.378926 +40,128,-25,-->,0.378926 +40,128,0,-->,0.378926 +40,128,25,-->,0.378926 +40,128,50,-->,0.378926 +40,128,75,-->,0.378926 +40,128,100,-->,0.378926 +40,128,128,-->,0.378926 +60,-127,-127,-->,0.547568 +60,-127,-100,-->,0.547568 +60,-127,-75,-->,0.547568 +60,-127,-50,-->,0.547568 +60,-127,-25,-->,0.547568 +60,-127,0,-->,0.547568 +60,-127,25,-->,0.547568 +60,-127,50,-->,0.547568 +60,-127,75,-->,0.547568 +60,-127,100,-->,0.547568 +60,-127,128,-->,0.547568 +60,-100,-127,-->,0.547568 +60,-100,-100,-->,0.547568 +60,-100,-75,-->,0.547568 +60,-100,-50,-->,0.547568 +60,-100,-25,-->,0.547568 +60,-100,0,-->,0.547568 +60,-100,25,-->,0.547568 +60,-100,50,-->,0.547568 +60,-100,75,-->,0.547568 +60,-100,100,-->,0.547568 +60,-100,128,-->,0.547568 +60,-75,-127,-->,0.547568 +60,-75,-100,-->,0.547568 +60,-75,-75,-->,0.547568 +60,-75,-50,-->,0.547568 +60,-75,-25,-->,0.547568 +60,-75,0,-->,0.547568 +60,-75,25,-->,0.547568 +60,-75,50,-->,0.547568 +60,-75,75,-->,0.547568 +60,-75,100,-->,0.547568 +60,-75,128,-->,0.547568 +60,-50,-127,-->,0.547568 +60,-50,-100,-->,0.547568 +60,-50,-75,-->,0.547568 +60,-50,-50,-->,0.547568 +60,-50,-25,-->,0.547568 +60,-50,0,-->,0.547568 +60,-50,25,-->,0.547568 +60,-50,50,-->,0.547568 +60,-50,75,-->,0.547568 +60,-50,100,-->,0.547568 +60,-50,128,-->,0.547568 +60,-25,-127,-->,0.547568 +60,-25,-100,-->,0.547568 +60,-25,-75,-->,0.547568 +60,-25,-50,-->,0.547568 +60,-25,-25,-->,0.547568 +60,-25,0,-->,0.547568 +60,-25,25,-->,0.547568 +60,-25,50,-->,0.547568 +60,-25,75,-->,0.547568 +60,-25,100,-->,0.547568 +60,-25,128,-->,0.547568 +60,0,-127,-->,0.547568 +60,0,-100,-->,0.547568 +60,0,-75,-->,0.547568 +60,0,-50,-->,0.547568 +60,0,-25,-->,0.547568 +60,0,0,-->,0.547568 +60,0,25,-->,0.547568 +60,0,50,-->,0.547568 +60,0,75,-->,0.547568 +60,0,100,-->,0.547568 +60,0,128,-->,0.547568 +60,25,-127,-->,0.547568 +60,25,-100,-->,0.547568 +60,25,-75,-->,0.547568 +60,25,-50,-->,0.547568 +60,25,-25,-->,0.547568 +60,25,0,-->,0.547568 +60,25,25,-->,0.547568 +60,25,50,-->,0.547568 +60,25,75,-->,0.547568 +60,25,100,-->,0.547568 +60,25,128,-->,0.547568 +60,50,-127,-->,0.547568 +60,50,-100,-->,0.547568 +60,50,-75,-->,0.547568 +60,50,-50,-->,0.547568 +60,50,-25,-->,0.547568 +60,50,0,-->,0.547568 +60,50,25,-->,0.547568 +60,50,50,-->,0.547568 +60,50,75,-->,0.547568 +60,50,100,-->,0.547568 +60,50,128,-->,0.547568 +60,75,-127,-->,0.547568 +60,75,-100,-->,0.547568 +60,75,-75,-->,0.547568 +60,75,-50,-->,0.547568 +60,75,-25,-->,0.547568 +60,75,0,-->,0.547568 +60,75,25,-->,0.547568 +60,75,50,-->,0.547568 +60,75,75,-->,0.547568 +60,75,100,-->,0.547568 +60,75,128,-->,0.547568 +60,100,-127,-->,0.547568 +60,100,-100,-->,0.547568 +60,100,-75,-->,0.547568 +60,100,-50,-->,0.547568 +60,100,-25,-->,0.547568 +60,100,0,-->,0.547568 +60,100,25,-->,0.547568 +60,100,50,-->,0.547568 +60,100,75,-->,0.547568 +60,100,100,-->,0.547568 +60,100,128,-->,0.547568 +60,128,-127,-->,0.547568 +60,128,-100,-->,0.547568 +60,128,-75,-->,0.547568 +60,128,-50,-->,0.547568 +60,128,-25,-->,0.547568 +60,128,0,-->,0.547568 +60,128,25,-->,0.547568 +60,128,50,-->,0.547568 +60,128,75,-->,0.547568 +60,128,100,-->,0.547568 +60,128,128,-->,0.547568 +80,-127,-127,-->,0.733032 +80,-127,-100,-->,0.733032 +80,-127,-75,-->,0.733032 +80,-127,-50,-->,0.733032 +80,-127,-25,-->,0.733032 +80,-127,0,-->,0.733032 +80,-127,25,-->,0.733032 +80,-127,50,-->,0.733032 +80,-127,75,-->,0.733032 +80,-127,100,-->,0.733032 +80,-127,128,-->,0.733032 +80,-100,-127,-->,0.733032 +80,-100,-100,-->,0.733032 +80,-100,-75,-->,0.733032 +80,-100,-50,-->,0.733032 +80,-100,-25,-->,0.733032 +80,-100,0,-->,0.733032 +80,-100,25,-->,0.733032 +80,-100,50,-->,0.733032 +80,-100,75,-->,0.733032 +80,-100,100,-->,0.733032 +80,-100,128,-->,0.733032 +80,-75,-127,-->,0.733032 +80,-75,-100,-->,0.733032 +80,-75,-75,-->,0.733032 +80,-75,-50,-->,0.733032 +80,-75,-25,-->,0.733032 +80,-75,0,-->,0.733032 +80,-75,25,-->,0.733032 +80,-75,50,-->,0.733032 +80,-75,75,-->,0.733032 +80,-75,100,-->,0.733032 +80,-75,128,-->,0.733032 +80,-50,-127,-->,0.733032 +80,-50,-100,-->,0.733032 +80,-50,-75,-->,0.733032 +80,-50,-50,-->,0.733032 +80,-50,-25,-->,0.733032 +80,-50,0,-->,0.733032 +80,-50,25,-->,0.733032 +80,-50,50,-->,0.733032 +80,-50,75,-->,0.733032 +80,-50,100,-->,0.733032 +80,-50,128,-->,0.733032 +80,-25,-127,-->,0.733032 +80,-25,-100,-->,0.733032 +80,-25,-75,-->,0.733032 +80,-25,-50,-->,0.733032 +80,-25,-25,-->,0.733032 +80,-25,0,-->,0.733032 +80,-25,25,-->,0.733032 +80,-25,50,-->,0.733032 +80,-25,75,-->,0.733032 +80,-25,100,-->,0.733032 +80,-25,128,-->,0.733032 +80,0,-127,-->,0.733032 +80,0,-100,-->,0.733032 +80,0,-75,-->,0.733032 +80,0,-50,-->,0.733032 +80,0,-25,-->,0.733032 +80,0,0,-->,0.733032 +80,0,25,-->,0.733032 +80,0,50,-->,0.733032 +80,0,75,-->,0.733032 +80,0,100,-->,0.733032 +80,0,128,-->,0.733032 +80,25,-127,-->,0.733032 +80,25,-100,-->,0.733032 +80,25,-75,-->,0.733032 +80,25,-50,-->,0.733032 +80,25,-25,-->,0.733032 +80,25,0,-->,0.733032 +80,25,25,-->,0.733032 +80,25,50,-->,0.733032 +80,25,75,-->,0.733032 +80,25,100,-->,0.733032 +80,25,128,-->,0.733032 +80,50,-127,-->,0.733032 +80,50,-100,-->,0.733032 +80,50,-75,-->,0.733032 +80,50,-50,-->,0.733032 +80,50,-25,-->,0.733032 +80,50,0,-->,0.733032 +80,50,25,-->,0.733032 +80,50,50,-->,0.733032 +80,50,75,-->,0.733032 +80,50,100,-->,0.733032 +80,50,128,-->,0.733032 +80,75,-127,-->,0.733032 +80,75,-100,-->,0.733032 +80,75,-75,-->,0.733032 +80,75,-50,-->,0.733032 +80,75,-25,-->,0.733032 +80,75,0,-->,0.733032 +80,75,25,-->,0.733032 +80,75,50,-->,0.733032 +80,75,75,-->,0.733032 +80,75,100,-->,0.733032 +80,75,128,-->,0.733032 +80,100,-127,-->,0.733032 +80,100,-100,-->,0.733032 +80,100,-75,-->,0.733032 +80,100,-50,-->,0.733032 +80,100,-25,-->,0.733032 +80,100,0,-->,0.733032 +80,100,25,-->,0.733032 +80,100,50,-->,0.733032 +80,100,75,-->,0.733032 +80,100,100,-->,0.733032 +80,100,128,-->,0.733032 +80,128,-127,-->,0.733032 +80,128,-100,-->,0.733032 +80,128,-75,-->,0.733032 +80,128,-50,-->,0.733032 +80,128,-25,-->,0.733032 +80,128,0,-->,0.733032 +80,128,25,-->,0.733032 +80,128,50,-->,0.733032 +80,128,75,-->,0.733032 +80,128,100,-->,0.733032 +80,128,128,-->,0.733032 +100,-127,-127,-->,1.000000 +100,-127,-100,-->,1.000000 +100,-127,-75,-->,1.000000 +100,-127,-50,-->,1.000000 +100,-127,-25,-->,1.000000 +100,-127,0,-->,1.000000 +100,-127,25,-->,1.000000 +100,-127,50,-->,1.000000 +100,-127,75,-->,1.000000 +100,-127,100,-->,1.000000 +100,-127,128,-->,1.000000 +100,-100,-127,-->,1.000000 +100,-100,-100,-->,1.000000 +100,-100,-75,-->,1.000000 +100,-100,-50,-->,1.000000 +100,-100,-25,-->,1.000000 +100,-100,0,-->,1.000000 +100,-100,25,-->,1.000000 +100,-100,50,-->,1.000000 +100,-100,75,-->,1.000000 +100,-100,100,-->,1.000000 +100,-100,128,-->,1.000000 +100,-75,-127,-->,1.000000 +100,-75,-100,-->,1.000000 +100,-75,-75,-->,1.000000 +100,-75,-50,-->,1.000000 +100,-75,-25,-->,1.000000 +100,-75,0,-->,1.000000 +100,-75,25,-->,1.000000 +100,-75,50,-->,1.000000 +100,-75,75,-->,1.000000 +100,-75,100,-->,1.000000 +100,-75,128,-->,1.000000 +100,-50,-127,-->,1.000000 +100,-50,-100,-->,1.000000 +100,-50,-75,-->,1.000000 +100,-50,-50,-->,1.000000 +100,-50,-25,-->,1.000000 +100,-50,0,-->,1.000000 +100,-50,25,-->,1.000000 +100,-50,50,-->,1.000000 +100,-50,75,-->,1.000000 +100,-50,100,-->,1.000000 +100,-50,128,-->,1.000000 +100,-25,-127,-->,1.000000 +100,-25,-100,-->,1.000000 +100,-25,-75,-->,1.000000 +100,-25,-50,-->,1.000000 +100,-25,-25,-->,1.000000 +100,-25,0,-->,1.000000 +100,-25,25,-->,1.000000 +100,-25,50,-->,1.000000 +100,-25,75,-->,1.000000 +100,-25,100,-->,1.000000 +100,-25,128,-->,1.000000 +100,0,-127,-->,1.000000 +100,0,-100,-->,1.000000 +100,0,-75,-->,1.000000 +100,0,-50,-->,1.000000 +100,0,-25,-->,1.000000 +100,0,0,-->,1.000000 +100,0,25,-->,1.000000 +100,0,50,-->,1.000000 +100,0,75,-->,1.000000 +100,0,100,-->,1.000000 +100,0,128,-->,1.000000 +100,25,-127,-->,1.000000 +100,25,-100,-->,1.000000 +100,25,-75,-->,1.000000 +100,25,-50,-->,1.000000 +100,25,-25,-->,1.000000 +100,25,0,-->,1.000000 +100,25,25,-->,1.000000 +100,25,50,-->,1.000000 +100,25,75,-->,1.000000 +100,25,100,-->,1.000000 +100,25,128,-->,1.000000 +100,50,-127,-->,1.000000 +100,50,-100,-->,1.000000 +100,50,-75,-->,1.000000 +100,50,-50,-->,1.000000 +100,50,-25,-->,1.000000 +100,50,0,-->,1.000000 +100,50,25,-->,1.000000 +100,50,50,-->,1.000000 +100,50,75,-->,1.000000 +100,50,100,-->,1.000000 +100,50,128,-->,1.000000 +100,75,-127,-->,1.000000 +100,75,-100,-->,1.000000 +100,75,-75,-->,1.000000 +100,75,-50,-->,1.000000 +100,75,-25,-->,1.000000 +100,75,0,-->,1.000000 +100,75,25,-->,1.000000 +100,75,50,-->,1.000000 +100,75,75,-->,1.000000 +100,75,100,-->,1.000000 +100,75,128,-->,1.000000 +100,100,-127,-->,1.000000 +100,100,-100,-->,1.000000 +100,100,-75,-->,1.000000 +100,100,-50,-->,1.000000 +100,100,-25,-->,1.000000 +100,100,0,-->,1.000000 +100,100,25,-->,1.000000 +100,100,50,-->,1.000000 +100,100,75,-->,1.000000 +100,100,100,-->,1.000000 +100,100,128,-->,1.000000 +100,128,-127,-->,1.000000 +100,128,-100,-->,1.000000 +100,128,-75,-->,1.000000 +100,128,-50,-->,1.000000 +100,128,-25,-->,1.000000 +100,128,0,-->,1.000000 +100,128,25,-->,1.000000 +100,128,50,-->,1.000000 +100,128,75,-->,1.000000 +100,128,100,-->,1.000000 +100,128,128,-->,1.000000 +-1,0,0,-->,0.000000 +101,0,0,-->,1.000000 +50,-130,0,-->,0.465538 +50,130,0,-->,0.465538 +50,0,-130,-->,0.465538 +50,0,130,-->,0.465538 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-2.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-2.csv new file mode 100644 index 0000000..b4ed713 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-2.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.000000 +0,-127,-100,-->,0.000000 +0,-127,-75,-->,0.000000 +0,-127,-50,-->,0.000000 +0,-127,-25,-->,0.000000 +0,-127,0,-->,0.000000 +0,-127,25,-->,0.000000 +0,-127,50,-->,0.000000 +0,-127,75,-->,0.000000 +0,-127,100,-->,0.000000 +0,-127,128,-->,0.000000 +0,-100,-127,-->,0.000000 +0,-100,-100,-->,0.000000 +0,-100,-75,-->,0.000000 +0,-100,-50,-->,0.000000 +0,-100,-25,-->,0.000000 +0,-100,0,-->,0.000000 +0,-100,25,-->,0.000000 +0,-100,50,-->,0.000000 +0,-100,75,-->,0.000000 +0,-100,100,-->,0.000000 +0,-100,128,-->,0.000000 +0,-75,-127,-->,0.000000 +0,-75,-100,-->,0.000000 +0,-75,-75,-->,0.000000 +0,-75,-50,-->,0.000000 +0,-75,-25,-->,0.000000 +0,-75,0,-->,0.000000 +0,-75,25,-->,0.000000 +0,-75,50,-->,0.000000 +0,-75,75,-->,0.000000 +0,-75,100,-->,0.000000 +0,-75,128,-->,0.000000 +0,-50,-127,-->,0.000000 +0,-50,-100,-->,0.000000 +0,-50,-75,-->,0.000000 +0,-50,-50,-->,0.000000 +0,-50,-25,-->,0.000000 +0,-50,0,-->,0.000000 +0,-50,25,-->,0.000000 +0,-50,50,-->,0.000000 +0,-50,75,-->,0.000000 +0,-50,100,-->,0.000000 +0,-50,128,-->,0.000000 +0,-25,-127,-->,0.000000 +0,-25,-100,-->,0.000000 +0,-25,-75,-->,0.000000 +0,-25,-50,-->,0.000000 +0,-25,-25,-->,0.000000 +0,-25,0,-->,0.000000 +0,-25,25,-->,0.000000 +0,-25,50,-->,0.000000 +0,-25,75,-->,0.000000 +0,-25,100,-->,0.000000 +0,-25,128,-->,0.000000 +0,0,-127,-->,0.000000 +0,0,-100,-->,0.000000 +0,0,-75,-->,0.000000 +0,0,-50,-->,0.000000 +0,0,-25,-->,0.000000 +0,0,0,-->,0.000000 +0,0,25,-->,0.000000 +0,0,50,-->,0.000000 +0,0,75,-->,0.000000 +0,0,100,-->,0.000000 +0,0,128,-->,0.000000 +0,25,-127,-->,0.000000 +0,25,-100,-->,0.000000 +0,25,-75,-->,0.000000 +0,25,-50,-->,0.000000 +0,25,-25,-->,0.000000 +0,25,0,-->,0.000000 +0,25,25,-->,0.000000 +0,25,50,-->,0.000000 +0,25,75,-->,0.000000 +0,25,100,-->,0.000000 +0,25,128,-->,0.000000 +0,50,-127,-->,0.000000 +0,50,-100,-->,0.000000 +0,50,-75,-->,0.000000 +0,50,-50,-->,0.000000 +0,50,-25,-->,0.000000 +0,50,0,-->,0.000000 +0,50,25,-->,0.000000 +0,50,50,-->,0.000000 +0,50,75,-->,0.000000 +0,50,100,-->,0.000000 +0,50,128,-->,0.000000 +0,75,-127,-->,0.000000 +0,75,-100,-->,0.000000 +0,75,-75,-->,0.000000 +0,75,-50,-->,0.000000 +0,75,-25,-->,0.000000 +0,75,0,-->,0.000000 +0,75,25,-->,0.000000 +0,75,50,-->,0.000000 +0,75,75,-->,0.000000 +0,75,100,-->,0.000000 +0,75,128,-->,0.000000 +0,100,-127,-->,0.000000 +0,100,-100,-->,0.000000 +0,100,-75,-->,0.000000 +0,100,-50,-->,0.000000 +0,100,-25,-->,0.000000 +0,100,0,-->,0.000000 +0,100,25,-->,0.000000 +0,100,50,-->,0.000000 +0,100,75,-->,0.000000 +0,100,100,-->,0.000000 +0,100,128,-->,0.000000 +0,128,-127,-->,0.000000 +0,128,-100,-->,0.000000 +0,128,-75,-->,0.000000 +0,128,-50,-->,0.000000 +0,128,-25,-->,0.000000 +0,128,0,-->,0.000000 +0,128,25,-->,0.000000 +0,128,50,-->,0.000000 +0,128,75,-->,0.000000 +0,128,100,-->,0.000000 +0,128,128,-->,0.000000 +20,-127,-127,-->,0.197151 +20,-127,-100,-->,0.197151 +20,-127,-75,-->,0.197151 +20,-127,-50,-->,0.197151 +20,-127,-25,-->,0.197151 +20,-127,0,-->,0.197151 +20,-127,25,-->,0.197151 +20,-127,50,-->,0.197151 +20,-127,75,-->,0.197151 +20,-127,100,-->,0.197151 +20,-127,128,-->,0.197151 +20,-100,-127,-->,0.197151 +20,-100,-100,-->,0.197151 +20,-100,-75,-->,0.197151 +20,-100,-50,-->,0.197151 +20,-100,-25,-->,0.197151 +20,-100,0,-->,0.197151 +20,-100,25,-->,0.197151 +20,-100,50,-->,0.197151 +20,-100,75,-->,0.197151 +20,-100,100,-->,0.197151 +20,-100,128,-->,0.197151 +20,-75,-127,-->,0.197151 +20,-75,-100,-->,0.197151 +20,-75,-75,-->,0.197151 +20,-75,-50,-->,0.197151 +20,-75,-25,-->,0.197151 +20,-75,0,-->,0.197151 +20,-75,25,-->,0.197151 +20,-75,50,-->,0.197151 +20,-75,75,-->,0.197151 +20,-75,100,-->,0.197151 +20,-75,128,-->,0.197151 +20,-50,-127,-->,0.197151 +20,-50,-100,-->,0.197151 +20,-50,-75,-->,0.197151 +20,-50,-50,-->,0.197151 +20,-50,-25,-->,0.197151 +20,-50,0,-->,0.197151 +20,-50,25,-->,0.197151 +20,-50,50,-->,0.197151 +20,-50,75,-->,0.197151 +20,-50,100,-->,0.197151 +20,-50,128,-->,0.197151 +20,-25,-127,-->,0.197151 +20,-25,-100,-->,0.197151 +20,-25,-75,-->,0.197151 +20,-25,-50,-->,0.197151 +20,-25,-25,-->,0.197151 +20,-25,0,-->,0.197151 +20,-25,25,-->,0.197151 +20,-25,50,-->,0.197151 +20,-25,75,-->,0.197151 +20,-25,100,-->,0.197151 +20,-25,128,-->,0.197151 +20,0,-127,-->,0.197151 +20,0,-100,-->,0.197151 +20,0,-75,-->,0.197151 +20,0,-50,-->,0.197151 +20,0,-25,-->,0.197151 +20,0,0,-->,0.197151 +20,0,25,-->,0.197151 +20,0,50,-->,0.197151 +20,0,75,-->,0.197151 +20,0,100,-->,0.197151 +20,0,128,-->,0.197151 +20,25,-127,-->,0.197151 +20,25,-100,-->,0.197151 +20,25,-75,-->,0.197151 +20,25,-50,-->,0.197151 +20,25,-25,-->,0.197151 +20,25,0,-->,0.197151 +20,25,25,-->,0.197151 +20,25,50,-->,0.197151 +20,25,75,-->,0.197151 +20,25,100,-->,0.197151 +20,25,128,-->,0.197151 +20,50,-127,-->,0.197151 +20,50,-100,-->,0.197151 +20,50,-75,-->,0.197151 +20,50,-50,-->,0.197151 +20,50,-25,-->,0.197151 +20,50,0,-->,0.197151 +20,50,25,-->,0.197151 +20,50,50,-->,0.197151 +20,50,75,-->,0.197151 +20,50,100,-->,0.197151 +20,50,128,-->,0.197151 +20,75,-127,-->,0.197151 +20,75,-100,-->,0.197151 +20,75,-75,-->,0.197151 +20,75,-50,-->,0.197151 +20,75,-25,-->,0.197151 +20,75,0,-->,0.197151 +20,75,25,-->,0.197151 +20,75,50,-->,0.197151 +20,75,75,-->,0.197151 +20,75,100,-->,0.197151 +20,75,128,-->,0.197151 +20,100,-127,-->,0.197151 +20,100,-100,-->,0.197151 +20,100,-75,-->,0.197151 +20,100,-50,-->,0.197151 +20,100,-25,-->,0.197151 +20,100,0,-->,0.197151 +20,100,25,-->,0.197151 +20,100,50,-->,0.197151 +20,100,75,-->,0.197151 +20,100,100,-->,0.197151 +20,100,128,-->,0.197151 +20,128,-127,-->,0.197151 +20,128,-100,-->,0.197151 +20,128,-75,-->,0.197151 +20,128,-50,-->,0.197151 +20,128,-25,-->,0.197151 +20,128,0,-->,0.197151 +20,128,25,-->,0.197151 +20,128,50,-->,0.197151 +20,128,75,-->,0.197151 +20,128,100,-->,0.197151 +20,128,128,-->,0.197151 +40,-127,-127,-->,0.378926 +40,-127,-100,-->,0.378926 +40,-127,-75,-->,0.378926 +40,-127,-50,-->,0.378926 +40,-127,-25,-->,0.378926 +40,-127,0,-->,0.378926 +40,-127,25,-->,0.378926 +40,-127,50,-->,0.378926 +40,-127,75,-->,0.378926 +40,-127,100,-->,0.378926 +40,-127,128,-->,0.378926 +40,-100,-127,-->,0.378926 +40,-100,-100,-->,0.378926 +40,-100,-75,-->,0.378926 +40,-100,-50,-->,0.378926 +40,-100,-25,-->,0.378926 +40,-100,0,-->,0.378926 +40,-100,25,-->,0.378926 +40,-100,50,-->,0.378926 +40,-100,75,-->,0.378926 +40,-100,100,-->,0.378926 +40,-100,128,-->,0.378926 +40,-75,-127,-->,0.378926 +40,-75,-100,-->,0.378926 +40,-75,-75,-->,0.378926 +40,-75,-50,-->,0.378926 +40,-75,-25,-->,0.378926 +40,-75,0,-->,0.378926 +40,-75,25,-->,0.378926 +40,-75,50,-->,0.378926 +40,-75,75,-->,0.378926 +40,-75,100,-->,0.378926 +40,-75,128,-->,0.378926 +40,-50,-127,-->,0.378926 +40,-50,-100,-->,0.378926 +40,-50,-75,-->,0.378926 +40,-50,-50,-->,0.378926 +40,-50,-25,-->,0.378926 +40,-50,0,-->,0.378926 +40,-50,25,-->,0.378926 +40,-50,50,-->,0.378926 +40,-50,75,-->,0.378926 +40,-50,100,-->,0.378926 +40,-50,128,-->,0.378926 +40,-25,-127,-->,0.378926 +40,-25,-100,-->,0.378926 +40,-25,-75,-->,0.378926 +40,-25,-50,-->,0.378926 +40,-25,-25,-->,0.378926 +40,-25,0,-->,0.378926 +40,-25,25,-->,0.378926 +40,-25,50,-->,0.378926 +40,-25,75,-->,0.378926 +40,-25,100,-->,0.378926 +40,-25,128,-->,0.378926 +40,0,-127,-->,0.378926 +40,0,-100,-->,0.378926 +40,0,-75,-->,0.378926 +40,0,-50,-->,0.378926 +40,0,-25,-->,0.378926 +40,0,0,-->,0.378926 +40,0,25,-->,0.378926 +40,0,50,-->,0.378926 +40,0,75,-->,0.378926 +40,0,100,-->,0.378926 +40,0,128,-->,0.378926 +40,25,-127,-->,0.378926 +40,25,-100,-->,0.378926 +40,25,-75,-->,0.378926 +40,25,-50,-->,0.378926 +40,25,-25,-->,0.378926 +40,25,0,-->,0.378926 +40,25,25,-->,0.378926 +40,25,50,-->,0.378926 +40,25,75,-->,0.378926 +40,25,100,-->,0.378926 +40,25,128,-->,0.378926 +40,50,-127,-->,0.378926 +40,50,-100,-->,0.378926 +40,50,-75,-->,0.378926 +40,50,-50,-->,0.378926 +40,50,-25,-->,0.378926 +40,50,0,-->,0.378926 +40,50,25,-->,0.378926 +40,50,50,-->,0.378926 +40,50,75,-->,0.378926 +40,50,100,-->,0.378926 +40,50,128,-->,0.378926 +40,75,-127,-->,0.378926 +40,75,-100,-->,0.378926 +40,75,-75,-->,0.378926 +40,75,-50,-->,0.378926 +40,75,-25,-->,0.378926 +40,75,0,-->,0.378926 +40,75,25,-->,0.378926 +40,75,50,-->,0.378926 +40,75,75,-->,0.378926 +40,75,100,-->,0.378926 +40,75,128,-->,0.378926 +40,100,-127,-->,0.378926 +40,100,-100,-->,0.378926 +40,100,-75,-->,0.378926 +40,100,-50,-->,0.378926 +40,100,-25,-->,0.378926 +40,100,0,-->,0.378926 +40,100,25,-->,0.378926 +40,100,50,-->,0.378926 +40,100,75,-->,0.378926 +40,100,100,-->,0.378926 +40,100,128,-->,0.378926 +40,128,-127,-->,0.378926 +40,128,-100,-->,0.378926 +40,128,-75,-->,0.378926 +40,128,-50,-->,0.378926 +40,128,-25,-->,0.378926 +40,128,0,-->,0.378926 +40,128,25,-->,0.378926 +40,128,50,-->,0.378926 +40,128,75,-->,0.378926 +40,128,100,-->,0.378926 +40,128,128,-->,0.378926 +60,-127,-127,-->,0.547568 +60,-127,-100,-->,0.547568 +60,-127,-75,-->,0.547568 +60,-127,-50,-->,0.547568 +60,-127,-25,-->,0.547568 +60,-127,0,-->,0.547568 +60,-127,25,-->,0.547568 +60,-127,50,-->,0.547568 +60,-127,75,-->,0.547568 +60,-127,100,-->,0.547568 +60,-127,128,-->,0.547568 +60,-100,-127,-->,0.547568 +60,-100,-100,-->,0.547568 +60,-100,-75,-->,0.547568 +60,-100,-50,-->,0.547568 +60,-100,-25,-->,0.547568 +60,-100,0,-->,0.547568 +60,-100,25,-->,0.547568 +60,-100,50,-->,0.547568 +60,-100,75,-->,0.547568 +60,-100,100,-->,0.547568 +60,-100,128,-->,0.547568 +60,-75,-127,-->,0.547568 +60,-75,-100,-->,0.547568 +60,-75,-75,-->,0.547568 +60,-75,-50,-->,0.547568 +60,-75,-25,-->,0.547568 +60,-75,0,-->,0.547568 +60,-75,25,-->,0.547568 +60,-75,50,-->,0.547568 +60,-75,75,-->,0.547568 +60,-75,100,-->,0.547568 +60,-75,128,-->,0.547568 +60,-50,-127,-->,0.547568 +60,-50,-100,-->,0.547568 +60,-50,-75,-->,0.547568 +60,-50,-50,-->,0.547568 +60,-50,-25,-->,0.547568 +60,-50,0,-->,0.547568 +60,-50,25,-->,0.547568 +60,-50,50,-->,0.547568 +60,-50,75,-->,0.547568 +60,-50,100,-->,0.547568 +60,-50,128,-->,0.547568 +60,-25,-127,-->,0.547568 +60,-25,-100,-->,0.547568 +60,-25,-75,-->,0.547568 +60,-25,-50,-->,0.547568 +60,-25,-25,-->,0.547568 +60,-25,0,-->,0.547568 +60,-25,25,-->,0.547568 +60,-25,50,-->,0.547568 +60,-25,75,-->,0.547568 +60,-25,100,-->,0.547568 +60,-25,128,-->,0.547568 +60,0,-127,-->,0.547568 +60,0,-100,-->,0.547568 +60,0,-75,-->,0.547568 +60,0,-50,-->,0.547568 +60,0,-25,-->,0.547568 +60,0,0,-->,0.547568 +60,0,25,-->,0.547568 +60,0,50,-->,0.547568 +60,0,75,-->,0.547568 +60,0,100,-->,0.547568 +60,0,128,-->,0.547568 +60,25,-127,-->,0.547568 +60,25,-100,-->,0.547568 +60,25,-75,-->,0.547568 +60,25,-50,-->,0.547568 +60,25,-25,-->,0.547568 +60,25,0,-->,0.547568 +60,25,25,-->,0.547568 +60,25,50,-->,0.547568 +60,25,75,-->,0.547568 +60,25,100,-->,0.547568 +60,25,128,-->,0.547568 +60,50,-127,-->,0.547568 +60,50,-100,-->,0.547568 +60,50,-75,-->,0.547568 +60,50,-50,-->,0.547568 +60,50,-25,-->,0.547568 +60,50,0,-->,0.547568 +60,50,25,-->,0.547568 +60,50,50,-->,0.547568 +60,50,75,-->,0.547568 +60,50,100,-->,0.547568 +60,50,128,-->,0.547568 +60,75,-127,-->,0.547568 +60,75,-100,-->,0.547568 +60,75,-75,-->,0.547568 +60,75,-50,-->,0.547568 +60,75,-25,-->,0.547568 +60,75,0,-->,0.547568 +60,75,25,-->,0.547568 +60,75,50,-->,0.547568 +60,75,75,-->,0.547568 +60,75,100,-->,0.547568 +60,75,128,-->,0.547568 +60,100,-127,-->,0.547568 +60,100,-100,-->,0.547568 +60,100,-75,-->,0.547568 +60,100,-50,-->,0.547568 +60,100,-25,-->,0.547568 +60,100,0,-->,0.547568 +60,100,25,-->,0.547568 +60,100,50,-->,0.547568 +60,100,75,-->,0.547568 +60,100,100,-->,0.547568 +60,100,128,-->,0.547568 +60,128,-127,-->,0.547568 +60,128,-100,-->,0.547568 +60,128,-75,-->,0.547568 +60,128,-50,-->,0.547568 +60,128,-25,-->,0.547568 +60,128,0,-->,0.547568 +60,128,25,-->,0.547568 +60,128,50,-->,0.547568 +60,128,75,-->,0.547568 +60,128,100,-->,0.547568 +60,128,128,-->,0.547568 +80,-127,-127,-->,0.733032 +80,-127,-100,-->,0.733032 +80,-127,-75,-->,0.733032 +80,-127,-50,-->,0.733032 +80,-127,-25,-->,0.733032 +80,-127,0,-->,0.733032 +80,-127,25,-->,0.733032 +80,-127,50,-->,0.733032 +80,-127,75,-->,0.733032 +80,-127,100,-->,0.733032 +80,-127,128,-->,0.733032 +80,-100,-127,-->,0.733032 +80,-100,-100,-->,0.733032 +80,-100,-75,-->,0.733032 +80,-100,-50,-->,0.733032 +80,-100,-25,-->,0.733032 +80,-100,0,-->,0.733032 +80,-100,25,-->,0.733032 +80,-100,50,-->,0.733032 +80,-100,75,-->,0.733032 +80,-100,100,-->,0.733032 +80,-100,128,-->,0.733032 +80,-75,-127,-->,0.733032 +80,-75,-100,-->,0.733032 +80,-75,-75,-->,0.733032 +80,-75,-50,-->,0.733032 +80,-75,-25,-->,0.733032 +80,-75,0,-->,0.733032 +80,-75,25,-->,0.733032 +80,-75,50,-->,0.733032 +80,-75,75,-->,0.733032 +80,-75,100,-->,0.733032 +80,-75,128,-->,0.733032 +80,-50,-127,-->,0.733032 +80,-50,-100,-->,0.733032 +80,-50,-75,-->,0.733032 +80,-50,-50,-->,0.733032 +80,-50,-25,-->,0.733032 +80,-50,0,-->,0.733032 +80,-50,25,-->,0.733032 +80,-50,50,-->,0.733032 +80,-50,75,-->,0.733032 +80,-50,100,-->,0.733032 +80,-50,128,-->,0.733032 +80,-25,-127,-->,0.733032 +80,-25,-100,-->,0.733032 +80,-25,-75,-->,0.733032 +80,-25,-50,-->,0.733032 +80,-25,-25,-->,0.733032 +80,-25,0,-->,0.733032 +80,-25,25,-->,0.733032 +80,-25,50,-->,0.733032 +80,-25,75,-->,0.733032 +80,-25,100,-->,0.733032 +80,-25,128,-->,0.733032 +80,0,-127,-->,0.733032 +80,0,-100,-->,0.733032 +80,0,-75,-->,0.733032 +80,0,-50,-->,0.733032 +80,0,-25,-->,0.733032 +80,0,0,-->,0.733032 +80,0,25,-->,0.733032 +80,0,50,-->,0.733032 +80,0,75,-->,0.733032 +80,0,100,-->,0.733032 +80,0,128,-->,0.733032 +80,25,-127,-->,0.733032 +80,25,-100,-->,0.733032 +80,25,-75,-->,0.733032 +80,25,-50,-->,0.733032 +80,25,-25,-->,0.733032 +80,25,0,-->,0.733032 +80,25,25,-->,0.733032 +80,25,50,-->,0.733032 +80,25,75,-->,0.733032 +80,25,100,-->,0.733032 +80,25,128,-->,0.733032 +80,50,-127,-->,0.733032 +80,50,-100,-->,0.733032 +80,50,-75,-->,0.733032 +80,50,-50,-->,0.733032 +80,50,-25,-->,0.733032 +80,50,0,-->,0.733032 +80,50,25,-->,0.733032 +80,50,50,-->,0.733032 +80,50,75,-->,0.733032 +80,50,100,-->,0.733032 +80,50,128,-->,0.733032 +80,75,-127,-->,0.733032 +80,75,-100,-->,0.733032 +80,75,-75,-->,0.733032 +80,75,-50,-->,0.733032 +80,75,-25,-->,0.733032 +80,75,0,-->,0.733032 +80,75,25,-->,0.733032 +80,75,50,-->,0.733032 +80,75,75,-->,0.733032 +80,75,100,-->,0.733032 +80,75,128,-->,0.733032 +80,100,-127,-->,0.733032 +80,100,-100,-->,0.733032 +80,100,-75,-->,0.733032 +80,100,-50,-->,0.733032 +80,100,-25,-->,0.733032 +80,100,0,-->,0.733032 +80,100,25,-->,0.733032 +80,100,50,-->,0.733032 +80,100,75,-->,0.733032 +80,100,100,-->,0.733032 +80,100,128,-->,0.733032 +80,128,-127,-->,0.733032 +80,128,-100,-->,0.733032 +80,128,-75,-->,0.733032 +80,128,-50,-->,0.733032 +80,128,-25,-->,0.733032 +80,128,0,-->,0.733032 +80,128,25,-->,0.733032 +80,128,50,-->,0.733032 +80,128,75,-->,0.733032 +80,128,100,-->,0.733032 +80,128,128,-->,0.733032 +100,-127,-127,-->,1.000000 +100,-127,-100,-->,1.000000 +100,-127,-75,-->,1.000000 +100,-127,-50,-->,1.000000 +100,-127,-25,-->,1.000000 +100,-127,0,-->,1.000000 +100,-127,25,-->,1.000000 +100,-127,50,-->,1.000000 +100,-127,75,-->,1.000000 +100,-127,100,-->,1.000000 +100,-127,128,-->,1.000000 +100,-100,-127,-->,1.000000 +100,-100,-100,-->,1.000000 +100,-100,-75,-->,1.000000 +100,-100,-50,-->,1.000000 +100,-100,-25,-->,1.000000 +100,-100,0,-->,1.000000 +100,-100,25,-->,1.000000 +100,-100,50,-->,1.000000 +100,-100,75,-->,1.000000 +100,-100,100,-->,1.000000 +100,-100,128,-->,1.000000 +100,-75,-127,-->,1.000000 +100,-75,-100,-->,1.000000 +100,-75,-75,-->,1.000000 +100,-75,-50,-->,1.000000 +100,-75,-25,-->,1.000000 +100,-75,0,-->,1.000000 +100,-75,25,-->,1.000000 +100,-75,50,-->,1.000000 +100,-75,75,-->,1.000000 +100,-75,100,-->,1.000000 +100,-75,128,-->,1.000000 +100,-50,-127,-->,1.000000 +100,-50,-100,-->,1.000000 +100,-50,-75,-->,1.000000 +100,-50,-50,-->,1.000000 +100,-50,-25,-->,1.000000 +100,-50,0,-->,1.000000 +100,-50,25,-->,1.000000 +100,-50,50,-->,1.000000 +100,-50,75,-->,1.000000 +100,-50,100,-->,1.000000 +100,-50,128,-->,1.000000 +100,-25,-127,-->,1.000000 +100,-25,-100,-->,1.000000 +100,-25,-75,-->,1.000000 +100,-25,-50,-->,1.000000 +100,-25,-25,-->,1.000000 +100,-25,0,-->,1.000000 +100,-25,25,-->,1.000000 +100,-25,50,-->,1.000000 +100,-25,75,-->,1.000000 +100,-25,100,-->,1.000000 +100,-25,128,-->,1.000000 +100,0,-127,-->,1.000000 +100,0,-100,-->,1.000000 +100,0,-75,-->,1.000000 +100,0,-50,-->,1.000000 +100,0,-25,-->,1.000000 +100,0,0,-->,1.000000 +100,0,25,-->,1.000000 +100,0,50,-->,1.000000 +100,0,75,-->,1.000000 +100,0,100,-->,1.000000 +100,0,128,-->,1.000000 +100,25,-127,-->,1.000000 +100,25,-100,-->,1.000000 +100,25,-75,-->,1.000000 +100,25,-50,-->,1.000000 +100,25,-25,-->,1.000000 +100,25,0,-->,1.000000 +100,25,25,-->,1.000000 +100,25,50,-->,1.000000 +100,25,75,-->,1.000000 +100,25,100,-->,1.000000 +100,25,128,-->,1.000000 +100,50,-127,-->,1.000000 +100,50,-100,-->,1.000000 +100,50,-75,-->,1.000000 +100,50,-50,-->,1.000000 +100,50,-25,-->,1.000000 +100,50,0,-->,1.000000 +100,50,25,-->,1.000000 +100,50,50,-->,1.000000 +100,50,75,-->,1.000000 +100,50,100,-->,1.000000 +100,50,128,-->,1.000000 +100,75,-127,-->,1.000000 +100,75,-100,-->,1.000000 +100,75,-75,-->,1.000000 +100,75,-50,-->,1.000000 +100,75,-25,-->,1.000000 +100,75,0,-->,1.000000 +100,75,25,-->,1.000000 +100,75,50,-->,1.000000 +100,75,75,-->,1.000000 +100,75,100,-->,1.000000 +100,75,128,-->,1.000000 +100,100,-127,-->,1.000000 +100,100,-100,-->,1.000000 +100,100,-75,-->,1.000000 +100,100,-50,-->,1.000000 +100,100,-25,-->,1.000000 +100,100,0,-->,1.000000 +100,100,25,-->,1.000000 +100,100,50,-->,1.000000 +100,100,75,-->,1.000000 +100,100,100,-->,1.000000 +100,100,128,-->,1.000000 +100,128,-127,-->,1.000000 +100,128,-100,-->,1.000000 +100,128,-75,-->,1.000000 +100,128,-50,-->,1.000000 +100,128,-25,-->,1.000000 +100,128,0,-->,1.000000 +100,128,25,-->,1.000000 +100,128,50,-->,1.000000 +100,128,75,-->,1.000000 +100,128,100,-->,1.000000 +100,128,128,-->,1.000000 +-1,0,0,-->,0.000000 +101,0,0,-->,1.000000 +50,-130,0,-->,0.465538 +50,130,0,-->,0.465538 +50,0,-130,-->,0.465538 +50,0,130,-->,0.465538 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-3.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-3.csv new file mode 100644 index 0000000..ad8338a --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToDevice_ICC-3.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,0.000000 +0,-127,-100,-->,0.000000 +0,-127,-75,-->,0.000000 +0,-127,-50,-->,0.000000 +0,-127,-25,-->,0.000000 +0,-127,0,-->,0.000000 +0,-127,25,-->,0.000000 +0,-127,50,-->,0.000000 +0,-127,75,-->,0.000000 +0,-127,100,-->,0.000000 +0,-127,128,-->,0.000000 +0,-100,-127,-->,0.000000 +0,-100,-100,-->,0.000000 +0,-100,-75,-->,0.000000 +0,-100,-50,-->,0.000000 +0,-100,-25,-->,0.000000 +0,-100,0,-->,0.000000 +0,-100,25,-->,0.000000 +0,-100,50,-->,0.000000 +0,-100,75,-->,0.000000 +0,-100,100,-->,0.000000 +0,-100,128,-->,0.000000 +0,-75,-127,-->,0.000000 +0,-75,-100,-->,0.000000 +0,-75,-75,-->,0.000000 +0,-75,-50,-->,0.000000 +0,-75,-25,-->,0.000000 +0,-75,0,-->,0.000000 +0,-75,25,-->,0.000000 +0,-75,50,-->,0.000000 +0,-75,75,-->,0.000000 +0,-75,100,-->,0.000000 +0,-75,128,-->,0.000000 +0,-50,-127,-->,0.000000 +0,-50,-100,-->,0.000000 +0,-50,-75,-->,0.000000 +0,-50,-50,-->,0.000000 +0,-50,-25,-->,0.000000 +0,-50,0,-->,0.000000 +0,-50,25,-->,0.000000 +0,-50,50,-->,0.000000 +0,-50,75,-->,0.000000 +0,-50,100,-->,0.000000 +0,-50,128,-->,0.000000 +0,-25,-127,-->,0.000000 +0,-25,-100,-->,0.000000 +0,-25,-75,-->,0.000000 +0,-25,-50,-->,0.000000 +0,-25,-25,-->,0.000000 +0,-25,0,-->,0.000000 +0,-25,25,-->,0.000000 +0,-25,50,-->,0.000000 +0,-25,75,-->,0.000000 +0,-25,100,-->,0.000000 +0,-25,128,-->,0.000000 +0,0,-127,-->,0.000000 +0,0,-100,-->,0.000000 +0,0,-75,-->,0.000000 +0,0,-50,-->,0.000000 +0,0,-25,-->,0.000000 +0,0,0,-->,0.000000 +0,0,25,-->,0.000000 +0,0,50,-->,0.000000 +0,0,75,-->,0.000000 +0,0,100,-->,0.000000 +0,0,128,-->,0.000000 +0,25,-127,-->,0.000000 +0,25,-100,-->,0.000000 +0,25,-75,-->,0.000000 +0,25,-50,-->,0.000000 +0,25,-25,-->,0.000000 +0,25,0,-->,0.000000 +0,25,25,-->,0.000000 +0,25,50,-->,0.000000 +0,25,75,-->,0.000000 +0,25,100,-->,0.000000 +0,25,128,-->,0.000000 +0,50,-127,-->,0.000000 +0,50,-100,-->,0.000000 +0,50,-75,-->,0.000000 +0,50,-50,-->,0.000000 +0,50,-25,-->,0.000000 +0,50,0,-->,0.000000 +0,50,25,-->,0.000000 +0,50,50,-->,0.000000 +0,50,75,-->,0.000000 +0,50,100,-->,0.000000 +0,50,128,-->,0.000000 +0,75,-127,-->,0.000000 +0,75,-100,-->,0.000000 +0,75,-75,-->,0.000000 +0,75,-50,-->,0.000000 +0,75,-25,-->,0.000000 +0,75,0,-->,0.000000 +0,75,25,-->,0.000000 +0,75,50,-->,0.000000 +0,75,75,-->,0.000000 +0,75,100,-->,0.000000 +0,75,128,-->,0.000000 +0,100,-127,-->,0.000000 +0,100,-100,-->,0.000000 +0,100,-75,-->,0.000000 +0,100,-50,-->,0.000000 +0,100,-25,-->,0.000000 +0,100,0,-->,0.000000 +0,100,25,-->,0.000000 +0,100,50,-->,0.000000 +0,100,75,-->,0.000000 +0,100,100,-->,0.000000 +0,100,128,-->,0.000000 +0,128,-127,-->,0.000000 +0,128,-100,-->,0.000000 +0,128,-75,-->,0.000000 +0,128,-50,-->,0.000000 +0,128,-25,-->,0.000000 +0,128,0,-->,0.000000 +0,128,25,-->,0.000000 +0,128,50,-->,0.000000 +0,128,75,-->,0.000000 +0,128,100,-->,0.000000 +0,128,128,-->,0.000000 +20,-127,-127,-->,0.233492 +20,-127,-100,-->,0.233492 +20,-127,-75,-->,0.233492 +20,-127,-50,-->,0.233492 +20,-127,-25,-->,0.233492 +20,-127,0,-->,0.233492 +20,-127,25,-->,0.233492 +20,-127,50,-->,0.233492 +20,-127,75,-->,0.233492 +20,-127,100,-->,0.233492 +20,-127,128,-->,0.233492 +20,-100,-127,-->,0.233492 +20,-100,-100,-->,0.233492 +20,-100,-75,-->,0.233492 +20,-100,-50,-->,0.233492 +20,-100,-25,-->,0.233492 +20,-100,0,-->,0.233492 +20,-100,25,-->,0.233492 +20,-100,50,-->,0.233492 +20,-100,75,-->,0.233492 +20,-100,100,-->,0.233492 +20,-100,128,-->,0.233492 +20,-75,-127,-->,0.233492 +20,-75,-100,-->,0.233492 +20,-75,-75,-->,0.233492 +20,-75,-50,-->,0.233492 +20,-75,-25,-->,0.233492 +20,-75,0,-->,0.233492 +20,-75,25,-->,0.233492 +20,-75,50,-->,0.233492 +20,-75,75,-->,0.233492 +20,-75,100,-->,0.233492 +20,-75,128,-->,0.233492 +20,-50,-127,-->,0.233492 +20,-50,-100,-->,0.233492 +20,-50,-75,-->,0.233492 +20,-50,-50,-->,0.233492 +20,-50,-25,-->,0.233492 +20,-50,0,-->,0.233492 +20,-50,25,-->,0.233492 +20,-50,50,-->,0.233492 +20,-50,75,-->,0.233492 +20,-50,100,-->,0.233492 +20,-50,128,-->,0.233492 +20,-25,-127,-->,0.233492 +20,-25,-100,-->,0.233492 +20,-25,-75,-->,0.233492 +20,-25,-50,-->,0.233492 +20,-25,-25,-->,0.233492 +20,-25,0,-->,0.233492 +20,-25,25,-->,0.233492 +20,-25,50,-->,0.233492 +20,-25,75,-->,0.233492 +20,-25,100,-->,0.233492 +20,-25,128,-->,0.233492 +20,0,-127,-->,0.233492 +20,0,-100,-->,0.233492 +20,0,-75,-->,0.233492 +20,0,-50,-->,0.233492 +20,0,-25,-->,0.233492 +20,0,0,-->,0.233492 +20,0,25,-->,0.233492 +20,0,50,-->,0.233492 +20,0,75,-->,0.233492 +20,0,100,-->,0.233492 +20,0,128,-->,0.233492 +20,25,-127,-->,0.233492 +20,25,-100,-->,0.233492 +20,25,-75,-->,0.233492 +20,25,-50,-->,0.233492 +20,25,-25,-->,0.233492 +20,25,0,-->,0.233492 +20,25,25,-->,0.233492 +20,25,50,-->,0.233492 +20,25,75,-->,0.233492 +20,25,100,-->,0.233492 +20,25,128,-->,0.233492 +20,50,-127,-->,0.233492 +20,50,-100,-->,0.233492 +20,50,-75,-->,0.233492 +20,50,-50,-->,0.233492 +20,50,-25,-->,0.233492 +20,50,0,-->,0.233492 +20,50,25,-->,0.233492 +20,50,50,-->,0.233492 +20,50,75,-->,0.233492 +20,50,100,-->,0.233492 +20,50,128,-->,0.233492 +20,75,-127,-->,0.233492 +20,75,-100,-->,0.233492 +20,75,-75,-->,0.233492 +20,75,-50,-->,0.233492 +20,75,-25,-->,0.233492 +20,75,0,-->,0.233492 +20,75,25,-->,0.233492 +20,75,50,-->,0.233492 +20,75,75,-->,0.233492 +20,75,100,-->,0.233492 +20,75,128,-->,0.233492 +20,100,-127,-->,0.233492 +20,100,-100,-->,0.233492 +20,100,-75,-->,0.233492 +20,100,-50,-->,0.233492 +20,100,-25,-->,0.233492 +20,100,0,-->,0.233492 +20,100,25,-->,0.233492 +20,100,50,-->,0.233492 +20,100,75,-->,0.233492 +20,100,100,-->,0.233492 +20,100,128,-->,0.233492 +20,128,-127,-->,0.233492 +20,128,-100,-->,0.233492 +20,128,-75,-->,0.233492 +20,128,-50,-->,0.233492 +20,128,-25,-->,0.233492 +20,128,0,-->,0.233492 +20,128,25,-->,0.233492 +20,128,50,-->,0.233492 +20,128,75,-->,0.233492 +20,128,100,-->,0.233492 +20,128,128,-->,0.233492 +40,-127,-127,-->,0.431809 +40,-127,-100,-->,0.431809 +40,-127,-75,-->,0.431809 +40,-127,-50,-->,0.431809 +40,-127,-25,-->,0.431809 +40,-127,0,-->,0.431809 +40,-127,25,-->,0.431809 +40,-127,50,-->,0.431809 +40,-127,75,-->,0.431809 +40,-127,100,-->,0.431809 +40,-127,128,-->,0.431809 +40,-100,-127,-->,0.431809 +40,-100,-100,-->,0.431809 +40,-100,-75,-->,0.431809 +40,-100,-50,-->,0.431809 +40,-100,-25,-->,0.431809 +40,-100,0,-->,0.431809 +40,-100,25,-->,0.431809 +40,-100,50,-->,0.431809 +40,-100,75,-->,0.431809 +40,-100,100,-->,0.431809 +40,-100,128,-->,0.431809 +40,-75,-127,-->,0.431809 +40,-75,-100,-->,0.431809 +40,-75,-75,-->,0.431809 +40,-75,-50,-->,0.431809 +40,-75,-25,-->,0.431809 +40,-75,0,-->,0.431809 +40,-75,25,-->,0.431809 +40,-75,50,-->,0.431809 +40,-75,75,-->,0.431809 +40,-75,100,-->,0.431809 +40,-75,128,-->,0.431809 +40,-50,-127,-->,0.431809 +40,-50,-100,-->,0.431809 +40,-50,-75,-->,0.431809 +40,-50,-50,-->,0.431809 +40,-50,-25,-->,0.431809 +40,-50,0,-->,0.431809 +40,-50,25,-->,0.431809 +40,-50,50,-->,0.431809 +40,-50,75,-->,0.431809 +40,-50,100,-->,0.431809 +40,-50,128,-->,0.431809 +40,-25,-127,-->,0.431809 +40,-25,-100,-->,0.431809 +40,-25,-75,-->,0.431809 +40,-25,-50,-->,0.431809 +40,-25,-25,-->,0.431809 +40,-25,0,-->,0.431809 +40,-25,25,-->,0.431809 +40,-25,50,-->,0.431809 +40,-25,75,-->,0.431809 +40,-25,100,-->,0.431809 +40,-25,128,-->,0.431809 +40,0,-127,-->,0.431809 +40,0,-100,-->,0.431809 +40,0,-75,-->,0.431809 +40,0,-50,-->,0.431809 +40,0,-25,-->,0.431809 +40,0,0,-->,0.431809 +40,0,25,-->,0.431809 +40,0,50,-->,0.431809 +40,0,75,-->,0.431809 +40,0,100,-->,0.431809 +40,0,128,-->,0.431809 +40,25,-127,-->,0.431809 +40,25,-100,-->,0.431809 +40,25,-75,-->,0.431809 +40,25,-50,-->,0.431809 +40,25,-25,-->,0.431809 +40,25,0,-->,0.431809 +40,25,25,-->,0.431809 +40,25,50,-->,0.431809 +40,25,75,-->,0.431809 +40,25,100,-->,0.431809 +40,25,128,-->,0.431809 +40,50,-127,-->,0.431809 +40,50,-100,-->,0.431809 +40,50,-75,-->,0.431809 +40,50,-50,-->,0.431809 +40,50,-25,-->,0.431809 +40,50,0,-->,0.431809 +40,50,25,-->,0.431809 +40,50,50,-->,0.431809 +40,50,75,-->,0.431809 +40,50,100,-->,0.431809 +40,50,128,-->,0.431809 +40,75,-127,-->,0.431809 +40,75,-100,-->,0.431809 +40,75,-75,-->,0.431809 +40,75,-50,-->,0.431809 +40,75,-25,-->,0.431809 +40,75,0,-->,0.431809 +40,75,25,-->,0.431809 +40,75,50,-->,0.431809 +40,75,75,-->,0.431809 +40,75,100,-->,0.431809 +40,75,128,-->,0.431809 +40,100,-127,-->,0.431809 +40,100,-100,-->,0.431809 +40,100,-75,-->,0.431809 +40,100,-50,-->,0.431809 +40,100,-25,-->,0.431809 +40,100,0,-->,0.431809 +40,100,25,-->,0.431809 +40,100,50,-->,0.431809 +40,100,75,-->,0.431809 +40,100,100,-->,0.431809 +40,100,128,-->,0.431809 +40,128,-127,-->,0.431809 +40,128,-100,-->,0.431809 +40,128,-75,-->,0.431809 +40,128,-50,-->,0.431809 +40,128,-25,-->,0.431809 +40,128,0,-->,0.431809 +40,128,25,-->,0.431809 +40,128,50,-->,0.431809 +40,128,75,-->,0.431809 +40,128,100,-->,0.431809 +40,128,128,-->,0.431809 +60,-127,-127,-->,0.615686 +60,-127,-100,-->,0.615686 +60,-127,-75,-->,0.615686 +60,-127,-50,-->,0.615686 +60,-127,-25,-->,0.615686 +60,-127,0,-->,0.615686 +60,-127,25,-->,0.615686 +60,-127,50,-->,0.615686 +60,-127,75,-->,0.615686 +60,-127,100,-->,0.615686 +60,-127,128,-->,0.615686 +60,-100,-127,-->,0.615686 +60,-100,-100,-->,0.615686 +60,-100,-75,-->,0.615686 +60,-100,-50,-->,0.615686 +60,-100,-25,-->,0.615686 +60,-100,0,-->,0.615686 +60,-100,25,-->,0.615686 +60,-100,50,-->,0.615686 +60,-100,75,-->,0.615686 +60,-100,100,-->,0.615686 +60,-100,128,-->,0.615686 +60,-75,-127,-->,0.615686 +60,-75,-100,-->,0.615686 +60,-75,-75,-->,0.615686 +60,-75,-50,-->,0.615686 +60,-75,-25,-->,0.615686 +60,-75,0,-->,0.615686 +60,-75,25,-->,0.615686 +60,-75,50,-->,0.615686 +60,-75,75,-->,0.615686 +60,-75,100,-->,0.615686 +60,-75,128,-->,0.615686 +60,-50,-127,-->,0.615686 +60,-50,-100,-->,0.615686 +60,-50,-75,-->,0.615686 +60,-50,-50,-->,0.615686 +60,-50,-25,-->,0.615686 +60,-50,0,-->,0.615686 +60,-50,25,-->,0.615686 +60,-50,50,-->,0.615686 +60,-50,75,-->,0.615686 +60,-50,100,-->,0.615686 +60,-50,128,-->,0.615686 +60,-25,-127,-->,0.615686 +60,-25,-100,-->,0.615686 +60,-25,-75,-->,0.615686 +60,-25,-50,-->,0.615686 +60,-25,-25,-->,0.615686 +60,-25,0,-->,0.615686 +60,-25,25,-->,0.615686 +60,-25,50,-->,0.615686 +60,-25,75,-->,0.615686 +60,-25,100,-->,0.615686 +60,-25,128,-->,0.615686 +60,0,-127,-->,0.615686 +60,0,-100,-->,0.615686 +60,0,-75,-->,0.615686 +60,0,-50,-->,0.615686 +60,0,-25,-->,0.615686 +60,0,0,-->,0.615686 +60,0,25,-->,0.615686 +60,0,50,-->,0.615686 +60,0,75,-->,0.615686 +60,0,100,-->,0.615686 +60,0,128,-->,0.615686 +60,25,-127,-->,0.615686 +60,25,-100,-->,0.615686 +60,25,-75,-->,0.615686 +60,25,-50,-->,0.615686 +60,25,-25,-->,0.615686 +60,25,0,-->,0.615686 +60,25,25,-->,0.615686 +60,25,50,-->,0.615686 +60,25,75,-->,0.615686 +60,25,100,-->,0.615686 +60,25,128,-->,0.615686 +60,50,-127,-->,0.615686 +60,50,-100,-->,0.615686 +60,50,-75,-->,0.615686 +60,50,-50,-->,0.615686 +60,50,-25,-->,0.615686 +60,50,0,-->,0.615686 +60,50,25,-->,0.615686 +60,50,50,-->,0.615686 +60,50,75,-->,0.615686 +60,50,100,-->,0.615686 +60,50,128,-->,0.615686 +60,75,-127,-->,0.615686 +60,75,-100,-->,0.615686 +60,75,-75,-->,0.615686 +60,75,-50,-->,0.615686 +60,75,-25,-->,0.615686 +60,75,0,-->,0.615686 +60,75,25,-->,0.615686 +60,75,50,-->,0.615686 +60,75,75,-->,0.615686 +60,75,100,-->,0.615686 +60,75,128,-->,0.615686 +60,100,-127,-->,0.615686 +60,100,-100,-->,0.615686 +60,100,-75,-->,0.615686 +60,100,-50,-->,0.615686 +60,100,-25,-->,0.615686 +60,100,0,-->,0.615686 +60,100,25,-->,0.615686 +60,100,50,-->,0.615686 +60,100,75,-->,0.615686 +60,100,100,-->,0.615686 +60,100,128,-->,0.615686 +60,128,-127,-->,0.615686 +60,128,-100,-->,0.615686 +60,128,-75,-->,0.615686 +60,128,-50,-->,0.615686 +60,128,-25,-->,0.615686 +60,128,0,-->,0.615686 +60,128,25,-->,0.615686 +60,128,50,-->,0.615686 +60,128,75,-->,0.615686 +60,128,100,-->,0.615686 +60,128,128,-->,0.615686 +80,-127,-127,-->,0.859201 +80,-127,-100,-->,0.859201 +80,-127,-75,-->,0.859201 +80,-127,-50,-->,0.859201 +80,-127,-25,-->,0.859201 +80,-127,0,-->,0.859201 +80,-127,25,-->,0.859201 +80,-127,50,-->,0.859201 +80,-127,75,-->,0.859201 +80,-127,100,-->,0.859201 +80,-127,128,-->,0.859201 +80,-100,-127,-->,0.859201 +80,-100,-100,-->,0.859201 +80,-100,-75,-->,0.859201 +80,-100,-50,-->,0.859201 +80,-100,-25,-->,0.859201 +80,-100,0,-->,0.859201 +80,-100,25,-->,0.859201 +80,-100,50,-->,0.859201 +80,-100,75,-->,0.859201 +80,-100,100,-->,0.859201 +80,-100,128,-->,0.859201 +80,-75,-127,-->,0.859201 +80,-75,-100,-->,0.859201 +80,-75,-75,-->,0.859201 +80,-75,-50,-->,0.859201 +80,-75,-25,-->,0.859201 +80,-75,0,-->,0.859201 +80,-75,25,-->,0.859201 +80,-75,50,-->,0.859201 +80,-75,75,-->,0.859201 +80,-75,100,-->,0.859201 +80,-75,128,-->,0.859201 +80,-50,-127,-->,0.859201 +80,-50,-100,-->,0.859201 +80,-50,-75,-->,0.859201 +80,-50,-50,-->,0.859201 +80,-50,-25,-->,0.859201 +80,-50,0,-->,0.859201 +80,-50,25,-->,0.859201 +80,-50,50,-->,0.859201 +80,-50,75,-->,0.859201 +80,-50,100,-->,0.859201 +80,-50,128,-->,0.859201 +80,-25,-127,-->,0.859201 +80,-25,-100,-->,0.859201 +80,-25,-75,-->,0.859201 +80,-25,-50,-->,0.859201 +80,-25,-25,-->,0.859201 +80,-25,0,-->,0.859201 +80,-25,25,-->,0.859201 +80,-25,50,-->,0.859201 +80,-25,75,-->,0.859201 +80,-25,100,-->,0.859201 +80,-25,128,-->,0.859201 +80,0,-127,-->,0.859201 +80,0,-100,-->,0.859201 +80,0,-75,-->,0.859201 +80,0,-50,-->,0.859201 +80,0,-25,-->,0.859201 +80,0,0,-->,0.859201 +80,0,25,-->,0.859201 +80,0,50,-->,0.859201 +80,0,75,-->,0.859201 +80,0,100,-->,0.859201 +80,0,128,-->,0.859201 +80,25,-127,-->,0.859201 +80,25,-100,-->,0.859201 +80,25,-75,-->,0.859201 +80,25,-50,-->,0.859201 +80,25,-25,-->,0.859201 +80,25,0,-->,0.859201 +80,25,25,-->,0.859201 +80,25,50,-->,0.859201 +80,25,75,-->,0.859201 +80,25,100,-->,0.859201 +80,25,128,-->,0.859201 +80,50,-127,-->,0.859201 +80,50,-100,-->,0.859201 +80,50,-75,-->,0.859201 +80,50,-50,-->,0.859201 +80,50,-25,-->,0.859201 +80,50,0,-->,0.859201 +80,50,25,-->,0.859201 +80,50,50,-->,0.859201 +80,50,75,-->,0.859201 +80,50,100,-->,0.859201 +80,50,128,-->,0.859201 +80,75,-127,-->,0.859201 +80,75,-100,-->,0.859201 +80,75,-75,-->,0.859201 +80,75,-50,-->,0.859201 +80,75,-25,-->,0.859201 +80,75,0,-->,0.859201 +80,75,25,-->,0.859201 +80,75,50,-->,0.859201 +80,75,75,-->,0.859201 +80,75,100,-->,0.859201 +80,75,128,-->,0.859201 +80,100,-127,-->,0.859201 +80,100,-100,-->,0.859201 +80,100,-75,-->,0.859201 +80,100,-50,-->,0.859201 +80,100,-25,-->,0.859201 +80,100,0,-->,0.859201 +80,100,25,-->,0.859201 +80,100,50,-->,0.859201 +80,100,75,-->,0.859201 +80,100,100,-->,0.859201 +80,100,128,-->,0.859201 +80,128,-127,-->,0.859201 +80,128,-100,-->,0.859201 +80,128,-75,-->,0.859201 +80,128,-50,-->,0.859201 +80,128,-25,-->,0.859201 +80,128,0,-->,0.859201 +80,128,25,-->,0.859201 +80,128,50,-->,0.859201 +80,128,75,-->,0.859201 +80,128,100,-->,0.859201 +80,128,128,-->,0.859201 +100,-127,-127,-->,1.000000 +100,-127,-100,-->,1.000000 +100,-127,-75,-->,1.000000 +100,-127,-50,-->,1.000000 +100,-127,-25,-->,1.000000 +100,-127,0,-->,1.000000 +100,-127,25,-->,1.000000 +100,-127,50,-->,1.000000 +100,-127,75,-->,1.000000 +100,-127,100,-->,1.000000 +100,-127,128,-->,1.000000 +100,-100,-127,-->,1.000000 +100,-100,-100,-->,1.000000 +100,-100,-75,-->,1.000000 +100,-100,-50,-->,1.000000 +100,-100,-25,-->,1.000000 +100,-100,0,-->,1.000000 +100,-100,25,-->,1.000000 +100,-100,50,-->,1.000000 +100,-100,75,-->,1.000000 +100,-100,100,-->,1.000000 +100,-100,128,-->,1.000000 +100,-75,-127,-->,1.000000 +100,-75,-100,-->,1.000000 +100,-75,-75,-->,1.000000 +100,-75,-50,-->,1.000000 +100,-75,-25,-->,1.000000 +100,-75,0,-->,1.000000 +100,-75,25,-->,1.000000 +100,-75,50,-->,1.000000 +100,-75,75,-->,1.000000 +100,-75,100,-->,1.000000 +100,-75,128,-->,1.000000 +100,-50,-127,-->,1.000000 +100,-50,-100,-->,1.000000 +100,-50,-75,-->,1.000000 +100,-50,-50,-->,1.000000 +100,-50,-25,-->,1.000000 +100,-50,0,-->,1.000000 +100,-50,25,-->,1.000000 +100,-50,50,-->,1.000000 +100,-50,75,-->,1.000000 +100,-50,100,-->,1.000000 +100,-50,128,-->,1.000000 +100,-25,-127,-->,1.000000 +100,-25,-100,-->,1.000000 +100,-25,-75,-->,1.000000 +100,-25,-50,-->,1.000000 +100,-25,-25,-->,1.000000 +100,-25,0,-->,1.000000 +100,-25,25,-->,1.000000 +100,-25,50,-->,1.000000 +100,-25,75,-->,1.000000 +100,-25,100,-->,1.000000 +100,-25,128,-->,1.000000 +100,0,-127,-->,1.000000 +100,0,-100,-->,1.000000 +100,0,-75,-->,1.000000 +100,0,-50,-->,1.000000 +100,0,-25,-->,1.000000 +100,0,0,-->,1.000000 +100,0,25,-->,1.000000 +100,0,50,-->,1.000000 +100,0,75,-->,1.000000 +100,0,100,-->,1.000000 +100,0,128,-->,1.000000 +100,25,-127,-->,1.000000 +100,25,-100,-->,1.000000 +100,25,-75,-->,1.000000 +100,25,-50,-->,1.000000 +100,25,-25,-->,1.000000 +100,25,0,-->,1.000000 +100,25,25,-->,1.000000 +100,25,50,-->,1.000000 +100,25,75,-->,1.000000 +100,25,100,-->,1.000000 +100,25,128,-->,1.000000 +100,50,-127,-->,1.000000 +100,50,-100,-->,1.000000 +100,50,-75,-->,1.000000 +100,50,-50,-->,1.000000 +100,50,-25,-->,1.000000 +100,50,0,-->,1.000000 +100,50,25,-->,1.000000 +100,50,50,-->,1.000000 +100,50,75,-->,1.000000 +100,50,100,-->,1.000000 +100,50,128,-->,1.000000 +100,75,-127,-->,1.000000 +100,75,-100,-->,1.000000 +100,75,-75,-->,1.000000 +100,75,-50,-->,1.000000 +100,75,-25,-->,1.000000 +100,75,0,-->,1.000000 +100,75,25,-->,1.000000 +100,75,50,-->,1.000000 +100,75,75,-->,1.000000 +100,75,100,-->,1.000000 +100,75,128,-->,1.000000 +100,100,-127,-->,1.000000 +100,100,-100,-->,1.000000 +100,100,-75,-->,1.000000 +100,100,-50,-->,1.000000 +100,100,-25,-->,1.000000 +100,100,0,-->,1.000000 +100,100,25,-->,1.000000 +100,100,50,-->,1.000000 +100,100,75,-->,1.000000 +100,100,100,-->,1.000000 +100,100,128,-->,1.000000 +100,128,-127,-->,1.000000 +100,128,-100,-->,1.000000 +100,128,-75,-->,1.000000 +100,128,-50,-->,1.000000 +100,128,-25,-->,1.000000 +100,128,0,-->,1.000000 +100,128,25,-->,1.000000 +100,128,50,-->,1.000000 +100,128,75,-->,1.000000 +100,128,100,-->,1.000000 +100,128,128,-->,1.000000 +-1,0,0,-->,0.000000 +101,0,0,-->,1.000000 +50,-130,0,-->,0.525497 +50,130,0,-->,0.525497 +50,0,-130,-->,0.525497 +50,0,130,-->,0.525497 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-0.csv new file mode 100644 index 0000000..fa81509 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-0.csv @@ -0,0 +1,8 @@ +0,-->,3.137238,0.045377,-122.793541 +0.2,-->,21.594780,-79.512993,-99.940407 +0.4,-->,42.944187,-71.337418,-72.930946 +0.6,-->,66.533394,-42.665813,-42.817715 +0.8,-->,85.614937,-18.396143,-18.410347 +1,-->,100.000000,0.000008,0.000008 +-0.1,-->,3.137238,0.045377,-122.793541 +1.1,-->,100.000000,0.000008,0.000008 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-1.csv new file mode 100644 index 0000000..7e87e93 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-1.csv @@ -0,0 +1,8 @@ +0,-->,0.000000,-128.000000,-128.000000 +0.2,-->,20.312201,-102.000381,-102.000381 +0.4,-->,42.487221,-73.616356,-73.616356 +0.6,-->,66.362709,-43.055725,-43.055725 +0.8,-->,85.557335,-18.486601,-18.486601 +1,-->,100.000000,0.000008,0.000008 +-0.1,-->,0.000000,-128.000000,-128.000000 +1.1,-->,100.000000,0.000008,0.000008 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-2.csv new file mode 100644 index 0000000..7e87e93 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-2.csv @@ -0,0 +1,8 @@ +0,-->,0.000000,-128.000000,-128.000000 +0.2,-->,20.312201,-102.000381,-102.000381 +0.4,-->,42.487221,-73.616356,-73.616356 +0.6,-->,66.362709,-43.055725,-43.055725 +0.8,-->,85.557335,-18.486601,-18.486601 +1,-->,100.000000,0.000008,0.000008 +-0.1,-->,0.000000,-128.000000,-128.000000 +1.1,-->,100.000000,0.000008,0.000008 diff --git a/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-3.csv new file mode 100644 index 0000000..8720870 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/Hack_(CX_CMYK_ktrc_only)_ToPcs_ICC-3.csv @@ -0,0 +1,8 @@ +0,-->,-0.000000,0.000008,-109.958946 +0.2,-->,16.762011,-72.250046,-89.034256 +0.4,-->,36.769012,-66.535370,-63.246178 +0.6,-->,58.310230,-39.049591,-35.480572 +0.8,-->,75.628227,-16.952578,-13.158474 +1,-->,88.658859,-0.326030,3.637385 +-0.1,-->,-0.000000,0.000008,-109.958946 +1.1,-->,88.658859,-0.326030,3.637385 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated.icc b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated.icc new file mode 100644 index 0000000..733dc1d Binary files /dev/null and b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated.icc differ diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-0.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-0.csv new file mode 100644 index 0000000..02ee068 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-0.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,1.000000,0.811765,0.270588,0.003922 +0,-127,-100,-->,1.000000,0.839463,0.385529,0.131004 +0,-127,-75,-->,1.000000,0.842353,0.442230,0.314024 +0,-127,-50,-->,1.000000,0.867667,0.462256,0.482680 +0,-127,-25,-->,0.979498,0.869991,0.540061,0.640903 +0,-127,0,-->,0.848297,0.800671,0.748349,0.798659 +0,-127,25,-->,0.848297,0.800671,0.748349,0.798659 +0,-127,50,-->,0.848297,0.800671,0.748349,0.798659 +0,-127,75,-->,0.848297,0.800671,0.748349,0.798659 +0,-127,100,-->,0.848297,0.800671,0.748349,0.798659 +0,-127,128,-->,0.848297,0.800671,0.748349,0.798659 +0,-100,-127,-->,1.000000,0.811765,0.270588,0.003922 +0,-100,-100,-->,1.000000,0.839463,0.385529,0.131004 +0,-100,-75,-->,1.000000,0.842353,0.442230,0.314024 +0,-100,-50,-->,1.000000,0.867667,0.462256,0.482680 +0,-100,-25,-->,0.979498,0.869991,0.540061,0.640903 +0,-100,0,-->,0.848297,0.800671,0.748349,0.798659 +0,-100,25,-->,0.848297,0.800671,0.748349,0.798659 +0,-100,50,-->,0.848297,0.800671,0.748349,0.798659 +0,-100,75,-->,0.848297,0.800671,0.748349,0.798659 +0,-100,100,-->,0.848297,0.800671,0.748349,0.798659 +0,-100,128,-->,0.848297,0.800671,0.748349,0.798659 +0,-75,-127,-->,1.000000,0.811765,0.270588,0.003922 +0,-75,-100,-->,1.000000,0.839463,0.385529,0.131004 +0,-75,-75,-->,1.000000,0.842353,0.442230,0.314024 +0,-75,-50,-->,1.000000,0.867667,0.462256,0.482680 +0,-75,-25,-->,0.979498,0.869991,0.540061,0.640903 +0,-75,0,-->,0.848297,0.800671,0.748349,0.798659 +0,-75,25,-->,0.848297,0.800671,0.748349,0.798659 +0,-75,50,-->,0.848297,0.800671,0.748349,0.798659 +0,-75,75,-->,0.848297,0.800671,0.748349,0.798659 +0,-75,100,-->,0.848297,0.800671,0.748349,0.798659 +0,-75,128,-->,0.848297,0.800671,0.748349,0.798659 +0,-50,-127,-->,1.000000,0.811765,0.270588,0.003922 +0,-50,-100,-->,1.000000,0.839463,0.385529,0.131004 +0,-50,-75,-->,1.000000,0.842353,0.442230,0.314024 +0,-50,-50,-->,1.000000,0.867667,0.462256,0.482680 +0,-50,-25,-->,0.979498,0.869991,0.540061,0.640903 +0,-50,0,-->,0.848297,0.800671,0.748349,0.798659 +0,-50,25,-->,0.848297,0.800671,0.748349,0.798659 +0,-50,50,-->,0.848297,0.800671,0.748349,0.798659 +0,-50,75,-->,0.848297,0.800671,0.748349,0.798659 +0,-50,100,-->,0.848297,0.800671,0.748349,0.798659 +0,-50,128,-->,0.848297,0.800671,0.748349,0.798659 +0,-25,-127,-->,1.000000,0.811765,0.270588,0.003922 +0,-25,-100,-->,1.000000,0.839463,0.385529,0.131004 +0,-25,-75,-->,1.000000,0.842353,0.442230,0.314024 +0,-25,-50,-->,1.000000,0.867667,0.462256,0.482680 +0,-25,-25,-->,0.979498,0.869991,0.540061,0.640903 +0,-25,0,-->,0.848297,0.800671,0.748349,0.798659 +0,-25,25,-->,0.848297,0.800671,0.748349,0.798659 +0,-25,50,-->,0.848297,0.800671,0.748349,0.798659 +0,-25,75,-->,0.848297,0.800671,0.748349,0.798659 +0,-25,100,-->,0.848297,0.800671,0.748349,0.798659 +0,-25,128,-->,0.848297,0.800671,0.748349,0.798659 +0,0,-127,-->,1.000000,0.811765,0.270588,0.003922 +0,0,-100,-->,1.000000,0.839463,0.385529,0.131004 +0,0,-75,-->,1.000000,0.842353,0.442230,0.314024 +0,0,-50,-->,1.000000,0.867667,0.462256,0.482680 +0,0,-25,-->,0.979498,0.869991,0.540061,0.640903 +0,0,0,-->,0.848297,0.800671,0.748349,0.798659 +0,0,25,-->,0.848297,0.800671,0.748349,0.798659 +0,0,50,-->,0.848297,0.800671,0.748349,0.798659 +0,0,75,-->,0.848297,0.800671,0.748349,0.798659 +0,0,100,-->,0.848297,0.800671,0.748349,0.798659 +0,0,128,-->,0.848297,0.800671,0.748349,0.798659 +0,25,-127,-->,1.000000,0.823529,0.266667,0.000000 +0,25,-100,-->,1.000000,0.855587,0.386214,0.129556 +0,25,-75,-->,1.000000,0.905995,0.403019,0.275581 +0,25,-50,-->,1.000000,1.000000,0.407766,0.393938 +0,25,-25,-->,0.848887,0.957318,0.530982,0.620847 +0,25,0,-->,0.776681,0.854692,0.704027,0.737675 +0,25,25,-->,0.776681,0.854692,0.704027,0.737675 +0,25,50,-->,0.776681,0.854692,0.704027,0.737675 +0,25,75,-->,0.776681,0.854692,0.704027,0.737675 +0,25,100,-->,0.776681,0.854692,0.704027,0.737675 +0,25,128,-->,0.776681,0.854692,0.704027,0.737675 +0,50,-127,-->,1.000000,0.840406,0.266667,0.000000 +0,50,-100,-->,1.000000,0.887576,0.367514,0.108691 +0,50,-75,-->,1.000000,0.999488,0.367932,0.180735 +0,50,-50,-->,0.891483,1.000000,0.410702,0.407900 +0,50,-25,-->,0.780702,0.977252,0.566071,0.599855 +0,50,0,-->,0.715618,0.912779,0.673915,0.670344 +0,50,25,-->,0.715618,0.912779,0.673915,0.670344 +0,50,50,-->,0.715618,0.912779,0.673915,0.670344 +0,50,75,-->,0.715618,0.912779,0.673915,0.670344 +0,50,100,-->,0.715618,0.912779,0.673915,0.670344 +0,50,128,-->,0.715618,0.912779,0.673915,0.670344 +0,75,-127,-->,1.000000,0.871419,0.258824,0.000000 +0,75,-100,-->,1.000000,0.959261,0.296025,0.040861 +0,75,-75,-->,0.911089,1.000000,0.372301,0.165789 +0,75,-50,-->,0.800920,1.000000,0.440174,0.410625 +0,75,-25,-->,0.706309,1.000000,0.560958,0.545471 +0,75,0,-->,0.638585,0.982053,0.642307,0.593587 +0,75,25,-->,0.638585,0.982053,0.642307,0.593587 +0,75,50,-->,0.638585,0.982053,0.642307,0.593587 +0,75,75,-->,0.638585,0.982053,0.642307,0.593587 +0,75,100,-->,0.638585,0.982053,0.642307,0.593587 +0,75,128,-->,0.638585,0.982053,0.642307,0.593587 +0,100,-127,-->,1.000000,0.907530,0.248094,0.000000 +0,100,-100,-->,0.948686,1.000000,0.262466,0.017126 +0,100,-75,-->,0.830555,1.000000,0.386929,0.187796 +0,100,-50,-->,0.731836,1.000000,0.466745,0.363636 +0,100,-25,-->,0.618826,1.000000,0.530212,0.476149 +0,100,0,-->,0.582667,1.000000,0.611357,0.519513 +0,100,25,-->,0.582667,1.000000,0.611357,0.519513 +0,100,50,-->,0.582667,1.000000,0.611357,0.519513 +0,100,75,-->,0.582667,1.000000,0.611357,0.519513 +0,100,100,-->,0.582667,1.000000,0.611357,0.519513 +0,100,128,-->,0.582667,1.000000,0.611357,0.519513 +0,128,-127,-->,1.000000,0.988235,0.058824,0.000000 +0,128,-100,-->,0.873714,1.000000,0.289733,0.027219 +0,128,-75,-->,0.781869,1.000000,0.402445,0.175640 +0,128,-50,-->,0.668328,1.000000,0.445796,0.312928 +0,128,-25,-->,0.579161,1.000000,0.521114,0.411537 +0,128,0,-->,0.549020,1.000000,0.584314,0.450980 +0,128,25,-->,0.549020,1.000000,0.584314,0.450980 +0,128,50,-->,0.549020,1.000000,0.584314,0.450980 +0,128,75,-->,0.549020,1.000000,0.584314,0.450980 +0,128,100,-->,0.549020,1.000000,0.584314,0.450980 +0,128,128,-->,0.549020,1.000000,0.584314,0.450980 +20,-127,-127,-->,1.000000,0.523195,0.074510,0.000000 +20,-127,-100,-->,1.000000,0.549151,0.235846,0.003846 +20,-127,-75,-->,1.000000,0.611895,0.348018,0.066735 +20,-127,-50,-->,1.000000,0.632660,0.446481,0.165990 +20,-127,-25,-->,1.000000,0.564501,0.581371,0.307984 +20,-127,0,-->,1.000000,0.510891,0.928051,0.419924 +20,-127,25,-->,0.955939,0.561859,1.000000,0.438597 +20,-127,50,-->,0.932927,0.565723,1.000000,0.438751 +20,-127,75,-->,0.932927,0.565723,1.000000,0.438751 +20,-127,100,-->,0.932927,0.565723,1.000000,0.438751 +20,-127,128,-->,0.932927,0.565723,1.000000,0.438751 +20,-100,-127,-->,1.000000,0.523195,0.074510,0.000000 +20,-100,-100,-->,1.000000,0.549151,0.235846,0.003846 +20,-100,-75,-->,1.000000,0.611895,0.348018,0.066735 +20,-100,-50,-->,1.000000,0.632660,0.446481,0.165990 +20,-100,-25,-->,1.000000,0.564501,0.581371,0.307984 +20,-100,0,-->,1.000000,0.510891,0.928051,0.419924 +20,-100,25,-->,0.955939,0.561859,1.000000,0.438597 +20,-100,50,-->,0.932927,0.565723,1.000000,0.438751 +20,-100,75,-->,0.932927,0.565723,1.000000,0.438751 +20,-100,100,-->,0.932927,0.565723,1.000000,0.438751 +20,-100,128,-->,0.932927,0.565723,1.000000,0.438751 +20,-75,-127,-->,1.000000,0.523195,0.073533,0.000000 +20,-75,-100,-->,1.000000,0.550810,0.235846,0.003846 +20,-75,-75,-->,1.000000,0.613607,0.348019,0.066493 +20,-75,-50,-->,1.000000,0.634659,0.444527,0.165013 +20,-75,-25,-->,1.000000,0.566454,0.579871,0.307984 +20,-75,0,-->,1.000000,0.512053,0.924750,0.421878 +20,-75,25,-->,0.948610,0.562836,1.000000,0.440551 +20,-75,50,-->,0.929996,0.566700,1.000000,0.441682 +20,-75,75,-->,0.929996,0.566700,1.000000,0.441682 +20,-75,100,-->,0.929996,0.566700,1.000000,0.441682 +20,-75,128,-->,0.929996,0.566700,1.000000,0.441682 +20,-50,-127,-->,1.000000,0.528882,0.070792,0.000000 +20,-50,-100,-->,1.000000,0.560417,0.235846,0.004018 +20,-50,-75,-->,1.000000,0.638991,0.344300,0.059623 +20,-50,-50,-->,1.000000,0.671045,0.435506,0.154631 +20,-50,-25,-->,1.000000,0.602981,0.559503,0.306986 +20,-50,0,-->,1.000000,0.537968,0.874073,0.442959 +20,-50,25,-->,0.903192,0.579158,1.000000,0.466898 +20,-50,50,-->,0.891000,0.582960,1.000000,0.467052 +20,-50,75,-->,0.891000,0.582960,1.000000,0.467052 +20,-50,100,-->,0.891000,0.582960,1.000000,0.467052 +20,-50,128,-->,0.891000,0.582960,1.000000,0.467052 +20,-25,-127,-->,1.000000,0.537804,0.066870,0.000000 +20,-25,-100,-->,1.000000,0.579440,0.232593,0.004018 +20,-25,-75,-->,1.000000,0.687167,0.333040,0.045095 +20,-25,-50,-->,1.000000,0.733165,0.420895,0.128702 +20,-25,-25,-->,1.000000,0.689858,0.527619,0.286167 +20,-25,0,-->,0.958697,0.583789,0.801871,0.476743 +20,-25,25,-->,0.837142,0.608215,1.000000,0.505359 +20,-25,50,-->,0.828335,0.613862,1.000000,0.505481 +20,-25,75,-->,0.828335,0.613862,1.000000,0.505481 +20,-25,100,-->,0.828335,0.613862,1.000000,0.505481 +20,-25,128,-->,0.828335,0.613862,1.000000,0.505481 +20,0,-127,-->,1.000000,0.553206,0.055272,0.000000 +20,0,-100,-->,1.000000,0.622161,0.217937,0.000518 +20,0,-75,-->,1.000000,0.754312,0.310801,0.014801 +20,0,-50,-->,1.000000,0.850938,0.384772,0.049349 +20,0,-25,-->,0.937572,0.841699,0.477198,0.220770 +20,0,0,-->,0.768136,0.712133,0.686982,0.503576 +20,0,25,-->,0.717489,0.689353,0.992925,0.540112 +20,0,50,-->,0.717542,0.689208,0.997703,0.536240 +20,0,75,-->,0.717542,0.689208,0.997703,0.536240 +20,0,100,-->,0.717542,0.689208,0.997703,0.536240 +20,0,128,-->,0.717542,0.689208,0.997703,0.536240 +20,25,-127,-->,1.000000,0.569920,0.045424,0.000000 +20,25,-100,-->,1.000000,0.685520,0.165165,0.000000 +20,25,-75,-->,1.000000,0.840303,0.183572,0.000040 +20,25,-50,-->,0.957261,1.000000,0.189861,0.000455 +20,25,-25,-->,0.797993,1.000000,0.436422,0.171477 +20,25,0,-->,0.598176,0.909979,0.614634,0.468250 +20,25,25,-->,0.557265,0.868092,1.000000,0.522041 +20,25,50,-->,0.564300,0.846787,1.000000,0.522012 +20,25,75,-->,0.564300,0.846787,1.000000,0.522012 +20,25,100,-->,0.564300,0.846787,1.000000,0.522012 +20,25,128,-->,0.564300,0.846787,1.000000,0.522012 +20,50,-127,-->,1.000000,0.598939,0.033898,0.000000 +20,50,-100,-->,1.000000,0.788169,0.006537,0.000000 +20,50,-75,-->,0.925093,0.986865,0.000000,0.000000 +20,50,-50,-->,0.817617,1.000000,0.330160,0.002135 +20,50,-25,-->,0.683634,1.000000,0.447576,0.161473 +20,50,0,-->,0.528198,1.000000,0.591806,0.366949 +20,50,25,-->,0.485642,1.000000,0.976730,0.429078 +20,50,50,-->,0.492053,1.000000,1.000000,0.429983 +20,50,75,-->,0.492053,1.000000,1.000000,0.429983 +20,50,100,-->,0.492053,1.000000,1.000000,0.429983 +20,50,128,-->,0.492053,1.000000,1.000000,0.429983 +20,75,-127,-->,1.000000,0.708946,0.000000,0.000000 +20,75,-100,-->,0.900066,0.888344,0.000000,0.000000 +20,75,-75,-->,0.788035,1.000000,0.051604,0.000000 +20,75,-50,-->,0.721674,1.000000,0.327540,0.011283 +20,75,-25,-->,0.589263,1.000000,0.417949,0.142280 +20,75,0,-->,0.476185,1.000000,0.562442,0.273760 +20,75,25,-->,0.412256,1.000000,0.753482,0.319143 +20,75,50,-->,0.405011,1.000000,0.782712,0.321352 +20,75,75,-->,0.405011,1.000000,0.782712,0.321352 +20,75,100,-->,0.405011,1.000000,0.782712,0.321352 +20,75,128,-->,0.405011,1.000000,0.782712,0.321352 +20,100,-127,-->,0.911047,0.816814,0.000000,0.000000 +20,100,-100,-->,0.796535,0.976642,0.000000,0.000000 +20,100,-75,-->,0.678419,1.000000,0.070628,0.000000 +20,100,-50,-->,0.617809,1.000000,0.274218,0.008850 +20,100,-25,-->,0.530396,1.000000,0.385766,0.089830 +20,100,0,-->,0.424678,1.000000,0.525210,0.165510 +20,100,25,-->,0.358124,1.000000,0.660418,0.207099 +20,100,50,-->,0.351465,1.000000,0.677828,0.209684 +20,100,75,-->,0.351465,1.000000,0.677828,0.209684 +20,100,100,-->,0.351465,1.000000,0.677828,0.209684 +20,100,128,-->,0.351465,1.000000,0.677828,0.209684 +20,128,-127,-->,0.820625,0.906086,0.000000,0.000000 +20,128,-100,-->,0.703443,1.000000,0.000000,0.000000 +20,128,-75,-->,0.580373,1.000000,0.032815,0.000000 +20,128,-50,-->,0.545382,1.000000,0.191937,0.000828 +20,128,-25,-->,0.470151,1.000000,0.335099,0.029795 +20,128,0,-->,0.363978,1.000000,0.474036,0.078099 +20,128,25,-->,0.304147,1.000000,0.583920,0.104451 +20,128,50,-->,0.298591,1.000000,0.599593,0.108322 +20,128,75,-->,0.298591,1.000000,0.599593,0.108322 +20,128,100,-->,0.298591,1.000000,0.599593,0.108322 +20,128,128,-->,0.298591,1.000000,0.599593,0.108322 +40,-127,-127,-->,1.000000,0.108802,0.126269,0.000000 +40,-127,-100,-->,1.000000,0.125505,0.157499,0.000000 +40,-127,-75,-->,1.000000,0.202308,0.238177,0.000000 +40,-127,-50,-->,1.000000,0.238248,0.365776,0.000000 +40,-127,-25,-->,1.000000,0.242557,0.555713,0.002312 +40,-127,0,-->,1.000000,0.254993,0.769400,0.009075 +40,-127,25,-->,1.000000,0.256427,1.000000,0.009841 +40,-127,50,-->,1.000000,0.267576,1.000000,0.015251 +40,-127,75,-->,1.000000,0.269245,1.000000,0.019318 +40,-127,100,-->,1.000000,0.269245,1.000000,0.019318 +40,-127,128,-->,1.000000,0.269245,1.000000,0.019318 +40,-100,-127,-->,1.000000,0.113685,0.122883,0.000000 +40,-100,-100,-->,1.000000,0.157279,0.144430,0.000000 +40,-100,-75,-->,1.000000,0.239466,0.227201,0.000000 +40,-100,-50,-->,1.000000,0.274688,0.349082,0.000000 +40,-100,-25,-->,1.000000,0.279005,0.541706,0.003747 +40,-100,0,-->,1.000000,0.282011,0.760700,0.013382 +40,-100,25,-->,1.000000,0.286050,1.000000,0.013651 +40,-100,50,-->,1.000000,0.291986,1.000000,0.025646 +40,-100,75,-->,1.000000,0.291986,1.000000,0.028765 +40,-100,100,-->,1.000000,0.291986,1.000000,0.028765 +40,-100,128,-->,1.000000,0.291986,1.000000,0.028765 +40,-75,-127,-->,1.000000,0.128170,0.116046,0.000000 +40,-75,-100,-->,1.000000,0.211569,0.123459,0.000000 +40,-75,-75,-->,1.000000,0.290865,0.200611,0.000000 +40,-75,-50,-->,1.000000,0.322458,0.322903,0.000000 +40,-75,-25,-->,1.000000,0.325472,0.515073,0.004980 +40,-75,0,-->,1.000000,0.320693,0.744591,0.021577 +40,-75,25,-->,1.000000,0.327293,1.000000,0.025087 +40,-75,50,-->,1.000000,0.329570,1.000000,0.045714 +40,-75,75,-->,1.000000,0.328954,1.000000,0.051148 +40,-75,100,-->,1.000000,0.328954,1.000000,0.051148 +40,-75,128,-->,1.000000,0.328954,1.000000,0.051148 +40,-50,-127,-->,1.000000,0.159898,0.088234,0.000000 +40,-50,-100,-->,1.000000,0.278360,0.091486,0.000000 +40,-50,-75,-->,1.000000,0.348781,0.160502,0.000000 +40,-50,-50,-->,1.000000,0.382979,0.275039,0.000000 +40,-50,-25,-->,1.000000,0.395112,0.474795,0.007541 +40,-50,0,-->,0.973425,0.373050,0.711248,0.043670 +40,-50,25,-->,0.916935,0.381497,1.000000,0.062906 +40,-50,50,-->,0.888841,0.382374,1.000000,0.085026 +40,-50,75,-->,0.885270,0.382498,1.000000,0.087524 +40,-50,100,-->,0.885270,0.382498,1.000000,0.087524 +40,-50,128,-->,0.885270,0.382498,1.000000,0.087524 +40,-25,-127,-->,1.000000,0.219387,0.034616,0.000000 +40,-25,-100,-->,1.000000,0.347704,0.052339,0.000000 +40,-25,-75,-->,1.000000,0.421221,0.087291,0.000000 +40,-25,-50,-->,1.000000,0.464192,0.179067,0.000000 +40,-25,-25,-->,0.914813,0.493145,0.413483,0.009427 +40,-25,0,-->,0.814375,0.458077,0.641475,0.094659 +40,-25,25,-->,0.777420,0.451964,1.000000,0.130293 +40,-25,50,-->,0.761439,0.458849,1.000000,0.135440 +40,-25,75,-->,0.760737,0.459964,1.000000,0.133442 +40,-25,100,-->,0.760737,0.459964,1.000000,0.133442 +40,-25,128,-->,0.760737,0.459964,1.000000,0.133442 +40,0,-127,-->,1.000000,0.307974,0.000000,0.000000 +40,0,-100,-->,1.000000,0.451871,0.000000,0.000000 +40,0,-75,-->,0.988810,0.533076,0.000000,0.000000 +40,0,-50,-->,0.867041,0.576768,0.056087,0.000000 +40,0,-25,-->,0.770112,0.609485,0.330959,0.002634 +40,0,0,-->,0.644531,0.575141,0.564358,0.116776 +40,0,25,-->,0.587442,0.556938,0.855125,0.196694 +40,0,50,-->,0.593248,0.560550,1.000000,0.187761 +40,0,75,-->,0.594816,0.560859,1.000000,0.181591 +40,0,100,-->,0.594816,0.560859,1.000000,0.181591 +40,0,128,-->,0.594816,0.560859,1.000000,0.181591 +40,25,-127,-->,1.000000,0.435264,0.000000,0.000000 +40,25,-100,-->,0.945494,0.568015,0.000000,0.000000 +40,25,-75,-->,0.835842,0.652491,0.000000,0.000000 +40,25,-50,-->,0.724316,0.719496,0.000000,0.000000 +40,25,-25,-->,0.621133,0.747635,0.242026,0.000000 +40,25,0,-->,0.536159,0.744848,0.521914,0.082245 +40,25,25,-->,0.468621,0.724942,0.786297,0.170309 +40,25,50,-->,0.470807,0.721445,1.000000,0.173575 +40,25,75,-->,0.473780,0.715498,1.000000,0.173173 +40,25,100,-->,0.473780,0.715498,1.000000,0.173173 +40,25,128,-->,0.473780,0.715498,1.000000,0.173173 +40,50,-127,-->,0.971456,0.561211,0.000000,0.000000 +40,50,-100,-->,0.834681,0.676827,0.000000,0.000000 +40,50,-75,-->,0.741572,0.764408,0.000000,0.000000 +40,50,-50,-->,0.601650,0.836458,0.000000,0.000000 +40,50,-25,-->,0.506478,0.890579,0.129672,0.000000 +40,50,0,-->,0.442921,0.921709,0.473027,0.015157 +40,50,25,-->,0.362503,0.916936,0.760418,0.074186 +40,50,50,-->,0.363868,0.906983,1.000000,0.080268 +40,50,75,-->,0.361277,0.901908,1.000000,0.090350 +40,50,100,-->,0.361277,0.901908,1.000000,0.090350 +40,50,128,-->,0.361277,0.901908,1.000000,0.090350 +40,75,-127,-->,0.853590,0.671377,0.000000,0.000000 +40,75,-100,-->,0.757099,0.777880,0.000000,0.000000 +40,75,-75,-->,0.638854,0.852567,0.000000,0.000000 +40,75,-50,-->,0.522759,0.924055,0.000000,0.000000 +40,75,-25,-->,0.367020,1.000000,0.029273,0.000000 +40,75,0,-->,0.308204,1.000000,0.378763,0.000000 +40,75,25,-->,0.270412,1.000000,0.674637,0.007726 +40,75,50,-->,0.261859,1.000000,1.000000,0.010083 +40,75,75,-->,0.265575,1.000000,1.000000,0.011940 +40,75,100,-->,0.265575,1.000000,1.000000,0.011940 +40,75,128,-->,0.265575,1.000000,1.000000,0.011940 +40,100,-127,-->,0.777269,0.766145,0.000000,0.000000 +40,100,-100,-->,0.667030,0.857118,0.000000,0.000000 +40,100,-75,-->,0.555577,0.922478,0.000000,0.000000 +40,100,-50,-->,0.422598,0.988873,0.000000,0.000000 +40,100,-25,-->,0.275043,1.000000,0.014561,0.000000 +40,100,0,-->,0.192347,1.000000,0.267761,0.000000 +40,100,25,-->,0.130879,1.000000,0.532140,0.000000 +40,100,50,-->,0.117936,1.000000,0.744066,0.000000 +40,100,75,-->,0.117067,1.000000,0.824231,0.000000 +40,100,100,-->,0.117067,1.000000,0.824231,0.000000 +40,100,128,-->,0.117067,1.000000,0.824231,0.000000 +40,128,-127,-->,0.702097,0.853985,0.000000,0.000000 +40,128,-100,-->,0.575675,0.926974,0.000000,0.000000 +40,128,-75,-->,0.470093,0.984878,0.000000,0.000000 +40,128,-50,-->,0.306154,1.000000,0.000000,0.000000 +40,128,-25,-->,0.177461,1.000000,0.000000,0.000000 +40,128,0,-->,0.077356,1.000000,0.139524,0.000000 +40,128,25,-->,0.000413,1.000000,0.375264,0.000000 +40,128,50,-->,0.000000,1.000000,0.550626,0.000000 +40,128,75,-->,0.000000,1.000000,0.605265,0.000000 +40,128,100,-->,0.000000,1.000000,0.605265,0.000000 +40,128,128,-->,0.000000,1.000000,0.605265,0.000000 +60,-127,-127,-->,1.000000,0.000000,0.053193,0.000000 +60,-127,-100,-->,1.000000,0.000000,0.027540,0.000000 +60,-127,-75,-->,1.000000,0.000000,0.127242,0.000000 +60,-127,-50,-->,1.000000,0.000000,0.258265,0.000000 +60,-127,-25,-->,1.000000,0.000000,0.429790,0.000000 +60,-127,0,-->,1.000000,0.000000,0.620801,0.000000 +60,-127,25,-->,1.000000,0.000000,0.819808,0.000000 +60,-127,50,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,75,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,100,-->,0.993536,0.000000,1.000000,0.000000 +60,-127,128,-->,0.992252,0.000000,1.000000,0.000000 +60,-100,-127,-->,1.000000,0.000000,0.020042,0.000000 +60,-100,-100,-->,1.000000,0.000000,0.013788,0.000000 +60,-100,-75,-->,1.000000,0.000000,0.097146,0.000000 +60,-100,-50,-->,1.000000,0.000000,0.237735,0.000000 +60,-100,-25,-->,1.000000,0.000000,0.402110,0.000000 +60,-100,0,-->,1.000000,0.000000,0.601453,0.000000 +60,-100,25,-->,0.970872,0.000000,0.801131,0.000000 +60,-100,50,-->,0.920601,0.000000,1.000000,0.000000 +60,-100,75,-->,0.892453,0.000000,1.000000,0.000000 +60,-100,100,-->,0.878702,0.000000,1.000000,0.000000 +60,-100,128,-->,0.877831,0.000000,1.000000,0.000000 +60,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-75,-->,1.000000,0.000000,0.058762,0.000000 +60,-75,-50,-->,1.000000,0.000000,0.201886,0.000000 +60,-75,-25,-->,1.000000,0.000000,0.368749,0.000000 +60,-75,0,-->,0.920358,0.000000,0.578611,0.000000 +60,-75,25,-->,0.862994,0.000000,0.783773,0.000000 +60,-75,50,-->,0.826755,0.000000,1.000000,0.000000 +60,-75,75,-->,0.801694,0.000000,1.000000,0.000000 +60,-75,100,-->,0.796407,0.000000,1.000000,0.000000 +60,-75,128,-->,0.796313,0.000000,1.000000,0.000000 +60,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-100,-->,1.000000,0.020671,0.000000,0.000000 +60,-50,-75,-->,1.000000,0.014004,0.000000,0.000000 +60,-50,-50,-->,0.978382,0.006268,0.106289,0.000000 +60,-50,-25,-->,0.865776,0.056794,0.320712,0.000000 +60,-50,0,-->,0.791029,0.086154,0.542767,0.000000 +60,-50,25,-->,0.745317,0.097434,0.751417,0.000000 +60,-50,50,-->,0.717453,0.108015,1.000000,0.000000 +60,-50,75,-->,0.693928,0.120614,1.000000,0.000000 +60,-50,100,-->,0.688493,0.123012,1.000000,0.000000 +60,-50,128,-->,0.688418,0.123012,1.000000,0.000000 +60,-25,-127,-->,1.000000,0.088356,0.000000,0.000000 +60,-25,-100,-->,1.000000,0.175593,0.000000,0.000000 +60,-25,-75,-->,0.902929,0.212745,0.000000,0.000000 +60,-25,-50,-->,0.814193,0.185629,0.016930,0.000000 +60,-25,-25,-->,0.725795,0.229242,0.242991,0.000000 +60,-25,0,-->,0.642360,0.248892,0.481191,0.000000 +60,-25,25,-->,0.601588,0.254719,0.698671,0.000000 +60,-25,50,-->,0.585278,0.257796,1.000000,0.000000 +60,-25,75,-->,0.577495,0.264623,1.000000,0.000000 +60,-25,100,-->,0.575261,0.259824,1.000000,0.000000 +60,-25,128,-->,0.575261,0.259637,1.000000,0.000000 +60,0,-127,-->,1.000000,0.261646,0.000000,0.000000 +60,0,-100,-->,0.871863,0.355907,0.000000,0.000000 +60,0,-75,-->,0.761041,0.382879,0.000000,0.000000 +60,0,-50,-->,0.651519,0.375333,0.000000,0.000000 +60,0,-25,-->,0.560270,0.375853,0.130251,0.000000 +60,0,0,-->,0.496494,0.389801,0.396282,0.000000 +60,0,25,-->,0.463342,0.399931,0.646204,0.000000 +60,0,50,-->,0.450389,0.399931,0.908357,0.000000 +60,0,75,-->,0.443764,0.394926,1.000000,0.000000 +60,0,100,-->,0.443764,0.388073,1.000000,0.000000 +60,0,128,-->,0.443764,0.388073,1.000000,0.000000 +60,25,-127,-->,0.891211,0.412216,0.000000,0.000000 +60,25,-100,-->,0.760692,0.486482,0.000000,0.000000 +60,25,-75,-->,0.629064,0.496303,0.000000,0.000000 +60,25,-50,-->,0.525506,0.519108,0.000000,0.000000 +60,25,-25,-->,0.400455,0.544270,0.016719,0.000000 +60,25,0,-->,0.318716,0.559308,0.313650,0.000000 +60,25,25,-->,0.276582,0.560687,0.582839,0.000000 +60,25,50,-->,0.260891,0.556779,0.834702,0.000000 +60,25,75,-->,0.260376,0.545152,1.000000,0.000000 +60,25,100,-->,0.265718,0.536695,1.000000,0.000000 +60,25,128,-->,0.266381,0.536604,1.000000,0.000000 +60,50,-127,-->,0.789030,0.533838,0.000000,0.000000 +60,50,-100,-->,0.652942,0.559911,0.000000,0.000000 +60,50,-75,-->,0.557618,0.571868,0.000000,0.000000 +60,50,-50,-->,0.446924,0.616828,0.000000,0.000000 +60,50,-25,-->,0.252418,0.685430,0.000000,0.000000 +60,50,0,-->,0.156300,0.703472,0.232618,0.000000 +60,50,25,-->,0.111780,0.708427,0.524282,0.000000 +60,50,50,-->,0.090603,0.705592,0.775474,0.000000 +60,50,75,-->,0.087809,0.694816,1.000000,0.000000 +60,50,100,-->,0.089995,0.686226,1.000000,0.000000 +60,50,128,-->,0.089995,0.686057,1.000000,0.000000 +60,75,-127,-->,0.713634,0.613761,0.000000,0.000000 +60,75,-100,-->,0.587792,0.624305,0.000000,0.000000 +60,75,-75,-->,0.506942,0.671581,0.000000,0.000000 +60,75,-50,-->,0.361630,0.737920,0.000000,0.000000 +60,75,-25,-->,0.166777,0.797160,0.000000,0.000000 +60,75,0,-->,0.000000,0.838999,0.091256,0.000000 +60,75,25,-->,0.000000,0.846048,0.419599,0.000000 +60,75,50,-->,0.000000,0.847103,0.668033,0.000000 +60,75,75,-->,0.000000,0.840439,0.941963,0.000000 +60,75,100,-->,0.000000,0.834544,1.000000,0.000000 +60,75,128,-->,0.000000,0.834450,1.000000,0.000000 +60,100,-127,-->,0.647312,0.677014,0.000000,0.000000 +60,100,-100,-->,0.550907,0.729695,0.000000,0.000000 +60,100,-75,-->,0.452687,0.785906,0.000000,0.000000 +60,100,-50,-->,0.280979,0.839860,0.000000,0.000000 +60,100,-25,-->,0.083036,0.889793,0.000000,0.000000 +60,100,0,-->,0.000000,0.954740,0.000000,0.000000 +60,100,25,-->,0.000000,0.989271,0.283980,0.000000 +60,100,50,-->,0.000000,1.000000,0.541841,0.000000 +60,100,75,-->,0.000000,1.000000,0.729290,0.000000 +60,100,100,-->,0.000000,1.000000,0.833858,0.000000 +60,100,128,-->,0.000000,1.000000,0.836437,0.000000 +60,128,-127,-->,0.594608,0.782474,0.000000,0.000000 +60,128,-100,-->,0.495686,0.832728,0.000000,0.000000 +60,128,-75,-->,0.342721,0.882684,0.000000,0.000000 +60,128,-50,-->,0.172062,0.931210,0.000000,0.000000 +60,128,-25,-->,0.000000,0.990786,0.000000,0.000000 +60,128,0,-->,0.000000,1.000000,0.000000,0.000000 +60,128,25,-->,0.000000,1.000000,0.116470,0.000000 +60,128,50,-->,0.000000,1.000000,0.387700,0.000000 +60,128,75,-->,0.000000,1.000000,0.566732,0.000000 +60,128,100,-->,0.000000,1.000000,0.653843,0.000000 +60,128,128,-->,0.000000,1.000000,0.655691,0.000000 +80,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-75,-->,1.000000,0.000000,0.038868,0.000000 +80,-127,-50,-->,1.000000,0.000000,0.164259,0.000000 +80,-127,-25,-->,1.000000,0.000000,0.309897,0.000000 +80,-127,0,-->,1.000000,0.000000,0.482058,0.000000 +80,-127,25,-->,0.943326,0.000000,0.642100,0.000000 +80,-127,50,-->,0.889812,0.000000,0.823750,0.000000 +80,-127,75,-->,0.870243,0.000000,1.000000,0.000000 +80,-127,100,-->,0.857683,0.000000,1.000000,0.000000 +80,-127,128,-->,0.856007,0.000000,1.000000,0.000000 +80,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-75,-->,1.000000,0.000000,0.000814,0.000000 +80,-100,-50,-->,0.964161,0.000000,0.128036,0.000000 +80,-100,-25,-->,0.909364,0.000000,0.282557,0.000000 +80,-100,0,-->,0.850994,0.000000,0.453809,0.000000 +80,-100,25,-->,0.804322,0.000000,0.616780,0.000000 +80,-100,50,-->,0.775693,0.000000,0.791855,0.000000 +80,-100,75,-->,0.757680,0.000000,1.000000,0.000000 +80,-100,100,-->,0.745253,0.000000,1.000000,0.000000 +80,-100,128,-->,0.741901,0.000000,1.000000,0.000000 +80,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-75,-->,0.947689,0.000000,0.000000,0.000000 +80,-75,-50,-->,0.816365,0.000000,0.074218,0.000000 +80,-75,-25,-->,0.770540,0.000000,0.241129,0.000000 +80,-75,0,-->,0.733169,0.000000,0.418052,0.000000 +80,-75,25,-->,0.691426,0.000000,0.585320,0.000000 +80,-75,50,-->,0.655321,0.000000,0.760891,0.000000 +80,-75,75,-->,0.633936,0.000000,1.000000,0.000000 +80,-75,100,-->,0.620719,0.000000,1.000000,0.000000 +80,-75,128,-->,0.619089,0.000000,1.000000,0.000000 +80,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-50,-100,-->,0.890533,0.000000,0.000000,0.000000 +80,-50,-75,-->,0.779746,0.000000,0.000000,0.000000 +80,-50,-50,-->,0.705680,0.000000,0.007277,0.000000 +80,-50,-25,-->,0.637549,0.000000,0.172379,0.000000 +80,-50,0,-->,0.598857,0.000000,0.364709,0.000000 +80,-50,25,-->,0.563339,0.000000,0.549580,0.000000 +80,-50,50,-->,0.540392,0.000000,0.725062,0.000000 +80,-50,75,-->,0.524151,0.000000,0.945351,0.000000 +80,-50,100,-->,0.514016,0.000000,1.000000,0.000000 +80,-50,128,-->,0.510263,0.000000,1.000000,0.000000 +80,-25,-127,-->,0.877611,0.000000,0.000000,0.000000 +80,-25,-100,-->,0.715042,0.036349,0.000000,0.000000 +80,-25,-75,-->,0.618760,0.040940,0.000000,0.000000 +80,-25,-50,-->,0.569265,0.016900,0.000000,0.000000 +80,-25,-25,-->,0.530186,0.000000,0.065342,0.000000 +80,-25,0,-->,0.475968,0.009159,0.298440,0.000000 +80,-25,25,-->,0.419971,0.025767,0.517272,0.000000 +80,-25,50,-->,0.383509,0.036591,0.709507,0.000000 +80,-25,75,-->,0.367874,0.035864,0.940499,0.000000 +80,-25,100,-->,0.363482,0.040002,1.000000,0.000000 +80,-25,128,-->,0.363482,0.038922,1.000000,0.000000 +80,0,-127,-->,0.712854,0.152410,0.000000,0.000000 +80,0,-100,-->,0.576519,0.180869,0.000000,0.000000 +80,0,-75,-->,0.501606,0.198524,0.000000,0.000000 +80,0,-50,-->,0.415595,0.195545,0.000000,0.000000 +80,0,-25,-->,0.322017,0.182678,0.000000,0.000000 +80,0,0,-->,0.239857,0.183731,0.192561,0.000000 +80,0,25,-->,0.200212,0.212912,0.449976,0.000000 +80,0,50,-->,0.178729,0.217509,0.658763,0.000000 +80,0,75,-->,0.166586,0.217016,0.879424,0.000000 +80,0,100,-->,0.169635,0.212755,1.000000,0.000000 +80,0,128,-->,0.175954,0.206724,1.000000,0.000000 +80,25,-127,-->,0.594443,0.272570,0.000000,0.000000 +80,25,-100,-->,0.492413,0.290737,0.000000,0.000000 +80,25,-75,-->,0.387742,0.300662,0.000000,0.000000 +80,25,-50,-->,0.289962,0.306605,0.000000,0.000000 +80,25,-25,-->,0.163284,0.336981,0.000000,0.000000 +80,25,0,-->,0.045353,0.367849,0.104495,0.000000 +80,25,25,-->,0.003107,0.382420,0.381031,0.000000 +80,25,50,-->,0.000000,0.376837,0.603361,0.000000 +80,25,75,-->,0.000000,0.368043,0.813442,0.000000 +80,25,100,-->,0.000000,0.363245,1.000000,0.000000 +80,25,128,-->,0.000000,0.359179,1.000000,0.000000 +80,50,-127,-->,0.522013,0.341800,0.000000,0.000000 +80,50,-100,-->,0.416428,0.349566,0.000000,0.000000 +80,50,-75,-->,0.321047,0.361128,0.000000,0.000000 +80,50,-50,-->,0.214321,0.396031,0.000000,0.000000 +80,50,-25,-->,0.075679,0.456016,0.000000,0.000000 +80,50,0,-->,0.000000,0.506375,0.029317,0.000000 +80,50,25,-->,0.000000,0.514295,0.291067,0.000000 +80,50,50,-->,0.000000,0.521561,0.524770,0.000000 +80,50,75,-->,0.000000,0.512753,0.713563,0.000000 +80,50,100,-->,0.000000,0.508590,0.920159,0.000000 +80,50,128,-->,0.000000,0.505563,1.000000,0.000000 +80,75,-127,-->,0.463860,0.400760,0.000000,0.000000 +80,75,-100,-->,0.359641,0.415266,0.000000,0.000000 +80,75,-75,-->,0.257532,0.452156,0.000000,0.000000 +80,75,-50,-->,0.129142,0.507756,0.000000,0.000000 +80,75,-25,-->,0.000000,0.564149,0.000000,0.000000 +80,75,0,-->,0.000000,0.613593,0.000000,0.000000 +80,75,25,-->,0.000000,0.635672,0.194713,0.000000 +80,75,50,-->,0.000000,0.645624,0.442766,0.000000 +80,75,75,-->,0.000000,0.643109,0.636249,0.000000 +80,75,100,-->,0.000000,0.641406,0.809989,0.000000 +80,75,128,-->,0.000000,0.640110,0.960412,0.000000 +80,100,-127,-->,0.419668,0.459536,0.000000,0.000000 +80,100,-100,-->,0.300394,0.506351,0.000000,0.000000 +80,100,-75,-->,0.187398,0.554275,0.000000,0.000000 +80,100,-50,-->,0.055578,0.613269,0.000000,0.000000 +80,100,-25,-->,0.000000,0.669838,0.000000,0.000000 +80,100,0,-->,0.000000,0.729335,0.000000,0.000000 +80,100,25,-->,0.000000,0.765043,0.096579,0.000000 +80,100,50,-->,0.000000,0.772999,0.356055,0.000000 +80,100,75,-->,0.000000,0.781233,0.560468,0.000000 +80,100,100,-->,0.000000,0.786008,0.722986,0.000000 +80,100,128,-->,0.000000,0.790623,0.821806,0.000000 +80,128,-127,-->,0.360300,0.556987,0.000000,0.000000 +80,128,-100,-->,0.249249,0.616445,0.000000,0.000000 +80,128,-75,-->,0.124341,0.681215,0.000000,0.000000 +80,128,-50,-->,0.000000,0.750900,0.000000,0.000000 +80,128,-25,-->,0.000000,0.792294,0.000000,0.000000 +80,128,0,-->,0.000000,0.874276,0.000000,0.000000 +80,128,25,-->,0.000000,0.933882,0.000000,0.000000 +80,128,50,-->,0.000000,0.960533,0.222098,0.000000 +80,128,75,-->,0.000000,0.966882,0.449391,0.000000 +80,128,100,-->,0.000000,0.972150,0.614175,0.000000 +80,128,128,-->,0.000000,0.978682,0.711480,0.000000 +100,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-75,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-50,-->,1.000000,0.000000,0.010947,0.000000 +100,-127,-25,-->,0.873845,0.000000,0.163271,0.000000 +100,-127,0,-->,0.769978,0.000000,0.347648,0.000000 +100,-127,25,-->,0.739106,0.000000,0.545492,0.000000 +100,-127,50,-->,0.726201,0.000000,0.778127,0.000000 +100,-127,75,-->,0.731711,0.000000,1.000000,0.000000 +100,-127,100,-->,0.691644,0.000000,1.000000,0.000000 +100,-127,128,-->,0.637124,0.000000,1.000000,0.000000 +100,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-75,-->,0.891285,0.000000,0.000000,0.000000 +100,-100,-50,-->,0.785539,0.000000,0.000000,0.000000 +100,-100,-25,-->,0.714457,0.000000,0.108012,0.000000 +100,-100,0,-->,0.633610,0.000000,0.294133,0.000000 +100,-100,25,-->,0.596800,0.000000,0.488939,0.000000 +100,-100,50,-->,0.582861,0.000000,0.692225,0.000000 +100,-100,75,-->,0.580028,0.000000,1.000000,0.000000 +100,-100,100,-->,0.574912,0.000000,1.000000,0.000000 +100,-100,128,-->,0.542870,0.000000,1.000000,0.000000 +100,-75,-127,-->,0.967885,0.000000,0.000000,0.000000 +100,-75,-100,-->,0.797930,0.000000,0.000000,0.000000 +100,-75,-75,-->,0.682062,0.000000,0.000000,0.000000 +100,-75,-50,-->,0.608423,0.000000,0.000000,0.000000 +100,-75,-25,-->,0.581322,0.000000,0.052598,0.000000 +100,-75,0,-->,0.530007,0.000000,0.241750,0.000000 +100,-75,25,-->,0.492493,0.000000,0.425764,0.000000 +100,-75,50,-->,0.474140,0.000000,0.614154,0.000000 +100,-75,75,-->,0.469889,0.000000,0.890047,0.000000 +100,-75,100,-->,0.472682,0.000000,1.000000,0.000000 +100,-75,128,-->,0.453482,0.000000,1.000000,0.000000 +100,-50,-127,-->,0.745959,0.000000,0.000000,0.000000 +100,-50,-100,-->,0.589109,0.000000,0.000000,0.000000 +100,-50,-75,-->,0.518883,0.000000,0.000000,0.000000 +100,-50,-50,-->,0.472243,0.000000,0.000000,0.000000 +100,-50,-25,-->,0.442536,0.000000,0.002019,0.000000 +100,-50,0,-->,0.384001,0.000000,0.172940,0.000000 +100,-50,25,-->,0.327042,0.000000,0.357919,0.000000 +100,-50,50,-->,0.307328,0.000000,0.546013,0.000000 +100,-50,75,-->,0.303171,0.000000,0.746481,0.000000 +100,-50,100,-->,0.302594,0.000000,1.000000,0.000000 +100,-50,128,-->,0.296076,0.000000,1.000000,0.000000 +100,-25,-127,-->,0.577708,0.000000,0.000000,0.000000 +100,-25,-100,-->,0.457742,0.000000,0.000000,0.000000 +100,-25,-75,-->,0.357394,0.000000,0.000000,0.000000 +100,-25,-50,-->,0.288253,0.000000,0.000000,0.000000 +100,-25,-25,-->,0.252406,0.000000,0.000000,0.000000 +100,-25,0,-->,0.210420,0.000000,0.096757,0.000000 +100,-25,25,-->,0.166593,0.000000,0.301569,0.000000 +100,-25,50,-->,0.144743,0.000000,0.490952,0.000000 +100,-25,75,-->,0.132512,0.000000,0.666570,0.000000 +100,-25,100,-->,0.128429,0.000000,0.901166,0.000000 +100,-25,128,-->,0.124669,0.000000,1.000000,0.000000 +100,0,-127,-->,0.443829,0.000000,0.000000,0.000000 +100,0,-100,-->,0.308833,0.020904,0.000000,0.000000 +100,0,-75,-->,0.218318,0.039637,0.000000,0.000000 +100,0,-50,-->,0.134903,0.039685,0.000000,0.000000 +100,0,-25,-->,0.068791,0.022445,0.000000,0.000000 +100,0,0,-->,0.000000,0.001107,0.000000,0.000000 +100,0,25,-->,0.000000,0.022561,0.232589,0.000000 +100,0,50,-->,0.000000,0.033859,0.441769,0.000000 +100,0,75,-->,0.000000,0.030216,0.623899,0.000000 +100,0,100,-->,0.000000,0.022474,0.800646,0.000000 +100,0,128,-->,0.000000,0.014717,1.000000,0.000000 +100,25,-127,-->,0.312349,0.094660,0.000000,0.000000 +100,25,-100,-->,0.210552,0.107561,0.000000,0.000000 +100,25,-75,-->,0.132977,0.109676,0.000000,0.000000 +100,25,-50,-->,0.076462,0.100665,0.000000,0.000000 +100,25,-25,-->,0.002437,0.107400,0.000000,0.000000 +100,25,0,-->,0.000000,0.163392,0.000000,0.000000 +100,25,25,-->,0.000000,0.182747,0.142985,0.000000 +100,25,50,-->,0.000000,0.183560,0.357965,0.000000 +100,25,75,-->,0.000000,0.186800,0.566628,0.000000 +100,25,100,-->,0.000000,0.178510,0.780052,0.000000 +100,25,128,-->,0.000000,0.152300,1.000000,0.000000 +100,50,-127,-->,0.234301,0.153827,0.000000,0.000000 +100,50,-100,-->,0.152351,0.148086,0.000000,0.000000 +100,50,-75,-->,0.103045,0.146604,0.000000,0.000000 +100,50,-50,-->,0.022558,0.176180,0.000000,0.000000 +100,50,-25,-->,0.000000,0.235719,0.000000,0.000000 +100,50,0,-->,0.000000,0.307643,0.000000,0.000000 +100,50,25,-->,0.000000,0.344219,0.059604,0.000000 +100,50,50,-->,0.000000,0.352642,0.274024,0.000000 +100,50,75,-->,0.000000,0.350122,0.492078,0.000000 +100,50,100,-->,0.000000,0.336162,0.695843,0.000000 +100,50,128,-->,0.000000,0.326756,1.000000,0.000000 +100,75,-127,-->,0.191782,0.193199,0.000000,0.000000 +100,75,-100,-->,0.124617,0.202063,0.000000,0.000000 +100,75,-75,-->,0.041022,0.249513,0.000000,0.000000 +100,75,-50,-->,0.000000,0.295557,0.000000,0.000000 +100,75,-25,-->,0.000000,0.359493,0.000000,0.000000 +100,75,0,-->,0.000000,0.448397,0.000000,0.000000 +100,75,25,-->,0.000000,0.519815,0.000000,0.000000 +100,75,50,-->,0.000000,0.522365,0.181590,0.000000 +100,75,75,-->,0.000000,0.514621,0.396526,0.000000 +100,75,100,-->,0.000000,0.508881,0.600122,0.000000 +100,75,128,-->,0.000000,0.504960,0.836909,0.000000 +100,100,-127,-->,0.158807,0.256103,0.000000,0.000000 +100,100,-100,-->,0.068270,0.302192,0.000000,0.000000 +100,100,-75,-->,0.000000,0.348330,0.000000,0.000000 +100,100,-50,-->,0.000000,0.411220,0.000000,0.000000 +100,100,-25,-->,0.000000,0.486829,0.000000,0.000000 +100,100,0,-->,0.000000,0.577024,0.000000,0.000000 +100,100,25,-->,0.000000,0.656946,0.000000,0.000000 +100,100,50,-->,0.000000,0.668111,0.102741,0.000000 +100,100,75,-->,0.000000,0.669082,0.321352,0.000000 +100,100,100,-->,0.000000,0.673411,0.527973,0.000000 +100,100,128,-->,0.000000,0.684890,0.744867,0.000000 +100,128,-127,-->,0.102404,0.343611,0.000000,0.000000 +100,128,-100,-->,0.005722,0.414966,0.000000,0.000000 +100,128,-75,-->,0.000000,0.478890,0.000000,0.000000 +100,128,-50,-->,0.000000,0.535557,0.000000,0.000000 +100,128,-25,-->,0.000000,0.608721,0.000000,0.000000 +100,128,0,-->,0.000000,0.726967,0.000000,0.000000 +100,128,25,-->,0.000000,0.826978,0.000000,0.000000 +100,128,50,-->,0.000000,0.858824,0.014943,0.000000 +100,128,75,-->,0.000000,0.891811,0.207612,0.000000 +100,128,100,-->,0.000000,0.930334,0.402768,0.000000 +100,128,128,-->,0.000000,0.945098,0.600000,0.000000 +-1,0,0,-->,0.848297,0.800671,0.748349,0.798659 +101,0,0,-->,0.000000,0.001107,0.000000,0.000000 +50,-130,0,-->,1.000000,0.000000,0.704306,0.000000 +50,130,0,-->,0.000000,1.000000,0.000000,0.000000 +50,0,-130,-->,1.000000,0.282371,0.000000,0.000000 +50,0,130,-->,0.540219,0.486687,1.000000,0.050994 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-1.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-1.csv new file mode 100644 index 0000000..27a30cf --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-1.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,1.000000,0.955909,0.030511,0.000000 +0,-127,-100,-->,1.000000,1.000000,0.251257,0.064252 +0,-127,-75,-->,1.000000,1.000000,0.251365,0.457378 +0,-127,-50,-->,0.864514,0.814610,0.671357,0.781469 +0,-127,-25,-->,0.854902,0.803922,0.742453,0.792157 +0,-127,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,-127,-->,1.000000,0.955909,0.030511,0.000000 +0,-100,-100,-->,1.000000,1.000000,0.251257,0.064252 +0,-100,-75,-->,1.000000,1.000000,0.251365,0.457378 +0,-100,-50,-->,0.864514,0.814610,0.671357,0.781469 +0,-100,-25,-->,0.854902,0.803922,0.742453,0.792157 +0,-100,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,-127,-->,1.000000,0.955909,0.030511,0.000000 +0,-75,-100,-->,1.000000,1.000000,0.251257,0.064252 +0,-75,-75,-->,1.000000,1.000000,0.251365,0.457378 +0,-75,-50,-->,0.864514,0.814610,0.671357,0.781469 +0,-75,-25,-->,0.854902,0.803922,0.742453,0.792157 +0,-75,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,-127,-->,1.000000,0.955909,0.030511,0.000000 +0,-50,-100,-->,1.000000,1.000000,0.251257,0.064252 +0,-50,-75,-->,1.000000,1.000000,0.251365,0.457378 +0,-50,-50,-->,0.864514,0.814610,0.671357,0.781469 +0,-50,-25,-->,0.854902,0.803922,0.742453,0.792157 +0,-50,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,-127,-->,1.000000,0.955909,0.030511,0.000000 +0,-25,-100,-->,1.000000,1.000000,0.251257,0.064252 +0,-25,-75,-->,1.000000,1.000000,0.251365,0.457378 +0,-25,-50,-->,0.864514,0.814610,0.671357,0.781469 +0,-25,-25,-->,0.854902,0.803922,0.742453,0.792157 +0,-25,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,128,-->,0.850980,0.800000,0.749020,0.800000 +0,0,-127,-->,1.000000,0.957124,0.028850,0.000000 +0,0,-100,-->,1.000000,1.000000,0.251263,0.064246 +0,0,-75,-->,1.000000,1.000000,0.251446,0.456640 +0,0,-50,-->,0.864514,0.814610,0.671560,0.781469 +0,0,-25,-->,0.854902,0.803922,0.742453,0.792157 +0,0,0,-->,0.850980,0.800000,0.749020,0.800000 +0,0,25,-->,0.850980,0.800000,0.749020,0.800000 +0,0,50,-->,0.850980,0.800000,0.749020,0.800000 +0,0,75,-->,0.850980,0.800000,0.749020,0.800000 +0,0,100,-->,0.850980,0.800000,0.749020,0.800000 +0,0,128,-->,0.850980,0.800000,0.749020,0.800000 +0,25,-127,-->,1.000000,0.974256,0.006967,0.000000 +0,25,-100,-->,0.986359,1.000000,0.270804,0.054439 +0,25,-75,-->,0.978577,1.000000,0.246490,0.475402 +0,25,-50,-->,0.854902,0.814610,0.688812,0.785390 +0,25,-25,-->,0.850980,0.803922,0.742453,0.792157 +0,25,0,-->,0.850980,0.800000,0.749020,0.800000 +0,25,25,-->,0.850980,0.800000,0.749020,0.800000 +0,25,50,-->,0.850980,0.800000,0.749020,0.800000 +0,25,75,-->,0.850980,0.800000,0.749020,0.800000 +0,25,100,-->,0.850980,0.800000,0.749020,0.800000 +0,25,128,-->,0.850980,0.800000,0.749020,0.800000 +0,50,-127,-->,1.000000,0.988158,0.000000,0.000000 +0,50,-100,-->,0.965813,1.000000,0.277975,0.078950 +0,50,-75,-->,0.944157,1.000000,0.245629,0.502343 +0,50,-50,-->,0.851404,0.814610,0.701882,0.785390 +0,50,-25,-->,0.846557,0.803922,0.741176,0.792157 +0,50,0,-->,0.850980,0.800000,0.749020,0.796078 +0,50,25,-->,0.850980,0.800000,0.749020,0.796078 +0,50,50,-->,0.850980,0.800000,0.749020,0.796078 +0,50,75,-->,0.850980,0.800000,0.749020,0.796078 +0,50,100,-->,0.850980,0.800000,0.749020,0.796078 +0,50,128,-->,0.850980,0.800000,0.749020,0.796078 +0,75,-127,-->,0.982200,1.000000,0.011926,0.000000 +0,75,-100,-->,0.942207,1.000000,0.287259,0.112226 +0,75,-75,-->,0.895802,1.000000,0.260948,0.528780 +0,75,-50,-->,0.839953,0.820304,0.689450,0.772997 +0,75,-25,-->,0.843137,0.803922,0.741176,0.792157 +0,75,0,-->,0.843137,0.803922,0.749020,0.796078 +0,75,25,-->,0.843137,0.803922,0.749020,0.796078 +0,75,50,-->,0.843137,0.803922,0.749020,0.796078 +0,75,75,-->,0.843137,0.803922,0.749020,0.796078 +0,75,100,-->,0.843137,0.803922,0.749020,0.796078 +0,75,128,-->,0.843137,0.803922,0.749020,0.796078 +0,100,-127,-->,0.941865,1.000000,0.071664,0.000608 +0,100,-100,-->,0.911688,1.000000,0.296122,0.149981 +0,100,-75,-->,0.840734,1.000000,0.331720,0.472729 +0,100,-50,-->,0.797105,0.947608,0.543126,0.629785 +0,100,-25,-->,0.785806,0.880953,0.677184,0.708374 +0,100,0,-->,0.761246,0.856978,0.707959,0.732872 +0,100,25,-->,0.761246,0.856978,0.707958,0.732872 +0,100,50,-->,0.761246,0.856978,0.707958,0.732872 +0,100,75,-->,0.761246,0.856978,0.707958,0.732872 +0,100,100,-->,0.761246,0.856978,0.707959,0.732872 +0,100,128,-->,0.761246,0.856978,0.707958,0.732872 +0,128,-127,-->,0.905390,1.000000,0.131426,0.003445 +0,128,-100,-->,0.866175,1.000000,0.314402,0.153864 +0,128,-75,-->,0.798662,1.000000,0.411811,0.350880 +0,128,-50,-->,0.736102,1.000000,0.512341,0.502730 +0,128,-25,-->,0.666713,0.998724,0.602553,0.576424 +0,128,0,-->,0.619608,0.968627,0.686275,0.607843 +0,128,25,-->,0.619608,0.968627,0.686275,0.607843 +0,128,50,-->,0.619608,0.968627,0.686275,0.607843 +0,128,75,-->,0.619608,0.968627,0.686275,0.607843 +0,128,100,-->,0.619608,0.968627,0.686275,0.607843 +0,128,128,-->,0.619608,0.968627,0.686275,0.607843 +20,-127,-127,-->,1.000000,0.561661,0.000000,0.000000 +20,-127,-100,-->,1.000000,0.579934,0.145080,0.000105 +20,-127,-75,-->,1.000000,0.609849,0.321905,0.061594 +20,-127,-50,-->,1.000000,0.603322,0.456882,0.204038 +20,-127,-25,-->,1.000000,0.565236,0.615960,0.363599 +20,-127,0,-->,1.000000,0.550096,0.871085,0.476201 +20,-127,25,-->,0.962969,0.580207,1.000000,0.491150 +20,-127,50,-->,0.928612,0.583991,1.000000,0.491150 +20,-127,75,-->,0.928612,0.583991,1.000000,0.491150 +20,-127,100,-->,0.928612,0.583991,1.000000,0.491150 +20,-127,128,-->,0.928612,0.583991,1.000000,0.491150 +20,-100,-127,-->,1.000000,0.561661,0.000000,0.000000 +20,-100,-100,-->,1.000000,0.579934,0.145080,0.000105 +20,-100,-75,-->,1.000000,0.609849,0.321905,0.061594 +20,-100,-50,-->,1.000000,0.603350,0.456882,0.204046 +20,-100,-25,-->,1.000000,0.565264,0.615960,0.363617 +20,-100,0,-->,1.000000,0.550107,0.871085,0.476201 +20,-100,25,-->,0.962954,0.580207,1.000000,0.491150 +20,-100,50,-->,0.928584,0.584018,1.000000,0.491177 +20,-100,75,-->,0.928584,0.584018,1.000000,0.491177 +20,-100,100,-->,0.928584,0.584018,1.000000,0.491177 +20,-100,128,-->,0.928584,0.584018,1.000000,0.491177 +20,-75,-127,-->,1.000000,0.564796,0.000000,0.000000 +20,-75,-100,-->,1.000000,0.586179,0.141969,0.000105 +20,-75,-75,-->,1.000000,0.613942,0.321905,0.061594 +20,-75,-50,-->,1.000000,0.623305,0.452886,0.207279 +20,-75,-25,-->,1.000000,0.582084,0.605500,0.372203 +20,-75,0,-->,1.000000,0.560412,0.868540,0.489332 +20,-75,25,-->,0.944615,0.588161,1.000000,0.505140 +20,-75,50,-->,0.911764,0.593060,1.000000,0.507211 +20,-75,75,-->,0.911764,0.593060,1.000000,0.507211 +20,-75,100,-->,0.911764,0.593060,1.000000,0.507211 +20,-75,128,-->,0.911764,0.593060,1.000000,0.507211 +20,-50,-127,-->,1.000000,0.577881,0.000000,0.000000 +20,-50,-100,-->,1.000000,0.599257,0.141585,0.000077 +20,-50,-75,-->,1.000000,0.632018,0.321905,0.061563 +20,-50,-50,-->,1.000000,0.669204,0.436066,0.204334 +20,-50,-25,-->,1.000000,0.617780,0.579397,0.386262 +20,-50,0,-->,1.000000,0.581642,0.866465,0.521315 +20,-50,25,-->,0.902778,0.613439,0.999126,0.538066 +20,-50,50,-->,0.873447,0.617117,0.999125,0.538472 +20,-50,75,-->,0.873447,0.617117,0.999126,0.538472 +20,-50,100,-->,0.873447,0.617117,0.999125,0.538472 +20,-50,128,-->,0.873447,0.617117,0.999125,0.538472 +20,-25,-127,-->,1.000000,0.585556,0.000000,0.000000 +20,-25,-100,-->,1.000000,0.613536,0.134213,0.000077 +20,-25,-75,-->,1.000000,0.672408,0.315971,0.053216 +20,-25,-50,-->,1.000000,0.737743,0.428056,0.188927 +20,-25,-25,-->,1.000000,0.703315,0.541508,0.385629 +20,-25,0,-->,1.000000,0.613104,0.874885,0.561569 +20,-25,25,-->,0.846175,0.648549,0.962276,0.574248 +20,-25,50,-->,0.831219,0.651799,0.964887,0.571592 +20,-25,75,-->,0.831219,0.651799,0.964887,0.571592 +20,-25,100,-->,0.831219,0.651799,0.964887,0.571592 +20,-25,128,-->,0.831219,0.651799,0.964887,0.571592 +20,0,-127,-->,1.000000,0.612486,0.000000,0.000000 +20,0,-100,-->,1.000000,0.635238,0.129880,0.000069 +20,0,-75,-->,1.000000,0.746406,0.308549,0.030795 +20,0,-50,-->,1.000000,0.855839,0.412751,0.127725 +20,0,-25,-->,1.000000,0.932717,0.470763,0.273104 +20,0,0,-->,0.797036,0.761091,0.734058,0.609643 +20,0,25,-->,0.757088,0.723230,0.927936,0.610611 +20,0,50,-->,0.757047,0.713679,0.938624,0.599030 +20,0,75,-->,0.757047,0.713679,0.938624,0.599029 +20,0,100,-->,0.757047,0.713679,0.938624,0.599029 +20,0,128,-->,0.757047,0.713679,0.938624,0.599030 +20,25,-127,-->,1.000000,0.641455,0.000000,0.000000 +20,25,-100,-->,1.000000,0.671501,0.121746,0.000010 +20,25,-75,-->,1.000000,0.839660,0.237403,0.002515 +20,25,-50,-->,0.977398,1.000000,0.283472,0.008901 +20,25,-25,-->,0.828887,1.000000,0.476697,0.230424 +20,25,0,-->,0.586544,1.000000,0.645912,0.544948 +20,25,25,-->,0.591846,0.865999,0.956892,0.581017 +20,25,50,-->,0.606748,0.824820,0.960015,0.577024 +20,25,75,-->,0.606748,0.824820,0.960015,0.577024 +20,25,100,-->,0.606748,0.824820,0.960015,0.577024 +20,25,128,-->,0.606748,0.824820,0.960015,0.577024 +20,50,-127,-->,1.000000,0.684800,0.000000,0.000000 +20,50,-100,-->,1.000000,0.767444,0.010650,0.000000 +20,50,-75,-->,0.951939,0.990417,0.000000,0.000000 +20,50,-50,-->,0.832939,1.000000,0.361910,0.030280 +20,50,-25,-->,0.692055,1.000000,0.440842,0.246918 +20,50,0,-->,0.539604,1.000000,0.599483,0.437191 +20,50,25,-->,0.510133,1.000000,0.916318,0.486265 +20,50,50,-->,0.525565,1.000000,1.000000,0.486972 +20,50,75,-->,0.525565,1.000000,1.000000,0.486972 +20,50,100,-->,0.525565,1.000000,1.000000,0.486972 +20,50,128,-->,0.525565,1.000000,1.000000,0.486972 +20,75,-127,-->,1.000000,0.734675,0.000000,0.000000 +20,75,-100,-->,0.903541,0.882183,0.000000,0.000000 +20,75,-75,-->,0.791868,1.000000,0.053980,0.000000 +20,75,-50,-->,0.721850,1.000000,0.326535,0.029782 +20,75,-25,-->,0.583768,1.000000,0.401709,0.169977 +20,75,0,-->,0.487073,1.000000,0.561322,0.297645 +20,75,25,-->,0.434562,1.000000,0.741308,0.345094 +20,75,50,-->,0.430122,1.000000,0.815438,0.355077 +20,75,75,-->,0.430122,1.000000,0.815437,0.355077 +20,75,100,-->,0.430122,1.000000,0.815438,0.355077 +20,75,128,-->,0.430122,1.000000,0.815438,0.355077 +20,100,-127,-->,0.927956,0.803799,0.000000,0.000000 +20,100,-100,-->,0.796452,0.982621,0.000000,0.000000 +20,100,-75,-->,0.665680,1.000000,0.026924,0.000000 +20,100,-50,-->,0.602249,1.000000,0.226459,0.008258 +20,100,-25,-->,0.514689,1.000000,0.357032,0.080571 +20,100,0,-->,0.417263,1.000000,0.516491,0.156444 +20,100,25,-->,0.358201,1.000000,0.653096,0.199208 +20,100,50,-->,0.343022,1.000000,0.705061,0.209861 +20,100,75,-->,0.343022,1.000000,0.705061,0.209861 +20,100,100,-->,0.343022,1.000000,0.705061,0.209861 +20,100,128,-->,0.343022,1.000000,0.705061,0.209861 +20,128,-127,-->,0.814368,0.915772,0.000000,0.000000 +20,128,-100,-->,0.672544,1.000000,0.000000,0.000000 +20,128,-75,-->,0.553673,1.000000,0.000000,0.000000 +20,128,-50,-->,0.477625,1.000000,0.073257,0.000329 +20,128,-25,-->,0.414798,1.000000,0.268351,0.010391 +20,128,0,-->,0.310079,1.000000,0.452351,0.048351 +20,128,25,-->,0.269865,1.000000,0.598800,0.080400 +20,128,50,-->,0.256578,1.000000,0.645536,0.089550 +20,128,75,-->,0.256578,1.000000,0.645536,0.089550 +20,128,100,-->,0.256578,1.000000,0.645536,0.089550 +20,128,128,-->,0.256578,1.000000,0.645536,0.089550 +40,-127,-127,-->,1.000000,0.104256,0.087228,0.000000 +40,-127,-100,-->,1.000000,0.056616,0.165564,0.000000 +40,-127,-75,-->,1.000000,0.095747,0.212783,0.000000 +40,-127,-50,-->,1.000000,0.129161,0.346558,0.000000 +40,-127,-25,-->,1.000000,0.132901,0.548694,0.000000 +40,-127,0,-->,1.000000,0.162368,0.790172,0.000407 +40,-127,25,-->,1.000000,0.164578,1.000000,0.000407 +40,-127,50,-->,1.000000,0.177897,1.000000,0.003652 +40,-127,75,-->,1.000000,0.182253,1.000000,0.006897 +40,-127,100,-->,1.000000,0.182253,1.000000,0.006897 +40,-127,128,-->,1.000000,0.182253,1.000000,0.006897 +40,-100,-127,-->,1.000000,0.112936,0.076774,0.000000 +40,-100,-100,-->,1.000000,0.094139,0.142305,0.000000 +40,-100,-75,-->,1.000000,0.145970,0.191126,0.000000 +40,-100,-50,-->,1.000000,0.183848,0.326107,0.000000 +40,-100,-25,-->,1.000000,0.193653,0.529750,0.000000 +40,-100,0,-->,1.000000,0.222628,0.778615,0.003902 +40,-100,25,-->,1.000000,0.229891,1.000000,0.006515 +40,-100,50,-->,1.000000,0.241540,1.000000,0.012577 +40,-100,75,-->,1.000000,0.242897,1.000000,0.016306 +40,-100,100,-->,1.000000,0.242897,1.000000,0.016306 +40,-100,128,-->,1.000000,0.242897,1.000000,0.016306 +40,-75,-127,-->,1.000000,0.128998,0.072091,0.000000 +40,-75,-100,-->,1.000000,0.135830,0.104425,0.000000 +40,-75,-75,-->,1.000000,0.221729,0.166969,0.000000 +40,-75,-50,-->,1.000000,0.259770,0.300875,0.000000 +40,-75,-25,-->,1.000000,0.271845,0.505395,0.000000 +40,-75,0,-->,1.000000,0.280778,0.760106,0.013167 +40,-75,25,-->,1.000000,0.292905,1.000000,0.016849 +40,-75,50,-->,1.000000,0.300247,1.000000,0.035053 +40,-75,75,-->,1.000000,0.294641,1.000000,0.039395 +40,-75,100,-->,1.000000,0.294641,1.000000,0.039395 +40,-75,128,-->,1.000000,0.294641,1.000000,0.039395 +40,-50,-127,-->,1.000000,0.147099,0.054901,0.000000 +40,-50,-100,-->,1.000000,0.201965,0.054171,0.000000 +40,-50,-75,-->,1.000000,0.302804,0.125883,0.000000 +40,-50,-50,-->,1.000000,0.335258,0.253275,0.000000 +40,-50,-25,-->,1.000000,0.359972,0.459817,0.002741 +40,-50,0,-->,1.000000,0.356191,0.731914,0.034815 +40,-50,25,-->,0.962490,0.364861,1.000000,0.059754 +40,-50,50,-->,0.939314,0.362507,1.000000,0.082409 +40,-50,75,-->,0.921081,0.365937,1.000000,0.085705 +40,-50,100,-->,0.921081,0.365937,1.000000,0.085705 +40,-50,128,-->,0.921081,0.365937,1.000000,0.085705 +40,-25,-127,-->,1.000000,0.179876,0.032659,0.000000 +40,-25,-100,-->,1.000000,0.300901,0.019221,0.000000 +40,-25,-75,-->,1.000000,0.380876,0.058110,0.000000 +40,-25,-50,-->,1.000000,0.432242,0.150437,0.000000 +40,-25,-25,-->,0.963435,0.477857,0.390537,0.004301 +40,-25,0,-->,0.842194,0.453933,0.665129,0.101604 +40,-25,25,-->,0.801318,0.450853,1.000000,0.136342 +40,-25,50,-->,0.786267,0.455994,1.000000,0.139826 +40,-25,75,-->,0.773052,0.460551,1.000000,0.136932 +40,-25,100,-->,0.773051,0.460551,1.000000,0.136932 +40,-25,128,-->,0.773052,0.460551,1.000000,0.136932 +40,0,-127,-->,1.000000,0.256054,0.000000,0.000000 +40,0,-100,-->,1.000000,0.418936,0.000000,0.000000 +40,0,-75,-->,0.996902,0.513705,0.000000,0.000000 +40,0,-50,-->,0.892279,0.569366,0.000000,0.000000 +40,0,-25,-->,0.786447,0.616610,0.307239,0.001746 +40,0,0,-->,0.654780,0.585960,0.577340,0.144463 +40,0,25,-->,0.598331,0.567459,0.990796,0.232009 +40,0,50,-->,0.602292,0.568619,1.000000,0.203613 +40,0,75,-->,0.603471,0.563603,1.000000,0.187343 +40,0,100,-->,0.603471,0.563603,1.000000,0.187343 +40,0,128,-->,0.603471,0.563603,1.000000,0.187343 +40,25,-127,-->,1.000000,0.388213,0.000000,0.000000 +40,25,-100,-->,0.957915,0.557056,0.000000,0.000000 +40,25,-75,-->,0.838702,0.644055,0.000000,0.000000 +40,25,-50,-->,0.730858,0.725799,0.000000,0.000000 +40,25,-25,-->,0.618199,0.766254,0.195381,0.000000 +40,25,0,-->,0.532190,0.775501,0.523583,0.094347 +40,25,25,-->,0.457357,0.758065,0.891854,0.187360 +40,25,50,-->,0.470504,0.744652,1.000000,0.185592 +40,25,75,-->,0.480635,0.720154,1.000000,0.179660 +40,25,100,-->,0.480635,0.720154,1.000000,0.179660 +40,25,128,-->,0.480635,0.720154,1.000000,0.179660 +40,50,-127,-->,1.000000,0.546552,0.000000,0.000000 +40,50,-100,-->,0.835594,0.675476,0.000000,0.000000 +40,50,-75,-->,0.742780,0.765718,0.000000,0.000000 +40,50,-50,-->,0.604347,0.840583,0.000000,0.000000 +40,50,-25,-->,0.473365,0.932690,0.033985,0.000000 +40,50,0,-->,0.412923,0.966705,0.458495,0.007598 +40,50,25,-->,0.341579,0.977041,0.868675,0.057820 +40,50,50,-->,0.337737,0.957895,1.000000,0.078490 +40,50,75,-->,0.335732,0.948206,1.000000,0.090782 +40,50,100,-->,0.335732,0.948206,1.000000,0.090782 +40,50,128,-->,0.335732,0.948206,1.000000,0.090782 +40,75,-127,-->,0.855525,0.671755,0.000000,0.000000 +40,75,-100,-->,0.751630,0.780555,0.000000,0.000000 +40,75,-75,-->,0.633193,0.858923,0.000000,0.000000 +40,75,-50,-->,0.508098,0.929042,0.000000,0.000000 +40,75,-25,-->,0.330377,1.000000,0.000000,0.000000 +40,75,0,-->,0.246101,1.000000,0.320554,0.000000 +40,75,25,-->,0.210609,1.000000,0.679066,0.001148 +40,75,50,-->,0.203923,1.000000,1.000000,0.002481 +40,75,75,-->,0.203763,1.000000,1.000000,0.004963 +40,75,100,-->,0.203763,1.000000,1.000000,0.004963 +40,75,128,-->,0.203763,1.000000,1.000000,0.004963 +40,100,-127,-->,0.776297,0.770269,0.000000,0.000000 +40,100,-100,-->,0.654630,0.868543,0.000000,0.000000 +40,100,-75,-->,0.542885,0.930846,0.000000,0.000000 +40,100,-50,-->,0.392938,0.999771,0.000000,0.000000 +40,100,-25,-->,0.230042,1.000000,0.000000,0.000000 +40,100,0,-->,0.114489,1.000000,0.193307,0.000000 +40,100,25,-->,0.039240,1.000000,0.503907,0.000000 +40,100,50,-->,0.032100,1.000000,0.770303,0.000000 +40,100,75,-->,0.030692,1.000000,1.000000,0.000000 +40,100,100,-->,0.030692,1.000000,1.000000,0.000000 +40,100,128,-->,0.030692,1.000000,1.000000,0.000000 +40,128,-127,-->,0.687544,0.865790,0.000000,0.000000 +40,128,-100,-->,0.559087,0.943283,0.000000,0.000000 +40,128,-75,-->,0.435199,1.000000,0.000000,0.000000 +40,128,-50,-->,0.267619,1.000000,0.000000,0.000000 +40,128,-25,-->,0.114012,1.000000,0.000000,0.000000 +40,128,0,-->,0.000000,1.000000,0.052925,0.000000 +40,128,25,-->,0.000000,1.000000,0.305882,0.000000 +40,128,50,-->,0.000000,1.000000,0.527910,0.000000 +40,128,75,-->,0.000000,1.000000,0.638678,0.000000 +40,128,100,-->,0.000000,1.000000,0.638677,0.000000 +40,128,128,-->,0.000000,1.000000,0.638678,0.000000 +60,-127,-127,-->,1.000000,0.000000,0.039330,0.000000 +60,-127,-100,-->,1.000000,0.000000,0.013225,0.000000 +60,-127,-75,-->,1.000000,0.000000,0.073263,0.000000 +60,-127,-50,-->,1.000000,0.000000,0.220358,0.000000 +60,-127,-25,-->,1.000000,0.000000,0.387739,0.000000 +60,-127,0,-->,1.000000,0.000000,0.613613,0.000000 +60,-127,25,-->,1.000000,0.000000,0.849067,0.000000 +60,-127,50,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,75,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,100,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,128,-->,1.000000,0.000000,1.000000,0.000000 +60,-100,-127,-->,1.000000,0.000000,0.006530,0.000000 +60,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-100,-75,-->,1.000000,0.000000,0.052547,0.000000 +60,-100,-50,-->,1.000000,0.000000,0.199081,0.000000 +60,-100,-25,-->,1.000000,0.000000,0.364760,0.000000 +60,-100,0,-->,1.000000,0.000000,0.587174,0.000000 +60,-100,25,-->,1.000000,0.000000,0.814747,0.000000 +60,-100,50,-->,0.974361,0.000000,1.000000,0.000000 +60,-100,75,-->,0.932757,0.000000,1.000000,0.000000 +60,-100,100,-->,0.921640,0.000000,1.000000,0.000000 +60,-100,128,-->,0.916881,0.000000,1.000000,0.000000 +60,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-75,-->,1.000000,0.000000,0.015567,0.000000 +60,-75,-50,-->,1.000000,0.000000,0.161777,0.000000 +60,-75,-25,-->,1.000000,0.000000,0.333414,0.000000 +60,-75,0,-->,0.948867,0.000000,0.561306,0.000000 +60,-75,25,-->,0.886690,0.000000,0.785739,0.000000 +60,-75,50,-->,0.835091,0.000000,1.000000,0.000000 +60,-75,75,-->,0.812274,0.000000,1.000000,0.000000 +60,-75,100,-->,0.798673,0.000000,1.000000,0.000000 +60,-75,128,-->,0.796257,0.000000,1.000000,0.000000 +60,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-75,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-50,-->,0.996053,0.000000,0.065400,0.000000 +60,-50,-25,-->,0.875274,0.000000,0.288974,0.000000 +60,-50,0,-->,0.804240,0.001115,0.529499,0.000000 +60,-50,25,-->,0.757567,0.022018,0.766538,0.000000 +60,-50,50,-->,0.719867,0.037213,1.000000,0.000000 +60,-50,75,-->,0.693781,0.049065,1.000000,0.000000 +60,-50,100,-->,0.688797,0.045598,1.000000,0.000000 +60,-50,128,-->,0.688797,0.045598,1.000000,0.000000 +60,-25,-127,-->,1.000000,0.002796,0.000000,0.000000 +60,-25,-100,-->,1.000000,0.126988,0.000000,0.000000 +60,-25,-75,-->,0.903412,0.162583,0.000000,0.000000 +60,-25,-50,-->,0.813990,0.123669,0.000000,0.000000 +60,-25,-25,-->,0.726733,0.164147,0.205854,0.000000 +60,-25,0,-->,0.648033,0.213903,0.478172,0.000000 +60,-25,25,-->,0.604024,0.220865,0.718489,0.000000 +60,-25,50,-->,0.583245,0.224954,1.000000,0.000000 +60,-25,75,-->,0.571976,0.223147,1.000000,0.000000 +60,-25,100,-->,0.566659,0.218653,1.000000,0.000000 +60,-25,128,-->,0.566659,0.217838,1.000000,0.000000 +60,0,-127,-->,1.000000,0.207739,0.000000,0.000000 +60,0,-100,-->,0.876510,0.330941,0.000000,0.000000 +60,0,-75,-->,0.747374,0.358647,0.000000,0.000000 +60,0,-50,-->,0.633418,0.357614,0.000000,0.000000 +60,0,-25,-->,0.557331,0.362073,0.091108,0.000000 +60,0,0,-->,0.504860,0.399616,0.401734,0.000000 +60,0,25,-->,0.456539,0.400112,0.665522,0.000668 +60,0,50,-->,0.435333,0.394213,1.000000,0.001184 +60,0,75,-->,0.427884,0.382698,1.000000,0.000000 +60,0,100,-->,0.424144,0.375425,1.000000,0.000000 +60,0,128,-->,0.424145,0.375425,1.000000,0.000000 +60,25,-127,-->,0.908468,0.386034,0.000000,0.000000 +60,25,-100,-->,0.759409,0.475049,0.000000,0.000000 +60,25,-75,-->,0.618951,0.485738,0.000000,0.000000 +60,25,-50,-->,0.521561,0.504944,0.000000,0.000000 +60,25,-25,-->,0.367920,0.545873,0.000000,0.000000 +60,25,0,-->,0.295089,0.561381,0.302129,0.000000 +60,25,25,-->,0.254033,0.564358,0.595729,0.000000 +60,25,50,-->,0.232247,0.560196,0.916950,0.000000 +60,25,75,-->,0.231853,0.543827,1.000000,0.000000 +60,25,100,-->,0.232822,0.532836,1.000000,0.000000 +60,25,128,-->,0.232822,0.531719,1.000000,0.000000 +60,50,-127,-->,0.797447,0.530845,0.000000,0.000000 +60,50,-100,-->,0.648716,0.557137,0.000000,0.000000 +60,50,-75,-->,0.549455,0.563918,0.000000,0.000000 +60,50,-50,-->,0.430576,0.604667,0.000000,0.000000 +60,50,-25,-->,0.233718,0.673630,0.000000,0.000000 +60,50,0,-->,0.082736,0.711698,0.179531,0.000000 +60,50,25,-->,0.048620,0.722598,0.521880,0.000000 +60,50,50,-->,0.032196,0.718141,0.823483,0.000000 +60,50,75,-->,0.035769,0.703452,1.000000,0.000000 +60,50,100,-->,0.039046,0.693985,1.000000,0.000000 +60,50,128,-->,0.039046,0.693626,1.000000,0.000000 +60,75,-127,-->,0.715332,0.619100,0.000000,0.000000 +60,75,-100,-->,0.586503,0.630371,0.000000,0.000000 +60,75,-75,-->,0.492569,0.673211,0.000000,0.000000 +60,75,-50,-->,0.331610,0.737671,0.000000,0.000000 +60,75,-25,-->,0.131449,0.799646,0.000000,0.000000 +60,75,0,-->,0.000000,0.853185,0.032861,0.000000 +60,75,25,-->,0.000000,0.871723,0.385302,0.000000 +60,75,50,-->,0.000000,0.874832,0.673586,0.000000 +60,75,75,-->,0.000000,0.870294,1.000000,0.000000 +60,75,100,-->,0.000000,0.859284,1.000000,0.000000 +60,75,128,-->,0.000000,0.857207,1.000000,0.000000 +60,100,-127,-->,0.654759,0.696922,0.000000,0.000000 +60,100,-100,-->,0.545700,0.744973,0.000000,0.000000 +60,100,-75,-->,0.432016,0.802143,0.000000,0.000000 +60,100,-50,-->,0.250755,0.856204,0.000000,0.000000 +60,100,-25,-->,0.037202,0.909450,0.000000,0.000000 +60,100,0,-->,0.000000,0.977956,0.000000,0.000000 +60,100,25,-->,0.000000,1.000000,0.231460,0.000000 +60,100,50,-->,0.000000,1.000000,0.531261,0.000000 +60,100,75,-->,0.000000,1.000000,0.760393,0.000000 +60,100,100,-->,0.000000,1.000000,0.977497,0.000000 +60,100,128,-->,0.000000,1.000000,1.000000,0.000000 +60,128,-127,-->,0.589989,0.797478,0.000000,0.000000 +60,128,-100,-->,0.477518,0.853533,0.000000,0.000000 +60,128,-75,-->,0.309473,0.907152,0.000000,0.000000 +60,128,-50,-->,0.126920,0.965046,0.000000,0.000000 +60,128,-25,-->,0.000000,1.000000,0.000000,0.000000 +60,128,0,-->,0.000000,1.000000,0.000000,0.000000 +60,128,25,-->,0.000000,1.000000,0.042747,0.000000 +60,128,50,-->,0.000000,1.000000,0.355540,0.000000 +60,128,75,-->,0.000000,1.000000,0.573853,0.000000 +60,128,100,-->,0.000000,1.000000,0.699891,0.000000 +60,128,128,-->,0.000000,1.000000,0.719200,0.000000 +80,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-75,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-50,-->,1.000000,0.000000,0.122052,0.000000 +80,-127,-25,-->,1.000000,0.000000,0.288560,0.000000 +80,-127,0,-->,1.000000,0.000000,0.474074,0.000000 +80,-127,25,-->,1.000000,0.000000,0.669298,0.000000 +80,-127,50,-->,0.980088,0.000000,0.944404,0.000000 +80,-127,75,-->,0.945610,0.000000,1.000000,0.000000 +80,-127,100,-->,0.928835,0.000000,1.000000,0.000000 +80,-127,128,-->,0.878155,0.000000,1.000000,0.000000 +80,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-75,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-50,-->,1.000000,0.000000,0.077874,0.000000 +80,-100,-25,-->,0.958853,0.000000,0.252136,0.000000 +80,-100,0,-->,0.904134,0.000000,0.439277,0.000000 +80,-100,25,-->,0.850400,0.000000,0.634582,0.000000 +80,-100,50,-->,0.808227,0.000000,0.865280,0.000000 +80,-100,75,-->,0.783367,0.000000,1.000000,0.000000 +80,-100,100,-->,0.776200,0.000000,1.000000,0.000000 +80,-100,128,-->,0.766859,0.000000,1.000000,0.000000 +80,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-75,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-50,-->,0.839469,0.000000,0.029654,0.000000 +80,-75,-25,-->,0.785259,0.000000,0.201575,0.000000 +80,-75,0,-->,0.749400,0.000000,0.397783,0.000000 +80,-75,25,-->,0.708237,0.000000,0.593892,0.000000 +80,-75,50,-->,0.667037,0.000000,0.809367,0.000000 +80,-75,75,-->,0.640777,0.000000,1.000000,0.000000 +80,-75,100,-->,0.633641,0.000000,1.000000,0.000000 +80,-75,128,-->,0.632572,0.000000,1.000000,0.000000 +80,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-50,-100,-->,0.944992,0.000000,0.000000,0.000000 +80,-50,-75,-->,0.794844,0.000000,0.000000,0.000000 +80,-50,-50,-->,0.708547,0.000000,0.000000,0.000000 +80,-50,-25,-->,0.634526,0.000000,0.128452,0.000000 +80,-50,0,-->,0.588717,0.000000,0.343265,0.000000 +80,-50,25,-->,0.560482,0.000000,0.550773,0.000000 +80,-50,50,-->,0.531625,0.000000,0.754056,0.000000 +80,-50,75,-->,0.515539,0.000000,1.000000,0.000000 +80,-50,100,-->,0.509813,0.000000,1.000000,0.000000 +80,-50,128,-->,0.506180,0.000000,1.000000,0.000000 +80,-25,-127,-->,0.937949,0.000000,0.000000,0.000000 +80,-25,-100,-->,0.731538,0.000000,0.000000,0.000000 +80,-25,-75,-->,0.618209,0.003021,0.000000,0.000000 +80,-25,-50,-->,0.558708,0.000000,0.000000,0.000000 +80,-25,-25,-->,0.523164,0.000000,0.034932,0.000000 +80,-25,0,-->,0.462210,0.000000,0.285742,0.000000 +80,-25,25,-->,0.408551,0.000000,0.517805,0.000000 +80,-25,50,-->,0.364398,0.000000,0.728866,0.000000 +80,-25,75,-->,0.343057,0.000000,1.000000,0.000000 +80,-25,100,-->,0.334680,0.000000,1.000000,0.000000 +80,-25,128,-->,0.335842,0.000000,1.000000,0.000000 +80,0,-127,-->,0.735447,0.127050,0.000000,0.000000 +80,0,-100,-->,0.577289,0.160147,0.000000,0.000000 +80,0,-75,-->,0.488862,0.179084,0.000000,0.000000 +80,0,-50,-->,0.392144,0.181687,0.000000,0.000000 +80,0,-25,-->,0.311843,0.171168,0.000000,0.000000 +80,0,0,-->,0.243022,0.187348,0.197801,0.000000 +80,0,25,-->,0.185667,0.203499,0.456705,0.000000 +80,0,50,-->,0.153479,0.202266,0.686044,0.000000 +80,0,75,-->,0.135456,0.194887,0.972679,0.000000 +80,0,100,-->,0.136378,0.186060,1.000000,0.000000 +80,0,128,-->,0.143687,0.182007,1.000000,0.000000 +80,25,-127,-->,0.604880,0.264998,0.000000,0.000000 +80,25,-100,-->,0.490829,0.286017,0.000000,0.000000 +80,25,-75,-->,0.378210,0.291257,0.000000,0.000000 +80,25,-50,-->,0.282103,0.292591,0.000000,0.000000 +80,25,-25,-->,0.153313,0.326971,0.000000,0.000000 +80,25,0,-->,0.015117,0.368610,0.084928,0.000000 +80,25,25,-->,0.000000,0.380426,0.380054,0.000000 +80,25,50,-->,0.000000,0.372887,0.617631,0.000000 +80,25,75,-->,0.000000,0.363494,0.876077,0.000000 +80,25,100,-->,0.000000,0.358343,1.000000,0.000000 +80,25,128,-->,0.000000,0.347860,1.000000,0.000000 +80,50,-127,-->,0.527818,0.346035,0.000000,0.000000 +80,50,-100,-->,0.413433,0.349459,0.000000,0.000000 +80,50,-75,-->,0.311801,0.348379,0.000000,0.000000 +80,50,-50,-->,0.194396,0.382826,0.000000,0.000000 +80,50,-25,-->,0.054007,0.447218,0.000000,0.000000 +80,50,0,-->,0.000000,0.507736,0.003615,0.000000 +80,50,25,-->,0.000000,0.521593,0.274834,0.000000 +80,50,50,-->,0.000000,0.527842,0.533700,0.000000 +80,50,75,-->,0.000000,0.521923,0.763615,0.000000 +80,50,100,-->,0.000000,0.510838,1.000000,0.000000 +80,50,128,-->,0.000000,0.506705,1.000000,0.000000 +80,75,-127,-->,0.470424,0.413903,0.000000,0.000000 +80,75,-100,-->,0.357290,0.418672,0.000000,0.000000 +80,75,-75,-->,0.240443,0.454093,0.000000,0.000000 +80,75,-50,-->,0.100377,0.510404,0.000000,0.000000 +80,75,-25,-->,0.000000,0.570525,0.000000,0.000000 +80,75,0,-->,0.000000,0.632635,0.000000,0.000000 +80,75,25,-->,0.000000,0.665696,0.161877,0.000000 +80,75,50,-->,0.000000,0.674032,0.445589,0.000000 +80,75,75,-->,0.000000,0.670127,0.678076,0.000000 +80,75,100,-->,0.000000,0.669183,0.911401,0.000000 +80,75,128,-->,0.000000,0.665836,1.000000,0.000000 +80,100,-127,-->,0.431911,0.475585,0.000000,0.000000 +80,100,-100,-->,0.292564,0.525024,0.000000,0.000000 +80,100,-75,-->,0.164287,0.567942,0.000000,0.000000 +80,100,-50,-->,0.020163,0.635342,0.000000,0.000000 +80,100,-25,-->,0.000000,0.694737,0.000000,0.000000 +80,100,0,-->,0.000000,0.765224,0.000000,0.000000 +80,100,25,-->,0.000000,0.814476,0.055438,0.000000 +80,100,50,-->,0.000000,0.818780,0.350907,0.000000 +80,100,75,-->,0.000000,0.828631,0.591693,0.000000 +80,100,100,-->,0.000000,0.837552,0.790040,0.000000 +80,100,128,-->,0.000000,0.841107,1.000000,0.000000 +80,128,-127,-->,0.364464,0.582499,0.000000,0.000000 +80,128,-100,-->,0.234787,0.652033,0.000000,0.000000 +80,128,-75,-->,0.098239,0.723752,0.000000,0.000000 +80,128,-50,-->,0.000000,0.795843,0.000000,0.000000 +80,128,-25,-->,0.000000,0.842250,0.000000,0.000000 +80,128,0,-->,0.000000,0.938593,0.000000,0.000000 +80,128,25,-->,0.000000,1.000000,0.000000,0.000000 +80,128,50,-->,0.000000,1.000000,0.192972,0.000000 +80,128,75,-->,0.000000,1.000000,0.467869,0.000000 +80,128,100,-->,0.000000,1.000000,0.668523,0.000000 +80,128,128,-->,0.000000,1.000000,0.814810,0.000000 +100,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-75,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-50,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-25,-->,1.000000,0.000000,0.129750,0.000000 +100,-127,0,-->,0.900577,0.000000,0.341423,0.000000 +100,-127,25,-->,0.813641,0.000000,0.573462,0.000000 +100,-127,50,-->,0.783391,0.000000,0.936624,0.000000 +100,-127,75,-->,0.713295,0.000000,1.000000,0.000000 +100,-127,100,-->,0.635187,0.000000,1.000000,0.000000 +100,-127,128,-->,0.596048,0.000000,1.000000,0.000000 +100,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-75,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-50,-->,0.870573,0.000000,0.000000,0.000000 +100,-100,-25,-->,0.820397,0.000000,0.067677,0.000000 +100,-100,0,-->,0.711634,0.000000,0.277253,0.000000 +100,-100,25,-->,0.635125,0.000000,0.504190,0.000000 +100,-100,50,-->,0.600185,0.000000,0.772460,0.000000 +100,-100,75,-->,0.586242,0.000000,1.000000,0.000000 +100,-100,100,-->,0.543899,0.000000,1.000000,0.000000 +100,-100,128,-->,0.521077,0.000000,1.000000,0.000000 +100,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-75,-100,-->,0.880665,0.000000,0.000000,0.000000 +100,-75,-75,-->,0.737071,0.000000,0.000000,0.000000 +100,-75,-50,-->,0.657224,0.000000,0.000000,0.000000 +100,-75,-25,-->,0.622420,0.000000,0.014111,0.000000 +100,-75,0,-->,0.538492,0.000000,0.218039,0.000000 +100,-75,25,-->,0.493026,0.000000,0.433125,0.000000 +100,-75,50,-->,0.459987,0.000000,0.668966,0.000000 +100,-75,75,-->,0.468470,0.000000,1.000000,0.000000 +100,-75,100,-->,0.443783,0.000000,1.000000,0.000000 +100,-75,128,-->,0.426021,0.000000,1.000000,0.000000 +100,-50,-127,-->,0.800651,0.000000,0.000000,0.000000 +100,-50,-100,-->,0.621993,0.000000,0.000000,0.000000 +100,-50,-75,-->,0.532037,0.000000,0.000000,0.000000 +100,-50,-50,-->,0.476302,0.000000,0.000000,0.000000 +100,-50,-25,-->,0.435079,0.000000,0.000000,0.000000 +100,-50,0,-->,0.374748,0.000000,0.154551,0.000000 +100,-50,25,-->,0.316789,0.000000,0.374256,0.000000 +100,-50,50,-->,0.291780,0.000000,0.597616,0.000000 +100,-50,75,-->,0.279924,0.000000,0.911735,0.000000 +100,-50,100,-->,0.286121,0.000000,1.000000,0.000000 +100,-50,128,-->,0.275509,0.000000,1.000000,0.000000 +100,-25,-127,-->,0.613023,0.000000,0.000000,0.000000 +100,-25,-100,-->,0.475515,0.000000,0.000000,0.000000 +100,-25,-75,-->,0.358247,0.000000,0.000000,0.000000 +100,-25,-50,-->,0.268060,0.000000,0.000000,0.000000 +100,-25,-25,-->,0.222391,0.000000,0.000000,0.000000 +100,-25,0,-->,0.182976,0.000000,0.075648,0.000000 +100,-25,25,-->,0.136600,0.000000,0.303265,0.000000 +100,-25,50,-->,0.124890,0.000000,0.525936,0.000000 +100,-25,75,-->,0.109631,0.000000,0.760338,0.000000 +100,-25,100,-->,0.108620,0.000000,1.000000,0.000000 +100,-25,128,-->,0.108620,0.000000,1.000000,0.000000 +100,0,-127,-->,0.467758,0.000000,0.000000,0.000000 +100,0,-100,-->,0.311167,0.001569,0.000000,0.000000 +100,0,-75,-->,0.207489,0.020654,0.000000,0.000000 +100,0,-50,-->,0.115694,0.021084,0.000000,0.000000 +100,0,-25,-->,0.052149,0.013241,0.000000,0.000000 +100,0,0,-->,0.000000,0.000369,0.000000,0.000000 +100,0,25,-->,0.000000,0.014717,0.222010,0.000000 +100,0,50,-->,0.000000,0.017901,0.451334,0.000000 +100,0,75,-->,0.000000,0.009111,0.670716,0.000000 +100,0,100,-->,0.000000,0.000000,0.909619,0.000000 +100,0,128,-->,0.000000,0.000000,1.000000,0.000000 +100,25,-127,-->,0.323854,0.086674,0.000000,0.000000 +100,25,-100,-->,0.202381,0.100825,0.000000,0.000000 +100,25,-75,-->,0.120801,0.101775,0.000000,0.000000 +100,25,-50,-->,0.062429,0.080744,0.000000,0.000000 +100,25,-25,-->,0.000000,0.091306,0.000000,0.000000 +100,25,0,-->,0.000000,0.157463,0.000000,0.000000 +100,25,25,-->,0.000000,0.178384,0.138839,0.000000 +100,25,50,-->,0.000000,0.167480,0.365576,0.000000 +100,25,75,-->,0.000000,0.179223,0.609643,0.000000 +100,25,100,-->,0.000000,0.168147,0.902246,0.000000 +100,25,128,-->,0.000000,0.143929,1.000000,0.000000 +100,50,-127,-->,0.236651,0.157517,0.000000,0.000000 +100,50,-100,-->,0.146135,0.147210,0.000000,0.000000 +100,50,-75,-->,0.088309,0.141938,0.000000,0.000000 +100,50,-50,-->,0.000000,0.163684,0.000000,0.000000 +100,50,-25,-->,0.000000,0.230296,0.000000,0.000000 +100,50,0,-->,0.000000,0.321707,0.000000,0.000000 +100,50,25,-->,0.000000,0.367329,0.043054,0.000000 +100,50,50,-->,0.000000,0.361615,0.272675,0.000000 +100,50,75,-->,0.000000,0.363244,0.527613,0.000000 +100,50,100,-->,0.000000,0.342130,0.802756,0.000000 +100,50,128,-->,0.000000,0.330242,1.000000,0.000000 +100,75,-127,-->,0.196468,0.198181,0.000000,0.000000 +100,75,-100,-->,0.115817,0.204691,0.000000,0.000000 +100,75,-75,-->,0.016633,0.255649,0.000000,0.000000 +100,75,-50,-->,0.000000,0.305005,0.000000,0.000000 +100,75,-25,-->,0.000000,0.376778,0.000000,0.000000 +100,75,0,-->,0.000000,0.490565,0.000000,0.000000 +100,75,25,-->,0.000000,0.571052,0.000000,0.000000 +100,75,50,-->,0.000000,0.565766,0.166075,0.000000 +100,75,75,-->,0.000000,0.555017,0.417980,0.000000 +100,75,100,-->,0.000000,0.541638,0.664387,0.000000 +100,75,128,-->,0.000000,0.531257,1.000000,0.000000 +100,100,-127,-->,0.159927,0.269385,0.000000,0.000000 +100,100,-100,-->,0.050704,0.312072,0.000000,0.000000 +100,100,-75,-->,0.000000,0.376866,0.000000,0.000000 +100,100,-50,-->,0.000000,0.440704,0.000000,0.000000 +100,100,-25,-->,0.000000,0.522737,0.000000,0.000000 +100,100,0,-->,0.000000,0.638431,0.000000,0.000000 +100,100,25,-->,0.000000,0.747712,0.000000,0.000000 +100,100,50,-->,0.000000,0.756246,0.083074,0.000000 +100,100,75,-->,0.000000,0.741516,0.333578,0.000000 +100,100,100,-->,0.000000,0.745953,0.582183,0.000000 +100,100,128,-->,0.000000,0.754095,0.907266,0.000000 +100,128,-127,-->,0.088704,0.368658,0.000000,0.000000 +100,128,-100,-->,0.000000,0.451226,0.000000,0.000000 +100,128,-75,-->,0.000000,0.522476,0.000000,0.000000 +100,128,-50,-->,0.000000,0.579008,0.000000,0.000000 +100,128,-25,-->,0.000000,0.671819,0.000000,0.000000 +100,128,0,-->,0.000000,0.822561,0.000000,0.000000 +100,128,25,-->,0.000000,0.987067,0.000000,0.000000 +100,128,50,-->,0.000000,1.000000,0.000000,0.000000 +100,128,75,-->,0.000000,1.000000,0.199539,0.000000 +100,128,100,-->,0.000000,1.000000,0.451672,0.000000 +100,128,128,-->,0.000000,1.000000,0.709804,0.000000 +-1,0,0,-->,0.850980,0.800000,0.749020,0.800000 +101,0,0,-->,0.000000,0.000369,0.000000,0.000000 +50,-130,0,-->,1.000000,0.000000,0.712774,0.000000 +50,130,0,-->,0.000000,1.000000,0.000000,0.000000 +50,0,-130,-->,1.000000,0.211710,0.000000,0.000000 +50,0,130,-->,0.540746,0.487841,1.000000,0.043952 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-2.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-2.csv new file mode 100644 index 0000000..51cef9f --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-2.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,1.000000,0.731380,0.072095,0.000000 +0,-127,-100,-->,1.000000,0.760969,0.255240,0.000185 +0,-127,-75,-->,1.000000,0.852795,0.356094,0.065421 +0,-127,-50,-->,1.000000,0.967936,0.462514,0.258977 +0,-127,-25,-->,1.000000,0.990973,0.588143,0.530504 +0,-127,0,-->,0.850980,0.796078,0.749020,0.800000 +0,-127,25,-->,0.850980,0.796078,0.749020,0.800000 +0,-127,50,-->,0.850980,0.796078,0.749020,0.800000 +0,-127,75,-->,0.850980,0.796079,0.749020,0.800000 +0,-127,100,-->,0.850980,0.796079,0.749020,0.800000 +0,-127,128,-->,0.850980,0.796078,0.749020,0.800000 +0,-100,-127,-->,1.000000,0.731380,0.072095,0.000000 +0,-100,-100,-->,1.000000,0.760969,0.255240,0.000185 +0,-100,-75,-->,1.000000,0.852795,0.356094,0.065421 +0,-100,-50,-->,1.000000,0.967935,0.462514,0.258977 +0,-100,-25,-->,1.000000,0.990973,0.588143,0.530504 +0,-100,0,-->,0.850980,0.796079,0.749020,0.800000 +0,-100,25,-->,0.850980,0.796079,0.749020,0.800000 +0,-100,50,-->,0.850980,0.796078,0.749020,0.800000 +0,-100,75,-->,0.850980,0.796078,0.749020,0.800000 +0,-100,100,-->,0.850980,0.796078,0.749020,0.800000 +0,-100,128,-->,0.850980,0.796078,0.749020,0.800000 +0,-75,-127,-->,1.000000,0.731380,0.072095,0.000000 +0,-75,-100,-->,1.000000,0.760969,0.255240,0.000185 +0,-75,-75,-->,1.000000,0.852795,0.356094,0.065421 +0,-75,-50,-->,1.000000,0.967935,0.462514,0.258977 +0,-75,-25,-->,1.000000,0.990973,0.588143,0.530504 +0,-75,0,-->,0.850980,0.796078,0.749020,0.800000 +0,-75,25,-->,0.850980,0.796078,0.749020,0.800000 +0,-75,50,-->,0.850980,0.796078,0.749020,0.800000 +0,-75,75,-->,0.850980,0.796078,0.749020,0.800000 +0,-75,100,-->,0.850980,0.796078,0.749020,0.800000 +0,-75,128,-->,0.850980,0.796078,0.749020,0.800000 +0,-50,-127,-->,1.000000,0.731380,0.072095,0.000000 +0,-50,-100,-->,1.000000,0.760969,0.255240,0.000185 +0,-50,-75,-->,1.000000,0.852795,0.356094,0.065421 +0,-50,-50,-->,1.000000,0.967935,0.462514,0.258977 +0,-50,-25,-->,1.000000,0.990973,0.588143,0.530504 +0,-50,0,-->,0.850980,0.796078,0.749020,0.800000 +0,-50,25,-->,0.850980,0.796078,0.749020,0.800000 +0,-50,50,-->,0.850980,0.796078,0.749020,0.800000 +0,-50,75,-->,0.850980,0.796078,0.749020,0.800000 +0,-50,100,-->,0.850980,0.796078,0.749020,0.800000 +0,-50,128,-->,0.850980,0.796078,0.749020,0.800000 +0,-25,-127,-->,1.000000,0.731380,0.072095,0.000000 +0,-25,-100,-->,1.000000,0.760969,0.255240,0.000185 +0,-25,-75,-->,1.000000,0.852795,0.356094,0.065421 +0,-25,-50,-->,1.000000,0.967936,0.462514,0.258977 +0,-25,-25,-->,1.000000,0.990973,0.588143,0.530504 +0,-25,0,-->,0.850980,0.796078,0.749020,0.800000 +0,-25,25,-->,0.850980,0.796079,0.749020,0.800000 +0,-25,50,-->,0.850980,0.796078,0.749020,0.800000 +0,-25,75,-->,0.850980,0.796079,0.749020,0.800000 +0,-25,100,-->,0.850980,0.796078,0.749020,0.800000 +0,-25,128,-->,0.850980,0.796078,0.749020,0.800000 +0,0,-127,-->,1.000000,0.731380,0.072095,0.000000 +0,0,-100,-->,1.000000,0.760980,0.255240,0.000179 +0,0,-75,-->,1.000000,0.854272,0.354780,0.064683 +0,0,-50,-->,1.000000,0.973959,0.461038,0.258977 +0,0,-25,-->,1.000000,0.997714,0.586667,0.531242 +0,0,0,-->,0.840415,0.799031,0.744591,0.797047 +0,0,25,-->,0.840415,0.799031,0.744591,0.797047 +0,0,50,-->,0.840415,0.799031,0.744591,0.797047 +0,0,75,-->,0.840415,0.799031,0.744591,0.797047 +0,0,100,-->,0.840415,0.799031,0.744591,0.797047 +0,0,128,-->,0.840415,0.799031,0.744591,0.797047 +0,25,-127,-->,1.000000,0.744960,0.058744,0.000000 +0,25,-100,-->,1.000000,0.778775,0.247905,0.000078 +0,25,-75,-->,1.000000,0.939794,0.331565,0.041369 +0,25,-50,-->,1.000000,1.000000,0.436881,0.233778 +0,25,-25,-->,0.857120,1.000000,0.548435,0.508709 +0,25,0,-->,0.672987,0.924906,0.666667,0.655779 +0,25,25,-->,0.672987,0.924906,0.666667,0.655779 +0,25,50,-->,0.672987,0.924906,0.666667,0.655779 +0,25,75,-->,0.672987,0.924906,0.666667,0.655779 +0,25,100,-->,0.672987,0.924906,0.666667,0.655779 +0,25,128,-->,0.672987,0.924906,0.666667,0.655779 +0,50,-127,-->,1.000000,0.765525,0.042291,0.000000 +0,50,-100,-->,1.000000,0.821886,0.217716,0.000005 +0,50,-75,-->,1.000000,1.000000,0.325506,0.012098 +0,50,-50,-->,0.893410,1.000000,0.434762,0.226581 +0,50,-25,-->,0.761981,1.000000,0.536963,0.453026 +0,50,0,-->,0.614102,1.000000,0.658824,0.565459 +0,50,25,-->,0.614102,1.000000,0.658824,0.565459 +0,50,50,-->,0.614102,1.000000,0.658824,0.565459 +0,50,75,-->,0.614102,1.000000,0.658824,0.565459 +0,50,100,-->,0.614102,1.000000,0.658824,0.565459 +0,50,128,-->,0.614102,1.000000,0.658824,0.565459 +0,75,-127,-->,1.000000,0.797556,0.022413,0.000000 +0,75,-100,-->,1.000000,0.931992,0.115421,0.000000 +0,75,-75,-->,0.907655,1.000000,0.340693,0.019098 +0,75,-50,-->,0.795771,1.000000,0.414479,0.191705 +0,75,-25,-->,0.675764,1.000000,0.540992,0.356193 +0,75,0,-->,0.578547,1.000000,0.642215,0.451903 +0,75,25,-->,0.578547,1.000000,0.642215,0.451903 +0,75,50,-->,0.578547,1.000000,0.642215,0.451903 +0,75,75,-->,0.578547,1.000000,0.642215,0.451903 +0,75,100,-->,0.578547,1.000000,0.642215,0.451903 +0,75,128,-->,0.578547,1.000000,0.642215,0.451903 +0,100,-127,-->,1.000000,0.850298,0.000000,0.000000 +0,100,-100,-->,0.923517,1.000000,0.087641,0.000000 +0,100,-75,-->,0.819351,1.000000,0.329173,0.023615 +0,100,-50,-->,0.703960,1.000000,0.397358,0.137771 +0,100,-25,-->,0.602367,1.000000,0.532780,0.256594 +0,100,0,-->,0.547636,1.000000,0.638293,0.318108 +0,100,25,-->,0.547636,1.000000,0.638293,0.318108 +0,100,50,-->,0.547636,1.000000,0.638293,0.318108 +0,100,75,-->,0.547636,1.000000,0.638293,0.318108 +0,100,100,-->,0.547635,1.000000,0.638293,0.318108 +0,100,128,-->,0.547636,1.000000,0.638293,0.318108 +0,128,-127,-->,0.950927,0.928012,0.000000,0.000000 +0,128,-100,-->,0.819331,1.000000,0.150188,0.000000 +0,128,-75,-->,0.726305,1.000000,0.279385,0.010473 +0,128,-50,-->,0.606690,1.000000,0.370165,0.079200 +0,128,-25,-->,0.543822,1.000000,0.512311,0.145052 +0,128,0,-->,0.509804,1.000000,0.615686,0.184314 +0,128,25,-->,0.509804,1.000000,0.615686,0.184314 +0,128,50,-->,0.509804,1.000000,0.615686,0.184314 +0,128,75,-->,0.509804,1.000000,0.615686,0.184314 +0,128,100,-->,0.509804,1.000000,0.615686,0.184314 +0,128,128,-->,0.509804,1.000000,0.615686,0.184314 +20,-127,-127,-->,1.000000,0.472744,0.037278,0.000000 +20,-127,-100,-->,1.000000,0.456674,0.167434,0.000000 +20,-127,-75,-->,1.000000,0.527363,0.272643,0.002095 +20,-127,-50,-->,1.000000,0.578839,0.401938,0.041984 +20,-127,-25,-->,1.000000,0.563429,0.598539,0.148125 +20,-127,0,-->,1.000000,0.525979,0.932466,0.259027 +20,-127,25,-->,1.000000,0.494819,1.000000,0.290922 +20,-127,50,-->,1.000000,0.489412,1.000000,0.278431 +20,-127,75,-->,1.000000,0.489412,1.000000,0.278431 +20,-127,100,-->,1.000000,0.489412,1.000000,0.278431 +20,-127,128,-->,1.000000,0.489412,1.000000,0.278431 +20,-100,-127,-->,1.000000,0.472744,0.037266,0.000000 +20,-100,-100,-->,1.000000,0.456686,0.167434,0.000000 +20,-100,-75,-->,1.000000,0.527388,0.272632,0.002095 +20,-100,-50,-->,1.000000,0.578867,0.401922,0.041987 +20,-100,-25,-->,1.000000,0.563466,0.598514,0.148149 +20,-100,0,-->,1.000000,0.525994,0.932427,0.259098 +20,-100,25,-->,1.000000,0.494806,1.000000,0.290990 +20,-100,50,-->,1.000000,0.489424,1.000000,0.278481 +20,-100,75,-->,1.000000,0.489424,1.000000,0.278481 +20,-100,100,-->,1.000000,0.489424,1.000000,0.278481 +20,-100,128,-->,1.000000,0.489424,1.000000,0.278481 +20,-75,-127,-->,1.000000,0.474404,0.035709,0.000000 +20,-75,-100,-->,1.000000,0.464744,0.163932,0.000000 +20,-75,-75,-->,1.000000,0.542800,0.269467,0.002095 +20,-75,-50,-->,1.000000,0.598198,0.392874,0.042414 +20,-75,-25,-->,1.000000,0.581142,0.585205,0.158926 +20,-75,0,-->,1.000000,0.532468,0.911888,0.289787 +20,-75,25,-->,1.000000,0.495406,1.000000,0.320595 +20,-75,50,-->,0.994781,0.501807,1.000000,0.297972 +20,-75,75,-->,0.994781,0.501807,1.000000,0.297972 +20,-75,100,-->,0.994781,0.501807,1.000000,0.297972 +20,-75,128,-->,0.994780,0.501807,1.000000,0.297972 +20,-50,-127,-->,1.000000,0.486589,0.032783,0.000000 +20,-50,-100,-->,1.000000,0.480808,0.160775,0.000000 +20,-50,-75,-->,1.000000,0.574689,0.254579,0.000000 +20,-50,-50,-->,1.000000,0.639416,0.376080,0.039569 +20,-50,-25,-->,1.000000,0.623765,0.559275,0.186686 +20,-50,0,-->,1.000000,0.547789,0.865809,0.370398 +20,-50,25,-->,0.923229,0.515386,1.000000,0.375739 +20,-50,50,-->,0.896025,0.524506,1.000000,0.341853 +20,-50,75,-->,0.896025,0.524506,1.000000,0.341853 +20,-50,100,-->,0.896025,0.524506,1.000000,0.341853 +20,-50,128,-->,0.896025,0.524506,1.000000,0.341853 +20,-25,-127,-->,1.000000,0.496588,0.027435,0.000000 +20,-25,-100,-->,1.000000,0.512233,0.144332,0.000000 +20,-25,-75,-->,1.000000,0.614653,0.233017,0.000000 +20,-25,-50,-->,1.000000,0.705045,0.349867,0.032618 +20,-25,-25,-->,1.000000,0.693518,0.523559,0.213134 +20,-25,0,-->,0.932770,0.581177,0.785161,0.453793 +20,-25,25,-->,0.822223,0.558213,1.000000,0.439100 +20,-25,50,-->,0.801898,0.560492,1.000000,0.397847 +20,-25,75,-->,0.801898,0.560492,1.000000,0.397847 +20,-25,100,-->,0.801898,0.560492,1.000000,0.397847 +20,-25,128,-->,0.801898,0.560492,1.000000,0.397847 +20,0,-127,-->,1.000000,0.510453,0.021358,0.000000 +20,0,-100,-->,1.000000,0.563484,0.113185,0.000000 +20,0,-75,-->,1.000000,0.683082,0.180086,0.000000 +20,0,-50,-->,1.000000,0.818305,0.289271,0.006981 +20,0,-25,-->,0.925038,0.826891,0.471280,0.198693 +20,0,0,-->,0.762916,0.703493,0.676881,0.479410 +20,0,25,-->,0.685752,0.667012,1.000000,0.505431 +20,0,50,-->,0.670773,0.652411,1.000000,0.461869 +20,0,75,-->,0.670773,0.652411,1.000000,0.461869 +20,0,100,-->,0.670773,0.652411,1.000000,0.461868 +20,0,128,-->,0.670773,0.652411,1.000000,0.461869 +20,25,-127,-->,1.000000,0.532374,0.014151,0.000000 +20,25,-100,-->,1.000000,0.633282,0.054645,0.000000 +20,25,-75,-->,1.000000,0.803833,0.027396,0.000000 +20,25,-50,-->,0.934016,0.984169,0.129074,0.000000 +20,25,-25,-->,0.790534,0.983969,0.423165,0.147723 +20,25,0,-->,0.600659,0.889566,0.612369,0.445167 +20,25,25,-->,0.540285,0.863297,1.000000,0.500774 +20,25,50,-->,0.541456,0.819716,1.000000,0.472203 +20,25,75,-->,0.541456,0.819716,1.000000,0.472203 +20,25,100,-->,0.541456,0.819715,1.000000,0.472203 +20,25,128,-->,0.541456,0.819716,1.000000,0.472203 +20,50,-127,-->,1.000000,0.579530,0.000000,0.000000 +20,50,-100,-->,1.000000,0.763555,0.000000,0.000000 +20,50,-75,-->,0.893079,0.922621,0.000000,0.000000 +20,50,-50,-->,0.789775,1.000000,0.179497,0.000000 +20,50,-25,-->,0.669626,1.000000,0.398495,0.092920 +20,50,0,-->,0.532431,1.000000,0.601492,0.301367 +20,50,25,-->,0.487572,1.000000,1.000000,0.364768 +20,50,50,-->,0.477715,1.000000,1.000000,0.364961 +20,50,75,-->,0.477715,1.000000,1.000000,0.364961 +20,50,100,-->,0.477715,1.000000,1.000000,0.364961 +20,50,128,-->,0.477715,1.000000,1.000000,0.364961 +20,75,-127,-->,1.000000,0.693157,0.000000,0.000000 +20,75,-100,-->,0.873184,0.857592,0.000000,0.000000 +20,75,-75,-->,0.773690,1.000000,0.000000,0.000000 +20,75,-50,-->,0.671378,1.000000,0.178449,0.000000 +20,75,-25,-->,0.570180,1.000000,0.362614,0.040568 +20,75,0,-->,0.488304,1.000000,0.573739,0.137578 +20,75,25,-->,0.435246,1.000000,0.782230,0.184421 +20,75,50,-->,0.422330,1.000000,0.870681,0.193449 +20,75,75,-->,0.422330,1.000000,0.870681,0.193449 +20,75,100,-->,0.422330,1.000000,0.870681,0.193449 +20,75,128,-->,0.422330,1.000000,0.870681,0.193449 +20,100,-127,-->,0.893988,0.797396,0.000000,0.000000 +20,100,-100,-->,0.780427,0.950968,0.000000,0.000000 +20,100,-75,-->,0.653535,1.000000,0.000000,0.000000 +20,100,-50,-->,0.567349,1.000000,0.127325,0.000000 +20,100,-25,-->,0.498548,1.000000,0.308619,0.008005 +20,100,0,-->,0.410473,1.000000,0.509003,0.044931 +20,100,25,-->,0.359224,1.000000,0.670160,0.069703 +20,100,50,-->,0.345698,1.000000,0.730104,0.076125 +20,100,75,-->,0.345698,1.000000,0.730104,0.076125 +20,100,100,-->,0.345698,1.000000,0.730104,0.076125 +20,100,128,-->,0.345698,1.000000,0.730104,0.076125 +20,128,-127,-->,0.799290,0.901235,0.000000,0.000000 +20,128,-100,-->,0.665830,1.000000,0.000000,0.000000 +20,128,-75,-->,0.551529,1.000000,0.000000,0.000000 +20,128,-50,-->,0.467420,1.000000,0.064790,0.000000 +20,128,-25,-->,0.380730,1.000000,0.217126,0.000000 +20,128,0,-->,0.294210,1.000000,0.394141,0.002796 +20,128,25,-->,0.254656,1.000000,0.525152,0.008627 +20,128,50,-->,0.243137,1.000000,0.565490,0.010980 +20,128,75,-->,0.243137,1.000000,0.565490,0.010980 +20,128,100,-->,0.243137,1.000000,0.565490,0.010980 +20,128,128,-->,0.243137,1.000000,0.565490,0.010980 +40,-127,-127,-->,1.000000,0.076848,0.124358,0.000000 +40,-127,-100,-->,1.000000,0.103450,0.141888,0.000000 +40,-127,-75,-->,1.000000,0.144515,0.211587,0.000000 +40,-127,-50,-->,1.000000,0.170214,0.347343,0.000000 +40,-127,-25,-->,1.000000,0.165337,0.548143,0.000000 +40,-127,0,-->,1.000000,0.171783,0.774183,0.000000 +40,-127,25,-->,1.000000,0.163245,1.000000,0.000000 +40,-127,50,-->,1.000000,0.162577,1.000000,0.000000 +40,-127,75,-->,1.000000,0.162461,1.000000,0.000000 +40,-127,100,-->,1.000000,0.162461,1.000000,0.000000 +40,-127,128,-->,1.000000,0.162461,1.000000,0.000000 +40,-100,-127,-->,1.000000,0.092888,0.116015,0.000000 +40,-100,-100,-->,1.000000,0.131282,0.116986,0.000000 +40,-100,-75,-->,1.000000,0.196487,0.191817,0.000000 +40,-100,-50,-->,1.000000,0.223193,0.325297,0.000000 +40,-100,-25,-->,1.000000,0.216731,0.529433,0.000000 +40,-100,0,-->,1.000000,0.224022,0.760163,0.000790 +40,-100,25,-->,1.000000,0.217556,1.000000,0.000797 +40,-100,50,-->,1.000000,0.220669,1.000000,0.000790 +40,-100,75,-->,1.000000,0.217526,1.000000,0.000790 +40,-100,100,-->,1.000000,0.217526,1.000000,0.000790 +40,-100,128,-->,1.000000,0.217526,1.000000,0.000790 +40,-75,-127,-->,1.000000,0.109218,0.107930,0.000000 +40,-75,-100,-->,1.000000,0.166399,0.079053,0.000000 +40,-75,-75,-->,1.000000,0.258716,0.164045,0.000000 +40,-75,-50,-->,1.000000,0.288245,0.300612,0.000000 +40,-75,-25,-->,1.000000,0.287706,0.504145,0.000463 +40,-75,0,-->,1.000000,0.290836,0.743908,0.003096 +40,-75,25,-->,1.000000,0.294708,1.000000,0.007240 +40,-75,50,-->,1.000000,0.294708,1.000000,0.003381 +40,-75,75,-->,1.000000,0.291190,1.000000,0.002267 +40,-75,100,-->,1.000000,0.291190,1.000000,0.002267 +40,-75,128,-->,1.000000,0.291190,1.000000,0.002267 +40,-50,-127,-->,1.000000,0.145225,0.068727,0.000000 +40,-50,-100,-->,1.000000,0.255140,0.051960,0.000000 +40,-50,-75,-->,1.000000,0.326104,0.125208,0.000000 +40,-50,-50,-->,1.000000,0.356678,0.252734,0.000000 +40,-50,-25,-->,1.000000,0.365234,0.457877,0.001824 +40,-50,0,-->,0.991930,0.358045,0.713769,0.030677 +40,-50,25,-->,0.927005,0.361954,1.000000,0.043771 +40,-50,50,-->,0.897870,0.365460,1.000000,0.024914 +40,-50,75,-->,0.888351,0.366536,1.000000,0.018839 +40,-50,100,-->,0.888351,0.366536,1.000000,0.018839 +40,-50,128,-->,0.888351,0.366536,1.000000,0.018839 +40,-25,-127,-->,1.000000,0.203898,0.017616,0.000000 +40,-25,-100,-->,1.000000,0.326239,0.017656,0.000000 +40,-25,-75,-->,1.000000,0.400864,0.051399,0.000000 +40,-25,-50,-->,1.000000,0.440044,0.145785,0.000000 +40,-25,-25,-->,0.926770,0.478056,0.393157,0.004248 +40,-25,0,-->,0.815899,0.451914,0.640308,0.083709 +40,-25,25,-->,0.779134,0.441157,1.000000,0.120720 +40,-25,50,-->,0.765336,0.455812,1.000000,0.082263 +40,-25,75,-->,0.761935,0.459697,1.000000,0.061376 +40,-25,100,-->,0.761935,0.459697,1.000000,0.061376 +40,-25,128,-->,0.761935,0.459697,1.000000,0.061376 +40,0,-127,-->,1.000000,0.290483,0.000000,0.000000 +40,0,-100,-->,1.000000,0.446674,0.000000,0.000000 +40,0,-75,-->,0.980924,0.528957,0.000000,0.000000 +40,0,-50,-->,0.874372,0.569580,0.000000,0.000000 +40,0,-25,-->,0.767878,0.601500,0.311847,0.001040 +40,0,0,-->,0.641099,0.570012,0.562288,0.109619 +40,0,25,-->,0.586162,0.551880,0.840042,0.185181 +40,0,50,-->,0.588617,0.557826,1.000000,0.148238 +40,0,75,-->,0.597001,0.561624,1.000000,0.118976 +40,0,100,-->,0.597001,0.561624,1.000000,0.118976 +40,0,128,-->,0.597001,0.561624,1.000000,0.118976 +40,25,-127,-->,1.000000,0.428059,0.000000,0.000000 +40,25,-100,-->,0.941423,0.567802,0.000000,0.000000 +40,25,-75,-->,0.834448,0.653632,0.000000,0.000000 +40,25,-50,-->,0.726222,0.720996,0.000000,0.000000 +40,25,-25,-->,0.613546,0.744419,0.214438,0.000000 +40,25,0,-->,0.532241,0.743385,0.518691,0.074196 +40,25,25,-->,0.461989,0.722886,0.782994,0.159511 +40,25,50,-->,0.466300,0.722215,1.000000,0.146181 +40,25,75,-->,0.476054,0.712920,1.000000,0.125782 +40,25,100,-->,0.476054,0.712920,1.000000,0.125782 +40,25,128,-->,0.476054,0.712920,1.000000,0.125782 +40,50,-127,-->,0.976133,0.563097,0.000000,0.000000 +40,50,-100,-->,0.833787,0.686797,0.000000,0.000000 +40,50,-75,-->,0.743852,0.767961,0.000000,0.000000 +40,50,-50,-->,0.602326,0.837425,0.000000,0.000000 +40,50,-25,-->,0.481339,0.906649,0.066138,0.000000 +40,50,0,-->,0.418571,0.931110,0.457570,0.006589 +40,50,25,-->,0.344704,0.929941,0.767205,0.055835 +40,50,50,-->,0.342697,0.922015,1.000000,0.057011 +40,50,75,-->,0.343966,0.910450,1.000000,0.055655 +40,50,100,-->,0.343966,0.910450,1.000000,0.055656 +40,50,128,-->,0.343966,0.910450,1.000000,0.055655 +40,75,-127,-->,0.848262,0.680025,0.000000,0.000000 +40,75,-100,-->,0.753941,0.783644,0.000000,0.000000 +40,75,-75,-->,0.635624,0.864175,0.000000,0.000000 +40,75,-50,-->,0.512404,0.925985,0.000000,0.000000 +40,75,-25,-->,0.334731,1.000000,0.000000,0.000000 +40,75,0,-->,0.257900,1.000000,0.331166,0.000000 +40,75,25,-->,0.221484,1.000000,0.657232,0.001200 +40,75,50,-->,0.214933,1.000000,1.000000,0.001799 +40,75,75,-->,0.214533,1.000000,1.000000,0.001799 +40,75,100,-->,0.214533,1.000000,1.000000,0.001799 +40,75,128,-->,0.214533,1.000000,1.000000,0.001799 +40,100,-127,-->,0.772394,0.774645,0.000000,0.000000 +40,100,-100,-->,0.661749,0.869009,0.000000,0.000000 +40,100,-75,-->,0.546578,0.929304,0.000000,0.000000 +40,100,-50,-->,0.402350,0.997909,0.000000,0.000000 +40,100,-25,-->,0.241586,1.000000,0.000000,0.000000 +40,100,0,-->,0.132872,1.000000,0.211468,0.000000 +40,100,25,-->,0.066778,1.000000,0.501028,0.000000 +40,100,50,-->,0.055380,1.000000,0.729577,0.000000 +40,100,75,-->,0.051672,1.000000,0.890288,0.000000 +40,100,100,-->,0.051672,1.000000,0.890288,0.000000 +40,100,128,-->,0.051672,1.000000,0.890288,0.000000 +40,128,-127,-->,0.689775,0.868057,0.000000,0.000000 +40,128,-100,-->,0.562799,0.942936,0.000000,0.000000 +40,128,-75,-->,0.445610,1.000000,0.000000,0.000000 +40,128,-50,-->,0.277001,1.000000,0.000000,0.000000 +40,128,-25,-->,0.126631,1.000000,0.000000,0.000000 +40,128,0,-->,0.012687,1.000000,0.073495,0.000000 +40,128,25,-->,0.000000,1.000000,0.311000,0.000000 +40,128,50,-->,0.000000,1.000000,0.509567,0.000000 +40,128,75,-->,0.000000,1.000000,0.601569,0.000000 +40,128,100,-->,0.000000,1.000000,0.601569,0.000000 +40,128,128,-->,0.000000,1.000000,0.601569,0.000000 +60,-127,-127,-->,1.000000,0.000000,0.058439,0.000000 +60,-127,-100,-->,1.000000,0.000000,0.019210,0.000000 +60,-127,-75,-->,1.000000,0.000000,0.091889,0.000000 +60,-127,-50,-->,1.000000,0.000000,0.233142,0.000000 +60,-127,-25,-->,1.000000,0.000000,0.419534,0.000000 +60,-127,0,-->,1.000000,0.000000,0.641504,0.000000 +60,-127,25,-->,1.000000,0.000000,0.888431,0.000000 +60,-127,50,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,75,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,100,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,128,-->,1.000000,0.000000,1.000000,0.000000 +60,-100,-127,-->,1.000000,0.000000,0.021559,0.000000 +60,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-100,-75,-->,1.000000,0.000000,0.066697,0.000000 +60,-100,-50,-->,1.000000,0.000000,0.215168,0.000000 +60,-100,-25,-->,1.000000,0.000000,0.390856,0.000000 +60,-100,0,-->,1.000000,0.000000,0.615949,0.000000 +60,-100,25,-->,1.000000,0.000000,0.848729,0.000000 +60,-100,50,-->,0.993530,0.000000,1.000000,0.000000 +60,-100,75,-->,0.949219,0.000000,1.000000,0.000000 +60,-100,100,-->,0.929698,0.000000,1.000000,0.000000 +60,-100,128,-->,0.929006,0.000000,1.000000,0.000000 +60,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-75,-->,1.000000,0.000000,0.035046,0.000000 +60,-75,-50,-->,1.000000,0.000000,0.178313,0.000000 +60,-75,-25,-->,1.000000,0.000000,0.361165,0.000000 +60,-75,0,-->,0.976693,0.000000,0.585375,0.000000 +60,-75,25,-->,0.903062,0.000000,0.816550,0.000000 +60,-75,50,-->,0.853638,0.000000,1.000000,0.000000 +60,-75,75,-->,0.825155,0.000000,1.000000,0.000000 +60,-75,100,-->,0.818504,0.000000,1.000000,0.000000 +60,-75,128,-->,0.817812,0.000000,1.000000,0.000000 +60,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-100,-->,1.000000,0.014714,0.000000,0.000000 +60,-50,-75,-->,1.000000,0.008956,0.000000,0.000000 +60,-50,-50,-->,1.000000,0.000000,0.080028,0.000000 +60,-50,-25,-->,0.908151,0.000000,0.307858,0.000000 +60,-50,0,-->,0.817356,0.039385,0.545988,0.000000 +60,-50,25,-->,0.765204,0.055740,0.778793,0.000000 +60,-50,50,-->,0.730826,0.071865,1.000000,0.000000 +60,-50,75,-->,0.706385,0.085136,1.000000,0.000000 +60,-50,100,-->,0.702176,0.085136,1.000000,0.000000 +60,-50,128,-->,0.702176,0.085136,1.000000,0.000000 +60,-25,-127,-->,1.000000,0.073065,0.000000,0.000000 +60,-25,-100,-->,1.000000,0.171902,0.000000,0.000000 +60,-25,-75,-->,0.932972,0.215608,0.000000,0.000000 +60,-25,-50,-->,0.846287,0.161464,0.000000,0.000000 +60,-25,-25,-->,0.742075,0.199286,0.225898,0.000000 +60,-25,0,-->,0.652515,0.234098,0.485062,0.000000 +60,-25,25,-->,0.606278,0.239318,0.710871,0.000000 +60,-25,50,-->,0.587787,0.243280,1.000000,0.000000 +60,-25,75,-->,0.578301,0.241704,1.000000,0.000000 +60,-25,100,-->,0.574010,0.241548,1.000000,0.000000 +60,-25,128,-->,0.574010,0.240381,1.000000,0.000000 +60,0,-127,-->,1.000000,0.261296,0.000000,0.000000 +60,0,-100,-->,0.895240,0.362378,0.000000,0.000000 +60,0,-75,-->,0.797756,0.413997,0.000000,0.000000 +60,0,-50,-->,0.682658,0.399790,0.000000,0.000000 +60,0,-25,-->,0.561576,0.371691,0.107377,0.000000 +60,0,0,-->,0.493259,0.387063,0.392480,0.000000 +60,0,25,-->,0.457267,0.398520,0.649386,0.000000 +60,0,50,-->,0.440815,0.398335,0.965738,0.000000 +60,0,75,-->,0.432353,0.389823,1.000000,0.000000 +60,0,100,-->,0.428014,0.383122,1.000000,0.000000 +60,0,128,-->,0.428014,0.382561,1.000000,0.000000 +60,25,-127,-->,0.917026,0.419622,0.000000,0.000000 +60,25,-100,-->,0.790386,0.513552,0.000000,0.000000 +60,25,-75,-->,0.702784,0.558508,0.000000,0.000000 +60,25,-50,-->,0.577616,0.567864,0.000000,0.000000 +60,25,-25,-->,0.391346,0.556191,0.000000,0.000000 +60,25,0,-->,0.308176,0.562040,0.308697,0.000000 +60,25,25,-->,0.267838,0.563829,0.586954,0.000000 +60,25,50,-->,0.246760,0.560487,0.863692,0.000000 +60,25,75,-->,0.242516,0.547583,1.000000,0.000000 +60,25,100,-->,0.241227,0.540064,1.000000,0.000000 +60,25,128,-->,0.241227,0.539423,1.000000,0.000000 +60,50,-127,-->,0.810525,0.548082,0.000000,0.000000 +60,50,-100,-->,0.721718,0.618049,0.000000,0.000000 +60,50,-75,-->,0.622158,0.659039,0.000000,0.000000 +60,50,-50,-->,0.505220,0.688115,0.000000,0.000000 +60,50,-25,-->,0.266816,0.709619,0.000000,0.000000 +60,50,0,-->,0.114494,0.724995,0.203616,0.000000 +60,50,25,-->,0.077155,0.727643,0.529438,0.000000 +60,50,50,-->,0.056422,0.724454,0.810553,0.000000 +60,50,75,-->,0.056136,0.711529,1.000000,0.000000 +60,50,100,-->,0.059851,0.700961,1.000000,0.000000 +60,50,128,-->,0.061235,0.699783,1.000000,0.000000 +60,75,-127,-->,0.741806,0.649937,0.000000,0.000000 +60,75,-100,-->,0.651321,0.711843,0.000000,0.000000 +60,75,-75,-->,0.547778,0.753990,0.000000,0.000000 +60,75,-50,-->,0.387459,0.785087,0.000000,0.000000 +60,75,-25,-->,0.163515,0.822942,0.000000,0.000000 +60,75,0,-->,0.000000,0.875996,0.051131,0.000000 +60,75,25,-->,0.000000,0.888046,0.412238,0.000000 +60,75,50,-->,0.000000,0.888028,0.686166,0.000000 +60,75,75,-->,0.000000,0.877229,1.000000,0.000000 +60,75,100,-->,0.000000,0.871080,1.000000,0.000000 +60,75,128,-->,0.000000,0.870265,1.000000,0.000000 +60,100,-127,-->,0.685006,0.730913,0.000000,0.000000 +60,100,-100,-->,0.573153,0.785778,0.000000,0.000000 +60,100,-75,-->,0.460479,0.829433,0.000000,0.000000 +60,100,-50,-->,0.272894,0.871592,0.000000,0.000000 +60,100,-25,-->,0.064917,0.927048,0.000000,0.000000 +60,100,0,-->,0.000000,0.995172,0.000000,0.000000 +60,100,25,-->,0.000000,1.000000,0.256688,0.000000 +60,100,50,-->,0.000000,1.000000,0.545934,0.000000 +60,100,75,-->,0.000000,1.000000,0.757452,0.000000 +60,100,100,-->,0.000000,1.000000,0.912827,0.000000 +60,100,128,-->,0.000000,1.000000,0.957647,0.000000 +60,128,-127,-->,0.597432,0.806690,0.000000,0.000000 +60,128,-100,-->,0.492045,0.863886,0.000000,0.000000 +60,128,-75,-->,0.327311,0.919539,0.000000,0.000000 +60,128,-50,-->,0.151818,0.974687,0.000000,0.000000 +60,128,-25,-->,0.000000,1.000000,0.000000,0.000000 +60,128,0,-->,0.000000,1.000000,0.000000,0.000000 +60,128,25,-->,0.000000,1.000000,0.072523,0.000000 +60,128,50,-->,0.000000,1.000000,0.375290,0.000000 +60,128,75,-->,0.000000,1.000000,0.572595,0.000000 +60,128,100,-->,0.000000,1.000000,0.678800,0.000000 +60,128,128,-->,0.000000,1.000000,0.697255,0.000000 +80,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-75,-->,1.000000,0.000000,0.018125,0.000000 +80,-127,-50,-->,1.000000,0.000000,0.140768,0.000000 +80,-127,-25,-->,1.000000,0.000000,0.300158,0.000000 +80,-127,0,-->,1.000000,0.000000,0.505790,0.000000 +80,-127,25,-->,1.000000,0.000000,0.702612,0.000000 +80,-127,50,-->,1.000000,0.000000,1.000000,0.000000 +80,-127,75,-->,0.997040,0.000000,1.000000,0.000000 +80,-127,100,-->,0.979954,0.000000,1.000000,0.000000 +80,-127,128,-->,0.930070,0.000000,1.000000,0.000000 +80,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-75,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-50,-->,1.000000,0.000000,0.113910,0.000000 +80,-100,-25,-->,1.000000,0.000000,0.274326,0.000000 +80,-100,0,-->,0.994885,0.000000,0.473882,0.000000 +80,-100,25,-->,0.893079,0.000000,0.662067,0.000000 +80,-100,50,-->,0.840952,0.000000,0.893081,0.000000 +80,-100,75,-->,0.816679,0.000000,1.000000,0.000000 +80,-100,100,-->,0.801919,0.000000,1.000000,0.000000 +80,-100,128,-->,0.798001,0.000000,1.000000,0.000000 +80,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-75,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-50,-->,0.916248,0.000000,0.071382,0.000000 +80,-75,-25,-->,0.865716,0.000000,0.243039,0.000000 +80,-75,0,-->,0.810559,0.000000,0.439139,0.000000 +80,-75,25,-->,0.745849,0.000000,0.625129,0.000000 +80,-75,50,-->,0.706015,0.000000,0.834070,0.000000 +80,-75,75,-->,0.676857,0.000000,1.000000,0.000000 +80,-75,100,-->,0.663493,0.000000,1.000000,0.000000 +80,-75,128,-->,0.654207,0.000000,1.000000,0.000000 +80,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-50,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-50,-75,-->,0.902224,0.000000,0.000000,0.000000 +80,-50,-50,-->,0.794578,0.000000,0.000000,0.000000 +80,-50,-25,-->,0.700412,0.000000,0.178915,0.000000 +80,-50,0,-->,0.640924,0.000000,0.383146,0.000000 +80,-50,25,-->,0.588678,0.000000,0.580705,0.000000 +80,-50,50,-->,0.558905,0.000000,0.780100,0.000000 +80,-50,75,-->,0.541192,0.000000,1.000000,0.000000 +80,-50,100,-->,0.529889,0.000000,1.000000,0.000000 +80,-50,128,-->,0.525782,0.000000,1.000000,0.000000 +80,-25,-127,-->,0.993017,0.005388,0.000000,0.000000 +80,-25,-100,-->,0.829347,0.089838,0.000000,0.000000 +80,-25,-75,-->,0.738202,0.095108,0.000000,0.000000 +80,-25,-50,-->,0.641851,0.032671,0.000000,0.000000 +80,-25,-25,-->,0.552292,0.000000,0.053985,0.000000 +80,-25,0,-->,0.488352,0.000000,0.304911,0.000000 +80,-25,25,-->,0.432413,0.012240,0.531551,0.000000 +80,-25,50,-->,0.392181,0.020609,0.747658,0.000000 +80,-25,75,-->,0.375624,0.023529,1.000000,0.000000 +80,-25,100,-->,0.367197,0.030870,1.000000,0.000000 +80,-25,128,-->,0.367197,0.029035,1.000000,0.000000 +80,0,-127,-->,0.843014,0.234263,0.000000,0.000000 +80,0,-100,-->,0.741727,0.303929,0.000000,0.000000 +80,0,-75,-->,0.638949,0.320855,0.000000,0.000000 +80,0,-50,-->,0.535881,0.290904,0.000000,0.000000 +80,0,-25,-->,0.347538,0.202770,0.000000,0.000000 +80,0,0,-->,0.238966,0.183059,0.191391,0.000000 +80,0,25,-->,0.197578,0.213103,0.455553,0.000000 +80,0,50,-->,0.168471,0.219835,0.687367,0.000000 +80,0,75,-->,0.159221,0.219456,0.977911,0.000000 +80,0,100,-->,0.162001,0.216186,1.000000,0.000000 +80,0,128,-->,0.165426,0.210325,1.000000,0.000000 +80,25,-127,-->,0.766379,0.393279,0.000000,0.000000 +80,25,-100,-->,0.670393,0.456419,0.000000,0.000000 +80,25,-75,-->,0.585883,0.478980,0.000000,0.000000 +80,25,-50,-->,0.490690,0.474079,0.000000,0.000000 +80,25,-25,-->,0.247484,0.416784,0.000000,0.000000 +80,25,0,-->,0.033368,0.377754,0.097875,0.000000 +80,25,25,-->,0.000000,0.389707,0.390808,0.000000 +80,25,50,-->,0.000000,0.385064,0.626132,0.000000 +80,25,75,-->,0.000000,0.381133,0.888749,0.000000 +80,25,100,-->,0.000000,0.375739,1.000000,0.000000 +80,25,128,-->,0.000000,0.367459,1.000000,0.000000 +80,50,-127,-->,0.702025,0.520905,0.000000,0.000000 +80,50,-100,-->,0.620009,0.562494,0.000000,0.000000 +80,50,-75,-->,0.550916,0.580113,0.000000,0.000000 +80,50,-50,-->,0.388066,0.579217,0.000000,0.000000 +80,50,-25,-->,0.131628,0.559101,0.000000,0.000000 +80,50,0,-->,0.000000,0.542924,0.019027,0.000000 +80,50,25,-->,0.000000,0.543572,0.308281,0.000000 +80,50,50,-->,0.000000,0.542127,0.556155,0.000000 +80,50,75,-->,0.000000,0.533121,0.773431,0.000000 +80,50,100,-->,0.000000,0.527056,1.000000,0.000000 +80,50,128,-->,0.000000,0.523217,1.000000,0.000000 +80,75,-127,-->,0.652644,0.608228,0.000000,0.000000 +80,75,-100,-->,0.577308,0.641030,0.000000,0.000000 +80,75,-75,-->,0.468102,0.658442,0.000000,0.000000 +80,75,-50,-->,0.263886,0.669734,0.000000,0.000000 +80,75,-25,-->,0.022811,0.672895,0.000000,0.000000 +80,75,0,-->,0.000000,0.674291,0.000000,0.000000 +80,75,25,-->,0.000000,0.676863,0.210009,0.000000 +80,75,50,-->,0.000000,0.684708,0.476206,0.000000 +80,75,75,-->,0.000000,0.686551,0.691073,0.000000 +80,75,100,-->,0.000000,0.680831,0.904452,0.000000 +80,75,128,-->,0.000000,0.676632,1.000000,0.000000 +80,100,-127,-->,0.602830,0.675463,0.000000,0.000000 +80,100,-100,-->,0.508045,0.710269,0.000000,0.000000 +80,100,-75,-->,0.344905,0.739761,0.000000,0.000000 +80,100,-50,-->,0.147625,0.759922,0.000000,0.000000 +80,100,-25,-->,0.000000,0.779116,0.000000,0.000000 +80,100,0,-->,0.000000,0.800163,0.000000,0.000000 +80,100,25,-->,0.000000,0.823334,0.081208,0.000000 +80,100,50,-->,0.000000,0.827302,0.379959,0.000000 +80,100,75,-->,0.000000,0.839701,0.603069,0.000000 +80,100,100,-->,0.000000,0.850989,0.787505,0.000000 +80,100,128,-->,0.000000,0.853933,1.000000,0.000000 +80,128,-127,-->,0.535640,0.746282,0.000000,0.000000 +80,128,-100,-->,0.396248,0.783683,0.000000,0.000000 +80,128,-75,-->,0.221266,0.822850,0.000000,0.000000 +80,128,-50,-->,0.021499,0.859869,0.000000,0.000000 +80,128,-25,-->,0.000000,0.892275,0.000000,0.000000 +80,128,0,-->,0.000000,0.958293,0.000000,0.000000 +80,128,25,-->,0.000000,1.000000,0.000000,0.000000 +80,128,50,-->,0.000000,1.000000,0.220085,0.000000 +80,128,75,-->,0.000000,1.000000,0.471788,0.000000 +80,128,100,-->,0.000000,1.000000,0.652734,0.000000 +80,128,128,-->,0.000000,1.000000,0.787451,0.000000 +100,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-75,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-50,-->,1.000000,0.000000,0.031964,0.000000 +100,-127,-25,-->,1.000000,0.000000,0.187451,0.000000 +100,-127,0,-->,0.960984,0.000000,0.366428,0.000000 +100,-127,25,-->,0.903080,0.000000,0.559954,0.000000 +100,-127,50,-->,0.855548,0.000000,0.783172,0.000000 +100,-127,75,-->,0.821653,0.000000,1.000000,0.000000 +100,-127,100,-->,0.799912,0.000000,1.000000,0.000000 +100,-127,128,-->,0.730857,0.000000,1.000000,0.000000 +100,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-75,-->,0.968571,0.000000,0.000000,0.000000 +100,-100,-50,-->,0.841596,0.000000,0.003499,0.000000 +100,-100,-25,-->,0.808207,0.000000,0.151080,0.000000 +100,-100,0,-->,0.783083,0.000000,0.329058,0.000000 +100,-100,25,-->,0.740748,0.000000,0.526030,0.000000 +100,-100,50,-->,0.696569,0.000000,0.736634,0.000000 +100,-100,75,-->,0.660161,0.000000,1.000000,0.000000 +100,-100,100,-->,0.637378,0.000000,1.000000,0.000000 +100,-100,128,-->,0.603583,0.000000,1.000000,0.000000 +100,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-75,-75,-->,0.855236,0.000000,0.000000,0.000000 +100,-75,-50,-->,0.716444,0.000000,0.000000,0.000000 +100,-75,-25,-->,0.655271,0.000000,0.104121,0.000000 +100,-75,0,-->,0.628851,0.000000,0.294926,0.000000 +100,-75,25,-->,0.593496,0.000000,0.488874,0.000000 +100,-75,50,-->,0.555750,0.000000,0.687441,0.000000 +100,-75,75,-->,0.528812,0.000000,1.000000,0.000000 +100,-75,100,-->,0.510588,0.000000,1.000000,0.000000 +100,-75,128,-->,0.496609,0.000000,1.000000,0.000000 +100,-50,-127,-->,0.965609,0.000000,0.000000,0.000000 +100,-50,-100,-->,0.812457,0.000000,0.000000,0.000000 +100,-50,-75,-->,0.721559,0.000000,0.000000,0.000000 +100,-50,-50,-->,0.615816,0.000000,0.000000,0.000000 +100,-50,-25,-->,0.529052,0.000000,0.033741,0.000000 +100,-50,0,-->,0.487025,0.000000,0.236650,0.000000 +100,-50,25,-->,0.442470,0.000000,0.434479,0.000000 +100,-50,50,-->,0.389514,0.000000,0.621398,0.000000 +100,-50,75,-->,0.353063,0.000000,0.869666,0.000000 +100,-50,100,-->,0.330307,0.000000,1.000000,0.000000 +100,-50,128,-->,0.321415,0.000000,1.000000,0.000000 +100,-25,-127,-->,0.779943,0.000000,0.000000,0.000000 +100,-25,-100,-->,0.670373,0.020715,0.000000,0.000000 +100,-25,-75,-->,0.588878,0.000075,0.000000,0.000000 +100,-25,-50,-->,0.516377,0.000000,0.000000,0.000000 +100,-25,-25,-->,0.386313,0.000000,0.000000,0.000000 +100,-25,0,-->,0.269250,0.000000,0.133195,0.000000 +100,-25,25,-->,0.216163,0.000000,0.340008,0.000000 +100,-25,50,-->,0.178021,0.000000,0.540986,0.000000 +100,-25,75,-->,0.148635,0.000000,0.746547,0.000000 +100,-25,100,-->,0.135944,0.000000,1.000000,0.000000 +100,-25,128,-->,0.132195,0.000000,1.000000,0.000000 +100,0,-127,-->,0.703560,0.196601,0.000000,0.000000 +100,0,-100,-->,0.602968,0.242962,0.000000,0.000000 +100,0,-75,-->,0.537885,0.251099,0.000000,0.000000 +100,0,-50,-->,0.425436,0.213161,0.000000,0.000000 +100,0,-25,-->,0.246655,0.128105,0.000000,0.000000 +100,0,0,-->,0.000000,0.002444,0.000369,0.000000 +100,0,25,-->,0.000000,0.031483,0.261475,0.000000 +100,0,50,-->,0.000000,0.038985,0.491719,0.000000 +100,0,75,-->,0.000000,0.038985,0.695572,0.000000 +100,0,100,-->,0.000000,0.033864,0.924141,0.000000 +100,0,128,-->,0.000000,0.022561,1.000000,0.000000 +100,25,-127,-->,0.650550,0.358182,0.000000,0.000000 +100,25,-100,-->,0.578376,0.390235,0.000000,0.000000 +100,25,-75,-->,0.515662,0.408167,0.000000,0.000000 +100,25,-50,-->,0.402624,0.399105,0.000000,0.000000 +100,25,-25,-->,0.158754,0.325370,0.000000,0.000000 +100,25,0,-->,0.000000,0.240542,0.000000,0.000000 +100,25,25,-->,0.000000,0.228451,0.195420,0.000000 +100,25,50,-->,0.000000,0.225406,0.433224,0.000000 +100,25,75,-->,0.000000,0.213303,0.639277,0.000000 +100,25,100,-->,0.000000,0.199971,0.856382,0.000000 +100,25,128,-->,0.000000,0.187067,1.000000,0.000000 +100,50,-127,-->,0.609035,0.481008,0.000000,0.000000 +100,50,-100,-->,0.561210,0.513618,0.000000,0.000000 +100,50,-75,-->,0.490211,0.522871,0.000000,0.000000 +100,50,-50,-->,0.287151,0.496859,0.000000,0.000000 +100,50,-25,-->,0.033784,0.450569,0.000000,0.000000 +100,50,0,-->,0.000000,0.397230,0.000000,0.000000 +100,50,25,-->,0.000000,0.365183,0.122737,0.000000 +100,50,50,-->,0.000000,0.388071,0.380054,0.000000 +100,50,75,-->,0.000000,0.375609,0.596816,0.000000 +100,50,100,-->,0.000000,0.358332,0.811962,0.000000 +100,50,128,-->,0.000000,0.343176,1.000000,0.000000 +100,75,-127,-->,0.589138,0.568488,0.000000,0.000000 +100,75,-100,-->,0.521608,0.585013,0.000000,0.000000 +100,75,-75,-->,0.365016,0.585929,0.000000,0.000000 +100,75,-50,-->,0.160115,0.571549,0.000000,0.000000 +100,75,-25,-->,0.000000,0.559258,0.000000,0.000000 +100,75,0,-->,0.000000,0.536818,0.000000,0.000000 +100,75,25,-->,0.000000,0.511918,0.021607,0.000000 +100,75,50,-->,0.000000,0.532057,0.286784,0.000000 +100,75,75,-->,0.000000,0.539792,0.528720,0.000000 +100,75,100,-->,0.000000,0.529751,0.734989,0.000000 +100,75,128,-->,0.000000,0.512803,1.000000,0.000000 +100,100,-127,-->,0.548596,0.624114,0.000000,0.000000 +100,100,-100,-->,0.431660,0.642483,0.000000,0.000000 +100,100,-75,-->,0.251532,0.654291,0.000000,0.000000 +100,100,-50,-->,0.034444,0.652261,0.000000,0.000000 +100,100,-25,-->,0.000000,0.642864,0.000000,0.000000 +100,100,0,-->,0.000000,0.648386,0.000000,0.000000 +100,100,25,-->,0.000000,0.647351,0.000000,0.000000 +100,100,50,-->,0.000000,0.664329,0.182315,0.000000 +100,100,75,-->,0.000000,0.681200,0.442432,0.000000 +100,100,100,-->,0.000000,0.686790,0.648104,0.000000 +100,100,128,-->,0.000000,0.681200,0.875894,0.000000 +100,128,-127,-->,0.473495,0.691673,0.000000,0.000000 +100,128,-100,-->,0.293564,0.721630,0.000000,0.000000 +100,128,-75,-->,0.125398,0.732903,0.000000,0.000000 +100,128,-50,-->,0.000000,0.756863,0.000000,0.000000 +100,128,-25,-->,0.000000,0.747789,0.000000,0.000000 +100,128,0,-->,0.000000,0.777947,0.000000,0.000000 +100,128,25,-->,0.000000,0.803922,0.000000,0.000000 +100,128,50,-->,0.000000,0.830204,0.056732,0.000000 +100,128,75,-->,0.000000,0.853749,0.331949,0.000000 +100,128,100,-->,0.000000,0.875432,0.551788,0.000000 +100,128,128,-->,0.000000,0.890196,0.749020,0.000000 +-1,0,0,-->,0.840415,0.799031,0.744591,0.797047 +101,0,0,-->,0.000000,0.002444,0.000369,0.000000 +50,-130,0,-->,1.000000,0.000000,0.722076,0.000000 +50,130,0,-->,0.000000,1.000000,0.000000,0.000000 +50,0,-130,-->,1.000000,0.268881,0.000000,0.000000 +50,0,130,-->,0.531119,0.482861,1.000000,0.020346 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-3.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-3.csv new file mode 100644 index 0000000..8c16279 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToDevice_ICC-3.csv @@ -0,0 +1,732 @@ +0,-127,-127,-->,1.000000,0.950496,0.010288,0.000000 +0,-127,-100,-->,1.000000,0.997391,0.196241,0.023175 +0,-127,-75,-->,1.000000,1.000000,0.282442,0.313925 +0,-127,-50,-->,0.887197,0.833449,0.568627,0.754355 +0,-127,-25,-->,0.854902,0.803922,0.734388,0.792157 +0,-127,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-127,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,-127,-->,1.000000,0.950496,0.010288,0.000000 +0,-100,-100,-->,1.000000,0.997391,0.196241,0.023175 +0,-100,-75,-->,1.000000,1.000000,0.282442,0.313925 +0,-100,-50,-->,0.887197,0.833449,0.568627,0.754355 +0,-100,-25,-->,0.854902,0.803922,0.734388,0.792157 +0,-100,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-100,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,-127,-->,1.000000,0.950496,0.010288,0.000000 +0,-75,-100,-->,1.000000,0.997391,0.196241,0.023175 +0,-75,-75,-->,1.000000,1.000000,0.282442,0.313925 +0,-75,-50,-->,0.887197,0.833449,0.568627,0.754355 +0,-75,-25,-->,0.854902,0.803922,0.734388,0.792157 +0,-75,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-75,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,-127,-->,1.000000,0.950496,0.010288,0.000000 +0,-50,-100,-->,1.000000,0.997391,0.196241,0.023175 +0,-50,-75,-->,1.000000,1.000000,0.282442,0.313925 +0,-50,-50,-->,0.887197,0.833449,0.568627,0.754355 +0,-50,-25,-->,0.854902,0.803922,0.734388,0.792157 +0,-50,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-50,128,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,-127,-->,1.000000,0.950496,0.010288,0.000000 +0,-25,-100,-->,1.000000,0.997391,0.196241,0.023175 +0,-25,-75,-->,1.000000,1.000000,0.282442,0.313925 +0,-25,-50,-->,0.887197,0.833449,0.568627,0.754355 +0,-25,-25,-->,0.854902,0.803922,0.734388,0.792157 +0,-25,0,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,25,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,50,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,75,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,100,-->,0.850980,0.800000,0.749020,0.800000 +0,-25,128,-->,0.850980,0.800000,0.749020,0.800000 +0,0,-127,-->,1.000000,0.950496,0.010288,0.000000 +0,0,-100,-->,1.000000,0.997391,0.196241,0.023175 +0,0,-75,-->,1.000000,1.000000,0.282442,0.313925 +0,0,-50,-->,0.887197,0.833449,0.568627,0.754355 +0,0,-25,-->,0.854902,0.803922,0.734388,0.792157 +0,0,0,-->,0.850980,0.800000,0.749020,0.800000 +0,0,25,-->,0.850980,0.800000,0.749020,0.800000 +0,0,50,-->,0.850980,0.800000,0.749020,0.800000 +0,0,75,-->,0.850980,0.800000,0.749020,0.800000 +0,0,100,-->,0.850980,0.800000,0.749020,0.800000 +0,0,128,-->,0.850980,0.800000,0.749020,0.800000 +0,25,-127,-->,1.000000,0.971921,0.000000,0.000000 +0,25,-100,-->,0.989068,1.000000,0.181944,0.021494 +0,25,-75,-->,0.972312,1.000000,0.287352,0.332813 +0,25,-50,-->,0.862497,0.823410,0.628721,0.773019 +0,25,-25,-->,0.850980,0.803922,0.734166,0.792157 +0,25,0,-->,0.850980,0.800000,0.749020,0.798353 +0,25,25,-->,0.850980,0.800000,0.749020,0.798353 +0,25,50,-->,0.850980,0.800000,0.749020,0.798353 +0,25,75,-->,0.850980,0.800000,0.749020,0.798353 +0,25,100,-->,0.850980,0.800000,0.749020,0.798353 +0,25,128,-->,0.850980,0.800000,0.749020,0.798353 +0,50,-127,-->,1.000000,0.992482,0.000000,0.000000 +0,50,-100,-->,0.969578,1.000000,0.202256,0.033434 +0,50,-75,-->,0.942217,1.000000,0.280618,0.365007 +0,50,-50,-->,0.851298,0.816321,0.684186,0.782295 +0,50,-25,-->,0.844815,0.803922,0.741176,0.792157 +0,50,0,-->,0.844936,0.803022,0.749020,0.796078 +0,50,25,-->,0.844936,0.803022,0.749020,0.796078 +0,50,50,-->,0.844936,0.803022,0.749020,0.796078 +0,50,75,-->,0.844936,0.803022,0.749020,0.796078 +0,50,100,-->,0.844936,0.803022,0.749020,0.796078 +0,50,128,-->,0.844936,0.803022,0.749020,0.796078 +0,75,-127,-->,0.968684,1.000000,0.003886,0.000000 +0,75,-100,-->,0.943247,1.000000,0.231421,0.046337 +0,75,-75,-->,0.901215,1.000000,0.293901,0.399484 +0,75,-50,-->,0.826354,0.896250,0.536377,0.688706 +0,75,-25,-->,0.843137,0.803922,0.741176,0.792157 +0,75,0,-->,0.843137,0.803922,0.749020,0.796078 +0,75,25,-->,0.843137,0.803922,0.749020,0.796078 +0,75,50,-->,0.843137,0.803922,0.749020,0.796078 +0,75,75,-->,0.843137,0.803922,0.749020,0.796078 +0,75,100,-->,0.843137,0.803922,0.749020,0.796078 +0,75,128,-->,0.843137,0.803922,0.749020,0.796078 +0,100,-127,-->,0.922064,1.000000,0.084688,0.000000 +0,100,-100,-->,0.908328,1.000000,0.264463,0.070769 +0,100,-75,-->,0.843475,1.000000,0.348647,0.348822 +0,100,-50,-->,0.777261,1.000000,0.474851,0.541969 +0,100,-25,-->,0.745662,0.947104,0.636707,0.634146 +0,100,0,-->,0.691783,0.912437,0.690593,0.672373 +0,100,25,-->,0.691783,0.912437,0.690593,0.672373 +0,100,50,-->,0.691783,0.912437,0.690593,0.672373 +0,100,75,-->,0.691783,0.912437,0.690593,0.672373 +0,100,100,-->,0.691783,0.912437,0.690593,0.672373 +0,100,128,-->,0.691783,0.912437,0.690593,0.672373 +0,128,-127,-->,0.905882,1.000000,0.113725,0.000000 +0,128,-100,-->,0.887900,1.000000,0.276205,0.073801 +0,128,-75,-->,0.817347,1.000000,0.381822,0.294287 +0,128,-50,-->,0.755017,1.000000,0.490888,0.474741 +0,128,-25,-->,0.673719,1.000000,0.590344,0.569418 +0,128,0,-->,0.619608,0.968627,0.686275,0.607843 +0,128,25,-->,0.619608,0.968627,0.686275,0.607843 +0,128,50,-->,0.619608,0.968627,0.686275,0.607843 +0,128,75,-->,0.619608,0.968627,0.686275,0.607843 +0,128,100,-->,0.619608,0.968627,0.686275,0.607843 +0,128,128,-->,0.619608,0.968627,0.686275,0.607843 +20,-127,-127,-->,1.000000,0.506063,0.000000,0.000000 +20,-127,-100,-->,1.000000,0.510505,0.087133,0.000000 +20,-127,-75,-->,1.000000,0.532704,0.270222,0.018027 +20,-127,-50,-->,1.000000,0.561650,0.413574,0.123100 +20,-127,-25,-->,1.000000,0.526360,0.582554,0.281190 +20,-127,0,-->,1.000000,0.491680,0.932154,0.392965 +20,-127,25,-->,0.993254,0.544552,1.000000,0.410664 +20,-127,50,-->,0.950816,0.556120,1.000000,0.412986 +20,-127,75,-->,0.950816,0.556120,1.000000,0.412986 +20,-127,100,-->,0.950816,0.556120,1.000000,0.412986 +20,-127,128,-->,0.950816,0.556120,1.000000,0.412986 +20,-100,-127,-->,1.000000,0.506063,0.000000,0.000000 +20,-100,-100,-->,1.000000,0.510505,0.087133,0.000000 +20,-100,-75,-->,1.000000,0.532704,0.270222,0.018027 +20,-100,-50,-->,1.000000,0.561650,0.413574,0.123100 +20,-100,-25,-->,1.000000,0.526360,0.582554,0.281190 +20,-100,0,-->,1.000000,0.491680,0.932154,0.392965 +20,-100,25,-->,0.993254,0.544552,1.000000,0.410664 +20,-100,50,-->,0.950816,0.556120,1.000000,0.412986 +20,-100,75,-->,0.950816,0.556120,1.000000,0.412986 +20,-100,100,-->,0.950816,0.556120,1.000000,0.412986 +20,-100,128,-->,0.950816,0.556120,1.000000,0.412986 +20,-75,-127,-->,1.000000,0.509278,0.000000,0.000000 +20,-75,-100,-->,1.000000,0.513927,0.084744,0.000000 +20,-75,-75,-->,1.000000,0.541772,0.268780,0.018027 +20,-75,-50,-->,1.000000,0.578666,0.409072,0.123281 +20,-75,-25,-->,1.000000,0.540590,0.573099,0.287578 +20,-75,0,-->,1.000000,0.502765,0.926441,0.406318 +20,-75,25,-->,0.965728,0.557688,1.000000,0.424195 +20,-75,50,-->,0.928387,0.563660,1.000000,0.430582 +20,-75,75,-->,0.928387,0.563660,1.000000,0.430582 +20,-75,100,-->,0.928387,0.563660,1.000000,0.430582 +20,-75,128,-->,0.928387,0.563660,1.000000,0.430582 +20,-50,-127,-->,1.000000,0.520766,0.000000,0.000000 +20,-50,-100,-->,1.000000,0.527980,0.077193,0.000000 +20,-50,-75,-->,1.000000,0.566047,0.263700,0.017550 +20,-50,-50,-->,1.000000,0.623833,0.395430,0.122422 +20,-50,-25,-->,1.000000,0.582802,0.544528,0.298664 +20,-50,0,-->,1.000000,0.529251,0.906724,0.446402 +20,-50,25,-->,0.906548,0.581455,1.000000,0.469692 +20,-50,50,-->,0.877721,0.584611,1.000000,0.472026 +20,-50,75,-->,0.877721,0.584611,1.000000,0.472026 +20,-50,100,-->,0.877721,0.584611,1.000000,0.472026 +20,-50,128,-->,0.877721,0.584611,1.000000,0.472026 +20,-25,-127,-->,1.000000,0.534157,0.000000,0.000000 +20,-25,-100,-->,1.000000,0.542945,0.072745,0.000000 +20,-25,-75,-->,1.000000,0.601137,0.256822,0.013191 +20,-25,-50,-->,1.000000,0.693824,0.383654,0.105796 +20,-25,-25,-->,1.000000,0.673530,0.511091,0.293004 +20,-25,0,-->,1.000000,0.570037,0.875168,0.496815 +20,-25,25,-->,0.840931,0.617464,1.000000,0.516582 +20,-25,50,-->,0.822030,0.619974,1.000000,0.513759 +20,-25,75,-->,0.822030,0.619974,1.000000,0.513759 +20,-25,100,-->,0.822030,0.619974,1.000000,0.513759 +20,-25,128,-->,0.822030,0.619974,1.000000,0.513759 +20,0,-127,-->,1.000000,0.562773,0.000000,0.000000 +20,0,-100,-->,1.000000,0.563756,0.063750,0.000000 +20,0,-75,-->,1.000000,0.670816,0.232259,0.004681 +20,0,-50,-->,1.000000,0.815246,0.355250,0.044731 +20,0,-25,-->,1.000000,0.905131,0.439332,0.168122 +20,0,0,-->,0.782731,0.730494,0.709303,0.549275 +20,0,25,-->,0.733134,0.700299,0.976325,0.559094 +20,0,50,-->,0.730705,0.692899,0.984376,0.551104 +20,0,75,-->,0.730705,0.692899,0.984376,0.551104 +20,0,100,-->,0.730705,0.692899,0.984376,0.551104 +20,0,128,-->,0.730705,0.692899,0.984376,0.551104 +20,25,-127,-->,1.000000,0.598359,0.000000,0.000000 +20,25,-100,-->,1.000000,0.606549,0.036272,0.000000 +20,25,-75,-->,1.000000,0.780752,0.087257,0.000000 +20,25,-50,-->,0.969495,1.000000,0.079231,0.000000 +20,25,-25,-->,0.821105,1.000000,0.453244,0.112120 +20,25,0,-->,0.567965,1.000000,0.621244,0.477919 +20,25,25,-->,0.564976,0.860930,1.000000,0.530051 +20,25,50,-->,0.578836,0.822281,1.000000,0.528071 +20,25,75,-->,0.578836,0.822281,1.000000,0.528071 +20,25,100,-->,0.578836,0.822281,1.000000,0.528071 +20,25,128,-->,0.578836,0.822281,1.000000,0.528071 +20,50,-127,-->,1.000000,0.644514,0.000000,0.000000 +20,50,-100,-->,1.000000,0.724044,0.000000,0.000000 +20,50,-75,-->,0.902669,0.917767,0.000000,0.000000 +20,50,-50,-->,0.801919,1.000000,0.200661,0.002076 +20,50,-25,-->,0.673012,1.000000,0.413157,0.135593 +20,50,0,-->,0.505051,1.000000,0.581359,0.341579 +20,50,25,-->,0.474964,1.000000,1.000000,0.405711 +20,50,50,-->,0.495745,1.000000,1.000000,0.406347 +20,50,75,-->,0.495745,1.000000,1.000000,0.406347 +20,50,100,-->,0.495745,1.000000,1.000000,0.406347 +20,50,128,-->,0.495745,1.000000,1.000000,0.406347 +20,75,-127,-->,1.000000,0.711471,0.000000,0.000000 +20,75,-100,-->,0.892338,0.840279,0.000000,0.000000 +20,75,-75,-->,0.770068,1.000000,0.000000,0.000000 +20,75,-50,-->,0.671851,1.000000,0.167975,0.002177 +20,75,-25,-->,0.567244,1.000000,0.359472,0.077322 +20,75,0,-->,0.437798,1.000000,0.534359,0.200634 +20,75,25,-->,0.361230,1.000000,0.767428,0.257009 +20,75,50,-->,0.360088,1.000000,0.888807,0.265534 +20,75,75,-->,0.360088,1.000000,0.888807,0.265534 +20,75,100,-->,0.360088,1.000000,0.888807,0.265534 +20,75,128,-->,0.360088,1.000000,0.888807,0.265534 +20,100,-127,-->,0.876796,0.818588,0.000000,0.000000 +20,100,-100,-->,0.780285,0.945527,0.000000,0.000000 +20,100,-75,-->,0.640774,1.000000,0.000000,0.000000 +20,100,-50,-->,0.542556,1.000000,0.072484,0.000000 +20,100,-25,-->,0.475102,1.000000,0.269972,0.016799 +20,100,0,-->,0.348012,1.000000,0.465021,0.071568 +20,100,25,-->,0.276457,1.000000,0.640473,0.107972 +20,100,50,-->,0.267301,1.000000,0.705592,0.115770 +20,100,75,-->,0.267301,1.000000,0.705592,0.115770 +20,100,100,-->,0.267301,1.000000,0.705592,0.115770 +20,100,128,-->,0.267301,1.000000,0.705592,0.115770 +20,128,-127,-->,0.801611,0.903067,0.000000,0.000000 +20,128,-100,-->,0.693876,1.000000,0.000000,0.000000 +20,128,-75,-->,0.560444,1.000000,0.000000,0.000000 +20,128,-50,-->,0.441823,1.000000,0.009210,0.000000 +20,128,-25,-->,0.360053,1.000000,0.158447,0.000753 +20,128,0,-->,0.268425,1.000000,0.368599,0.011798 +20,128,25,-->,0.207502,1.000000,0.557524,0.031774 +20,128,50,-->,0.191333,1.000000,0.610842,0.036140 +20,128,75,-->,0.191333,1.000000,0.610842,0.036140 +20,128,100,-->,0.191333,1.000000,0.610842,0.036140 +20,128,128,-->,0.191333,1.000000,0.610842,0.036140 +40,-127,-127,-->,1.000000,0.006964,0.108985,0.000000 +40,-127,-100,-->,1.000000,0.000000,0.149912,0.000000 +40,-127,-75,-->,1.000000,0.000000,0.178928,0.000000 +40,-127,-50,-->,1.000000,0.014093,0.310583,0.000000 +40,-127,-25,-->,1.000000,0.000314,0.520514,0.000000 +40,-127,0,-->,1.000000,0.012225,0.767244,0.000000 +40,-127,25,-->,1.000000,0.018514,1.000000,0.000000 +40,-127,50,-->,1.000000,0.037453,1.000000,0.000000 +40,-127,75,-->,1.000000,0.045126,1.000000,0.000000 +40,-127,100,-->,1.000000,0.045126,1.000000,0.000000 +40,-127,128,-->,1.000000,0.045126,1.000000,0.000000 +40,-100,-127,-->,1.000000,0.016979,0.107138,0.000000 +40,-100,-100,-->,1.000000,0.000000,0.131150,0.000000 +40,-100,-75,-->,1.000000,0.028402,0.159093,0.000000 +40,-100,-50,-->,1.000000,0.066531,0.293135,0.000000 +40,-100,-25,-->,1.000000,0.057578,0.503767,0.000000 +40,-100,0,-->,1.000000,0.070130,0.753051,0.000000 +40,-100,25,-->,1.000000,0.073120,1.000000,0.000000 +40,-100,50,-->,1.000000,0.100148,1.000000,0.000000 +40,-100,75,-->,1.000000,0.105159,1.000000,0.000000 +40,-100,100,-->,1.000000,0.105159,1.000000,0.000000 +40,-100,128,-->,1.000000,0.105159,1.000000,0.000000 +40,-75,-127,-->,1.000000,0.035617,0.096813,0.000000 +40,-75,-100,-->,1.000000,0.052170,0.093064,0.000000 +40,-75,-75,-->,1.000000,0.113090,0.131176,0.000000 +40,-75,-50,-->,1.000000,0.146727,0.263088,0.000000 +40,-75,-25,-->,1.000000,0.146834,0.471431,0.000000 +40,-75,0,-->,1.000000,0.164566,0.725780,0.000000 +40,-75,25,-->,1.000000,0.176793,1.000000,0.000000 +40,-75,50,-->,1.000000,0.197936,1.000000,0.003422 +40,-75,75,-->,1.000000,0.201216,1.000000,0.004104 +40,-75,100,-->,1.000000,0.201216,1.000000,0.004104 +40,-75,128,-->,1.000000,0.201216,1.000000,0.004104 +40,-50,-127,-->,1.000000,0.071425,0.074588,0.000000 +40,-50,-100,-->,1.000000,0.118444,0.039354,0.000000 +40,-50,-75,-->,1.000000,0.209833,0.087461,0.000000 +40,-50,-50,-->,1.000000,0.249669,0.209956,0.000000 +40,-50,-25,-->,1.000000,0.260818,0.419045,0.000000 +40,-50,0,-->,1.000000,0.277317,0.699354,0.001733 +40,-50,25,-->,0.946678,0.295579,1.000000,0.008794 +40,-50,50,-->,0.913232,0.303880,1.000000,0.020805 +40,-50,75,-->,0.908988,0.303880,1.000000,0.023419 +40,-50,100,-->,0.908988,0.303880,1.000000,0.023419 +40,-50,128,-->,0.908988,0.303880,1.000000,0.023419 +40,-25,-127,-->,1.000000,0.127384,0.017510,0.000000 +40,-25,-100,-->,1.000000,0.215316,0.000000,0.000000 +40,-25,-75,-->,1.000000,0.311558,0.013419,0.000000 +40,-25,-50,-->,1.000000,0.341931,0.077979,0.000000 +40,-25,-25,-->,0.932230,0.390034,0.338433,0.000000 +40,-25,0,-->,0.825748,0.402208,0.637590,0.037791 +40,-25,25,-->,0.784234,0.402614,1.000000,0.070216 +40,-25,50,-->,0.767249,0.408878,1.000000,0.075887 +40,-25,75,-->,0.763849,0.409685,1.000000,0.072452 +40,-25,100,-->,0.763849,0.409685,1.000000,0.072452 +40,-25,128,-->,0.763849,0.409685,1.000000,0.072452 +40,0,-127,-->,1.000000,0.214260,0.000000,0.000000 +40,0,-100,-->,1.000000,0.353516,0.000000,0.000000 +40,0,-75,-->,0.967557,0.467858,0.000000,0.000000 +40,0,-50,-->,0.856029,0.522378,0.000000,0.000000 +40,0,-25,-->,0.750072,0.558342,0.238732,0.000000 +40,0,0,-->,0.632973,0.558121,0.550899,0.083803 +40,0,25,-->,0.577793,0.536944,0.933973,0.154867 +40,0,50,-->,0.580225,0.541226,1.000000,0.133970 +40,0,75,-->,0.583853,0.536944,1.000000,0.123532 +40,0,100,-->,0.583853,0.536944,1.000000,0.123532 +40,0,128,-->,0.583853,0.536944,1.000000,0.123532 +40,25,-127,-->,1.000000,0.388887,0.000000,0.000000 +40,25,-100,-->,0.949430,0.520330,0.000000,0.000000 +40,25,-75,-->,0.817881,0.615076,0.000000,0.000000 +40,25,-50,-->,0.705056,0.679576,0.000000,0.000000 +40,25,-25,-->,0.564856,0.721676,0.103461,0.000000 +40,25,0,-->,0.504415,0.746634,0.490457,0.032605 +40,25,25,-->,0.421304,0.730475,0.834884,0.114039 +40,25,50,-->,0.432007,0.721365,1.000000,0.115113 +40,25,75,-->,0.435308,0.710867,1.000000,0.112766 +40,25,100,-->,0.435308,0.710867,1.000000,0.112766 +40,25,128,-->,0.435308,0.710867,1.000000,0.112766 +40,50,-127,-->,0.930688,0.558036,0.000000,0.000000 +40,50,-100,-->,0.821058,0.647683,0.000000,0.000000 +40,50,-75,-->,0.722630,0.741685,0.000000,0.000000 +40,50,-50,-->,0.585098,0.803816,0.000000,0.000000 +40,50,-25,-->,0.408874,0.889668,0.000000,0.000000 +40,50,0,-->,0.313648,0.936891,0.373624,0.000000 +40,50,25,-->,0.274676,0.949472,0.782557,0.010429 +40,50,50,-->,0.276613,0.930709,1.000000,0.017578 +40,50,75,-->,0.275901,0.922383,1.000000,0.023625 +40,50,100,-->,0.275901,0.922383,1.000000,0.023625 +40,50,128,-->,0.275901,0.922383,1.000000,0.023625 +40,75,-127,-->,0.817025,0.677858,0.000000,0.000000 +40,75,-100,-->,0.741024,0.757872,0.000000,0.000000 +40,75,-75,-->,0.616670,0.833936,0.000000,0.000000 +40,75,-50,-->,0.489203,0.893186,0.000000,0.000000 +40,75,-25,-->,0.276775,0.984538,0.000000,0.000000 +40,75,0,-->,0.143017,1.000000,0.218941,0.000000 +40,75,25,-->,0.102734,1.000000,0.617952,0.000000 +40,75,50,-->,0.091306,1.000000,1.000000,0.000000 +40,75,75,-->,0.089082,1.000000,1.000000,0.000000 +40,75,100,-->,0.089082,1.000000,1.000000,0.000000 +40,75,128,-->,0.089082,1.000000,1.000000,0.000000 +40,100,-127,-->,0.740996,0.778047,0.000000,0.000000 +40,100,-100,-->,0.642885,0.845255,0.000000,0.000000 +40,100,-75,-->,0.524802,0.911817,0.000000,0.000000 +40,100,-50,-->,0.360030,0.980643,0.000000,0.000000 +40,100,-25,-->,0.160033,1.000000,0.000000,0.000000 +40,100,0,-->,0.022230,1.000000,0.086849,0.000000 +40,100,25,-->,0.000000,1.000000,0.429655,0.000000 +40,100,50,-->,0.000000,1.000000,0.730966,0.000000 +40,100,75,-->,0.000000,1.000000,0.966270,0.000000 +40,100,100,-->,0.000000,1.000000,0.966270,0.000000 +40,100,128,-->,0.000000,1.000000,0.966270,0.000000 +40,128,-127,-->,0.671408,0.843957,0.000000,0.000000 +40,128,-100,-->,0.572545,0.906212,0.000000,0.000000 +40,128,-75,-->,0.442852,0.974399,0.000000,0.000000 +40,128,-50,-->,0.267796,1.000000,0.000000,0.000000 +40,128,-25,-->,0.075729,1.000000,0.000000,0.000000 +40,128,0,-->,0.000000,1.000000,0.000000,0.000000 +40,128,25,-->,0.000000,1.000000,0.268750,0.000000 +40,128,50,-->,0.000000,1.000000,0.532256,0.000000 +40,128,75,-->,0.000000,1.000000,0.656861,0.000000 +40,128,100,-->,0.000000,1.000000,0.656861,0.000000 +40,128,128,-->,0.000000,1.000000,0.656861,0.000000 +60,-127,-127,-->,1.000000,0.000000,0.003359,0.000000 +60,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-127,-75,-->,1.000000,0.000000,0.039340,0.000000 +60,-127,-50,-->,1.000000,0.000000,0.167862,0.000000 +60,-127,-25,-->,1.000000,0.000000,0.340855,0.000000 +60,-127,0,-->,1.000000,0.000000,0.567768,0.000000 +60,-127,25,-->,1.000000,0.000000,0.800730,0.000000 +60,-127,50,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,75,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,100,-->,1.000000,0.000000,1.000000,0.000000 +60,-127,128,-->,1.000000,0.000000,1.000000,0.000000 +60,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-100,-75,-->,1.000000,0.000000,0.020260,0.000000 +60,-100,-50,-->,1.000000,0.000000,0.154085,0.000000 +60,-100,-25,-->,1.000000,0.000000,0.322435,0.000000 +60,-100,0,-->,1.000000,0.000000,0.551750,0.000000 +60,-100,25,-->,1.000000,0.000000,0.778304,0.000000 +60,-100,50,-->,0.986650,0.000000,1.000000,0.000000 +60,-100,75,-->,0.932855,0.000000,1.000000,0.000000 +60,-100,100,-->,0.906244,0.000000,1.000000,0.000000 +60,-100,128,-->,0.903961,0.000000,1.000000,0.000000 +60,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-75,-->,1.000000,0.000000,0.000000,0.000000 +60,-75,-50,-->,1.000000,0.000000,0.113638,0.000000 +60,-75,-25,-->,1.000000,0.000000,0.294573,0.000000 +60,-75,0,-->,0.932546,0.000000,0.523435,0.000000 +60,-75,25,-->,0.860443,0.000000,0.744493,0.000000 +60,-75,50,-->,0.814871,0.000000,1.000000,0.000000 +60,-75,75,-->,0.781871,0.000000,1.000000,0.000000 +60,-75,100,-->,0.770403,0.000000,1.000000,0.000000 +60,-75,128,-->,0.768603,0.000000,1.000000,0.000000 +60,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-100,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-75,-->,1.000000,0.000000,0.000000,0.000000 +60,-50,-50,-->,0.956818,0.000000,0.031587,0.000000 +60,-50,-25,-->,0.836722,0.000000,0.251379,0.000000 +60,-50,0,-->,0.776631,0.000000,0.486539,0.000000 +60,-50,25,-->,0.722554,0.000000,0.713644,0.000000 +60,-50,50,-->,0.675870,0.000000,1.000000,0.000000 +60,-50,75,-->,0.653746,0.000000,1.000000,0.000000 +60,-50,100,-->,0.646233,0.000000,1.000000,0.000000 +60,-50,128,-->,0.644100,0.000000,1.000000,0.000000 +60,-25,-127,-->,1.000000,0.000000,0.000000,0.000000 +60,-25,-100,-->,1.000000,0.051148,0.000000,0.000000 +60,-25,-75,-->,0.863503,0.098702,0.000000,0.000000 +60,-25,-50,-->,0.768665,0.065020,0.000000,0.000000 +60,-25,-25,-->,0.688410,0.072431,0.143227,0.000000 +60,-25,0,-->,0.604309,0.121668,0.433849,0.000000 +60,-25,25,-->,0.566367,0.130993,0.686829,0.000000 +60,-25,50,-->,0.545778,0.133107,1.000000,0.000000 +60,-25,75,-->,0.532592,0.134605,1.000000,0.000000 +60,-25,100,-->,0.530936,0.131417,1.000000,0.000000 +60,-25,128,-->,0.530936,0.131276,1.000000,0.000000 +60,0,-127,-->,1.000000,0.190791,0.000000,0.000000 +60,0,-100,-->,0.853652,0.284801,0.000000,0.000000 +60,0,-75,-->,0.694111,0.308601,0.000000,0.000000 +60,0,-50,-->,0.583989,0.306699,0.000000,0.000000 +60,0,-25,-->,0.511822,0.307535,0.020637,0.000000 +60,0,0,-->,0.441331,0.339006,0.343663,0.000000 +60,0,25,-->,0.381443,0.343584,0.622932,0.000000 +60,0,50,-->,0.356826,0.336819,0.957750,0.000000 +60,0,75,-->,0.344768,0.326989,1.000000,0.000000 +60,0,100,-->,0.343170,0.322352,1.000000,0.000000 +60,0,128,-->,0.342509,0.321667,1.000000,0.000000 +60,25,-127,-->,0.853089,0.384331,0.000000,0.000000 +60,25,-100,-->,0.716768,0.421264,0.000000,0.000000 +60,25,-75,-->,0.576722,0.433126,0.000000,0.000000 +60,25,-50,-->,0.478338,0.446848,0.000000,0.000000 +60,25,-25,-->,0.301614,0.503345,0.000000,0.000000 +60,25,0,-->,0.203391,0.524830,0.234995,0.000000 +60,25,25,-->,0.156036,0.528683,0.554343,0.000000 +60,25,50,-->,0.129944,0.523735,0.872784,0.000000 +60,25,75,-->,0.130129,0.507688,1.000000,0.000000 +60,25,100,-->,0.134333,0.494630,1.000000,0.000000 +60,25,128,-->,0.135637,0.492765,1.000000,0.000000 +60,50,-127,-->,0.729777,0.509357,0.000000,0.000000 +60,50,-100,-->,0.607612,0.512326,0.000000,0.000000 +60,50,-75,-->,0.510062,0.521478,0.000000,0.000000 +60,50,-50,-->,0.373002,0.559742,0.000000,0.000000 +60,50,-25,-->,0.178886,0.619969,0.000000,0.000000 +60,50,0,-->,0.000000,0.673327,0.092438,0.000000 +60,50,25,-->,0.000000,0.683552,0.465014,0.000000 +60,50,50,-->,0.000000,0.676555,0.754351,0.000000 +60,50,75,-->,0.000000,0.664524,1.000000,0.000000 +60,50,100,-->,0.000000,0.655379,1.000000,0.000000 +60,50,128,-->,0.000000,0.654985,1.000000,0.000000 +60,75,-127,-->,0.635498,0.574498,0.000000,0.000000 +60,75,-100,-->,0.555726,0.580059,0.000000,0.000000 +60,75,-75,-->,0.441918,0.621634,0.000000,0.000000 +60,75,-50,-->,0.286464,0.686345,0.000000,0.000000 +60,75,-25,-->,0.079218,0.759412,0.000000,0.000000 +60,75,0,-->,0.000000,0.811931,0.000000,0.000000 +60,75,25,-->,0.000000,0.833021,0.327616,0.000000 +60,75,50,-->,0.000000,0.840224,0.621686,0.000000 +60,75,75,-->,0.000000,0.840887,0.903312,0.000000 +60,75,100,-->,0.000000,0.835334,1.000000,0.000000 +60,75,128,-->,0.000000,0.834844,1.000000,0.000000 +60,100,-127,-->,0.585811,0.651747,0.000000,0.000000 +60,100,-100,-->,0.510679,0.692872,0.000000,0.000000 +60,100,-75,-->,0.376427,0.764609,0.000000,0.000000 +60,100,-50,-->,0.209254,0.831953,0.000000,0.000000 +60,100,-25,-->,0.000000,0.890591,0.000000,0.000000 +60,100,0,-->,0.000000,0.958308,0.000000,0.000000 +60,100,25,-->,0.000000,1.000000,0.159763,0.000000 +60,100,50,-->,0.000000,1.000000,0.483561,0.000000 +60,100,75,-->,0.000000,1.000000,0.707296,0.000000 +60,100,100,-->,0.000000,1.000000,0.888654,0.000000 +60,100,128,-->,0.000000,1.000000,0.919672,0.000000 +60,128,-127,-->,0.562462,0.747335,0.000000,0.000000 +60,128,-100,-->,0.477870,0.802487,0.000000,0.000000 +60,128,-75,-->,0.315884,0.869940,0.000000,0.000000 +60,128,-50,-->,0.125733,0.925276,0.000000,0.000000 +60,128,-25,-->,0.000000,0.984929,0.000000,0.000000 +60,128,0,-->,0.000000,1.000000,0.000000,0.000000 +60,128,25,-->,0.000000,1.000000,0.025747,0.000000 +60,128,50,-->,0.000000,1.000000,0.351048,0.000000 +60,128,75,-->,0.000000,1.000000,0.573722,0.000000 +60,128,100,-->,0.000000,1.000000,0.712040,0.000000 +60,128,128,-->,0.000000,1.000000,0.730351,0.000000 +80,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-75,-->,1.000000,0.000000,0.000000,0.000000 +80,-127,-50,-->,1.000000,0.000000,0.048463,0.000000 +80,-127,-25,-->,1.000000,0.000000,0.236130,0.000000 +80,-127,0,-->,1.000000,0.000000,0.442323,0.000000 +80,-127,25,-->,1.000000,0.000000,0.666126,0.000000 +80,-127,50,-->,0.982389,0.000000,1.000000,0.000000 +80,-127,75,-->,0.916377,0.000000,1.000000,0.000000 +80,-127,100,-->,0.841738,0.000000,1.000000,0.000000 +80,-127,128,-->,0.809561,0.000000,1.000000,0.000000 +80,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-75,-->,1.000000,0.000000,0.000000,0.000000 +80,-100,-50,-->,1.000000,0.000000,0.017689,0.000000 +80,-100,-25,-->,0.976883,0.000000,0.198457,0.000000 +80,-100,0,-->,0.906500,0.000000,0.408955,0.000000 +80,-100,25,-->,0.871196,0.000000,0.632229,0.000000 +80,-100,50,-->,0.822738,0.000000,0.964023,0.000000 +80,-100,75,-->,0.786012,0.000000,1.000000,0.000000 +80,-100,100,-->,0.747124,0.000000,1.000000,0.000000 +80,-100,128,-->,0.724242,0.000000,1.000000,0.000000 +80,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-100,-->,1.000000,0.000000,0.000000,0.000000 +80,-75,-75,-->,0.991954,0.000000,0.000000,0.000000 +80,-75,-50,-->,0.845714,0.000000,0.000000,0.000000 +80,-75,-25,-->,0.774196,0.000000,0.134667,0.000000 +80,-75,0,-->,0.708104,0.000000,0.356636,0.000000 +80,-75,25,-->,0.677351,0.000000,0.582488,0.000000 +80,-75,50,-->,0.643860,0.000000,0.867194,0.000000 +80,-75,75,-->,0.619562,0.000000,1.000000,0.000000 +80,-75,100,-->,0.604217,0.000000,1.000000,0.000000 +80,-75,128,-->,0.595326,0.000000,1.000000,0.000000 +80,-50,-127,-->,1.000000,0.000000,0.000000,0.000000 +80,-50,-100,-->,0.912697,0.000000,0.000000,0.000000 +80,-50,-75,-->,0.762148,0.000000,0.000000,0.000000 +80,-50,-50,-->,0.671156,0.000000,0.000000,0.000000 +80,-50,-25,-->,0.598441,0.000000,0.068048,0.000000 +80,-50,0,-->,0.544918,0.000000,0.294633,0.000000 +80,-50,25,-->,0.520067,0.000000,0.524468,0.000000 +80,-50,50,-->,0.493128,0.000000,0.762235,0.000000 +80,-50,75,-->,0.473595,0.000000,1.000000,0.000000 +80,-50,100,-->,0.467298,0.000000,1.000000,0.000000 +80,-50,128,-->,0.467466,0.000000,1.000000,0.000000 +80,-25,-127,-->,0.838343,0.000000,0.000000,0.000000 +80,-25,-100,-->,0.699716,0.000000,0.000000,0.000000 +80,-25,-75,-->,0.573373,0.000000,0.000000,0.000000 +80,-25,-50,-->,0.503278,0.000000,0.000000,0.000000 +80,-25,-25,-->,0.453420,0.000000,0.000000,0.000000 +80,-25,0,-->,0.378510,0.000000,0.220639,0.000000 +80,-25,25,-->,0.328681,0.000000,0.457659,0.000000 +80,-25,50,-->,0.293002,0.000000,0.675669,0.000000 +80,-25,75,-->,0.275653,0.000000,0.961965,0.000000 +80,-25,100,-->,0.271428,0.000000,1.000000,0.000000 +80,-25,128,-->,0.270999,0.000000,1.000000,0.000000 +80,0,-127,-->,0.635890,0.061658,0.000000,0.000000 +80,0,-100,-->,0.534280,0.100788,0.000000,0.000000 +80,0,-75,-->,0.418571,0.124782,0.000000,0.000000 +80,0,-50,-->,0.311178,0.125346,0.000000,0.000000 +80,0,-25,-->,0.237884,0.111998,0.000000,0.000000 +80,0,0,-->,0.156241,0.123008,0.127194,0.000000 +80,0,25,-->,0.102149,0.135379,0.410758,0.000000 +80,0,50,-->,0.067596,0.130829,0.653250,0.000000 +80,0,75,-->,0.051040,0.124346,0.931112,0.000000 +80,0,100,-->,0.052127,0.115347,1.000000,0.000000 +80,0,128,-->,0.057541,0.113044,1.000000,0.000000 +80,25,-127,-->,0.522593,0.199064,0.000000,0.000000 +80,25,-100,-->,0.414045,0.223190,0.000000,0.000000 +80,25,-75,-->,0.297090,0.230780,0.000000,0.000000 +80,25,-50,-->,0.215693,0.222572,0.000000,0.000000 +80,25,-25,-->,0.103140,0.260068,0.000000,0.000000 +80,25,0,-->,0.000000,0.311714,0.019582,0.000000 +80,25,25,-->,0.000000,0.321944,0.306566,0.000000 +80,25,50,-->,0.000000,0.317783,0.563875,0.000000 +80,25,75,-->,0.000000,0.309547,0.797232,0.000000 +80,25,100,-->,0.000000,0.303007,1.000000,0.000000 +80,25,128,-->,0.000000,0.297360,1.000000,0.000000 +80,50,-127,-->,0.424641,0.296895,0.000000,0.000000 +80,50,-100,-->,0.329166,0.293954,0.000000,0.000000 +80,50,-75,-->,0.244056,0.291495,0.000000,0.000000 +80,50,-50,-->,0.128510,0.323038,0.000000,0.000000 +80,50,-25,-->,0.000000,0.380395,0.000000,0.000000 +80,50,0,-->,0.000000,0.453419,0.000000,0.000000 +80,50,25,-->,0.000000,0.477684,0.207304,0.000000 +80,50,50,-->,0.000000,0.497816,0.490161,0.000000 +80,50,75,-->,0.000000,0.477050,0.732109,0.000000 +80,50,100,-->,0.000000,0.467324,1.000000,0.000000 +80,50,128,-->,0.000000,0.458410,1.000000,0.000000 +80,75,-127,-->,0.365531,0.345583,0.000000,0.000000 +80,75,-100,-->,0.289409,0.348136,0.000000,0.000000 +80,75,-75,-->,0.165490,0.385076,0.000000,0.000000 +80,75,-50,-->,0.042804,0.446743,0.000000,0.000000 +80,75,-25,-->,0.000000,0.513512,0.000000,0.000000 +80,75,0,-->,0.000000,0.597363,0.000000,0.000000 +80,75,25,-->,0.000000,0.645237,0.084695,0.000000 +80,75,50,-->,0.000000,0.664571,0.379516,0.000000 +80,75,75,-->,0.000000,0.656589,0.639578,0.000000 +80,75,100,-->,0.000000,0.637926,0.905577,0.000000 +80,75,128,-->,0.000000,0.634624,1.000000,0.000000 +80,100,-127,-->,0.321953,0.418336,0.000000,0.000000 +80,100,-100,-->,0.221675,0.455300,0.000000,0.000000 +80,100,-75,-->,0.083680,0.515385,0.000000,0.000000 +80,100,-50,-->,0.000000,0.587815,0.000000,0.000000 +80,100,-25,-->,0.000000,0.651385,0.000000,0.000000 +80,100,0,-->,0.000000,0.751116,0.000000,0.000000 +80,100,25,-->,0.000000,0.829401,0.000000,0.000000 +80,100,50,-->,0.000000,0.838202,0.273410,0.000000 +80,100,75,-->,0.000000,0.836515,0.545129,0.000000 +80,100,100,-->,0.000000,0.830374,0.763927,0.000000 +80,100,128,-->,0.000000,0.830449,0.947977,0.000000 +80,128,-127,-->,0.275507,0.510801,0.000000,0.000000 +80,128,-100,-->,0.168034,0.557696,0.000000,0.000000 +80,128,-75,-->,0.028337,0.625827,0.000000,0.000000 +80,128,-50,-->,0.000000,0.715203,0.000000,0.000000 +80,128,-25,-->,0.000000,0.761500,0.000000,0.000000 +80,128,0,-->,0.000000,0.870379,0.000000,0.000000 +80,128,25,-->,0.000000,0.962645,0.000000,0.000000 +80,128,50,-->,0.000000,0.975941,0.194396,0.000000 +80,128,75,-->,0.000000,0.980044,0.472498,0.000000 +80,128,100,-->,0.000000,1.000000,0.676797,0.000000 +80,128,128,-->,0.000000,1.000000,0.801823,0.000000 +100,-127,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-75,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-50,-->,1.000000,0.000000,0.000000,0.000000 +100,-127,-25,-->,1.000000,0.000000,0.121729,0.000000 +100,-127,0,-->,0.911572,0.000000,0.344766,0.000000 +100,-127,25,-->,0.817922,0.000000,0.598901,0.000000 +100,-127,50,-->,0.793755,0.000000,1.000000,0.000000 +100,-127,75,-->,0.703804,0.000000,1.000000,0.000000 +100,-127,100,-->,0.625744,0.000000,1.000000,0.000000 +100,-127,128,-->,0.600000,0.000000,1.000000,0.000000 +100,-100,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-100,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-75,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-50,-->,1.000000,0.000000,0.000000,0.000000 +100,-100,-25,-->,0.903575,0.000000,0.071735,0.000000 +100,-100,0,-->,0.766255,0.000000,0.295955,0.000000 +100,-100,25,-->,0.689471,0.000000,0.543228,0.000000 +100,-100,50,-->,0.655025,0.000000,0.912949,0.000000 +100,-100,75,-->,0.608093,0.000000,1.000000,0.000000 +100,-100,100,-->,0.564150,0.000000,1.000000,0.000000 +100,-100,128,-->,0.543259,0.000000,1.000000,0.000000 +100,-75,-127,-->,1.000000,0.000000,0.000000,0.000000 +100,-75,-100,-->,0.962319,0.000000,0.000000,0.000000 +100,-75,-75,-->,0.839297,0.000000,0.000000,0.000000 +100,-75,-50,-->,0.720374,0.000000,0.000000,0.000000 +100,-75,-25,-->,0.677766,0.000000,0.016376,0.000000 +100,-75,0,-->,0.579359,0.000000,0.233155,0.000000 +100,-75,25,-->,0.526384,0.000000,0.469438,0.000000 +100,-75,50,-->,0.502337,0.000000,0.753724,0.000000 +100,-75,75,-->,0.494922,0.000000,1.000000,0.000000 +100,-75,100,-->,0.469957,0.000000,1.000000,0.000000 +100,-75,128,-->,0.455209,0.000000,1.000000,0.000000 +100,-50,-127,-->,0.840456,0.000000,0.000000,0.000000 +100,-50,-100,-->,0.721288,0.000000,0.000000,0.000000 +100,-50,-75,-->,0.580034,0.000000,0.000000,0.000000 +100,-50,-50,-->,0.519488,0.000000,0.000000,0.000000 +100,-50,-25,-->,0.475655,0.000000,0.000000,0.000000 +100,-50,0,-->,0.413427,0.000000,0.165815,0.000000 +100,-50,25,-->,0.349216,0.000000,0.404660,0.000000 +100,-50,50,-->,0.317545,0.000000,0.652842,0.000000 +100,-50,75,-->,0.311935,0.000000,1.000000,0.000000 +100,-50,100,-->,0.313461,0.000000,1.000000,0.000000 +100,-50,128,-->,0.305265,0.000000,1.000000,0.000000 +100,-25,-127,-->,0.641352,0.000000,0.000000,0.000000 +100,-25,-100,-->,0.523695,0.000000,0.000000,0.000000 +100,-25,-75,-->,0.400634,0.000000,0.000000,0.000000 +100,-25,-50,-->,0.291823,0.000000,0.000000,0.000000 +100,-25,-25,-->,0.244761,0.000000,0.000000,0.000000 +100,-25,0,-->,0.201663,0.000000,0.085752,0.000000 +100,-25,25,-->,0.151916,0.000000,0.326135,0.000000 +100,-25,50,-->,0.136812,0.000000,0.568551,0.000000 +100,-25,75,-->,0.126658,0.000000,0.831640,0.000000 +100,-25,100,-->,0.125631,0.000000,1.000000,0.000000 +100,-25,128,-->,0.125631,0.000000,1.000000,0.000000 +100,0,-127,-->,0.479311,0.000000,0.000000,0.000000 +100,0,-100,-->,0.358012,0.000000,0.000000,0.000000 +100,0,-75,-->,0.234940,0.017247,0.000000,0.000000 +100,0,-50,-->,0.130600,0.019388,0.000000,0.000000 +100,0,-25,-->,0.056466,0.011396,0.000000,0.000000 +100,0,0,-->,0.000000,0.000000,0.000000,0.000000 +100,0,25,-->,0.000000,0.010885,0.243134,0.000000 +100,0,50,-->,0.000000,0.015137,0.490522,0.000000 +100,0,75,-->,0.000000,0.000921,0.716816,0.000000 +100,0,100,-->,0.000000,0.000000,1.000000,0.000000 +100,0,128,-->,0.000000,0.000000,1.000000,0.000000 +100,25,-127,-->,0.323864,0.089973,0.000000,0.000000 +100,25,-100,-->,0.230059,0.103654,0.000000,0.000000 +100,25,-75,-->,0.130923,0.105342,0.000000,0.000000 +100,25,-50,-->,0.070434,0.086604,0.000000,0.000000 +100,25,-25,-->,0.000000,0.096199,0.000000,0.000000 +100,25,0,-->,0.000000,0.163847,0.000000,0.000000 +100,25,25,-->,0.000000,0.185452,0.154529,0.000000 +100,25,50,-->,0.000000,0.182102,0.400654,0.000000 +100,25,75,-->,0.000000,0.187789,0.657924,0.000000 +100,25,100,-->,0.000000,0.173207,1.000000,0.000000 +100,25,128,-->,0.000000,0.155971,1.000000,0.000000 +100,50,-127,-->,0.234938,0.164207,0.000000,0.000000 +100,50,-100,-->,0.163747,0.156491,0.000000,0.000000 +100,50,-75,-->,0.099510,0.148097,0.000000,0.000000 +100,50,-50,-->,0.003544,0.175983,0.000000,0.000000 +100,50,-25,-->,0.000000,0.242729,0.000000,0.000000 +100,50,0,-->,0.000000,0.341054,0.000000,0.000000 +100,50,25,-->,0.000000,0.391865,0.049443,0.000000 +100,50,50,-->,0.000000,0.388278,0.302450,0.000000 +100,50,75,-->,0.000000,0.385039,0.562706,0.000000 +100,50,100,-->,0.000000,0.364202,0.908335,0.000000 +100,50,128,-->,0.000000,0.357933,1.000000,0.000000 +100,75,-127,-->,0.200000,0.202798,0.000000,0.000000 +100,75,-100,-->,0.130146,0.217751,0.000000,0.000000 +100,75,-75,-->,0.023870,0.266444,0.000000,0.000000 +100,75,-50,-->,0.000000,0.314960,0.000000,0.000000 +100,75,-25,-->,0.000000,0.394730,0.000000,0.000000 +100,75,0,-->,0.000000,0.514641,0.000000,0.000000 +100,75,25,-->,0.000000,0.607466,0.000000,0.000000 +100,75,50,-->,0.000000,0.595959,0.195707,0.000000 +100,75,75,-->,0.000000,0.580615,0.454848,0.000000 +100,75,100,-->,0.000000,0.567300,0.727838,0.000000 +100,75,128,-->,0.000000,0.564126,1.000000,0.000000 +100,100,-127,-->,0.150323,0.288144,0.000000,0.000000 +100,100,-100,-->,0.064736,0.325504,0.000000,0.000000 +100,100,-75,-->,0.000000,0.394161,0.000000,0.000000 +100,100,-50,-->,0.000000,0.463022,0.000000,0.000000 +100,100,-25,-->,0.000000,0.545173,0.000000,0.000000 +100,100,0,-->,0.000000,0.678256,0.000000,0.000000 +100,100,25,-->,0.000000,0.800014,0.000000,0.000000 +100,100,50,-->,0.000000,0.799031,0.105751,0.000000 +100,100,75,-->,0.000000,0.796686,0.367416,0.000000 +100,100,100,-->,0.000000,0.810239,0.636548,0.000000 +100,100,128,-->,0.000000,0.819522,0.875814,0.000000 +100,128,-127,-->,0.094118,0.364706,0.000000,0.000000 +100,128,-100,-->,0.008993,0.426655,0.000000,0.000000 +100,128,-75,-->,0.000000,0.506994,0.000000,0.000000 +100,128,-50,-->,0.000000,0.567262,0.000000,0.000000 +100,128,-25,-->,0.000000,0.664230,0.000000,0.000000 +100,128,0,-->,0.000000,0.822480,0.000000,0.000000 +100,128,25,-->,0.000000,1.000000,0.000000,0.000000 +100,128,50,-->,0.000000,1.000000,0.013502,0.000000 +100,128,75,-->,0.000000,1.000000,0.252255,0.000000 +100,128,100,-->,0.000000,1.000000,0.519446,0.000000 +100,128,128,-->,0.000000,1.000000,0.709804,0.000000 +-1,0,0,-->,0.850980,0.800000,0.749020,0.800000 +101,0,0,-->,0.000000,0.000000,0.000000,0.000000 +50,-130,0,-->,1.000000,0.000000,0.670523,0.000000 +50,130,0,-->,0.000000,1.000000,0.000000,0.000000 +50,0,-130,-->,1.000000,0.187536,0.000000,0.000000 +50,0,130,-->,0.504124,0.435890,1.000000,0.009828 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-0.csv new file mode 100644 index 0000000..690d0ad --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-0.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,100.000000,0.000008,0.000008 +0,0,0,0.2,-->,87.161674,-0.132347,-0.394898 +0,0,0,0.4,-->,73.615593,-0.235565,-0.659728 +0,0,0,0.6,-->,55.737568,-0.148124,-0.518361 +0,0,0,0.8,-->,38.003784,0.080563,-0.043584 +0,0,0,1,-->,9.967654,1.491488,3.578002 +0,0,0.2,0,-->,98.603500,-2.791969,18.221611 +0,0,0.2,0.2,-->,85.870857,-2.580616,15.085578 +0,0,0.2,0.4,-->,72.979286,-2.340082,12.110991 +0,0,0.2,0.6,-->,55.047161,-1.783404,8.980203 +0,0,0.2,0.8,-->,37.006493,-1.160207,6.999612 +0,0,0.2,1,-->,8.769151,0.470924,6.965186 +0,0,0.4,0,-->,97.221344,-4.707393,37.414379 +0,0,0.4,0.2,-->,84.447510,-4.466858,32.309750 +0,0,0.4,0.4,-->,71.205544,-3.983615,25.683771 +0,0,0.4,0.6,-->,54.224091,-3.161848,19.746485 +0,0,0.4,0.8,-->,36.120770,-2.280873,14.887214 +0,0,0.4,1,-->,7.679651,-0.550210,7.817450 +0,0,0.6,0,-->,95.918304,-5.979899,59.711128 +0,0,0.6,0.2,-->,83.225929,-5.747047,51.702648 +0,0,0.6,0.4,-->,70.028709,-5.271229,42.663280 +0,0,0.6,0.6,-->,53.008427,-4.284171,33.165539 +0,0,0.6,0.8,-->,35.059383,-3.322747,25.412968 +0,0,0.6,1,-->,6.731291,-1.444789,6.186349 +0,0,0.8,0,-->,94.870819,-6.564436,82.860107 +0,0,0.8,0.2,-->,82.077301,-6.367144,71.896828 +0,0,0.8,0.4,-->,69.037636,-6.042063,60.947735 +0,0,0.8,0.6,-->,51.924652,-5.018087,48.506016 +0,0,0.8,0.8,-->,34.363361,-4.025998,38.068157 +0,0,0.8,1,-->,6.064477,-2.075114,5.037443 +0,0,1,0,-->,94.299400,-6.660966,98.877129 +0,0,1,0.2,-->,81.352760,-6.499323,86.214569 +0,0,1,0.4,-->,68.441673,-6.325696,74.288910 +0,0,1,0.6,-->,51.296867,-5.327702,60.635845 +0,0,1,0.8,-->,34.086212,-4.320878,48.072079 +0,0,1,1,-->,5.746100,-2.379881,4.486533 +0,0.2,0,0,-->,89.808060,14.356792,-3.309083 +0,0.2,0,0.2,-->,78.773094,11.584765,-3.150821 +0,0.2,0,0.4,-->,67.198318,9.492004,-2.899168 +0,0.2,0,0.6,-->,50.715668,7.578078,-2.294264 +0,0.2,0,0.8,-->,34.167019,6.281040,-1.165998 +0,0.2,0,1,-->,6.864595,6.404625,3.826980 +0,0.2,0.2,0,-->,88.333824,12.163991,13.121615 +0,0.2,0.2,0.2,-->,77.495735,9.625940,10.971539 +0,0.2,0.2,0.4,-->,66.090828,7.631928,8.953984 +0,0.2,0.2,0.6,-->,49.831623,5.985583,6.802828 +0,0.2,0.2,0.8,-->,33.005733,4.991526,5.615012 +0,0.2,0.2,1,-->,5.963179,4.925790,4.806704 +0,0.2,0.4,0,-->,87.337944,10.163778,30.949377 +0,0.2,0.4,0.2,-->,76.093605,7.935851,26.696888 +0,0.2,0.4,0.4,-->,64.410034,6.064026,21.724627 +0,0.2,0.4,0.6,-->,48.884884,4.665488,16.843349 +0,0.2,0.4,0.8,-->,31.969023,3.845705,13.264518 +0,0.2,0.4,1,-->,5.212270,3.679578,3.568122 +0,0.2,0.6,0,-->,86.083717,9.186060,51.937595 +0,0.2,0.6,0.2,-->,74.851395,6.920394,45.439201 +0,0.2,0.6,0.4,-->,63.105179,4.895087,37.744781 +0,0.2,0.6,0.6,-->,47.967670,3.574613,29.810274 +0,0.2,0.6,0.8,-->,30.994347,2.886363,23.638235 +0,0.2,0.6,1,-->,4.572674,2.618325,2.465376 +0,0.2,0.8,0,-->,85.093521,8.752610,73.921608 +0,0.2,0.8,0.2,-->,73.925125,6.342111,65.207275 +0,0.2,0.8,0.4,-->,62.285179,4.251265,55.637062 +0,0.2,0.8,0.6,-->,46.949688,2.947418,44.542587 +0,0.2,0.8,0.8,-->,30.388296,2.282697,35.552738 +0,0.2,0.8,1,-->,4.123960,1.871726,1.691722 +0,0.2,1,0,-->,84.580315,8.666036,89.234421 +0,0.2,1,0.2,-->,73.453934,6.134596,79.084480 +0,0.2,1,0.4,-->,61.947735,4.055226,68.999275 +0,0.2,1,0.6,-->,46.236900,2.738749,56.416370 +0,0.2,1,0.8,-->,30.156982,2.052125,44.131538 +0,0.2,1,1,-->,3.909569,1.515457,1.320315 +0,0.4,0,0,-->,79.228691,30.110033,-5.637621 +0,0.4,0,0.2,-->,69.854759,24.607365,-5.169615 +0,0.4,0,0.4,-->,59.322792,20.905193,-4.699839 +0,0.4,0,0.6,-->,44.528584,16.703926,-3.752147 +0,0.4,0,0.8,-->,29.927773,13.447622,-2.313415 +0,0.4,0,1,-->,3.964464,10.555658,1.415872 +0,0.4,0.2,0,-->,77.915001,28.417831,9.152699 +0,0.4,0.2,0.2,-->,68.704727,23.208433,7.784255 +0,0.4,0.2,0.4,-->,58.405411,19.152470,6.187778 +0,0.4,0.2,0.6,-->,43.697262,15.384728,4.722333 +0,0.4,0.2,0.8,-->,28.610342,12.300798,4.146907 +0,0.4,0.2,1,-->,3.450131,8.850751,0.529958 +0,0.4,0.4,0,-->,77.598259,25.888323,25.662371 +0,0.4,0.4,0.2,-->,67.679611,21.373602,22.108482 +0,0.4,0.4,0.4,-->,57.008820,17.509134,18.231461 +0,0.4,0.4,0.6,-->,42.780453,14.023778,14.213327 +0,0.4,0.4,0.8,-->,27.430109,11.210652,11.657387 +0,0.4,0.4,1,-->,3.222277,6.572059,0.137104 +0,0.4,0.6,0,-->,76.431343,25.190208,45.278164 +0,0.4,0.6,0.2,-->,66.549385,20.533497,39.819363 +0,0.4,0.6,0.4,-->,55.947548,16.675474,33.541676 +0,0.4,0.6,0.6,-->,42.030022,13.154415,26.829456 +0,0.4,0.6,0.8,-->,26.480059,10.430357,21.905924 +0,0.4,0.6,1,-->,3.170330,4.017137,0.047429 +0,0.4,0.8,0,-->,75.522270,24.893551,65.627991 +0,0.4,0.8,0.2,-->,65.753799,20.104258,58.490967 +0,0.4,0.8,0.4,-->,55.189472,16.365015,50.197639 +0,0.4,0.8,0.6,-->,41.266766,12.624693,41.023518 +0,0.4,0.8,0.8,-->,26.039427,9.873200,33.271297 +0,0.4,0.8,1,-->,3.138516,2.201275,-0.007318 +0,0.4,1,0,-->,75.090393,24.792614,79.435562 +0,0.4,1,0.2,-->,65.389679,19.962374,71.409790 +0,0.4,1,0.4,-->,54.813515,16.359573,62.319080 +0,0.4,1,0.6,-->,40.756115,12.403743,51.913082 +0,0.4,1,0.8,-->,25.971390,9.605907,39.262707 +0,0.4,1,1,-->,3.137238,1.274520,-0.009522 +0,0.6,0,0,-->,68.108925,47.978817,-6.376932 +0,0.6,0,0.2,-->,59.856407,40.552738,-6.166879 +0,0.6,0,0.4,-->,50.590729,35.121796,-5.676759 +0,0.6,0,0.6,-->,37.127815,28.611834,-4.590511 +0,0.6,0,0.8,-->,24.142542,22.978317,-2.837452 +0,0.6,0,1,-->,3.137238,6.777339,-0.009522 +0,0.6,0.2,0,-->,67.208023,46.284260,6.907657 +0,0.6,0.2,0.2,-->,59.099014,39.193279,5.624451 +0,0.6,0.2,0.4,-->,49.808304,33.569031,4.336320 +0,0.6,0.2,0.6,-->,36.913784,27.181849,3.303413 +0,0.6,0.2,0.8,-->,23.188522,21.855919,3.434309 +0,0.6,0.2,1,-->,3.137238,4.144035,-0.009522 +0,0.6,0.4,0,-->,66.965164,44.373569,21.691919 +0,0.6,0.4,0.2,-->,58.321709,37.593304,18.745283 +0,0.6,0.4,0.4,-->,48.798409,32.012695,15.589689 +0,0.6,0.4,0.6,-->,35.910118,25.945366,12.438685 +0,0.6,0.4,0.8,-->,22.144665,20.888779,10.902839 +0,0.6,0.4,1,-->,3.137238,1.949029,-0.009522 +0,0.6,0.6,0,-->,66.208389,43.558060,39.722469 +0,0.6,0.6,0.2,-->,57.388611,36.840385,34.986752 +0,0.6,0.6,0.4,-->,47.875896,31.167030,29.724186 +0,0.6,0.6,0.6,-->,35.330555,25.116037,24.170708 +0,0.6,0.6,0.8,-->,21.449766,20.229544,20.228283 +0,0.6,0.6,1,-->,3.137238,0.230929,-0.009522 +0,0.6,0.8,0,-->,65.558853,43.269669,58.184917 +0,0.6,0.8,0.2,-->,56.841732,36.489071,51.990307 +0,0.6,0.8,0.4,-->,47.398933,30.911835,44.921211 +0,0.6,0.8,0.6,-->,34.816608,24.784588,37.125034 +0,0.6,0.8,0.8,-->,21.198143,19.588717,29.377796 +0,0.6,0.8,1,-->,3.137238,0.045377,-0.009522 +0,0.6,1,0,-->,65.210953,43.261917,70.558525 +0,0.6,1,0.2,-->,56.660904,36.399727,63.496334 +0,0.6,1,0.4,-->,47.280190,30.972570,55.535152 +0,0.6,1,0.6,-->,34.486328,24.774025,46.819469 +0,0.6,1,0.8,-->,21.212788,19.173779,31.155220 +0,0.6,1,1,-->,3.137238,0.045377,-0.009522 +0,0.8,0,0,-->,58.212589,65.781029,-5.762687 +0,0.8,0,0.2,-->,50.698532,57.041939,-6.068525 +0,0.8,0,0.4,-->,42.402256,49.958557,-5.731377 +0,0.8,0,0.6,-->,30.228788,41.179279,-4.662213 +0,0.8,0,0.8,-->,18.393684,33.590405,-2.768858 +0,0.8,0,1,-->,3.137238,1.559322,-0.009522 +0,0.8,0.2,0,-->,57.746357,63.976051,6.170512 +0,0.8,0.2,0.2,-->,50.295753,55.586193,4.698866 +0,0.8,0.2,0.4,-->,41.880867,48.426098,3.470392 +0,0.8,0.2,0.6,-->,30.422031,39.568939,2.662874 +0,0.8,0.2,0.8,-->,17.773144,32.301315,3.399685 +0,0.8,0.2,1,-->,3.137238,0.111372,-0.009522 +0,0.8,0.4,0,-->,57.644062,62.452530,19.422575 +0,0.8,0.4,0.2,-->,49.866734,54.068855,16.690567 +0,0.8,0.4,0.4,-->,41.249763,46.787899,13.903994 +0,0.8,0.4,0.6,-->,29.615330,38.389256,11.468187 +0,0.8,0.4,0.8,-->,16.984743,31.252251,10.382829 +0,0.8,0.4,1,-->,3.137238,0.045377,-0.009522 +0,0.8,0.6,0,-->,57.276989,61.462074,35.778538 +0,0.8,0.6,0.2,-->,49.250034,53.166786,31.467304 +0,0.8,0.6,0.4,-->,40.596283,45.767048,27.030754 +0,0.8,0.6,0.6,-->,29.245876,37.438683,22.510714 +0,0.8,0.6,0.8,-->,16.636465,30.309401,18.982634 +0,0.8,0.6,1,-->,3.137238,0.045377,-0.009522 +0,0.8,0.8,0,-->,56.910706,60.983116,52.167774 +0,0.8,0.8,0.2,-->,48.963860,52.624615,46.591057 +0,0.8,0.8,0.4,-->,40.379047,45.208080,40.708485 +0,0.8,0.8,0.6,-->,28.992680,36.956520,34.015873 +0,0.8,0.8,0.8,-->,16.642506,29.492779,23.275082 +0,0.8,0.8,1,-->,3.137238,0.045377,-0.009522 +0,0.8,1,0,-->,56.686436,60.871132,62.859791 +0,0.8,1,0.2,-->,48.928650,52.403057,56.441193 +0,0.8,1,0.4,-->,40.428604,45.024216,49.614403 +0,0.8,1,0.6,-->,28.854338,36.838955,41.641731 +0,0.8,1,0.8,-->,16.776806,29.028200,23.506975 +0,0.8,1,1,-->,3.137238,0.045377,-0.009522 +0,1,0,0,-->,49.823017,82.506683,-3.720494 +0,1,0,0.2,-->,42.640465,73.356239,-4.813931 +0,1,0,0.4,-->,34.943218,65.073357,-4.811948 +0,1,0,0.6,-->,24.018478,54.000793,-3.883224 +0,1,0,0.8,-->,12.822679,45.299992,-1.917225 +0,1,0,1,-->,3.137238,0.045377,-0.009522 +0,1,0.2,0,-->,49.786835,80.458580,7.006573 +0,1,0.2,0.2,-->,42.532673,71.715294,5.093361 +0,1,0.2,0.4,-->,34.837933,63.142147,3.674912 +0,1,0.2,0.6,-->,24.343485,52.439247,2.884494 +0,1,0.2,0.8,-->,12.524981,43.482517,3.704459 +0,1,0.2,1,-->,3.137238,0.045377,-0.009522 +0,1,0.4,0,-->,49.933884,78.883621,18.971371 +0,1,0.4,0.2,-->,42.569683,69.900162,16.035208 +0,1,0.4,0.4,-->,34.570530,61.217049,13.264108 +0,1,0.4,0.6,-->,24.077225,50.734962,11.422606 +0,1,0.4,0.8,-->,12.166257,41.753048,10.439355 +0,1,0.4,1,-->,3.137238,0.045377,-0.009522 +0,1,0.6,0,-->,49.903000,77.697784,33.571877 +0,1,0.6,0.2,-->,42.386333,68.462440,29.383785 +0,1,0.6,0.4,-->,34.337032,59.653522,25.635941 +0,1,0.6,0.6,-->,23.956978,49.449993,21.840263 +0,1,0.6,0.8,-->,12.264436,39.994076,15.725950 +0,1,0.6,1,-->,3.137238,0.045377,-0.009522 +0,1,0.8,0,-->,49.820858,76.838753,47.713165 +0,1,0.8,0.2,-->,42.359722,67.479935,42.438534 +0,1,0.8,0.4,-->,34.338696,58.543541,37.684940 +0,1,0.8,0.6,-->,23.978539,48.463566,32.049084 +0,1,0.8,0.8,-->,12.581966,38.890129,16.274488 +0,1,0.8,1,-->,3.137238,0.045377,-0.009522 +0,1,1,0,-->,49.755043,76.408539,56.490711 +0,1,1,0.2,-->,42.419113,67.029884,50.428501 +0,1,1,0.4,-->,34.437469,58.011845,44.731754 +0,1,1,0.6,-->,24.044836,47.937111,36.038063 +0,1,1,0.8,-->,12.859697,38.453487,16.753340 +0,1,1,1,-->,3.137238,0.045377,-0.009522 +0.2,0,0,0,-->,91.574753,-7.741689,-10.639300 +0.2,0,0,0.2,-->,80.228371,-6.752283,-9.248878 +0.2,0,0,0.4,-->,68.065765,-5.840363,-8.054671 +0.2,0,0,0.6,-->,51.989849,-4.661081,-6.454014 +0.2,0,0,0.8,-->,35.059952,-3.162023,-4.565273 +0.2,0,0,1,-->,7.476041,-0.543105,-0.264367 +0.2,0,0.2,0,-->,89.989006,-11.374499,6.905514 +0.2,0,0.2,0.2,-->,78.702843,-9.944500,5.781534 +0.2,0,0.2,0.4,-->,66.997955,-8.481297,4.461181 +0.2,0,0.2,0.6,-->,50.683819,-6.750345,2.898553 +0.2,0,0.2,0.8,-->,33.751759,-4.774406,2.394320 +0.2,0,0.2,1,-->,6.495664,-1.926413,3.339557 +0.2,0,0.4,0,-->,88.609451,-13.953300,26.297514 +0.2,0,0.4,0.2,-->,77.171104,-12.351959,22.391066 +0.2,0,0.4,0.4,-->,65.015900,-10.614069,17.509119 +0.2,0,0.4,0.6,-->,49.552673,-8.455009,13.712180 +0.2,0,0.4,0.8,-->,32.654724,-6.236628,10.349740 +0.2,0,0.4,1,-->,5.679683,-3.076968,4.373041 +0.2,0,0.6,0,-->,87.183815,-16.018185,47.866920 +0.2,0,0.6,0.2,-->,75.819008,-14.204504,41.337624 +0.2,0,0.6,0.4,-->,63.902412,-12.328803,34.430233 +0.2,0,0.6,0.6,-->,48.403435,-9.919611,26.616165 +0.2,0,0.6,0.8,-->,31.602959,-7.602647,20.699350 +0.2,0,0.6,1,-->,4.984722,-4.054291,3.175026 +0.2,0,0.8,0,-->,86.072189,-17.077446,70.146034 +0.2,0,0.8,0.2,-->,74.715172,-15.276792,61.284138 +0.2,0,0.8,0.4,-->,63.026257,-13.478371,52.400730 +0.2,0,0.8,0.6,-->,47.238441,-10.932979,41.309036 +0.2,0,0.8,0.8,-->,30.888432,-8.585449,32.809029 +0.2,0,0.8,1,-->,4.496885,-4.743301,2.332398 +0.2,0,1,0,-->,85.491798,-17.325520,85.462532 +0.2,0,1,0.2,-->,74.098839,-15.640676,75.427177 +0.2,0,1,0.4,-->,62.516014,-13.990135,65.149139 +0.2,0,1,0.6,-->,46.470722,-11.396531,53.148529 +0.2,0,1,0.8,-->,30.575886,-9.036379,42.224499 +0.2,0,1,1,-->,4.263227,-4.723101,1.931018 +0.2,0.2,0,0,-->,81.896576,5.849414,-13.368868 +0.2,0.2,0,0.2,-->,72.167992,4.544290,-11.362454 +0.2,0.2,0,0.4,-->,61.614685,3.693197,-9.651353 +0.2,0.2,0,0.6,-->,46.888531,2.707150,-7.411791 +0.2,0.2,0,0.8,-->,31.245745,2.760331,-5.222143 +0.2,0.2,0,1,-->,4.737717,3.921093,0.234881 +0.2,0.2,0.2,0,-->,80.560677,3.121707,2.841601 +0.2,0.2,0.2,0.2,-->,70.891602,2.180163,2.708244 +0.2,0.2,0.2,0.4,-->,60.520012,1.346731,2.014812 +0.2,0.2,0.2,0.6,-->,46.246769,0.681372,1.558608 +0.2,0.2,0.2,0.8,-->,30.112358,1.128714,1.481898 +0.2,0.2,0.2,1,-->,4.101089,2.365062,1.615286 +0.2,0.2,0.4,0,-->,79.493370,0.362782,20.494087 +0.2,0.2,0.4,0.2,-->,69.564758,-0.317990,17.963955 +0.2,0.2,0.4,0.4,-->,59.013821,-0.856520,14.505273 +0.2,0.2,0.4,0.6,-->,44.922848,-0.948490,11.679304 +0.2,0.2,0.4,0.8,-->,28.923651,-0.322641,9.139824 +0.2,0.2,0.4,1,-->,3.569882,1.066261,0.735420 +0.2,0.2,0.6,0,-->,78.093765,-1.320748,40.907307 +0.2,0.2,0.6,0.2,-->,68.210724,-1.878292,36.083950 +0.2,0.2,0.6,0.4,-->,57.855385,-2.404838,30.252783 +0.2,0.2,0.6,0.6,-->,43.892311,-2.331676,24.311150 +0.2,0.2,0.6,0.8,-->,27.933002,-1.590921,19.366125 +0.2,0.2,0.6,1,-->,3.240295,-0.143138,0.168171 +0.2,0.2,0.8,0,-->,77.124481,-2.152592,62.076229 +0.2,0.2,0.8,0.2,-->,67.283783,-2.759876,55.241352 +0.2,0.2,0.8,0.4,-->,56.998520,-3.413319,47.457363 +0.2,0.2,0.8,0.6,-->,42.872150,-3.252686,38.493706 +0.2,0.2,0.8,0.8,-->,27.330776,-2.481997,30.783798 +0.2,0.2,0.8,1,-->,3.189606,-0.145403,0.080715 +0.2,0.2,1,0,-->,76.702507,-2.351610,76.421432 +0.2,0.2,1,0.2,-->,66.870888,-3.066481,68.563316 +0.2,0.2,1,0.4,-->,56.555992,-3.851830,60.070999 +0.2,0.2,1,0.6,-->,42.192436,-3.653762,49.676521 +0.2,0.2,1,0.8,-->,27.104988,-2.884623,38.743244 +0.2,0.2,1,1,-->,3.165322,-0.063799,0.038872 +0.2,0.4,0,0,-->,71.905792,21.153183,-15.138342 +0.2,0.4,0,0.2,-->,63.603256,17.573305,-13.041250 +0.2,0.4,0,0.4,-->,54.091293,15.232888,-11.110201 +0.2,0.4,0,0.6,-->,41.205891,11.446209,-8.525572 +0.2,0.4,0,0.8,-->,27.155918,9.671932,-6.043963 +0.2,0.4,0,1,-->,3.155035,4.235641,0.021074 +0.2,0.4,0.2,0,-->,71.038094,18.430767,-0.388316 +0.2,0.4,0.2,0.2,-->,62.747997,15.336183,-0.053889 +0.2,0.4,0.2,0.4,-->,53.443306,12.680170,-0.231354 +0.2,0.4,0.2,0.6,-->,40.414246,9.723260,-0.115658 +0.2,0.4,0.2,0.8,-->,25.931362,8.157805,0.361687 +0.2,0.4,0.2,1,-->,3.138324,1.157669,-0.007638 +0.2,0.4,0.4,0,-->,70.051979,16.138258,15.446042 +0.2,0.4,0.4,0.2,-->,61.443882,13.148791,13.698105 +0.2,0.4,0.4,0.4,-->,52.033115,10.684974,11.611729 +0.2,0.4,0.4,0.6,-->,39.361885,8.045118,9.734447 +0.2,0.4,0.4,0.8,-->,24.791283,6.712910,7.895361 +0.2,0.4,0.4,1,-->,3.137296,0.117543,-0.009416 +0.2,0.4,0.6,0,-->,68.918335,14.465786,34.630985 +0.2,0.4,0.6,0.2,-->,60.191082,11.777962,30.819363 +0.2,0.4,0.6,0.4,-->,50.983608,9.111934,26.537085 +0.2,0.4,0.6,0.6,-->,38.349472,6.981601,21.583990 +0.2,0.4,0.6,0.8,-->,23.824358,5.648982,17.802706 +0.2,0.4,0.6,1,-->,3.137238,0.049147,-0.009522 +0.2,0.4,0.8,0,-->,68.033684,13.898111,54.319599 +0.2,0.4,0.8,0.2,-->,59.397793,11.055089,48.846737 +0.2,0.4,0.8,0.4,-->,50.288593,8.342597,42.577892 +0.2,0.4,0.8,0.6,-->,37.581017,6.191183,35.134186 +0.2,0.4,0.8,0.8,-->,23.374409,4.819441,28.667158 +0.2,0.4,0.8,1,-->,3.137238,0.045408,-0.009522 +0.2,0.4,1,0,-->,67.574905,13.998867,67.521034 +0.2,0.4,1,0.2,-->,59.081818,10.844853,61.143772 +0.2,0.4,1,0.4,-->,49.972881,8.192535,53.979942 +0.2,0.4,1,0.6,-->,37.188499,5.771290,45.542843 +0.2,0.4,1,0.8,-->,23.306177,4.385276,34.577362 +0.2,0.4,1,1,-->,3.137238,0.045377,-0.009522 +0.2,0.6,0,0,-->,61.474834,38.343067,-15.724263 +0.2,0.6,0,0.2,-->,54.163952,32.945091,-13.854422 +0.2,0.6,0,0.4,-->,45.662186,28.857773,-11.907748 +0.2,0.6,0,0.6,-->,34.079933,22.839882,-9.377251 +0.2,0.6,0,0.8,-->,21.496349,19.118332,-6.741408 +0.2,0.6,0,1,-->,3.137238,0.095610,-0.009522 +0.2,0.6,0.2,0,-->,60.751827,36.000340,-2.547756 +0.2,0.6,0.2,0.2,-->,53.571850,30.928341,-1.998974 +0.2,0.6,0.2,0.4,-->,45.198978,26.738230,-1.963552 +0.2,0.6,0.2,0.6,-->,33.710011,21.194708,-1.518361 +0.2,0.6,0.2,0.8,-->,20.571480,17.631882,-0.490683 +0.2,0.6,0.2,1,-->,3.137238,0.050150,-0.009522 +0.2,0.6,0.4,0,-->,60.153610,33.878868,11.887381 +0.2,0.6,0.4,0.2,-->,52.520214,29.111795,10.472869 +0.2,0.6,0.4,0.4,-->,44.263397,24.627293,8.960231 +0.2,0.6,0.4,0.6,-->,32.671959,19.882364,7.689883 +0.2,0.6,0.4,0.8,-->,19.586111,16.357918,6.929361 +0.2,0.6,0.4,1,-->,3.137238,0.045377,-0.009522 +0.2,0.6,0.6,0,-->,59.276878,32.512310,29.115215 +0.2,0.6,0.6,0.2,-->,51.485409,27.860584,26.138897 +0.2,0.6,0.6,0.4,-->,43.281189,23.269836,22.624008 +0.2,0.6,0.6,0.6,-->,31.917091,18.803436,18.739355 +0.2,0.6,0.6,0.8,-->,18.884565,15.384728,15.936930 +0.2,0.6,0.6,1,-->,3.137238,0.045377,-0.009522 +0.2,0.6,0.8,0,-->,58.564907,32.041042,46.686340 +0.2,0.6,0.8,0.2,-->,50.916641,27.248240,42.479691 +0.2,0.6,0.8,0.4,-->,42.843952,22.583458,37.256371 +0.2,0.6,0.8,0.6,-->,31.321516,18.168976,31.075029 +0.2,0.6,0.8,0.8,-->,18.639605,14.551205,24.781458 +0.2,0.6,0.8,1,-->,3.137238,0.045377,-0.009522 +0.2,0.6,1,0,-->,58.187790,32.101067,58.413971 +0.2,0.6,1,0.2,-->,50.748749,27.112541,53.365074 +0.2,0.6,1,0.4,-->,42.801289,22.409853,47.257843 +0.2,0.6,1,0.6,-->,30.988546,17.945091,40.378403 +0.2,0.6,1,0.8,-->,18.668211,14.073859,26.767929 +0.2,0.6,1,1,-->,3.137238,0.045377,-0.009522 +0.2,0.8,0,0,-->,51.950115,55.834988,-15.514925 +0.2,0.8,0,0.2,-->,45.332489,49.124393,-14.127338 +0.2,0.8,0,0.4,-->,37.705074,43.410870,-12.373664 +0.2,0.8,0,0.6,-->,27.133720,35.448124,-10.063639 +0.2,0.8,0,0.8,-->,15.649889,30.079710,-7.355668 +0.2,0.8,0,1,-->,3.137238,0.045377,-0.009522 +0.2,0.8,0.2,0,-->,51.464569,53.759903,-3.652060 +0.2,0.8,0.2,0.2,-->,44.959515,47.150173,-3.250824 +0.2,0.8,0.2,0.4,-->,37.342194,41.366699,-3.221855 +0.2,0.8,0.2,0.6,-->,27.059988,33.717758,-2.628532 +0.2,0.8,0.2,0.8,-->,15.030271,28.416645,-1.157190 +0.2,0.8,0.2,1,-->,3.137238,0.045377,-0.009522 +0.2,0.8,0.4,0,-->,51.206451,51.551933,9.366581 +0.2,0.8,0.4,0.2,-->,44.294685,45.317623,8.058494 +0.2,0.8,0.4,0.4,-->,36.869434,39.249851,6.822724 +0.2,0.8,0.4,0.6,-->,26.309322,32.477852,6.067157 +0.2,0.8,0.4,0.8,-->,14.321713,27.012180,5.751288 +0.2,0.8,0.4,1,-->,3.137238,0.045377,-0.009522 +0.2,0.8,0.6,0,-->,50.681259,50.296223,24.918736 +0.2,0.8,0.6,0.2,-->,43.592022,44.011238,22.328066 +0.2,0.8,0.6,0.4,-->,36.155155,37.819530,19.418669 +0.2,0.8,0.6,0.6,-->,25.814707,31.210211,16.501518 +0.2,0.8,0.6,0.8,-->,13.936019,25.772049,14.135113 +0.2,0.8,0.6,1,-->,3.137238,0.045377,-0.009522 +0.2,0.8,0.8,0,-->,50.281834,49.727528,40.462029 +0.2,0.8,0.8,0.2,-->,43.309772,43.354389,36.914085 +0.2,0.8,0.8,0.4,-->,35.973656,37.019779,32.559975 +0.2,0.8,0.8,0.6,-->,25.455608,30.489555,27.411722 +0.2,0.8,0.8,0.8,-->,13.939725,24.777323,18.615391 +0.2,0.8,0.8,1,-->,3.137238,0.045377,-0.009522 +0.2,0.8,1,0,-->,50.089027,49.621258,50.501595 +0.2,0.8,1,0.2,-->,43.309532,43.195389,46.273926 +0.2,0.8,1,0.4,-->,36.098854,36.756088,41.036713 +0.2,0.8,1,0.6,-->,25.267374,30.270977,34.912762 +0.2,0.8,1,0.8,-->,14.094314,24.242935,18.880404 +0.2,0.8,1,1,-->,3.137238,0.045377,-0.009522 +0.2,1,0,0,-->,43.561642,72.993881,-14.520062 +0.2,1,0,0.2,-->,37.305565,65.740875,-13.910910 +0.2,1,0,0.4,-->,30.382902,58.674057,-12.572203 +0.2,1,0,0.6,-->,20.471134,49.440491,-10.697308 +0.2,1,0,0.8,-->,9.893929,42.033871,-7.508542 +0.2,1,0,1,-->,3.137238,0.045377,-0.009522 +0.2,1,0.2,0,-->,43.442795,70.831688,-3.659485 +0.2,1,0.2,0.2,-->,37.116997,63.647579,-3.826136 +0.2,1,0.2,0.4,-->,30.040724,56.461498,-4.034175 +0.2,1,0.2,0.6,-->,20.507065,47.671154,-3.535786 +0.2,1,0.2,0.8,-->,9.605313,39.813057,-1.743567 +0.2,1,0.2,1,-->,3.137238,0.045377,-0.009522 +0.2,1,0.4,0,-->,43.445042,68.380959,7.896014 +0.2,1,0.4,0.2,-->,36.984161,61.189339,6.467002 +0.2,1,0.4,0.4,-->,30.000111,54.344418,5.211078 +0.2,1,0.4,0.6,-->,20.415943,45.612728,4.929696 +0.2,1,0.4,0.8,-->,9.327021,37.748642,5.018885 +0.2,1,0.4,1,-->,3.137238,0.045377,-0.009522 +0.2,1,0.6,0,-->,43.372803,66.836685,22.147150 +0.2,1,0.6,0.2,-->,36.731224,59.459492,19.463459 +0.2,1,0.6,0.4,-->,29.793823,52.211578,17.029249 +0.2,1,0.6,0.6,-->,20.175386,43.972572,14.812464 +0.2,1,0.6,0.8,-->,9.287763,35.939148,10.549913 +0.2,1,0.6,1,-->,3.137238,0.045377,-0.009522 +0.2,1,0.8,0,-->,43.423344,65.791611,35.824409 +0.2,1,0.8,0.2,-->,36.794567,58.499905,32.287056 +0.2,1,0.8,0.4,-->,29.862749,51.098480,28.606438 +0.2,1,0.8,0.6,-->,20.140387,42.783371,24.587835 +0.2,1,0.8,0.8,-->,9.602939,34.498554,11.137317 +0.2,1,0.8,1,-->,3.137238,0.045377,-0.009522 +0.2,1,1,0,-->,43.511135,65.286156,44.043568 +0.2,1,1,0.2,-->,36.975075,58.185890,40.067703 +0.2,1,1,0.4,-->,30.031944,50.829090,35.384514 +0.2,1,1,0.6,-->,20.212042,42.196259,28.955048 +0.2,1,1,0.8,-->,9.933994,33.773281,11.707514 +0.2,1,1,1,-->,3.137238,0.045377,-0.009522 +0.4,0,0,0,-->,83.236847,-14.831007,-20.764221 +0.4,0,0,0.2,-->,72.775902,-13.113234,-18.176552 +0.4,0,0,0.4,-->,61.871510,-11.320619,-15.556122 +0.4,0,0,0.6,-->,47.340874,-9.113971,-12.457874 +0.4,0,0,0.8,-->,31.937843,-6.574065,-8.974936 +0.4,0,0,1,-->,5.275716,-2.459980,-3.682474 +0.4,0,0.2,0,-->,81.700394,-19.191031,-3.983425 +0.4,0,0.2,0.2,-->,71.228867,-16.912315,-3.648709 +0.4,0,0.2,0.4,-->,60.960258,-14.388619,-3.028491 +0.4,0,0.2,0.6,-->,46.170082,-11.628896,-3.017365 +0.4,0,0.2,0.8,-->,30.514509,-8.673711,-2.096895 +0.4,0,0.2,1,-->,4.592696,-3.938268,0.303353 +0.4,0,0.4,0,-->,80.415581,-22.522509,14.430828 +0.4,0,0.4,0.2,-->,69.961777,-19.901068,12.618751 +0.4,0,0.4,0.4,-->,59.002792,-17.021864,9.915241 +0.4,0,0.4,0.6,-->,44.833717,-13.815435,7.737274 +0.4,0,0.4,0.8,-->,29.233690,-10.667282,5.816234 +0.4,0,0.4,1,-->,4.022746,-3.409610,1.516506 +0.4,0,0.6,0,-->,78.886253,-25.400337,35.545017 +0.4,0,0.6,0.2,-->,68.536789,-22.546652,31.069162 +0.4,0,0.6,0.4,-->,57.765736,-19.461302,26.167152 +0.4,0,0.6,0.6,-->,43.481045,-15.799506,20.108467 +0.4,0,0.6,0.8,-->,28.133408,-12.512326,15.992878 +0.4,0,0.6,1,-->,3.538170,-1.681683,0.680825 +0.4,0,0.8,0,-->,77.702972,-27.055885,57.184250 +0.4,0,0.8,0.2,-->,67.290962,-24.175261,50.163914 +0.4,0,0.8,0.4,-->,56.857918,-21.124807,43.186348 +0.4,0,0.8,0.6,-->,42.388283,-17.274815,34.180450 +0.4,0,0.8,0.8,-->,27.453869,-13.901372,27.613384 +0.4,0,0.8,1,-->,3.233908,-0.371309,0.157152 +0.4,0,1,0,-->,77.100616,-27.574778,71.738686 +0.4,0,1,0.2,-->,66.569984,-24.771509,63.378845 +0.4,0,1,0.4,-->,56.374775,-21.848440,54.924099 +0.4,0,1,0.6,-->,41.796150,-17.994452,45.187443 +0.4,0,1,0.8,-->,27.196327,-14.567909,36.377068 +0.4,0,1,1,-->,3.196998,-0.211671,0.093513 +0.4,0.2,0,0,-->,74.288406,-1.960490,-22.881058 +0.4,0.2,0,0.2,-->,65.174896,-2.030429,-19.788769 +0.4,0.2,0,0.4,-->,55.949474,-1.942965,-16.514872 +0.4,0.2,0,0.6,-->,42.807777,-1.986799,-12.826752 +0.4,0.2,0,0.8,-->,28.297182,-0.887108,-9.306833 +0.4,0.2,0,1,-->,3.293170,0.484588,-2.192991 +0.4,0.2,0.2,0,-->,73.067856,-5.193143,-7.048234 +0.4,0.2,0.2,0.2,-->,64.222931,-5.148086,-6.004309 +0.4,0.2,0.2,0.4,-->,54.860950,-4.703494,-5.027199 +0.4,0.2,0.2,0.6,-->,41.918190,-4.452898,-4.010024 +0.4,0.2,0.2,0.8,-->,27.056767,-2.960649,-2.706922 +0.4,0.2,0.2,1,-->,3.178457,0.083314,0.035650 +0.4,0.2,0.4,0,-->,71.718605,-8.928745,9.732882 +0.4,0.2,0.4,0.2,-->,62.724392,-8.412065,8.690598 +0.4,0.2,0.4,0.4,-->,53.558910,-7.678476,7.156087 +0.4,0.2,0.4,0.6,-->,40.616455,-6.566230,6.078481 +0.4,0.2,0.4,0.8,-->,25.832930,-4.868535,4.906335 +0.4,0.2,0.4,1,-->,3.145745,0.013079,0.005145 +0.4,0.2,0.6,0,-->,70.421089,-11.208084,29.550642 +0.4,0.2,0.6,0.2,-->,61.366726,-10.531188,26.393406 +0.4,0.2,0.6,0.4,-->,52.424259,-9.737882,22.613810 +0.4,0.2,0.6,0.6,-->,39.618195,-8.503351,18.535093 +0.4,0.2,0.6,0.8,-->,24.881065,-6.607222,15.020890 +0.4,0.2,0.6,1,-->,3.138696,0.039100,-0.006999 +0.4,0.2,0.8,0,-->,69.556389,-12.473348,49.962387 +0.4,0.2,0.8,0.2,-->,60.471535,-11.783601,44.885235 +0.4,0.2,0.8,0.4,-->,51.545544,-11.222591,39.077854 +0.4,0.2,0.8,0.6,-->,38.649002,-9.726543,32.061169 +0.4,0.2,0.8,0.8,-->,24.301064,-7.858814,25.954363 +0.4,0.2,0.8,1,-->,3.137238,0.045377,-0.009522 +0.4,0.2,1,0,-->,69.183067,-12.901303,63.639404 +0.4,0.2,1,0.2,-->,60.087540,-12.247473,57.449795 +0.4,0.2,1,0.4,-->,51.080070,-11.969031,50.684849 +0.4,0.2,1,0.6,-->,38.012310,-10.201875,42.182503 +0.4,0.2,1,0.8,-->,24.079212,-8.430121,33.280430 +0.4,0.2,1,1,-->,3.137238,0.045377,-0.009522 +0.4,0.4,0,0,-->,65.163788,12.614632,-24.075136 +0.4,0.4,0,0.2,-->,57.199078,10.569870,-20.976934 +0.4,0.4,0,0.4,-->,48.498093,9.043370,-17.824738 +0.4,0.4,0,0.6,-->,37.284428,6.486487,-13.826736 +0.4,0.4,0,0.8,-->,24.266953,5.837695,-9.937957 +0.4,0.4,0,1,-->,3.137238,0.075076,-0.009522 +0.4,0.4,0.2,0,-->,63.962055,9.846268,-9.670428 +0.4,0.4,0.2,0.2,-->,56.446030,7.711055,-8.151437 +0.4,0.4,0.2,0.4,-->,48.046650,6.257117,-7.039951 +0.4,0.4,0.2,0.6,-->,36.538334,4.450891,-5.471083 +0.4,0.4,0.2,0.8,-->,23.135880,3.896607,-3.560743 +0.4,0.4,0.2,1,-->,3.137238,0.045651,-0.009522 +0.4,0.4,0.4,0,-->,63.203682,6.123835,5.805610 +0.4,0.4,0.4,0.2,-->,55.130917,4.934012,5.298808 +0.4,0.4,0.4,0.4,-->,46.804989,3.876514,4.553683 +0.4,0.4,0.4,0.6,-->,35.406223,2.318613,4.208495 +0.4,0.4,0.4,0.8,-->,22.041950,1.993685,3.863731 +0.4,0.4,0.4,1,-->,3.137238,0.045377,-0.009522 +0.4,0.4,0.6,0,-->,61.802757,4.131617,23.899843 +0.4,0.4,0.6,0.2,-->,53.763969,2.913418,21.654575 +0.4,0.4,0.6,0.4,-->,45.801975,1.594508,19.088436 +0.4,0.4,0.6,0.6,-->,34.410172,0.620484,15.965079 +0.4,0.4,0.6,0.8,-->,21.140074,0.446210,13.639740 +0.4,0.4,0.6,1,-->,3.137238,0.045377,-0.009522 +0.4,0.4,0.8,0,-->,60.814262,3.212811,42.533009 +0.4,0.4,0.8,0.2,-->,52.998848,1.855311,38.812614 +0.4,0.4,0.8,0.4,-->,45.218090,0.279992,34.354465 +0.4,0.4,0.8,0.6,-->,33.633911,-0.561876,28.745586 +0.4,0.4,0.8,0.8,-->,20.682468,-0.754001,24.021467 +0.4,0.4,0.8,1,-->,3.137238,0.045377,-0.009522 +0.4,0.4,1,0,-->,60.385998,3.026636,54.909874 +0.4,0.4,1,0.2,-->,52.769054,1.583732,50.304642 +0.4,0.4,1,0.4,-->,45.010513,-0.121176,44.715080 +0.4,0.4,1,0.6,-->,33.219864,-1.108841,37.892746 +0.4,0.4,1,0.8,-->,20.576157,-1.369599,29.424139 +0.4,0.4,1,1,-->,3.137238,0.045377,-0.009522 +0.4,0.6,0,0,-->,55.050896,29.536932,-24.581184 +0.4,0.6,0,0.2,-->,48.291050,25.381567,-21.766327 +0.4,0.6,0,0.4,-->,40.689774,22.493023,-18.534342 +0.4,0.6,0,0.6,-->,30.495247,17.666613,-14.692595 +0.4,0.6,0,0.8,-->,18.717167,15.316606,-10.826463 +0.4,0.6,0,1,-->,3.137238,0.045377,-0.009522 +0.4,0.6,0.2,0,-->,54.133911,27.115429,-11.707962 +0.4,0.6,0.2,0.2,-->,47.636131,22.988409,-10.078215 +0.4,0.6,0.2,0.4,-->,40.152363,20.009748,-8.567081 +0.4,0.6,0.2,0.6,-->,30.002979,15.659803,-6.776807 +0.4,0.6,0.2,0.8,-->,17.841619,13.344755,-4.565713 +0.4,0.6,0.2,1,-->,3.137238,0.045377,-0.009522 +0.4,0.6,0.4,0,-->,53.578331,23.741817,2.142971 +0.4,0.6,0.4,0.2,-->,46.492481,20.616152,2.005449 +0.4,0.6,0.4,0.4,-->,39.369839,17.613962,2.085609 +0.4,0.6,0.4,0.6,-->,28.988987,13.783023,2.310831 +0.4,0.6,0.4,0.8,-->,16.925129,11.525473,2.766229 +0.4,0.6,0.4,1,-->,3.137238,0.045377,-0.009522 +0.4,0.6,0.6,0,-->,52.483292,22.005919,18.619358 +0.4,0.6,0.6,0.2,-->,45.380127,18.864536,17.017986 +0.4,0.6,0.6,0.4,-->,38.532425,15.694123,15.475118 +0.4,0.6,0.6,0.6,-->,28.319342,12.128714,13.322974 +0.4,0.6,0.6,0.8,-->,16.283169,10.066488,11.664667 +0.4,0.6,0.6,1,-->,3.137238,0.045377,-0.009522 +0.4,0.6,0.8,0,-->,51.848507,21.199070,35.406479 +0.4,0.6,0.8,0.2,-->,44.935482,17.910057,32.590374 +0.4,0.6,0.8,0.4,-->,38.202118,14.438336,29.204708 +0.4,0.6,0.8,0.6,-->,27.710608,11.113728,24.769981 +0.4,0.6,0.8,0.8,-->,16.060768,8.989519,20.165115 +0.4,0.6,0.8,1,-->,3.137238,0.045377,-0.009538 +0.4,0.6,1,0,-->,51.664577,21.018230,46.254848 +0.4,0.6,1,0.2,-->,44.934818,17.631533,42.665882 +0.4,0.6,1,0.4,-->,38.213726,13.913568,37.974014 +0.4,0.6,1,0.6,-->,27.322521,10.732698,32.523342 +0.4,0.6,1,0.8,-->,16.087799,8.469631,22.319036 +0.4,0.6,1,1,-->,3.137238,0.045377,-0.009522 +0.4,0.8,0,0,-->,45.808903,46.839531,-24.710409 +0.4,0.8,0,0.2,-->,39.784847,41.079967,-22.410164 +0.4,0.8,0,0.4,-->,33.029213,36.918278,-19.330126 +0.4,0.8,0,0.6,-->,23.657789,30.189266,-15.927468 +0.4,0.8,0,0.8,-->,12.830627,26.362719,-12.030292 +0.4,0.8,0,1,-->,3.137238,0.045377,-0.009522 +0.4,0.8,0.2,0,-->,45.243332,44.503811,-13.085053 +0.4,0.8,0.2,0.2,-->,39.342701,38.935196,-11.676439 +0.4,0.8,0.2,0.4,-->,32.604763,34.671383,-10.184654 +0.4,0.8,0.2,0.6,-->,23.393126,28.178429,-8.358252 +0.4,0.8,0.2,0.8,-->,12.280651,23.996632,-5.719826 +0.4,0.8,0.2,1,-->,3.137238,0.045377,-0.009522 +0.4,0.8,0.4,0,-->,44.913902,41.443851,-0.717713 +0.4,0.8,0.4,0.2,-->,38.564667,36.627262,-0.762543 +0.4,0.8,0.4,0.4,-->,32.162540,32.047276,-0.335043 +0.4,0.8,0.4,0.6,-->,22.674177,26.419107,0.289886 +0.4,0.8,0.4,0.8,-->,11.678945,21.875328,1.188690 +0.4,0.8,0.4,1,-->,3.137238,0.045377,-0.009522 +0.4,0.8,0.6,0,-->,44.218193,39.573166,14.190179 +0.4,0.8,0.6,0.2,-->,37.823437,34.847816,12.984580 +0.4,0.8,0.6,0.4,-->,31.603638,30.177168,12.016270 +0.4,0.8,0.6,0.6,-->,22.275272,24.579977,10.637719 +0.4,0.8,0.6,0.8,-->,11.328776,20.103027,9.528605 +0.4,0.8,0.6,1,-->,3.137238,0.045377,-0.009522 +0.4,0.8,0.8,0,-->,43.929993,38.649498,29.054222 +0.4,0.8,0.8,0.2,-->,37.675060,33.841431,26.894903 +0.4,0.8,0.8,0.4,-->,31.542353,28.863775,24.268013 +0.4,0.8,0.8,0.6,-->,21.950125,23.494602,20.720371 +0.4,0.8,0.8,0.8,-->,11.359641,18.896484,14.167046 +0.4,0.8,0.8,1,-->,3.137238,0.045377,-0.009522 +0.4,0.8,1,0,-->,43.933857,38.420261,38.330330 +0.4,0.8,1,0.2,-->,37.829853,33.517326,35.522964 +0.4,0.8,1,0.4,-->,31.722837,28.243223,31.616713 +0.4,0.8,1,0.6,-->,21.753691,23.135674,27.339024 +0.4,0.8,1,0.8,-->,11.532228,18.364832,14.464601 +0.4,0.8,1,1,-->,3.137238,0.045377,-0.009522 +0.4,1,0,0,-->,37.698273,63.824333,-24.491692 +0.4,1,0,0.2,-->,31.820587,57.658173,-23.062353 +0.4,1,0,0.4,-->,25.538994,52.739960,-20.479525 +0.4,1,0,0.6,-->,16.737898,44.841099,-17.895254 +0.4,1,0,0.8,-->,6.651670,39.432072,-13.616562 +0.4,1,0,1,-->,3.137238,0.045377,-0.009522 +0.4,1,0.2,0,-->,37.546902,61.190876,-13.767110 +0.4,1,0.2,0.2,-->,31.743727,55.286175,-13.004278 +0.4,1,0.2,0.4,-->,25.539434,50.158108,-12.027517 +0.4,1,0.2,0.6,-->,16.678772,42.770924,-10.526196 +0.4,1,0.2,0.8,-->,6.468166,36.426296,-7.637643 +0.4,1,0.2,1,-->,3.137238,0.045377,-0.009522 +0.4,1,0.4,0,-->,37.491188,58.254425,-2.691692 +0.4,1,0.4,0.2,-->,31.571861,52.325375,-2.964912 +0.4,1,0.4,0.4,-->,25.270853,47.311390,-2.816196 +0.4,1,0.4,0.6,-->,16.516897,40.483795,-2.003321 +0.4,1,0.4,0.8,-->,6.299847,33.741940,-0.711580 +0.4,1,0.4,1,-->,3.137238,0.045377,-0.009522 +0.4,1,0.6,0,-->,37.270615,55.752941,10.745071 +0.4,1,0.6,0.2,-->,31.321251,50.016102,9.651261 +0.4,1,0.6,0.4,-->,25.136370,44.914009,8.693135 +0.4,1,0.6,0.6,-->,16.310638,38.316040,7.658056 +0.4,1,0.6,0.8,-->,6.194045,31.684563,4.850174 +0.4,1,0.6,1,-->,3.137238,0.045377,-0.009522 +0.4,1,0.8,0,-->,37.277431,54.550243,23.649042 +0.4,1,0.8,0.2,-->,31.424513,48.830338,21.873777 +0.4,1,0.8,0.4,-->,25.374300,43.339813,19.578259 +0.4,1,0.8,0.6,-->,16.435141,36.614189,17.030922 +0.4,1,0.8,0.8,-->,6.456423,30.261751,5.713183 +0.4,1,0.8,1,-->,3.137238,0.045377,-0.009522 +0.4,1,1,0,-->,37.385746,54.317211,31.373388 +0.4,1,1,0.2,-->,31.643808,48.529968,29.075956 +0.4,1,1,0.4,-->,25.678200,42.673981,25.608597 +0.4,1,1,0.6,-->,16.657597,35.738686,21.362886 +0.4,1,1,0.8,-->,6.792233,29.542389,6.292196 +0.4,1,1,1,-->,3.137238,0.045377,-0.009522 +0.6,0,0,0,-->,72.598091,-23.883490,-33.526421 +0.6,0,0,0.2,-->,63.294041,-21.371063,-29.554472 +0.6,0,0,0.4,-->,53.923149,-18.551167,-25.157629 +0.6,0,0,0.6,-->,40.945244,-15.161825,-20.281746 +0.6,0,0,0.8,-->,26.878515,-11.563851,-15.207788 +0.6,0,0,1,-->,3.167759,-0.086187,-6.930950 +0.6,0,0.2,0,-->,70.925896,-29.571920,-17.487368 +0.6,0,0.2,0.2,-->,61.731541,-26.498137,-15.556129 +0.6,0,0.2,0.4,-->,52.903198,-22.758902,-13.172100 +0.6,0,0.2,0.6,-->,39.921116,-18.741552,-11.210235 +0.6,0,0.2,0.8,-->,25.615904,-14.593360,-8.447805 +0.6,0,0.2,1,-->,3.137238,0.045377,-1.954562 +0.6,0,0.4,0,-->,69.682678,-34.482033,0.587334 +0.6,0,0.4,0.2,-->,60.428913,-30.988873,0.113819 +0.6,0,0.4,0.4,-->,51.299595,-26.591209,-0.689458 +0.6,0,0.4,0.6,-->,38.677650,-21.871923,-0.715737 +0.6,0,0.4,0.8,-->,24.460629,-17.520115,-0.669395 +0.6,0,0.4,1,-->,3.137238,0.045377,-0.009538 +0.6,0,0.6,0,-->,68.261307,-38.659309,21.070606 +0.6,0,0.6,0.2,-->,59.030170,-34.809235,17.863609 +0.6,0,0.6,0.4,-->,50.010075,-30.156017,14.998958 +0.6,0,0.6,0.6,-->,37.329350,-24.640978,11.418957 +0.6,0,0.6,0.8,-->,23.590597,-20.242836,9.322625 +0.6,0,0.6,1,-->,3.137238,0.045377,-0.009522 +0.6,0,0.8,0,-->,66.993500,-41.341301,41.380608 +0.6,0,0.8,0.2,-->,57.758732,-37.396103,35.808815 +0.6,0,0.8,0.4,-->,49.115868,-32.532928,31.302530 +0.6,0,0.8,0.6,-->,36.435455,-26.798290,24.887791 +0.6,0,0.8,0.8,-->,23.051868,-22.248779,20.284763 +0.6,0,0.8,1,-->,3.137238,0.045377,-0.009522 +0.6,0,1,0,-->,66.248184,-42.403522,54.557892 +0.6,0,1,0.2,-->,56.994308,-38.520130,47.844078 +0.6,0,1,0.4,-->,48.695007,-33.506397,42.273075 +0.6,0,1,0.6,-->,36.065899,-27.880730,34.792961 +0.6,0,1,0.8,-->,22.836891,-23.185179,28.364193 +0.6,0,1,1,-->,3.137238,0.045377,-0.009522 +0.6,0.2,0,0,-->,64.480606,-11.573343,-34.873245 +0.6,0.2,0,0.2,-->,56.446259,-10.754434,-30.628355 +0.6,0.2,0,0.4,-->,48.452633,-9.457799,-25.756681 +0.6,0.2,0,0.6,-->,36.865860,-8.136390,-20.478180 +0.6,0.2,0,0.8,-->,23.505249,-5.869089,-15.473583 +0.6,0.2,0,1,-->,3.137238,0.045377,-2.394229 +0.6,0.2,0.2,0,-->,63.199131,-16.382753,-19.514538 +0.6,0.2,0.2,0.2,-->,55.500221,-15.096339,-17.079628 +0.6,0.2,0.2,0.4,-->,47.565453,-13.330521,-14.656695 +0.6,0.2,0.2,0.6,-->,36.086037,-11.462465,-11.928791 +0.6,0.2,0.2,0.8,-->,22.413212,-8.814736,-8.950040 +0.6,0.2,0.2,1,-->,3.137238,0.045377,-0.031759 +0.6,0.2,0.4,0,-->,62.115837,-21.575722,-3.270355 +0.6,0.2,0.4,0.2,-->,53.911774,-19.743444,-3.030421 +0.6,0.2,0.4,0.4,-->,46.243935,-17.295326,-2.630363 +0.6,0.2,0.4,0.6,-->,34.835907,-14.548242,-1.841434 +0.6,0.2,0.4,0.8,-->,21.325151,-11.668133,-1.405165 +0.6,0.2,0.4,1,-->,3.137238,0.045377,-0.009522 +0.6,0.2,0.6,0,-->,60.742561,-25.135963,16.018353 +0.6,0.2,0.6,0.2,-->,52.584225,-23.022684,13.975096 +0.6,0.2,0.6,0.4,-->,45.051010,-20.472343,12.234895 +0.6,0.2,0.6,0.6,-->,33.749840,-17.334404,9.966554 +0.6,0.2,0.6,0.8,-->,20.535772,-14.271069,8.345257 +0.6,0.2,0.6,1,-->,3.137238,0.045377,-0.009522 +0.6,0.2,0.8,0,-->,59.787308,-27.393877,35.347214 +0.6,0.2,0.8,0.2,-->,51.779602,-25.170565,31.411068 +0.6,0.2,0.8,0.4,-->,44.352825,-22.740442,27.810427 +0.6,0.2,0.8,0.6,-->,32.883789,-19.274679,22.650425 +0.6,0.2,0.8,0.8,-->,20.054600,-16.106621,18.578897 +0.6,0.2,0.8,1,-->,3.137238,0.045377,-0.009522 +0.6,0.2,1,0,-->,59.368073,-28.310266,47.678467 +0.6,0.2,1,0.2,-->,51.474960,-26.083830,42.848454 +0.6,0.2,1,0.4,-->,44.112690,-23.795547,38.295887 +0.6,0.2,1,0.6,-->,32.410976,-20.133705,31.802660 +0.6,0.2,1,0.8,-->,19.866127,-16.923235,25.424946 +0.6,0.2,1,1,-->,3.137238,0.045377,-0.009522 +0.6,0.4,0,0,-->,56.291016,2.266768,-35.419952 +0.6,0.4,0,0.2,-->,49.266212,1.143929,-31.383923 +0.6,0.4,0,0.4,-->,41.754299,1.115263,-26.669363 +0.6,0.4,0,0.6,-->,31.614109,0.046183,-21.376795 +0.6,0.4,0,0.8,-->,19.659966,0.871362,-16.124594 +0.6,0.4,0,1,-->,3.137238,0.045377,-0.009614 +0.6,0.4,0.2,0,-->,54.815762,-1.738316,-21.675900 +0.6,0.4,0.2,0.2,-->,48.306007,-2.597480,-18.776251 +0.6,0.4,0.2,0.4,-->,41.096409,-2.709627,-16.351480 +0.6,0.4,0.2,0.6,-->,31.029457,-3.030254,-12.888764 +0.6,0.4,0.2,0.8,-->,18.721912,-2.025649,-9.685619 +0.6,0.4,0.2,1,-->,3.137238,0.045377,-0.009522 +0.6,0.4,0.4,0,-->,54.106350,-6.926595,-6.754419 +0.6,0.4,0.4,0.2,-->,47.016991,-6.831053,-5.895923 +0.6,0.4,0.4,0.4,-->,39.881905,-6.125005,-5.106751 +0.6,0.4,0.4,0.6,-->,29.912033,-6.072926,-3.669729 +0.6,0.4,0.4,0.8,-->,17.758373,-4.858214,-2.452829 +0.6,0.4,0.4,1,-->,3.137238,0.045377,-0.009522 +0.6,0.4,0.6,0,-->,52.626972,-10.551753,10.576360 +0.6,0.4,0.6,0.2,-->,45.536259,-10.194298,9.607229 +0.6,0.4,0.6,0.4,-->,38.760494,-9.453042,8.645851 +0.6,0.4,0.6,0.6,-->,28.985706,-8.541258,7.731787 +0.6,0.4,0.6,0.8,-->,17.017750,-7.163110,6.958605 +0.6,0.4,0.6,1,-->,3.137238,0.045377,-0.009522 +0.6,0.4,0.8,0,-->,51.805954,-12.471797,28.328764 +0.6,0.4,0.8,0.2,-->,44.892281,-12.060583,25.733488 +0.6,0.4,0.8,0.4,-->,38.286819,-11.588306,23.034037 +0.6,0.4,0.8,0.6,-->,28.243347,-10.392815,19.653267 +0.6,0.4,0.8,0.8,-->,16.632671,-8.877396,16.712605 +0.6,0.4,0.8,1,-->,3.137238,0.045377,-0.009522 +0.6,0.4,1,0,-->,51.606361,-12.961864,39.761650 +0.6,0.4,1,0.2,-->,44.854275,-12.568145,36.137451 +0.6,0.4,1,0.4,-->,38.261002,-12.374150,32.511505 +0.6,0.4,1,0.6,-->,27.831633,-11.327922,27.735783 +0.6,0.4,1,0.8,-->,16.531652,-9.712978,21.760284 +0.6,0.4,1,1,-->,3.137238,0.045377,-0.009522 +0.6,0.6,0,0,-->,46.722897,18.447851,-35.880283 +0.6,0.6,0,0.2,-->,40.709820,15.688287,-32.054836 +0.6,0.6,0,0.4,-->,34.288559,14.168627,-27.481045 +0.6,0.6,0,0.6,-->,25.265621,11.085487,-22.214619 +0.6,0.6,0,0.8,-->,14.431808,10.510852,-17.121494 +0.6,0.6,0,1,-->,3.137238,0.045377,-0.009522 +0.6,0.6,0.2,0,-->,45.663242,14.702315,-23.499216 +0.6,0.6,0.2,0.2,-->,40.009777,12.278213,-20.592934 +0.6,0.6,0.2,0.4,-->,33.603222,10.786002,-17.950260 +0.6,0.6,0.2,0.6,-->,24.763855,8.052855,-14.320854 +0.6,0.6,0.2,0.8,-->,13.673216,7.393894,-10.870913 +0.6,0.6,0.2,1,-->,3.137238,0.045377,-0.009522 +0.6,0.6,0.4,0,-->,45.249294,9.939165,-10.119853 +0.6,0.6,0.4,0.2,-->,38.901302,8.484709,-8.920926 +0.6,0.6,0.4,0.4,-->,32.773769,7.415842,-7.532032 +0.6,0.6,0.4,0.6,-->,23.872707,5.186060,-5.608530 +0.6,0.6,0.4,0.8,-->,12.907487,4.475939,-3.738597 +0.6,0.6,0.4,1,-->,3.137238,0.045377,-0.009522 +0.6,0.6,0.6,0,-->,44.080334,6.895269,5.744600 +0.6,0.6,0.6,0.2,-->,37.667000,5.375564,5.189161 +0.6,0.6,0.6,0.4,-->,31.829920,4.570661,5.161362 +0.6,0.6,0.6,0.6,-->,23.255774,2.962541,5.102146 +0.6,0.6,0.6,0.8,-->,12.384714,2.359605,4.907642 +0.6,0.6,0.6,1,-->,3.137238,0.045377,-0.009522 +0.6,0.6,0.8,0,-->,43.439919,5.196654,21.419443 +0.6,0.6,0.8,0.2,-->,37.272442,3.670823,19.535732 +0.6,0.6,0.8,0.4,-->,31.598305,2.512904,17.937796 +0.6,0.6,0.8,0.6,-->,22.685343,1.379714,15.742730 +0.6,0.6,0.8,0.8,-->,12.156260,0.928754,12.962921 +0.6,0.6,0.8,1,-->,3.137238,0.045377,-0.009522 +0.6,0.6,1,0,-->,43.295826,4.655959,30.969912 +0.6,0.6,1,0.2,-->,37.388474,3.222660,28.389166 +0.6,0.6,1,0.4,-->,31.765110,1.567044,25.719337 +0.6,0.6,1,0.6,-->,22.318316,0.611577,22.364620 +0.6,0.6,1,0.8,-->,12.126196,0.275554,15.487384 +0.6,0.6,1,1,-->,3.137238,0.045377,-0.009522 +0.6,0.8,0,0,-->,38.001389,35.018200,-36.558498 +0.6,0.8,0,0.2,-->,32.631374,31.015205,-33.105968 +0.6,0.8,0,0.4,-->,26.913054,28.240776,-28.777847 +0.6,0.8,0,0.6,-->,18.645205,23.597334,-23.932476 +0.6,0.8,0,0.8,-->,8.822446,20.761728,-18.536364 +0.6,0.8,0,1,-->,3.137238,0.045377,-0.009522 +0.6,0.8,0.2,0,-->,37.334393,31.460510,-25.235563 +0.6,0.8,0.2,0.2,-->,32.193722,27.745678,-22.545050 +0.6,0.8,0.2,0.4,-->,26.379848,25.113939,-19.952631 +0.6,0.8,0.2,0.6,-->,18.311172,20.564854,-16.526886 +0.6,0.8,0.2,0.8,-->,8.311567,17.713882,-12.414845 +0.6,0.8,0.2,1,-->,3.137238,0.045377,-0.009538 +0.6,0.8,0.4,0,-->,37.131641,26.864096,-13.347574 +0.6,0.8,0.4,0.2,-->,31.368616,24.026560,-12.013458 +0.6,0.8,0.4,0.4,-->,25.834196,21.594841,-10.330011 +0.6,0.8,0.4,0.6,-->,17.715868,17.881012,-8.130636 +0.6,0.8,0.4,0.8,-->,7.770970,15.200150,-5.838858 +0.6,0.8,0.4,1,-->,3.137238,0.045377,-0.009522 +0.6,0.8,0.6,0,-->,36.386509,24.013077,1.147728 +0.6,0.8,0.6,0.2,-->,30.522978,21.005083,0.886971 +0.6,0.8,0.6,0.4,-->,25.204685,18.804483,1.476016 +0.6,0.8,0.6,0.6,-->,17.406689,15.398514,1.932432 +0.6,0.8,0.6,0.8,-->,7.495831,13.176241,2.362234 +0.6,0.8,0.6,1,-->,3.137238,0.045377,-0.009522 +0.6,0.8,0.8,0,-->,36.013481,22.434246,14.975202 +0.6,0.8,0.8,0.2,-->,30.398882,19.366505,13.625545 +0.6,0.8,0.8,0.4,-->,25.249668,16.777962,12.826660 +0.6,0.8,0.8,0.6,-->,17.143930,13.785652,11.303657 +0.6,0.8,0.8,0.8,-->,7.494534,11.713122,7.187580 +0.6,0.8,0.8,1,-->,3.137238,0.045377,-0.009538 +0.6,0.8,1,0,-->,35.959896,21.915165,23.005295 +0.6,0.8,1,0.2,-->,30.628262,18.928585,21.168777 +0.6,0.8,1,0.4,-->,25.571257,15.823559,19.213266 +0.6,0.8,1,0.6,-->,16.978361,13.123896,17.083937 +0.6,0.8,1,0.8,-->,7.602728,11.024189,7.689062 +0.6,0.8,1,1,-->,3.137238,0.045377,-0.009522 +0.6,1,0,0,-->,30.411451,51.230972,-37.439823 +0.6,1,0,0.2,-->,25.205553,46.949619,-34.674988 +0.6,1,0,0.4,-->,19.609091,43.978542,-30.931290 +0.6,1,0,0.6,-->,11.601321,38.833027,-27.102654 +0.6,1,0,0.8,-->,3.585539,29.692299,-19.241575 +0.6,1,0,1,-->,3.137238,0.045377,-0.009522 +0.6,1,0.2,0,-->,30.066263,47.817585,-26.869019 +0.6,1,0.2,0.2,-->,25.017946,43.609219,-24.723997 +0.6,1,0.2,0.4,-->,19.502354,40.432056,-22.571291 +0.6,1,0.2,0.6,-->,11.598627,35.408695,-19.901218 +0.6,1,0.2,0.8,-->,3.575005,25.766745,-13.303998 +0.6,1,0.2,1,-->,3.137238,0.045377,-0.009522 +0.6,1,0.4,0,-->,29.972544,43.248573,-16.406927 +0.6,1,0.4,0.2,-->,24.623722,39.356197,-15.165336 +0.6,1,0.4,0.4,-->,19.096237,36.776577,-13.727714 +0.6,1,0.4,0.6,-->,11.439738,32.525047,-11.499315 +0.6,1,0.4,0.8,-->,3.553397,22.116766,-6.397215 +0.6,1,0.4,1,-->,3.137238,0.045377,-0.009538 +0.6,1,0.6,0,-->,29.756042,39.975414,-3.117490 +0.6,1,0.6,0.2,-->,24.316053,35.938587,-3.195765 +0.6,1,0.6,0.4,-->,18.967434,33.265354,-2.513877 +0.6,1,0.6,0.6,-->,11.457653,29.209496,-2.018383 +0.6,1,0.6,0.8,-->,3.605621,19.319174,-0.495045 +0.6,1,0.6,1,-->,3.137238,0.045377,-0.009522 +0.6,1,0.8,0,-->,29.745712,38.224602,9.224621 +0.6,1,0.8,0.2,-->,24.482569,34.186607,8.208798 +0.6,1,0.8,0.4,-->,19.346601,31.056107,7.697178 +0.6,1,0.8,0.6,-->,11.703461,26.904251,6.688181 +0.6,1,0.8,0.8,-->,3.797399,17.956202,1.128000 +0.6,1,0.8,1,-->,3.137238,0.045377,-0.009522 +0.6,1,1,0,-->,29.831776,37.703423,16.205683 +0.6,1,1,0.2,-->,24.782806,33.772839,14.724750 +0.6,1,1,0.4,-->,19.788122,30.241020,13.004415 +0.6,1,1,0.6,-->,11.949765,25.906013,11.300768 +0.6,1,1,0.8,-->,4.005696,17.540140,1.486366 +0.6,1,1,1,-->,3.137238,0.045377,-0.009522 +0.8,0,0,0,-->,63.528305,-32.523716,-44.524925 +0.8,0,0,0.2,-->,55.332939,-29.431791,-39.240250 +0.8,0,0,0.4,-->,47.083515,-25.839762,-33.612061 +0.8,0,0,0.6,-->,35.356461,-21.538345,-27.392138 +0.8,0,0,0.8,-->,22.353050,-17.119123,-20.950298 +0.8,0,0,1,-->,3.137238,0.045377,-6.719871 +0.8,0,0.2,0,-->,61.682964,-40.206760,-29.065552 +0.8,0,0.2,0.2,-->,53.585098,-36.294041,-25.798914 +0.8,0,0.2,0.4,-->,45.865356,-31.593132,-22.175541 +0.8,0,0.2,0.6,-->,34.413658,-26.375221,-18.464691 +0.8,0,0.2,0.8,-->,21.281586,-21.336182,-14.166544 +0.8,0,0.2,1,-->,3.137238,0.045377,-1.782348 +0.8,0,0.4,0,-->,60.589134,-47.377918,-11.135105 +0.8,0,0.4,0.2,-->,52.474083,-42.828529,-10.525002 +0.8,0,0.4,0.4,-->,44.677204,-36.990910,-9.837793 +0.8,0,0.4,0.6,-->,33.163918,-30.741688,-8.080229 +0.8,0,0.4,0.8,-->,20.249302,-25.421577,-6.436315 +0.8,0,0.4,1,-->,3.137238,0.045377,-0.009522 +0.8,0,0.6,0,-->,59.212292,-53.418880,8.324510 +0.8,0,0.6,0.2,-->,51.094391,-48.461208,6.638996 +0.8,0,0.6,0.4,-->,43.371529,-42.209457,5.263835 +0.8,0,0.6,0.6,-->,32.144299,-34.853935,3.798420 +0.8,0,0.6,0.8,-->,19.604462,-29.201851,3.402771 +0.8,0,0.6,1,-->,3.137238,0.045377,-0.009522 +0.8,0,0.8,0,-->,57.960339,-57.679916,27.324797 +0.8,0,0.8,0.2,-->,49.919296,-52.451099,23.642370 +0.8,0,0.8,0.4,-->,42.488091,-45.644299,20.774010 +0.8,0,0.8,0.6,-->,31.396685,-37.946800,16.458338 +0.8,0,0.8,0.8,-->,19.165855,-31.897722,13.688074 +0.8,0,0.8,1,-->,3.137238,0.045377,-0.009522 +0.8,0,1,0,-->,57.217514,-59.627083,39.470634 +0.8,0,1,0.2,-->,49.262432,-54.251240,34.604095 +0.8,0,1,0.4,-->,42.111504,-46.939877,30.965109 +0.8,0,1,0.6,-->,31.020033,-39.440613,25.448185 +0.8,0,1,0.8,-->,18.953623,-33.133766,21.005493 +0.8,0,1,1,-->,3.137238,0.045377,-0.009522 +0.8,0.2,0,0,-->,56.095261,-20.853189,-45.302711 +0.8,0.2,0,0.2,-->,48.856522,-19.154726,-40.101948 +0.8,0.2,0,0.4,-->,41.654533,-16.833515,-34.304688 +0.8,0.2,0,0.6,-->,31.273424,-14.249995,-27.662333 +0.8,0.2,0,0.8,-->,18.940054,-11.103597,-21.375214 +0.8,0.2,0,1,-->,3.137238,0.045377,-2.351002 +0.8,0.2,0.2,0,-->,54.756882,-27.730707,-30.460403 +0.8,0.2,0.2,0.2,-->,47.834518,-25.172531,-26.946680 +0.8,0.2,0.2,0.4,-->,40.811928,-22.111340,-23.505972 +0.8,0.2,0.2,0.6,-->,30.543488,-18.771784,-19.335932 +0.8,0.2,0.2,0.8,-->,18.002760,-15.168679,-14.874104 +0.8,0.2,0.2,1,-->,3.137238,0.045377,-0.030558 +0.8,0.2,0.4,0,-->,53.833710,-34.802258,-14.551327 +0.8,0.2,0.4,0.2,-->,46.411469,-31.807600,-13.232934 +0.8,0.2,0.4,0.4,-->,39.577267,-27.631062,-11.634626 +0.8,0.2,0.4,0.6,-->,29.310707,-23.146328,-9.256524 +0.8,0.2,0.4,0.8,-->,17.046486,-19.000744,-7.360015 +0.8,0.2,0.4,1,-->,3.137238,0.045377,-0.009522 +0.8,0.2,0.6,0,-->,52.461632,-40.509846,4.102587 +0.8,0.2,0.6,0.2,-->,45.185795,-36.960228,3.198615 +0.8,0.2,0.6,0.4,-->,38.465740,-32.539204,2.560128 +0.8,0.2,0.6,0.6,-->,28.408543,-27.408257,2.112573 +0.8,0.2,0.6,0.8,-->,16.457043,-22.473650,2.138989 +0.8,0.2,0.6,1,-->,3.137238,0.045377,-0.009522 +0.8,0.2,0.8,0,-->,51.486938,-44.333385,22.263348 +0.8,0.2,0.8,0.2,-->,44.446541,-40.499466,19.608459 +0.8,0.2,0.8,0.4,-->,37.867153,-35.947281,17.216093 +0.8,0.2,0.8,0.6,-->,27.707901,-30.479122,14.015829 +0.8,0.2,0.8,0.8,-->,16.085705,-24.895884,11.695917 +0.8,0.2,0.8,1,-->,3.137238,0.045377,-0.009522 +0.8,0.2,1,0,-->,51.056541,-45.913074,33.339645 +0.8,0.2,1,0.2,-->,44.171482,-42.045223,29.977846 +0.8,0.2,1,0.4,-->,37.701084,-37.399128,26.882349 +0.8,0.2,1,0.6,-->,27.325367,-31.878305,22.354177 +0.8,0.2,1,0.8,-->,15.923474,-26.083525,18.028931 +0.8,0.2,1,1,-->,3.137238,0.045377,-0.009522 +0.8,0.4,0,0,-->,48.470127,-7.668376,-45.444763 +0.8,0.4,0,0.2,-->,42.188679,-7.677123,-40.492115 +0.8,0.4,0,0.4,-->,35.431759,-6.336494,-34.977215 +0.8,0.4,0,0.6,-->,26.131348,-5.915477,-28.603922 +0.8,0.4,0,0.8,-->,14.997596,-3.776101,-22.320686 +0.8,0.4,0,1,-->,3.137238,0.045377,-0.014629 +0.8,0.4,0.2,0,-->,47.022610,-13.850751,-32.124519 +0.8,0.4,0.2,0.2,-->,41.089035,-13.145585,-28.374073 +0.8,0.4,0.2,0.4,-->,34.599426,-11.717796,-25.087341 +0.8,0.4,0.2,0.6,-->,25.520123,-10.287819,-20.210613 +0.8,0.4,0.2,0.8,-->,14.206815,-7.697179,-15.840438 +0.8,0.4,0.2,1,-->,3.137238,0.045377,-0.009522 +0.8,0.4,0.4,0,-->,46.304321,-20.909472,-17.503321 +0.8,0.4,0.4,0.2,-->,40.023735,-19.326258,-15.593269 +0.8,0.4,0.4,0.4,-->,33.529709,-16.691698,-14.035604 +0.8,0.4,0.4,0.6,-->,24.482622,-14.838341,-11.139437 +0.8,0.4,0.4,0.8,-->,13.411533,-11.393324,-8.633912 +0.8,0.4,0.4,1,-->,3.137238,0.045377,-0.009522 +0.8,0.4,0.6,0,-->,44.883125,-26.604372,-0.942494 +0.8,0.4,0.6,0.2,-->,38.579636,-24.667562,-0.810960 +0.8,0.4,0.6,0.4,-->,32.457363,-21.767542,-0.910697 +0.8,0.4,0.6,0.6,-->,23.861052,-18.744364,-0.123911 +0.8,0.4,0.6,0.8,-->,12.957047,-14.659826,0.495167 +0.8,0.4,0.6,1,-->,3.137238,0.045377,-0.009522 +0.8,0.4,0.8,0,-->,44.168282,-30.113117,15.720934 +0.8,0.4,0.8,0.2,-->,37.984962,-27.890337,14.216489 +0.8,0.4,0.8,0.4,-->,32.055618,-25.111006,12.543241 +0.8,0.4,0.8,0.6,-->,23.289265,-21.760223,10.883718 +0.8,0.4,0.8,0.8,-->,12.703535,-17.331919,9.587531 +0.8,0.4,0.8,1,-->,3.137238,0.045377,-0.009522 +0.8,0.4,1,0,-->,44.056149,-31.301542,26.170176 +0.8,0.4,1,0.2,-->,37.998219,-28.872993,23.597380 +0.8,0.4,1,0.4,-->,32.091808,-26.330618,21.133410 +0.8,0.4,1,0.6,-->,22.915985,-23.345932,18.058857 +0.8,0.4,1,0.8,-->,12.610107,-18.718260,14.248574 +0.8,0.4,1,1,-->,3.137238,0.045377,-0.009522 +0.8,0.6,0,0,-->,39.553131,7.630089,-45.891529 +0.8,0.6,0,0.2,-->,34.077900,6.374667,-41.201889 +0.8,0.6,0,0.4,-->,28.270031,6.318552,-35.943676 +0.8,0.6,0,0.6,-->,20.051657,5.153823,-29.617853 +0.8,0.6,0,0.8,-->,10.077620,5.744676,-23.253536 +0.8,0.6,0,1,-->,3.137238,0.045377,-0.009522 +0.8,0.6,0.2,0,-->,38.456650,1.859932,-33.812309 +0.8,0.6,0.2,0.2,-->,33.257660,1.265948,-30.104280 +0.8,0.6,0.2,0.4,-->,27.522785,1.436513,-26.738222 +0.8,0.6,0.2,0.6,-->,19.518902,0.749206,-21.894646 +0.8,0.6,0.2,0.8,-->,9.465565,1.828819,-17.006588 +0.8,0.6,0.2,1,-->,3.137238,0.045392,-0.009522 +0.8,0.6,0.4,0,-->,38.030273,-4.568236,-20.751537 +0.8,0.6,0.4,0.2,-->,32.357403,-4.431170,-18.573547 +0.8,0.6,0.4,0.4,-->,26.732224,-3.433701,-16.541044 +0.8,0.6,0.4,0.6,-->,18.686640,-3.503921,-13.269230 +0.8,0.6,0.4,0.8,-->,8.810516,-2.202491,-10.033141 +0.8,0.6,0.4,1,-->,3.137238,0.045377,-0.009522 +0.8,0.6,0.6,0,-->,36.869133,-9.659575,-5.638996 +0.8,0.6,0.6,0.2,-->,31.141741,-9.530512,-5.167168 +0.8,0.6,0.6,0.4,-->,25.819870,-7.914740,-4.474784 +0.8,0.6,0.6,0.6,-->,18.350616,-7.273615,-2.954509 +0.8,0.6,0.6,0.8,-->,8.513011,-5.546220,-1.664782 +0.8,0.6,0.6,1,-->,3.137238,0.045377,-0.009522 +0.8,0.6,0.8,0,-->,36.271488,-12.917878,8.916396 +0.8,0.6,0.8,0.2,-->,30.774555,-12.536865,8.131268 +0.8,0.6,0.8,0.4,-->,25.669357,-11.158154,7.432014 +0.8,0.6,0.8,0.6,-->,17.956820,-9.931952,6.889707 +0.8,0.6,0.8,0.8,-->,8.352114,-7.703927,5.888764 +0.8,0.6,0.8,1,-->,3.137238,0.045377,-0.009522 +0.8,0.6,1,0,-->,36.172047,-14.141899,17.455465 +0.8,0.6,1,0.2,-->,30.925014,-13.399806,16.065638 +0.8,0.6,1,0.4,-->,25.909462,-12.572887,14.473629 +0.8,0.6,1,0.6,-->,17.649412,-11.180087,12.750299 +0.8,0.6,1,0.8,-->,8.290995,-8.648655,8.822420 +0.8,0.6,1,1,-->,3.137238,0.045377,-0.009522 +0.8,0.8,0,0,-->,31.338619,23.470148,-46.833786 +0.8,0.8,0,0.2,-->,26.489752,21.181545,-42.546440 +0.8,0.8,0,0.4,-->,21.293938,19.921776,-37.580471 +0.8,0.8,0,0.6,-->,13.733500,17.668543,-31.736567 +0.8,0.8,0,0.8,-->,5.011029,15.188310,-24.548485 +0.8,0.8,0,1,-->,3.137238,0.045377,-0.009522 +0.8,0.8,0.2,0,-->,30.585693,18.008928,-35.810131 +0.8,0.8,0.2,0.2,-->,25.914597,16.181971,-32.283062 +0.8,0.8,0.2,0.4,-->,20.710367,15.259457,-29.003571 +0.8,0.8,0.2,0.6,-->,13.370259,13.100276,-24.463301 +0.8,0.8,0.2,0.8,-->,4.765153,10.022349,-18.148943 +0.8,0.8,0.2,1,-->,3.137238,0.045377,-0.009522 +0.8,0.8,0.4,0,-->,30.398470,11.670048,-24.084141 +0.8,0.8,0.4,0.2,-->,25.249784,10.538347,-21.841654 +0.8,0.8,0.4,0.4,-->,20.182497,10.319357,-19.531956 +0.8,0.8,0.4,0.6,-->,12.829247,8.998715,-16.135256 +0.8,0.8,0.4,0.8,-->,4.512074,5.864704,-11.347628 +0.8,0.8,0.4,1,-->,3.137238,0.045392,-0.009522 +0.8,0.8,0.6,0,-->,29.633158,6.946095,-10.277278 +0.8,0.8,0.6,0.2,-->,24.401649,5.591453,-9.568236 +0.8,0.8,0.6,0.4,-->,19.568989,5.922446,-8.245899 +0.8,0.8,0.6,0.6,-->,12.790635,4.926929,-6.345637 +0.8,0.8,0.6,0.8,-->,4.512675,3.084485,-3.155085 +0.8,0.8,0.6,1,-->,3.137238,0.045377,-0.009522 +0.8,0.8,0.8,0,-->,29.256184,3.969685,2.554671 +0.8,0.8,0.8,0.2,-->,24.285074,2.741317,2.254366 +0.8,0.8,0.8,0.4,-->,19.682972,2.743551,2.376993 +0.8,0.8,0.8,0.6,-->,12.693508,2.271602,2.509241 +0.8,0.8,0.8,0.8,-->,4.548765,1.496717,1.812662 +0.8,0.8,0.8,1,-->,3.137238,0.045377,-0.009522 +0.8,0.8,1,0,-->,29.211065,2.830096,9.760194 +0.8,0.8,1,0.2,-->,24.532444,1.934712,9.039388 +0.8,0.8,1,0.4,-->,20.069998,1.340378,8.180223 +0.8,0.8,1,0.6,-->,12.580958,1.181623,7.693987 +0.8,0.8,1,0.8,-->,4.575476,0.855007,2.469146 +0.8,0.8,1,1,-->,3.137238,0.045377,-0.009522 +0.8,1,0,0,-->,24.069468,39.319962,-48.271332 +0.8,1,0,0.2,-->,19.617657,36.438396,-44.578419 +0.8,1,0,0.4,-->,14.507627,34.963543,-40.200893 +0.8,1,0,0.6,-->,7.100553,32.456375,-35.390518 +0.8,1,0,0.8,-->,3.137238,10.836707,-20.666727 +0.8,1,0,1,-->,3.137238,0.045377,-0.009522 +0.8,1,0.2,0,-->,23.619516,34.050072,-38.100746 +0.8,1,0.2,0.2,-->,19.217773,31.375198,-34.967579 +0.8,1,0.2,0.4,-->,14.208227,29.989168,-32.102715 +0.8,1,0.2,0.6,-->,7.065040,27.387312,-28.167099 +0.8,1,0.2,0.8,-->,3.137238,7.312867,-14.610969 +0.8,1,0.2,1,-->,3.137238,0.045377,-0.009522 +0.8,1,0.4,0,-->,23.596121,27.352673,-27.463543 +0.8,1,0.4,0.2,-->,18.904083,25.163139,-25.330254 +0.8,1,0.4,0.4,-->,13.925910,24.793905,-23.196381 +0.8,1,0.4,0.6,-->,6.952071,23.054556,-19.911814 +0.8,1,0.4,0.8,-->,3.137238,4.690370,-7.706397 +0.8,1,0.4,1,-->,3.137238,0.045377,-0.009522 +0.8,1,0.6,0,-->,23.378170,22.429140,-14.724765 +0.8,1,0.6,0.2,-->,18.577204,19.932339,-13.835217 +0.8,1,0.6,0.4,-->,13.810987,19.590221,-12.261365 +0.8,1,0.6,0.6,-->,7.240842,18.252769,-10.433594 +0.8,1,0.6,0.8,-->,3.137238,3.463643,-2.002424 +0.8,1,0.6,1,-->,3.137238,0.045377,-0.009522 +0.8,1,0.8,0,-->,23.358887,19.484800,-3.078595 +0.8,1,0.8,0.2,-->,18.733919,17.083040,-3.145114 +0.8,1,0.8,0.4,-->,14.211613,16.333538,-2.584089 +0.8,1,0.8,0.6,-->,7.622544,14.941946,-2.085419 +0.8,1,0.8,0.8,-->,3.137238,3.035695,-0.009522 +0.8,1,0.8,1,-->,3.137238,0.045377,-0.009522 +0.8,1,1,0,-->,23.440115,18.407207,3.446286 +0.8,1,1,0.2,-->,19.038048,16.337124,2.807844 +0.8,1,1,0.4,-->,14.672987,15.198097,2.279277 +0.8,1,1,0.6,-->,7.887153,13.485833,2.689822 +0.8,1,1,0.8,-->,3.137238,3.058783,-0.009522 +0.8,1,1,1,-->,3.137238,0.045377,-0.009522 +1,0,0,0,-->,56.223644,-40.606140,-53.505241 +1,0,0,0.2,-->,49.039249,-37.040154,-47.001640 +1,0,0,0.4,-->,41.517384,-33.080463,-40.660114 +1,0,0,0.6,-->,30.761772,-28.180405,-33.466408 +1,0,0,0.8,-->,18.586893,-23.046295,-25.906897 +1,0,0,1,-->,3.137238,0.045377,-6.549184 +1,0,0.2,0,-->,54.197075,-51.061958,-38.518570 +1,0,0.2,0.2,-->,46.970795,-46.237362,-34.185581 +1,0,0.2,0.4,-->,40.058945,-40.913345,-29.732691 +1,0,0.2,0.6,-->,29.846075,-34.544212,-24.537176 +1,0,0.2,0.8,-->,17.699402,-28.029371,-19.002689 +1,0,0.2,1,-->,3.137238,0.045377,-1.671439 +1,0,0.4,0,-->,53.347198,-61.139973,-20.579103 +1,0,0.4,0.2,-->,46.268776,-55.054829,-18.985081 +1,0,0.4,0.4,-->,39.295269,-48.181309,-17.275909 +1,0,0.4,0.6,-->,28.477249,-40.774807,-14.235457 +1,0,0.4,0.8,-->,16.753706,-33.496380,-11.270408 +1,0,0.4,1,-->,3.137238,0.045377,-0.009522 +1,0,0.6,0,-->,51.938618,-70.001930,-2.285281 +1,0,0.6,0.2,-->,44.891865,-63.408360,-2.281200 +1,0,0.6,0.4,-->,37.993378,-55.829773,-2.715000 +1,0,0.6,0.6,-->,28.017530,-46.485512,-2.433929 +1,0,0.6,0.8,-->,16.294836,-39.396194,-1.549078 +1,0,0.6,1,-->,3.137238,0.045377,-0.009522 +1,0,0.8,0,-->,50.786610,-76.589775,15.657934 +1,0,0.8,0.2,-->,43.899120,-69.264679,14.078404 +1,0,0.8,0.4,-->,37.112099,-60.946182,12.021103 +1,0,0.8,0.6,-->,27.356199,-51.015507,9.387541 +1,0,0.8,0.8,-->,15.911847,-42.883663,8.117573 +1,0,0.8,1,-->,3.137238,0.045377,-0.009522 +1,0,1,0,-->,50.187122,-79.674767,27.210850 +1,0,1,0.2,-->,43.467770,-71.640404,24.260155 +1,0,1,0.4,-->,36.761612,-62.760746,21.504194 +1,0,1,0.6,-->,26.786121,-53.542850,17.553211 +1,0,1,0.8,-->,15.672311,-44.346592,14.716374 +1,0,1,1,-->,3.137238,0.045377,-0.009522 +1,0.2,0,0,-->,49.328110,-29.706654,-53.891277 +1,0.2,0,0.2,-->,42.576523,-27.210203,-48.020493 +1,0.2,0,0.4,-->,35.789745,-24.260725,-41.866615 +1,0.2,0,0.6,-->,26.298513,-20.627853,-34.154438 +1,0.2,0,0.8,-->,14.849144,-16.003540,-26.782984 +1,0.2,0,1,-->,3.137238,0.045377,-2.322686 +1,0.2,0.2,0,-->,47.953732,-39.117039,-39.524529 +1,0.2,0.2,0.2,-->,41.443279,-35.514915,-35.339905 +1,0.2,0.2,0.4,-->,34.837803,-31.502308,-31.376574 +1,0.2,0.2,0.6,-->,25.524170,-26.958109,-26.056654 +1,0.2,0.2,0.8,-->,14.066073,-21.441498,-20.231239 +1,0.2,0.2,1,-->,3.137238,0.045377,-0.029768 +1,0.2,0.4,0,-->,47.040054,-48.831211,-23.911798 +1,0.2,0.4,0.2,-->,40.388454,-44.621864,-21.607321 +1,0.2,0.4,0.4,-->,33.797195,-39.318535,-19.573168 +1,0.2,0.4,0.6,-->,24.269178,-33.305038,-16.017988 +1,0.2,0.4,0.8,-->,13.252504,-27.607061,-12.661179 +1,0.2,0.4,1,-->,3.137238,0.045377,-0.009522 +1,0.2,0.6,0,-->,45.752144,-57.797810,-5.841328 +1,0.2,0.6,0.2,-->,39.321949,-52.533192,-5.559459 +1,0.2,0.6,0.4,-->,32.889694,-46.732250,-5.914762 +1,0.2,0.6,0.6,-->,23.796822,-39.632244,-4.717698 +1,0.2,0.6,0.8,-->,12.900186,-31.810760,-3.246987 +1,0.2,0.6,1,-->,3.137238,0.045377,-0.009522 +1,0.2,0.8,0,-->,44.840302,-63.981598,11.310541 +1,0.2,0.8,0.2,-->,38.617088,-58.281864,9.968651 +1,0.2,0.8,0.4,-->,32.301014,-52.149330,7.864765 +1,0.2,0.8,0.6,-->,23.308092,-44.377865,6.590632 +1,0.2,0.8,0.8,-->,12.649837,-34.475330,5.769010 +1,0.2,0.8,1,-->,3.137238,0.045377,-0.009522 +1,0.2,1,0,-->,44.437641,-66.481964,21.407284 +1,0.2,1,0.2,-->,38.322205,-60.891747,19.418198 +1,0.2,1,0.4,-->,32.054001,-54.584133,16.860189 +1,0.2,1,0.6,-->,22.941490,-46.657894,14.240184 +1,0.2,1,0.8,-->,12.508364,-35.698364,11.624283 +1,0.2,1,1,-->,3.137238,0.045377,-0.009522 +1,0.4,0,0,-->,41.933117,-17.300335,-53.932079 +1,0.4,0,0.2,-->,36.141956,-15.998631,-48.220940 +1,0.4,0,0.4,-->,29.712477,-13.710470,-42.591686 +1,0.4,0,0.6,-->,21.079300,-11.794772,-35.351440 +1,0.4,0,0.8,-->,10.733571,-8.617147,-27.998243 +1,0.4,0,1,-->,3.137238,0.045377,-0.019706 +1,0.4,0.2,0,-->,40.759502,-26.429293,-40.693256 +1,0.4,0.2,0.2,-->,34.989689,-24.200346,-36.661171 +1,0.4,0.2,0.4,-->,28.763699,-21.344633,-33.039837 +1,0.4,0.2,0.6,-->,20.252724,-18.122915,-27.315237 +1,0.4,0.2,0.8,-->,10.048848,-14.775712,-21.495401 +1,0.4,0.2,1,-->,3.137238,0.045377,-0.009522 +1,0.4,0.4,0,-->,40.006618,-36.098389,-26.208706 +1,0.4,0.4,0.2,-->,34.315166,-32.728558,-23.554153 +1,0.4,0.4,0.4,-->,27.956591,-28.514582,-21.974327 +1,0.4,0.4,0.6,-->,19.335913,-25.213737,-18.161528 +1,0.4,0.4,0.8,-->,9.380708,-18.674038,-14.289012 +1,0.4,0.4,1,-->,3.137238,0.045377,-0.009522 +1,0.4,0.6,0,-->,38.737286,-44.334644,-10.298990 +1,0.4,0.6,0.2,-->,33.035717,-40.830467,-9.252450 +1,0.4,0.6,0.4,-->,27.097559,-36.297234,-9.184654 +1,0.4,0.6,0.6,-->,19.240620,-31.123272,-7.277613 +1,0.4,0.6,0.8,-->,9.278040,-21.932507,-5.309835 +1,0.4,0.6,1,-->,3.137238,0.045377,-0.009522 +1,0.4,0.8,0,-->,38.039993,-50.549866,5.235382 +1,0.4,0.8,0.2,-->,32.418716,-46.474918,4.726543 +1,0.4,0.8,0.4,-->,26.733177,-41.701023,3.399427 +1,0.4,0.8,0.6,-->,18.957064,-35.591640,3.022213 +1,0.4,0.8,0.8,-->,9.172217,-24.270256,3.195423 +1,0.4,0.8,1,-->,3.137238,0.045377,-0.009522 +1,0.4,1,0,-->,37.870415,-53.440128,14.722257 +1,0.4,1,0.2,-->,32.347641,-48.638226,13.160313 +1,0.4,1,0.4,-->,26.719009,-43.771107,11.132894 +1,0.4,1,0.6,-->,18.648991,-38.155319,9.499300 +1,0.4,1,0.8,-->,9.075148,-25.330154,7.465908 +1,0.4,1,1,-->,3.137238,0.045377,-0.009522 +1,0.6,0,0,-->,33.715271,-2.861619,-54.261681 +1,0.6,0,0.2,-->,28.561132,-2.588300,-48.946617 +1,0.6,0,0.4,-->,22.812536,-1.381872,-43.735752 +1,0.6,0,0.6,-->,15.054488,-0.542672,-36.795517 +1,0.6,0,0.8,-->,5.646254,1.255886,-29.530382 +1,0.6,0,1,-->,3.137238,0.045377,-0.009522 +1,0.6,0.2,0,-->,32.665802,-11.357903,-42.294678 +1,0.6,0.2,0.2,-->,27.544382,-10.371490,-38.327541 +1,0.6,0.2,0.4,-->,22.078932,-8.593946,-34.699715 +1,0.6,0.2,0.6,-->,14.445660,-6.953171,-29.348038 +1,0.6,0.2,0.8,-->,5.298559,-2.900476,-23.073038 +1,0.6,0.2,1,-->,3.137238,0.045377,-0.009522 +1,0.6,0.4,0,-->,32.081509,-20.211039,-29.553461 +1,0.6,0.4,0.2,-->,26.997101,-18.453329,-26.641396 +1,0.6,0.4,0.4,-->,21.428974,-15.693683,-24.608749 +1,0.6,0.4,0.6,-->,13.596786,-13.061769,-20.692253 +1,0.6,0.4,0.8,-->,4.946123,-6.261600,-15.834594 +1,0.6,0.4,1,-->,3.137238,0.045377,-0.009522 +1,0.6,0.6,0,-->,30.980059,-28.480011,-15.157577 +1,0.6,0.6,0.2,-->,25.930981,-26.371748,-13.644201 +1,0.6,0.6,0.4,-->,20.704443,-22.871901,-12.911517 +1,0.6,0.6,0.6,-->,13.786650,-19.581665,-10.500942 +1,0.6,0.6,0.8,-->,5.078895,-8.322830,-7.406426 +1,0.6,0.6,1,-->,3.137238,0.045377,-0.009522 +1,0.6,0.8,0,-->,30.480850,-34.374962,-1.520238 +1,0.6,0.8,0.2,-->,25.579891,-31.685755,-1.156863 +1,0.6,0.8,0.4,-->,20.621891,-28.140051,-1.718876 +1,0.6,0.8,0.6,-->,13.703396,-24.055931,-1.202719 +1,0.6,0.8,0.8,-->,5.112126,-8.466211,-0.152227 +1,0.6,0.8,1,-->,3.137238,0.045377,-0.009522 +1,0.6,1,0,-->,30.450041,-36.804157,6.339633 +1,0.6,1,0.2,-->,25.695757,-33.542488,6.079089 +1,0.6,1,0.4,-->,20.851330,-30.361656,4.727562 +1,0.6,1,0.6,-->,13.483581,-26.022030,4.260324 +1,0.6,1,0.8,-->,5.069117,-8.281094,2.792204 +1,0.6,1,1,-->,3.137238,0.045377,-0.009522 +1,0.8,0,0,-->,25.961599,12.296361,-55.237942 +1,0.8,0,0.2,-->,21.499043,11.588352,-50.386246 +1,0.8,0,0.4,-->,16.312822,11.785546,-45.483566 +1,0.8,0,0.6,-->,9.231684,11.631366,-38.920460 +1,0.8,0,0.8,-->,3.137238,4.545977,-27.213417 +1,0.8,0,1,-->,3.137238,0.045377,-0.009522 +1,0.8,0.2,0,-->,25.136581,4.099334,-44.479439 +1,0.8,0.2,0.2,-->,20.639235,3.924604,-40.601101 +1,0.8,0.2,0.4,-->,15.737055,4.696145,-37.038490 +1,0.8,0.2,0.6,-->,8.828053,5.323066,-31.776943 +1,0.8,0.2,0.8,-->,3.137238,0.506931,-20.500349 +1,0.8,0.2,1,-->,3.137238,0.045377,-0.009522 +1,0.8,0.4,0,-->,24.837822,-4.573389,-32.850090 +1,0.8,0.4,0.2,-->,20.327213,-4.146740,-29.905588 +1,0.8,0.4,0.4,-->,15.360973,-2.442258,-27.543186 +1,0.8,0.4,0.6,-->,8.205594,-1.140646,-23.567013 +1,0.8,0.4,0.8,-->,3.137238,0.045377,-13.408401 +1,0.8,0.4,1,-->,3.137238,0.045377,-0.009522 +1,0.8,0.6,0,-->,24.063923,-12.741970,-19.807539 +1,0.8,0.6,0.2,-->,19.586834,-12.025162,-17.962685 +1,0.8,0.6,0.4,-->,14.881378,-9.540559,-16.574034 +1,0.8,0.6,0.6,-->,8.654317,-8.184305,-13.735191 +1,0.8,0.6,0.8,-->,3.137238,0.045377,-5.745809 +1,0.8,0.6,1,-->,3.137238,0.045377,-0.009522 +1,0.8,0.8,0,-->,23.786081,-18.315268,-7.713381 +1,0.8,0.8,0.2,-->,19.474834,-17.170351,-6.795267 +1,0.8,0.8,0.4,-->,15.030085,-14.784740,-6.515662 +1,0.8,0.8,0.6,-->,8.828859,-12.347977,-5.125302 +1,0.8,0.8,0.8,-->,3.137238,0.045377,-0.915371 +1,0.8,0.8,1,-->,3.137238,0.045377,-0.009522 +1,0.8,1,0,-->,23.847845,-20.465208,-0.907095 +1,0.8,1,0.2,-->,19.695324,-18.905680,-0.547931 +1,0.8,1,0.4,-->,15.398577,-17.056471,-1.120522 +1,0.8,1,0.6,-->,8.780991,-13.828674,-0.260886 +1,0.8,1,0.8,-->,3.137238,0.045377,-0.009522 +1,0.8,1,1,-->,3.137238,0.045377,-0.009522 +1,1,0,0,-->,18.787844,28.175541,-57.020935 +1,1,0,0.2,-->,15.141008,26.199297,-52.532211 +1,1,0,0.4,-->,10.392618,25.433107,-47.790627 +1,1,0,0.6,-->,4.246678,22.465906,-40.879551 +1,1,0,0.8,-->,3.137238,0.045377,-21.397261 +1,1,0,1,-->,3.137238,0.045377,-0.009522 +1,1,0.2,0,-->,18.341248,19.637871,-47.250259 +1,1,0.2,0.2,-->,14.458531,18.298063,-43.435734 +1,1,0.2,0.4,-->,9.866057,18.297728,-40.075737 +1,1,0.2,0.6,-->,4.119919,14.781549,-33.549168 +1,1,0.2,0.8,-->,3.137238,0.045377,-15.027046 +1,1,0.2,1,-->,3.137238,0.045377,-0.009522 +1,1,0.4,0,-->,18.497801,10.199709,-35.961399 +1,1,0.4,0.2,-->,14.558938,9.521537,-33.122791 +1,1,0.4,0.4,-->,9.966323,10.670488,-30.622898 +1,1,0.4,0.6,-->,4.111899,7.849839,-25.347322 +1,1,0.4,0.8,-->,3.137238,0.045377,-8.053797 +1,1,0.4,1,-->,3.137238,0.045377,-0.009522 +1,1,0.6,0,-->,18.250950,1.925531,-23.966446 +1,1,0.6,0.2,-->,14.262981,1.296772,-21.905642 +1,1,0.6,0.4,-->,9.875794,3.007166,-19.915674 +1,1,0.6,0.6,-->,4.472824,2.539898,-16.101179 +1,1,0.6,0.8,-->,3.137238,0.045377,-2.521605 +1,1,0.6,1,-->,3.137238,0.045377,-0.009522 +1,1,0.8,0,-->,18.227348,-3.458354,-12.997971 +1,1,0.8,0.2,-->,14.332579,-3.812776,-11.859893 +1,1,0.8,0.4,-->,10.174964,-2.394897,-10.754388 +1,1,0.8,0.6,-->,4.776132,-0.805040,-8.185035 +1,1,0.8,0.8,-->,3.137238,0.045377,-0.009522 +1,1,0.8,1,-->,3.137238,0.045377,-0.009522 +1,1,1,0,-->,18.326771,-5.497340,-6.710805 +1,1,1,0.2,-->,14.551679,-5.455094,-6.436520 +1,1,1,0.4,-->,10.536420,-4.467086,-6.267878 +1,1,1,0.6,-->,4.932868,-2.342628,-3.578762 +1,1,1,0.8,-->,3.137238,0.045377,-0.009522 +1,1,1,1,-->,3.137238,0.045377,-0.009522 +-0.1,0.5,0.5,0.5,-->,46.816795,21.390472,21.489738 +1.1,0.5,0.5,0.5,-->,21.202194,-24.934977,-16.017357 +0.5,-0.1,0.5,0.5,-->,49.178322,-20.260931,11.471653 +0.5,1.1,0.5,0.5,-->,19.117630,39.155872,-1.839565 +0.5,0.5,-0.1,0.5,-->,37.639538,10.401220,-19.781601 +0.5,0.5,1.1,0.5,-->,34.448547,0.872274,34.020267 +0.5,0.5,0.5,-0.1,-->,54.483997,7.468887,6.814668 +0.5,0.5,0.5,1.1,-->,3.137238,0.045377,-0.009522 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-1.csv new file mode 100644 index 0000000..63fe0a7 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-1.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,100.000000,0.000008,0.000008 +0,0,0,0.2,-->,87.355392,-0.131557,-0.388438 +0,0,0,0.4,-->,74.075203,-0.230990,-0.643359 +0,0,0,0.6,-->,56.751270,-0.145905,-0.498860 +0,0,0,0.8,-->,40.080219,0.065972,-0.042869 +0,0,0,1,-->,17.558210,0.867182,2.027351 +0,0,0.2,0,-->,98.621880,-2.753583,17.949621 +0,0,0.2,0.2,-->,86.086967,-2.537071,14.794559 +0,0,0.2,0.4,-->,73.454086,-2.284977,11.794772 +0,0,0.2,0.6,-->,56.090187,-1.710972,8.567591 +0,0,0.2,0.8,-->,39.173298,-1.066861,6.303444 +0,0,0.2,1,-->,16.869034,0.241887,3.967451 +0,0,0.4,0,-->,97.259155,-4.640912,36.764511 +0,0,0.4,0.2,-->,84.688553,-4.385854,31.575478 +0,0,0.4,0.4,-->,71.723381,-3.884714,24.879795 +0,0,0.4,0.6,-->,55.301548,-3.028240,18.683302 +0,0,0.4,0.8,-->,38.370998,-2.075183,13.136404 +0,0,0.4,1,-->,16.271238,-0.326699,5.858138 +0,0,0.6,0,-->,95.973610,-5.892366,58.423409 +0,0,0.6,0.2,-->,83.489784,-5.641534,50.232780 +0,0,0.6,0.4,-->,70.575577,-5.136063,40.978466 +0,0,0.6,0.6,-->,54.139412,-4.091446,30.880676 +0,0,0.6,0.8,-->,37.412613,-2.999331,21.585022 +0,0,0.6,1,-->,15.744793,-0.847902,7.738535 +0,0,0.8,0,-->,94.941345,-6.469206,80.499855 +0,0,0.8,0.2,-->,82.362541,-6.245938,69.162804 +0,0,0.8,0.4,-->,69.611053,-5.883734,57.687538 +0,0,0.8,0.6,-->,53.105080,-4.782750,43.897442 +0,0,0.8,0.8,-->,36.785038,-3.614275,30.504223 +0,0,0.8,1,-->,15.364383,-1.239197,9.261068 +0,0,1,0,-->,94.378067,-6.566405,95.359375 +0,0,1,0.2,-->,81.651230,-6.373102,82.075211 +0,0,1,0.4,-->,69.031487,-6.154317,69.229210 +0,0,1,0.6,-->,52.506535,-5.071398,53.155613 +0,0,1,0.8,-->,36.533340,-3.872099,36.539791 +0,0,1,1,-->,15.179227,-1.433595,10.058599 +0,0.2,0,0,-->,89.956360,14.133030,-3.256311 +0,0.2,0,0.2,-->,79.122368,11.352993,-3.087319 +0,0.2,0,0.4,-->,67.821053,9.233345,-2.820969 +0,0.2,0,0.6,-->,51.954060,7.214802,-2.185308 +0,0.2,0,0.8,-->,36.604351,5.645730,-1.053600 +0,0.2,0,1,-->,15.818244,3.497659,2.244304 +0,0.2,0.2,0,-->,88.505516,11.968940,12.886119 +0,0.2,0.2,0.2,-->,77.871590,9.428335,10.720205 +0,0.2,0.2,0.4,-->,66.746323,7.413592,8.675352 +0,0.2,0.2,0.6,-->,51.113403,5.682861,6.430661 +0,0.2,0.2,0.8,-->,35.569431,4.447198,4.938694 +0,0.2,0.2,1,-->,15.303885,2.778859,3.964928 +0,0.2,0.4,0,-->,87.526192,9.997211,30.301983 +0,0.2,0.4,0.2,-->,76.499710,7.765392,25.969728 +0,0.2,0.4,0.4,-->,65.113678,5.881073,20.910574 +0,0.2,0.4,0.6,-->,50.216007,4.419581,15.749645 +0,0.2,0.4,0.8,-->,34.651360,3.396129,11.355850 +0,0.2,0.4,1,-->,14.862114,2.139308,5.604129 +0,0.2,0.6,0,-->,86.293404,9.031424,50.580036 +0,0.2,0.6,0.2,-->,75.285721,6.765499,43.865978 +0,0.2,0.6,0.4,-->,63.848557,4.741347,35.932659 +0,0.2,0.6,0.6,-->,49.349121,3.374804,27.354315 +0,0.2,0.6,0.8,-->,33.794968,2.523467,19.272329 +0,0.2,0.6,1,-->,14.476110,1.560234,7.185999 +0,0.2,0.8,0,-->,85.319916,8.600603,71.329567 +0,0.2,0.8,0.2,-->,74.380470,6.196442,62.148438 +0,0.2,0.8,0.4,-->,63.056217,4.112831,51.987190 +0,0.2,0.8,0.6,-->,48.386826,2.774573,39.465130 +0,0.2,0.8,0.8,-->,33.261433,1.984413,27.368191 +0,0.2,0.8,1,-->,14.199088,1.132712,8.434704 +0,0.2,1,0,-->,84.815689,8.514059,85.290886 +0,0.2,1,0.2,-->,73.919769,5.991359,74.390213 +0,0.2,1,0.4,-->,62.729691,3.919877,63.210072 +0,0.2,1,0.6,-->,47.714344,2.572561,48.015476 +0,0.2,1,0.8,-->,33.055965,1.779574,32.646656 +0,0.2,1,1,-->,14.064966,0.919604,9.077477 +0,0.4,0,0,-->,79.565239,29.549822,-5.526226 +0,0.4,0,0.2,-->,70.408112,24.019598,-5.041493 +0,0.4,0,0.4,-->,60.193317,20.212551,-4.537162 +0,0.4,0,0.6,-->,46.107517,15.728930,-3.526712 +0,0.4,0,0.8,-->,32.846527,11.845659,-2.036539 +0,0.4,0,1,-->,14.099371,6.289825,2.505061 +0,0.4,0.2,0,-->,78.277786,27.870296,8.950564 +0,0.4,0.2,0.2,-->,69.287781,22.633690,7.562909 +0,0.4,0.2,0.4,-->,59.309685,18.492947,5.946461 +0,0.4,0.2,0.6,-->,45.331375,14.447334,4.397542 +0,0.4,0.2,0.8,-->,31.709713,10.715813,3.522388 +0,0.4,0.2,1,-->,13.773899,5.420022,3.987240 +0,0.4,0.4,0,-->,77.967331,25.381201,24.999413 +0,0.4,0.4,0.2,-->,68.291725,20.823696,21.360516 +0,0.4,0.4,0.4,-->,57.965065,16.873564,17.370533 +0,0.4,0.4,0.6,-->,44.476452,13.127695,13.040452 +0,0.4,0.4,0.8,-->,30.701685,9.654135,9.536402 +0,0.4,0.4,1,-->,13.496707,4.657585,5.356687 +0,0.4,0.6,0,-->,76.825096,24.682693,43.796291 +0,0.4,0.6,0.2,-->,67.193275,19.988865,38.092007 +0,0.4,0.6,0.4,-->,56.945526,16.046288,31.510775 +0,0.4,0.6,0.6,-->,43.777687,12.282134,24.008032 +0,0.4,0.6,0.8,-->,29.898539,8.894676,16.866163 +0,0.4,0.6,1,-->,13.256773,3.979276,6.640455 +0,0.4,0.8,0,-->,75.937210,24.379271,62.725506 +0,0.4,0.8,0.2,-->,66.419914,19.556753,55.037106 +0,0.4,0.8,0.4,-->,56.218845,15.728702,46.037941 +0,0.4,0.8,0.6,-->,43.068676,11.756699,35.088997 +0,0.4,0.8,0.8,-->,29.525440,8.380579,24.096552 +0,0.4,0.8,1,-->,13.086046,3.486244,7.624040 +0,0.4,1,0,-->,75.513954,24.273638,75.036514 +0,0.4,1,0.2,-->,66.065582,19.412832,66.092506 +0,0.4,1,0.4,-->,55.858116,15.717408,55.757137 +0,0.4,1,0.6,-->,42.594593,11.532829,42.495224 +0,0.4,1,0.8,-->,29.464239,8.150539,28.547617 +0,0.4,1,1,-->,13.003243,3.246751,8.119685 +0,0.6,0,0,-->,68.703285,46.861191,-6.214741 +0,0.6,0,0.2,-->,60.709465,39.324234,-5.960527 +0,0.6,0,0.4,-->,51.825897,33.639145,-5.414580 +0,0.6,0,0.6,-->,39.256809,26.440676,-4.212272 +0,0.6,0,0.8,-->,27.930799,19.455450,-2.374645 +0,0.6,0,1,-->,12.410446,9.243118,2.814334 +0,0.6,0.2,0,-->,67.827644,45.172211,6.701206 +0,0.6,0.2,0.2,-->,59.978603,37.972282,5.411313 +0,0.6,0.2,0.4,-->,51.081432,32.100140,4.105155 +0,0.6,0.2,0.6,-->,39.062901,25.085045,2.994004 +0,0.6,0.2,0.8,-->,27.159170,18.284475,2.718746 +0,0.6,0.2,1,-->,12.287735,8.148336,4.030847 +0,0.6,0.4,0,-->,67.590378,43.297180,20.945578 +0,0.6,0.4,0.2,-->,59.230011,36.385944,17.898081 +0,0.6,0.4,0.4,-->,50.123684,30.548332,14.596772 +0,0.6,0.4,0.6,-->,38.151825,23.831585,11.029570 +0,0.6,0.4,0.8,-->,26.319292,17.240335,8.203935 +0,0.6,0.4,1,-->,12.185091,7.207856,5.119184 +0,0.6,0.6,0,-->,66.855713,42.473579,37.985931 +0,0.6,0.6,0.2,-->,58.332836,35.617836,32.946518 +0,0.6,0.6,0.4,-->,49.250275,29.687496,27.279428 +0,0.6,0.6,0.6,-->,37.627457,23.003942,20.702877 +0,0.6,0.6,0.8,-->,25.767799,16.533848,14.555430 +0,0.6,0.6,1,-->,12.095853,6.386143,6.100976 +0,0.6,0.8,0,-->,66.224770,42.172424,54.750450 +0,0.6,0.8,0.2,-->,57.806675,35.255123,47.883244 +0,0.6,0.8,0.4,-->,48.799007,29.414625,39.941898 +0,0.6,0.8,0.6,-->,37.162365,22.647203,30.029797 +0,0.6,0.8,0.8,-->,25.565725,15.951172,20.444857 +0,0.6,0.8,1,-->,12.033379,5.798390,6.831220 +0,0.6,1,0,-->,65.888191,42.153107,65.365829 +0,0.6,1,0.2,-->,57.632423,35.162243,57.271141 +0,0.6,1,0.4,-->,48.687397,29.465466,47.923798 +0,0.6,1,0.6,-->,36.863991,22.604904,35.891636 +0,0.6,1,0.8,-->,25.573481,15.614023,23.849230 +0,0.6,1,1,-->,12.003795,5.513056,7.189951 +0,0.8,0,0,-->,59.120388,63.850460,-5.560249 +0,0.8,0,0.2,-->,51.931046,54.827221,-5.790851 +0,0.8,0,0.4,-->,44.114628,47.228874,-5.361885 +0,0.8,0,0.6,-->,33.084892,37.090881,-4.122885 +0,0.8,0,0.8,-->,23.400742,26.846525,-2.144210 +0,0.8,0,1,-->,11.059642,11.772429,3.114184 +0,0.8,0.2,0,-->,58.671486,62.062321,5.920819 +0,0.8,0.2,0.2,-->,51.548500,53.386383,4.452335 +0,0.8,0.2,0.4,-->,43.627632,45.707817,3.214103 +0,0.8,0.2,0.6,-->,33.255558,35.643051,2.316926 +0,0.8,0.2,0.8,-->,22.951876,25.495165,2.406449 +0,0.8,0.2,1,-->,11.113429,10.431831,4.091887 +0,0.8,0.4,0,-->,58.571785,60.568012,18.514515 +0,0.8,0.4,0.2,-->,51.140701,51.884186,15.656748 +0,0.8,0.4,0.4,-->,43.041428,44.073418,12.679456 +0,0.8,0.4,0.6,-->,32.552101,34.399685,9.661597 +0,0.8,0.4,0.8,-->,22.370686,24.313049,7.264898 +0,0.8,0.4,1,-->,11.159584,9.299522,4.933115 +0,0.8,0.6,0,-->,58.219440,59.582664,33.662628 +0,0.8,0.6,0.2,-->,50.556095,50.965076,28.968636 +0,0.8,0.6,0.4,-->,42.434715,43.026237,23.971340 +0,0.8,0.6,0.6,-->,32.229595,33.456390,18.060940 +0,0.8,0.6,0.8,-->,22.117094,23.403971,12.653860 +0,0.8,0.6,1,-->,11.198607,8.325132,5.668559 +0,0.8,0.8,0,-->,57.866871,59.093525,48.064980 +0,0.8,0.8,0.2,-->,50.284004,50.418255,41.674377 +0,0.8,0.8,0.4,-->,42.233665,42.470875,34.637901 +0,0.8,0.8,0.6,-->,32.008919,32.966736,25.714064 +0,0.8,0.8,0.8,-->,22.115685,22.757427,17.281282 +0,0.8,0.8,1,-->,11.225730,7.633920,6.193933 +0,0.8,1,0,-->,57.650955,58.970184,56.805454 +0,0.8,1,0.2,-->,50.250072,50.200756,49.238937 +0,0.8,1,0.4,-->,42.279606,42.299976,40.825718 +0,0.8,1,0.6,-->,31.888521,32.833500,30.180208 +0,0.8,1,0.8,-->,22.207598,22.446362,19.757442 +0,0.8,1,1,-->,11.238792,7.302304,6.443671 +0,1,0,0,-->,51.087624,79.515617,-3.539062 +0,1,0,0.2,-->,44.333725,69.761635,-4.504134 +0,1,0,0.4,-->,37.261063,60.521641,-4.373634 +0,1,0,0.6,-->,27.792778,47.123421,-3.242305 +0,1,0,0.8,-->,19.426888,33.764023,-1.362850 +0,1,0,1,-->,10.036765,13.792963,3.378908 +0,1,0.2,0,-->,51.053387,77.514542,6.620575 +0,1,0.2,0.2,-->,44.232944,68.161461,4.724339 +0,1,0.2,0.4,-->,37.164490,58.667900,3.295799 +0,1,0.2,0.6,-->,28.063410,45.816719,2.354027 +0,1,0.2,0.8,-->,19.224808,32.164036,2.552908 +0,1,0.2,1,-->,10.235509,12.213510,4.146527 +0,1,0.4,0,-->,51.194275,75.999657,17.770575 +0,1,0.4,0.2,-->,44.268818,66.418724,14.671431 +0,1,0.4,0.4,-->,36.923214,56.786167,11.643540 +0,1,0.4,0.6,-->,27.844084,44.173336,8.939195 +0,1,0.4,0.8,-->,18.975552,30.615223,6.700112 +0,1,0.4,1,-->,10.399857,10.904845,4.784832 +0,1,0.6,0,-->,51.164349,74.839241,30.913689 +0,1,0.6,0.2,-->,44.098389,65.006157,26.231018 +0,1,0.6,0.4,-->,36.712406,55.260307,21.669516 +0,1,0.6,0.6,-->,27.743536,42.967827,16.146223 +0,1,0.6,0.8,-->,19.042795,29.263468,11.178567 +0,1,0.6,1,-->,10.538542,9.790775,5.324464 +0,1,0.8,0,-->,51.086815,73.995827,42.824486 +0,1,0.8,0.2,-->,44.073032,64.059113,36.582649 +0,1,0.8,0.4,-->,36.713539,54.210728,30.265945 +0,1,0.8,0.6,-->,27.760134,42.090576,22.280567 +0,1,0.8,0.8,-->,19.260761,28.523314,14.690916 +0,1,0.8,1,-->,10.634068,9.009521,5.700507 +0,1,1,0,-->,51.024818,73.570305,49.617184 +0,1,1,0.2,-->,44.128563,63.633049,42.294792 +0,1,1,0.4,-->,36.802517,53.724625,34.660515 +0,1,1,0.6,-->,27.812836,41.640713,25.547192 +0,1,1,0.8,-->,19.451418,28.297728,16.402664 +0,1,1,1,-->,10.680147,8.636716,5.882806 +0.2,0,0,0,-->,91.694572,-7.623614,-10.486897 +0.2,0,0,0.2,-->,80.547852,-6.617375,-9.079035 +0.2,0,0,0.4,-->,68.665367,-5.680961,-7.848874 +0.2,0,0,0.6,-->,53.165905,-4.444355,-6.173688 +0.2,0,0,0.8,-->,37.406990,-2.859590,-4.149233 +0.2,0,0,1,-->,16.159996,-0.323583,-0.138199 +0.2,0,0.2,0,-->,90.132828,-11.192034,6.789392 +0.2,0,0.2,0.2,-->,79.053703,-9.736415,5.659485 +0.2,0,0.2,0.4,-->,67.627319,-8.239082,4.332292 +0.2,0,0.2,0.6,-->,51.922375,-6.417848,2.751045 +0.2,0,0.2,0.8,-->,36.233189,-4.271716,2.129915 +0.2,0,0.2,1,-->,15.610928,-1.132772,1.979185 +0.2,0,0.4,0,-->,88.776260,-13.718252,25.783281 +0.2,0,0.4,0.2,-->,77.554413,-12.081072,21.824198 +0.2,0,0.4,0.4,-->,65.700615,-10.288343,16.893749 +0.2,0,0.4,0.6,-->,50.848656,-8.010685,12.881104 +0.2,0,0.4,0.8,-->,35.257225,-5.529790,8.993882 +0.2,0,0.4,1,-->,15.140388,-1.856656,4.020663 +0.2,0,0.6,0,-->,87.373558,-15.738171,46.704121 +0.2,0,0.6,0.2,-->,76.230591,-13.882586,40.014854 +0.2,0,0.6,0.4,-->,64.620796,-11.935638,32.895981 +0.2,0,0.6,0.6,-->,49.759682,-9.368245,24.576147 +0.2,0,0.6,0.8,-->,34.326149,-6.678339,17.225533 +0.2,0,0.6,1,-->,14.727142,-2.517828,6.023824 +0.2,0,0.8,0,-->,86.280838,-16.770931,67.881737 +0.2,0,0.8,0.2,-->,75.151237,-14.916023,58.649284 +0.2,0,0.8,0.4,-->,63.772537,-13.034798,49.249802 +0.2,0,0.8,0.6,-->,48.657837,-10.291839,36.952888 +0.2,0,0.8,0.8,-->,33.695587,-7.491830,25.682495 +0.2,0,0.8,1,-->,14.430870,-3.008101,7.625773 +0.2,0,1,0,-->,85.711975,-17.011604,82.025352 +0.2,0,1,0.2,-->,74.549561,-15.264837,71.344246 +0.2,0,1,0.4,-->,63.278027,-13.521149,60.209541 +0.2,0,1,0.6,-->,47.934658,-10.702954,45.870235 +0.2,0,1,0.8,-->,33.417629,-7.860844,31.277603 +0.2,0,1,1,-->,14.285940,-3.250809,8.461363 +0.2,0.2,0,0,-->,82.181274,5.738323,-13.134885 +0.2,0.2,0,0.2,-->,72.663589,4.433336,-11.111227 +0.2,0.2,0,0.4,-->,62.406910,3.567773,-9.358290 +0.2,0.2,0,0.6,-->,48.327290,2.547269,-7.024356 +0.2,0.2,0,0.8,-->,34.006573,2.417423,-4.650570 +0.2,0.2,0,1,-->,14.575833,2.321835,0.148321 +0.2,0.2,0.2,0,-->,80.871033,3.060804,2.782553 +0.2,0.2,0.2,0.2,-->,71.418716,2.124686,2.638601 +0.2,0.2,0.2,0.4,-->,61.349178,1.296316,1.945594 +0.2,0.2,0.2,0.6,-->,47.723392,0.634878,1.465863 +0.2,0.2,0.2,0.8,-->,33.019157,0.963453,1.280280 +0.2,0.2,0.2,1,-->,14.184054,1.435464,2.048949 +0.2,0.2,0.4,0,-->,79.824081,0.353981,20.014994 +0.2,0.2,0.4,0.2,-->,70.125946,-0.312624,17.413713 +0.2,0.2,0.4,0.4,-->,59.895592,-0.830711,13.896850 +0.2,0.2,0.4,0.6,-->,46.478741,-0.897664,10.836068 +0.2,0.2,0.4,0.8,-->,31.987270,-0.299143,7.688697 +0.2,0.2,0.4,1,-->,13.849400,0.652600,3.839595 +0.2,0.2,0.6,0,-->,78.453430,-1.297045,39.695625 +0.2,0.2,0.6,0.2,-->,68.808266,-1.829412,34.678680 +0.2,0.2,0.6,0.4,-->,58.779972,-2.319806,28.637657 +0.2,0.2,0.6,0.6,-->,45.513779,-2.187186,22.080379 +0.2,0.2,0.6,0.8,-->,31.135868,-1.379106,15.430068 +0.2,0.2,0.6,1,-->,13.558784,-0.049891,5.555142 +0.2,0.2,0.8,0,-->,77.504677,-2.107481,59.615223 +0.2,0.2,0.8,0.2,-->,67.906166,-2.686821,52.333839 +0.2,0.2,0.8,0.4,-->,57.955448,-3.286573,44.013214 +0.2,0.2,0.8,0.6,-->,44.560669,-3.037694,33.648979 +0.2,0.2,0.8,0.8,-->,30.618397,-2.127103,23.126190 +0.2,0.2,0.8,1,-->,13.351089,-0.566831,6.895893 +0.2,0.2,1,0,-->,77.092010,-2.301924,72.657295 +0.2,0.2,1,0.2,-->,67.505417,-2.982764,64.040115 +0.2,0.2,1,0.4,-->,57.530731,-3.703623,54.542492 +0.2,0.2,1,0.6,-->,43.928005,-3.405127,41.648811 +0.2,0.2,1,0.8,-->,30.422607,-2.463271,27.985598 +0.2,0.2,1,1,-->,13.250360,-0.820756,7.582486 +0.2,0.4,0,0,-->,72.403214,20.671886,-14.810617 +0.2,0.4,0,0.2,-->,64.332909,17.056911,-12.678521 +0.2,0.4,0,0.4,-->,55.165600,14.616941,-10.683582 +0.2,0.4,0,0.6,-->,43.008583,10.656065,-7.966782 +0.2,0.4,0,0.8,-->,30.460712,8.291451,-5.233452 +0.2,0.4,0,1,-->,13.021617,5.085624,0.468386 +0.2,0.4,0.2,0,-->,71.557083,17.994701,-0.379030 +0.2,0.4,0.2,0.2,-->,63.504173,14.872121,-0.052156 +0.2,0.4,0.2,0.4,-->,54.546738,12.148077,-0.221262 +0.2,0.4,0.2,0.6,-->,42.277279,9.017380,-0.108515 +0.2,0.4,0.2,0.8,-->,29.430264,6.895649,0.290130 +0.2,0.4,0.2,1,-->,12.795444,4.067142,2.137818 +0.2,0.4,0.4,0,-->,70.596069,15.743809,14.993730 +0.2,0.4,0.4,0.2,-->,62.243538,12.730465,13.174402 +0.2,0.4,0.4,0.4,-->,53.199173,10.206139,10.997211 +0.2,0.4,0.4,0.6,-->,41.306114,7.426162,8.846268 +0.2,0.4,0.4,0.8,-->,28.481085,5.591149,6.330118 +0.2,0.4,0.4,1,-->,12.604504,3.183249,3.665656 +0.2,0.4,0.6,0,-->,69.490929,14.099075,33.340908 +0.2,0.4,0.6,0.2,-->,61.032833,11.384424,29.305023 +0.2,0.4,0.6,0.4,-->,52.198875,8.684807,24.736210 +0.2,0.4,0.6,0.6,-->,40.376301,6.414489,19.074316 +0.2,0.4,0.6,0.8,-->,27.685526,4.643435,13.389653 +0.2,0.4,0.6,1,-->,12.439419,2.402664,5.091887 +0.2,0.4,0.8,0,-->,68.631256,13.534577,51.593700 +0.2,0.4,0.8,0.2,-->,60.267372,10.676188,45.593048 +0.2,0.4,0.8,0.4,-->,51.537971,7.940228,38.672462 +0.2,0.4,0.8,0.6,-->,39.672817,5.665975,29.591574 +0.2,0.4,0.8,0.8,-->,27.315552,3.934909,20.250185 +0.2,0.4,0.8,1,-->,12.323132,1.836327,6.176865 +0.2,0.4,1,0,-->,68.185310,13.629541,63.298180 +0.2,0.4,1,0.2,-->,59.963352,10.469996,56.071045 +0.2,0.4,1,0.4,-->,51.237648,7.790821,47.797764 +0.2,0.4,1,0.6,-->,39.313065,5.273349,36.695232 +0.2,0.4,1,0.8,-->,27.256302,3.574993,24.412815 +0.2,0.4,1,1,-->,12.266597,1.562165,6.722303 +0.2,0.6,0,0,-->,62.267376,37.228661,-15.269800 +0.2,0.6,0,0.2,-->,55.236965,31.709352,-13.338531 +0.2,0.6,0,0.4,-->,47.162216,27.346350,-11.288602 +0.2,0.6,0,0.6,-->,36.495972,20.778524,-8.538347 +0.2,0.6,0,0.8,-->,25.795677,15.603369,-5.509826 +0.2,0.6,0,1,-->,11.505374,7.960033,0.823378 +0.2,0.6,0.2,0,-->,61.568295,34.925285,-2.464229 +0.2,0.6,0.2,0.2,-->,54.669659,29.735706,-1.915204 +0.2,0.6,0.2,0.4,-->,46.726368,25.297880,-1.848973 +0.2,0.6,0.2,0.6,-->,36.166798,19.227888,-1.366095 +0.2,0.6,0.2,0.8,-->,25.075621,14.171180,-0.409398 +0.2,0.6,0.2,1,-->,11.456928,6.747822,2.239395 +0.2,0.6,0.4,0,-->,60.991333,32.839382,11.424824 +0.2,0.6,0.4,0.2,-->,53.665096,27.937872,9.937630 +0.2,0.6,0.4,0.4,-->,45.849239,23.239210,8.320482 +0.2,0.6,0.4,0.6,-->,35.240479,17.924330,6.731103 +0.2,0.6,0.4,0.8,-->,24.313126,12.925972,5.065090 +0.2,0.6,0.4,1,-->,11.414566,5.711709,3.498297 +0.2,0.6,0.6,0,-->,60.144279,31.483795,27.668846 +0.2,0.6,0.6,0.2,-->,52.679188,26.686979,24.410870 +0.2,0.6,0.6,0.4,-->,44.929634,21.894007,20.552694 +0.2,0.6,0.6,0.6,-->,34.570221,16.868290,15.795015 +0.2,0.6,0.6,0.8,-->,23.778503,11.996998,11.199891 +0.2,0.6,0.6,1,-->,11.379506,4.815033,4.633904 +0.2,0.6,0.8,0,-->,59.458744,31.001814,43.582649 +0.2,0.6,0.8,0.2,-->,52.137363,26.074589,38.709763 +0.2,0.6,0.8,0.4,-->,44.522114,21.217445,32.722755 +0.2,0.6,0.8,0.6,-->,34.042912,16.236795,24.641092 +0.2,0.6,0.8,0.8,-->,23.588076,11.292956,16.857225 +0.2,0.6,0.8,1,-->,11.354799,4.171515,5.476213 +0.2,0.6,1,0,-->,59.095184,31.047533,53.623413 +0.2,0.6,1,0.2,-->,51.977520,25.936169,47.570461 +0.2,0.6,1,0.4,-->,44.481953,21.051500,40.285019 +0.2,0.6,1,0.6,-->,33.748165,16.003654,30.294384 +0.2,0.6,1,0.8,-->,23.603682,10.927051,20.125490 +0.2,0.6,1,1,-->,11.343082,3.862470,5.893096 +0.2,0.8,0,0,-->,53.116013,53.756893,-14.899593 +0.2,0.8,0,0.2,-->,46.856300,46.726768,-13.397040 +0.2,0.8,0,0.4,-->,39.775730,40.428593,-11.473735 +0.2,0.8,0,0.6,-->,30.410975,31.184797,-8.787712 +0.2,0.8,0,0.8,-->,21.408094,22.776503,-5.470840 +0.2,0.8,0,1,-->,10.303129,10.375184,1.145555 +0.2,0.8,0.2,0,-->,52.652710,51.712360,-3.488228 +0.2,0.8,0.2,0.2,-->,46.506031,44.797203,-3.059687 +0.2,0.8,0.2,0.4,-->,39.442997,38.453094,-2.955983 +0.2,0.8,0.2,0.6,-->,30.350080,29.602486,-2.255886 +0.2,0.8,0.2,0.8,-->,20.981304,21.180557,-0.860806 +0.2,0.8,0.2,1,-->,10.405836,8.953300,2.336016 +0.2,0.8,0.4,0,-->,52.407921,49.555214,8.866983 +0.2,0.8,0.4,0.2,-->,45.882874,42.977631,7.492507 +0.2,0.8,0.4,0.4,-->,39.011818,36.394730,6.152622 +0.2,0.8,0.4,0.6,-->,29.713434,28.328110,5.015146 +0.2,0.8,0.4,0.8,-->,20.482153,19.814363,3.979853 +0.2,0.8,0.4,1,-->,10.491496,7.756486,3.367037 +0.2,0.8,0.6,0,-->,51.906933,48.300339,23.249531 +0.2,0.8,0.6,0.2,-->,45.224842,41.661610,20.321743 +0.2,0.8,0.6,0.4,-->,38.360676,34.960670,16.987741 +0.2,0.8,0.6,0.6,-->,29.296000,27.084772,12.943436 +0.2,0.8,0.6,0.8,-->,20.211790,18.729507,9.199329 +0.2,0.8,0.6,1,-->,10.563780,6.734797,4.270903 +0.2,0.8,0.8,0,-->,51.526649,47.724731,36.903671 +0.2,0.8,0.8,0.2,-->,44.961216,41.009354,32.560204 +0.2,0.8,0.8,0.4,-->,38.195782,34.188946,27.284124 +0.2,0.8,0.8,0.6,-->,28.993156,26.367720,20.204512 +0.2,0.8,0.8,0.8,-->,20.208437,17.971796,13.697285 +0.2,0.8,0.8,1,-->,10.613716,6.011285,4.920668 +0.2,0.8,1,0,-->,51.342701,47.606800,45.157242 +0.2,0.8,1,0.2,-->,44.959969,40.858440,39.771152 +0.2,0.8,1,0.4,-->,38.309822,33.955200,33.257542 +0.2,0.8,1,0.6,-->,28.833597,26.133652,24.499010 +0.2,0.8,1,0.8,-->,20.310003,17.615969,16.123545 +0.2,0.8,1,1,-->,10.638708,5.662737,5.230716 +0.2,1,0,0,-->,45.183887,69.551003,-13.725221 +0.2,1,0,0.2,-->,39.407490,61.603245,-12.900597 +0.2,1,0,0.4,-->,33.197811,53.439323,-11.280060 +0.2,1,0,0.6,-->,24.940338,41.574883,-8.750862 +0.2,1,0,0.8,-->,17.455416,29.655485,-5.145266 +0.2,1,0,1,-->,9.398268,12.277149,1.410218 +0.2,1,0.2,0,-->,45.073654,67.449295,-3.435054 +0.2,1,0.2,0.2,-->,39.236217,59.573242,-3.507957 +0.2,1,0.2,0.4,-->,32.897446,51.285110,-3.560014 +0.2,1,0.2,0.6,-->,24.969820,40.024673,-2.820756 +0.2,1,0.2,0.8,-->,17.280527,27.801247,-1.080320 +0.2,1,0.2,1,-->,9.624503,10.653176,2.421025 +0.2,1,0.4,0,-->,45.075531,65.083435,7.322610 +0.2,1,0.4,0.2,-->,39.114456,57.209023,5.841465 +0.2,1,0.4,0.4,-->,32.861153,49.298759,4.495911 +0.2,1,0.4,0.6,-->,24.900213,38.166939,3.737305 +0.2,1,0.4,0.8,-->,17.118580,26.059662,3.082113 +0.2,1,0.4,1,-->,9.810300,9.309675,3.268319 +0.2,1,0.6,0,-->,45.008354,63.586601,20.152788 +0.2,1,0.6,0.2,-->,38.884399,55.516167,17.103909 +0.2,1,0.6,0.4,-->,32.682247,47.262329,14.124518 +0.2,1,0.6,0.6,-->,24.712250,36.627914,10.580069 +0.2,1,0.6,0.8,-->,17.099350,24.669210,7.435449 +0.2,1,0.6,1,-->,9.966128,8.173263,3.987635 +0.2,1,0.8,0,-->,45.054596,62.584564,31.738701 +0.2,1,0.8,0.2,-->,38.942314,54.616302,27.327625 +0.2,1,0.8,0.4,-->,32.742805,46.242645,22.519529 +0.2,1,0.8,0.6,-->,24.682848,35.578289,16.430250 +0.2,1,0.8,0.8,-->,17.285387,23.790075,10.885420 +0.2,1,0.8,1,-->,10.074953,7.375928,4.493707 +0.2,1,1,0,-->,45.137100,62.112583,38.220257 +0.2,1,1,0.2,-->,39.107281,54.347927,32.982677 +0.2,1,1,0.4,-->,32.890831,46.033794,26.926062 +0.2,1,1,0.6,-->,24.737278,35.098526,19.567711 +0.2,1,1,0.8,-->,17.485136,23.431526,12.579674 +0.2,1,1,1,-->,10.126570,6.997149,4.734128 +0.4,0,0,0,-->,83.495888,-14.549519,-20.426571 +0.4,0,0,0.2,-->,73.257141,-12.789673,-17.795046 +0.4,0,0,0.4,-->,62.654358,-10.934825,-15.110300 +0.4,0,0,0.6,-->,48.753410,-8.587274,-11.852066 +0.4,0,0,0.8,-->,34.615189,-5.798778,-8.070509 +0.4,0,0,1,-->,14.900321,-1.513398,-2.105148 +0.4,0,0.2,0,-->,81.988022,-18.810101,-3.912407 +0.4,0,0.2,0.2,-->,71.748222,-16.469448,-3.560523 +0.4,0,0.2,0.4,-->,61.774124,-13.875351,-2.928176 +0.4,0,0.2,0.6,-->,47.650425,-10.910734,-2.845933 +0.4,0,0.2,0.8,-->,33.364998,-7.548120,-1.848411 +0.4,0,0.2,1,-->,14.488731,-2.487726,0.191624 +0.4,0,0.4,0,-->,80.728378,-22.052626,14.118165 +0.4,0,0.4,0.2,-->,70.512939,-19.353783,12.256691 +0.4,0,0.4,0.4,-->,59.885681,-16.366734,9.517554 +0.4,0,0.4,0.6,-->,46.394650,-12.900331,7.209467 +0.4,0,0.4,0.8,-->,32.251541,-9.151535,4.964183 +0.4,0,0.4,1,-->,14.136442,-3.352302,2.380322 +0.4,0,0.6,0,-->,79.229370,-24.843758,34.571281 +0.4,0,0.6,0.2,-->,69.125404,-21.894243,29.940987 +0.4,0,0.6,0.4,-->,58.693459,-18.669363,24.840263 +0.4,0,0.6,0.6,-->,45.129509,-14.673665,18.351959 +0.4,0,0.6,0.8,-->,31.301207,-10.594964,12.989352 +0.4,0,0.6,1,-->,13.830482,-4.134315,4.507508 +0.4,0,0.8,0,-->,78.069931,-26.443958,55.104939 +0.4,0,0.8,0.2,-->,67.913803,-23.443996,47.713531 +0.4,0,0.8,0.4,-->,57.820545,-20.230707,40.252571 +0.4,0,0.8,0.6,-->,44.110523,-15.969464,30.120871 +0.4,0,0.8,0.8,-->,30.717051,-11.663474,21.051987 +0.4,0,0.8,1,-->,13.611335,-4.711268,6.194040 +0.4,0,1,0,-->,77.481087,-26.938967,68.509872 +0.4,0,1,0.2,-->,67.212784,-24.002012,59.511562 +0.4,0,1,0.4,-->,57.356548,-20.903599,50.301586 +0.4,0,1,0.6,-->,43.558636,-16.593588,38.396477 +0.4,0,1,0.8,-->,30.495014,-12.179312,26.219103 +0.4,0,1,1,-->,13.505241,-4.993753,7.067796 +0.4,0.2,0,0,-->,74.731789,-1.919832,-22.435707 +0.4,0.2,0,0.2,-->,65.857986,-1.972429,-19.288965 +0.4,0.2,0,0.4,-->,56.947803,-1.869416,-15.947547 +0.4,0.2,0,0.6,-->,44.499348,-1.856869,-12.082060 +0.4,0.2,0,0.8,-->,31.439192,-0.784111,-8.180482 +0.4,0.2,0,1,-->,13.464667,1.173217,-1.728163 +0.4,0.2,0.2,0,-->,73.538673,-5.069263,-6.890208 +0.4,0.2,0.2,0.2,-->,64.934258,-4.990523,-5.828492 +0.4,0.2,0.2,0.4,-->,55.904366,-4.505243,-4.828036 +0.4,0.2,0.2,0.6,-->,43.672474,-4.139171,-3.741408 +0.4,0.2,0.2,0.8,-->,30.383509,-2.529129,-2.323461 +0.4,0.2,0.2,1,-->,13.188299,0.131906,0.347537 +0.4,0.2,0.4,0,-->,72.221169,-8.706260,9.476000 +0.4,0.2,0.4,0.2,-->,63.482475,-8.136518,8.388985 +0.4,0.2,0.4,0.4,-->,54.656784,-7.336988,6.819578 +0.4,0.2,0.4,0.6,-->,42.464996,-6.064611,5.584401 +0.4,0.2,0.4,0.8,-->,29.351002,-4.077341,4.042580 +0.4,0.2,0.4,1,-->,12.954428,-0.778198,2.282743 +0.4,0.2,0.6,0,-->,70.956055,-10.913972,28.564518 +0.4,0.2,0.6,0.2,-->,62.169266,-10.168148,25.221716 +0.4,0.2,0.6,0.4,-->,53.572559,-9.277848,21.253103 +0.4,0.2,0.6,0.6,-->,41.544189,-7.810709,16.620224 +0.4,0.2,0.6,0.8,-->,28.558176,-5.447053,11.657797 +0.4,0.2,0.6,1,-->,12.752938,-1.589272,4.123045 +0.4,0.2,0.8,0,-->,70.114288,-12.138950,47.743626 +0.4,0.2,0.8,0.2,-->,61.305016,-11.361428,42.205193 +0.4,0.2,0.8,0.4,-->,52.734627,-10.670990,35.904297 +0.4,0.2,0.8,0.6,-->,40.652241,-8.889791,27.583473 +0.4,0.2,0.8,0.8,-->,28.075378,-6.410340,18.979305 +0.4,0.2,0.8,1,-->,12.609450,-2.179594,5.551145 +0.4,0.2,1,0,-->,69.749657,-12.548925,60.162071 +0.4,0.2,1,0.2,-->,60.933208,-11.801543,53.206791 +0.4,0.2,1,0.4,-->,52.291405,-11.367661,45.557205 +0.4,0.2,1,0.6,-->,40.068180,-9.295342,34.800865 +0.4,0.2,1,0.8,-->,27.889055,-6.850060,23.423197 +0.4,0.2,1,1,-->,12.539464,-2.467291,6.279140 +0.4,0.4,0,0,-->,65.841873,12.257542,-23.488121 +0.4,0.4,0,0.2,-->,58.150364,10.178810,-20.312647 +0.4,0.4,0,0.4,-->,49.839592,8.577834,-17.041607 +0.4,0.4,0,0.6,-->,39.398270,5.933313,-12.819904 +0.4,0.4,0,0.8,-->,28.038958,4.822876,-8.457282 +0.4,0.4,0,1,-->,12.064064,3.931778,-1.327048 +0.4,0.4,0.2,0,-->,64.677193,9.554534,-9.396866 +0.4,0.4,0.2,0.2,-->,57.425995,7.415279,-7.855577 +0.4,0.4,0.2,0.4,-->,49.411747,5.924391,-6.688560 +0.4,0.4,0.2,0.6,-->,38.720360,4.051153,-5.013489 +0.4,0.4,0.2,0.8,-->,27.118900,3.159325,-2.943877 +0.4,0.4,0.2,1,-->,11.931526,2.779589,0.510974 +0.4,0.4,0.4,0,-->,63.941879,5.934818,5.613006 +0.4,0.4,0.4,0.2,-->,56.164749,4.731225,5.067704 +0.4,0.4,0.4,0.4,-->,48.239399,3.657235,4.278137 +0.4,0.4,0.4,0.6,-->,37.693531,2.093817,3.778221 +0.4,0.4,0.4,0.8,-->,26.238138,1.578671,3.017426 +0.4,0.4,0.4,1,-->,11.820931,1.786596,2.189283 +0.4,0.4,0.6,0,-->,62.586372,3.996496,22.889858 +0.4,0.4,0.6,0.2,-->,54.855801,2.787766,20.435007 +0.4,0.4,0.6,0.4,-->,47.293938,1.495182,17.623598 +0.4,0.4,0.6,0.6,-->,36.796333,0.551616,13.888171 +0.4,0.4,0.6,0.8,-->,25.522501,0.335150,9.991146 +0.4,0.4,0.6,1,-->,11.725386,0.916579,3.744448 +0.4,0.4,0.8,0,-->,61.630005,3.103179,40.125458 +0.4,0.4,0.8,0.2,-->,54.123730,1.771351,35.883171 +0.4,0.4,0.8,0.4,-->,46.745506,0.258910,30.852848 +0.4,0.4,0.8,0.6,-->,36.099819,-0.507622,23.754448 +0.4,0.4,0.8,0.8,-->,25.159260,-0.601120,16.501534 +0.4,0.4,0.8,1,-->,11.657611,0.289309,4.922385 +0.4,0.4,1,0,-->,61.216759,2.921124,51.102661 +0.4,0.4,1,0.2,-->,53.903610,1.511475,45.664120 +0.4,0.4,1,0.4,-->,46.550335,-0.117771,39.177471 +0.4,0.4,1,0.6,-->,35.729149,-0.992355,29.982496 +0.4,0.4,1,0.8,-->,25.072744,-1.075715,20.281084 +0.4,0.4,1,1,-->,11.625291,-0.015784,5.511657 +0.4,0.6,0,0,-->,56.081062,28.452061,-23.772892 +0.4,0.6,0,0.2,-->,49.645016,24.166134,-20.839054 +0.4,0.6,0,0.4,-->,42.519783,21.003319,-17.434202 +0.4,0.6,0,0.6,-->,33.313629,15.703106,-13.228534 +0.4,0.6,0,0.8,-->,23.644520,11.897048,-8.629405 +0.4,0.6,0,1,-->,10.709191,6.754176,-0.900780 +0.4,0.6,0.2,0,-->,55.202286,26.077461,-11.264389 +0.4,0.6,0.2,0.2,-->,49.026436,21.848257,-9.583572 +0.4,0.6,0.2,0.4,-->,42.022671,18.634087,-7.983037 +0.4,0.6,0.2,0.6,-->,32.884079,13.854201,-6.005996 +0.4,0.6,0.2,0.8,-->,22.995911,10.156847,-3.497158 +0.4,0.6,0.2,1,-->,10.727391,5.434370,0.687862 +0.4,0.6,0.4,0,-->,54.671391,22.802052,2.050925 +0.4,0.6,0.4,0.2,-->,47.947163,19.535200,1.888309 +0.4,0.6,0.4,0.4,-->,41.301735,16.347628,1.916306 +0.4,0.6,0.4,0.6,-->,32.003105,12.087873,1.986085 +0.4,0.6,0.4,0.8,-->,22.321445,8.583322,1.942889 +0.4,0.6,0.4,1,-->,10.743397,4.317062,2.097981 +0.4,0.6,0.6,0,-->,53.625000,21.095062,17.559626 +0.4,0.6,0.6,0.2,-->,46.900360,17.821751,15.724506 +0.4,0.6,0.6,0.4,-->,40.530186,14.510046,13.876802 +0.4,0.6,0.6,0.6,-->,31.423813,10.567241,10.993942 +0.4,0.6,0.6,0.8,-->,21.857807,7.369834,8.011026 +0.4,0.6,0.6,1,-->,10.756801,3.351215,3.370366 +0.4,0.6,0.8,0,-->,53.019272,20.298822,32.751530 +0.4,0.6,0.8,0.2,-->,46.482147,16.898720,29.326120 +0.4,0.6,0.8,0.4,-->,40.227741,13.322928,25.293852 +0.4,0.6,0.8,0.6,-->,30.900452,9.625803,19.184769 +0.4,0.6,0.8,0.8,-->,21.692322,6.541554,13.424004 +0.4,0.6,0.8,1,-->,10.765486,2.664136,4.309782 +0.4,0.6,1,0,-->,52.843582,20.118620,42.087597 +0.4,0.6,1,0.2,-->,46.481304,16.635014,37.570461 +0.4,0.6,1,0.4,-->,40.238632,12.837102,31.991570 +0.4,0.6,1,0.6,-->,30.567928,9.263667,23.977390 +0.4,0.6,1,0.8,-->,21.703274,6.167700,16.432924 +0.4,0.6,1,1,-->,10.770640,2.332110,4.774847 +0.4,0.8,0,0,-->,47.297943,44.580250,-23.587349 +0.4,0.8,0,0.2,-->,41.690063,38.472790,-21.079855 +0.4,0.8,0,0.4,-->,35.548901,33.664665,-17.724361 +0.4,0.8,0,0.6,-->,27.505556,25.658405,-13.678316 +0.4,0.8,0,0.8,-->,19.448637,18.788874,-8.703038 +0.4,0.8,0,1,-->,9.642145,9.083648,-0.533712 +0.4,0.8,0.2,0,-->,46.766338,42.291115,-12.400566 +0.4,0.8,0.2,0.2,-->,41.282253,36.392979,-10.878072 +0.4,0.8,0.2,0.4,-->,35.169891,31.518890,-9.213442 +0.4,0.8,0.2,0.6,-->,27.290556,23.834412,-7.017920 +0.4,0.8,0.2,0.8,-->,19.069553,16.898005,-4.017190 +0.4,0.8,0.2,1,-->,9.788931,7.586437,0.839945 +0.4,0.8,0.4,0,-->,46.456165,39.327957,-0.670725 +0.4,0.8,0.4,0.2,-->,40.566612,34.128727,-0.697361 +0.4,0.8,0.4,0.4,-->,34.776642,29.027821,-0.293869 +0.4,0.8,0.4,0.6,-->,26.706236,22.134033,0.232175 +0.4,0.8,0.4,0.8,-->,18.653692,15.239379,0.824335 +0.4,0.8,0.4,1,-->,9.910881,6.336153,2.026728 +0.4,0.8,0.6,0,-->,45.804482,37.481075,13.102327 +0.4,0.8,0.6,0.2,-->,39.887367,32.371792,11.647644 +0.4,0.8,0.6,0.4,-->,34.279770,27.225622,10.327428 +0.4,0.8,0.6,0.6,-->,26.384302,20.455313,8.103590 +0.4,0.8,0.6,0.8,-->,18.413195,13.927689,5.979033 +0.4,0.8,0.6,1,-->,10.014259,5.267528,3.072234 +0.4,0.8,0.8,0,-->,45.533199,36.575279,26.190725 +0.4,0.8,0.8,0.2,-->,39.750160,31.410551,23.343462 +0.4,0.8,0.8,0.4,-->,34.226318,26.013199,19.972252 +0.4,0.8,0.8,0.6,-->,26.120823,19.458200,14.853319 +0.4,0.8,0.8,0.8,-->,18.433731,13.056441,10.335773 +0.4,0.8,0.8,1,-->,10.085603,4.515837,3.828013 +0.4,0.8,1,0,-->,45.537121,36.356594,33.907383 +0.4,0.8,1,0.2,-->,39.891014,31.124594,30.084620 +0.4,0.8,1,0.4,-->,34.386242,25.470222,25.252192 +0.4,0.8,1,0.6,-->,25.961056,19.111538,18.517948 +0.4,0.8,1,0.8,-->,18.550257,12.678848,12.628341 +0.4,0.8,1,1,-->,10.119963,4.157243,4.191593 +0.4,1,0,0,-->,39.756836,59.858120,-22.948109 +0.4,1,0,0.2,-->,34.471504,52.828510,-21.124008 +0.4,1,0,0.4,-->,29.037231,46.537205,-18.044115 +0.4,1,0,0.6,-->,22.121340,35.723774,-14.257162 +0.4,1,0,0.8,-->,15.592690,25.431997,-8.721764 +0.4,1,0,1,-->,8.845947,10.888658,-0.235656 +0.4,1,0.2,0,-->,39.618977,57.319477,-12.783844 +0.4,1,0.2,0.2,-->,34.403248,50.584488,-11.760498 +0.4,1,0.2,0.4,-->,29.038376,44.177410,-10.421329 +0.4,1,0.2,0.6,-->,22.081383,33.933479,-8.113295 +0.4,1,0.2,0.8,-->,15.474987,23.308306,-4.528232 +0.4,1,0.2,1,-->,9.095646,9.226338,0.965065 +0.4,1,0.4,0,-->,39.568573,54.513145,-2.469168 +0.4,1,0.4,0.2,-->,34.251282,47.773781,-2.632362 +0.4,1,0.4,0.4,-->,28.812843,41.500591,-2.374933 +0.4,1,0.4,0.6,-->,21.964888,31.917231,-1.476266 +0.4,1,0.4,0.8,-->,15.368194,21.397783,-0.315527 +0.4,1,0.4,1,-->,9.300224,7.852910,1.975446 +0.4,1,0.6,0,-->,39.367100,52.100716,9.651855 +0.4,1,0.6,0.2,-->,34.030815,45.564640,8.326334 +0.4,1,0.6,0.4,-->,28.700241,39.285461,7.026484 +0.4,1,0.6,0.6,-->,21.816292,29.998030,5.258363 +0.4,1,0.6,0.8,-->,15.308875,19.906744,3.966949 +0.4,1,0.6,1,-->,9.472341,6.695446,2.848076 +0.4,1,0.8,0,-->,39.372547,50.955883,20.660259 +0.4,1,0.8,0.2,-->,34.121071,44.482201,18.149202 +0.4,1,0.8,0.4,-->,28.900146,37.932217,15.033840 +0.4,1,0.8,0.6,-->,21.903942,28.646671,10.893719 +0.4,1,0.8,0.8,-->,15.501909,18.862484,7.376308 +0.4,1,0.8,1,-->,9.591822,5.884889,3.460497 +0.4,1,1,0,-->,39.471886,50.752533,26.853334 +0.4,1,1,0.2,-->,34.313843,44.248009,23.489830 +0.4,1,1,0.4,-->,29.154762,37.420006,19.119608 +0.4,1,1,0.6,-->,22.061762,28.030815,13.822101 +0.4,1,1,0.8,-->,15.730328,18.376490,9.055302 +0.4,1,1,1,-->,9.647902,5.495014,3.753249 +0.6,0,0,0,-->,73.079300,-23.267580,-32.891014 +0.6,0,0,0.2,-->,64.034126,-20.642612,-28.823368 +0.6,0,0,0.4,-->,55.005688,-17.682724,-24.301952 +0.6,0,0,0.6,-->,42.768051,-13.953094,-19.108597 +0.6,0,0,0.8,-->,30.225531,-9.679411,-13.377151 +0.6,0,0,1,-->,13.478377,-3.012167,-4.341852 +0.6,0,0.2,0,-->,71.448067,-28.750937,-17.104334 +0.6,0,0.2,0.2,-->,62.521458,-25.525206,-15.107351 +0.6,0,0.2,0.4,-->,54.030872,-21.626547,-12.657440 +0.6,0,0.2,0.6,-->,41.822380,-17.136017,-10.459076 +0.6,0,0.2,0.8,-->,29.165030,-11.966728,-7.248127 +0.6,0,0.2,1,-->,13.230370,-4.178112,-1.819244 +0.6,0,0.4,0,-->,70.236076,-33.469784,0.572166 +0.6,0,0.4,0.2,-->,61.264194,-29.775013,0.111235 +0.6,0,0.4,0.4,-->,52.500786,-25.154438,-0.657980 +0.6,0,0.4,0.6,-->,40.676880,-19.840582,-0.655305 +0.6,0,0.4,0.8,-->,28.205099,-14.057323,-0.554223 +0.6,0,0.4,1,-->,13.021241,-5.198668,0.554991 +0.6,0,0.6,0,-->,68.852081,-37.458065,20.378860 +0.6,0,0.6,0.2,-->,59.914745,-33.347542,17.084393 +0.6,0,0.6,0.4,-->,51.274117,-28.404715,14.095731 +0.6,0,0.6,0.6,-->,39.443279,-22.149771,10.240108 +0.6,0,0.6,0.8,-->,27.486414,-15.941680,7.295662 +0.6,0,0.6,1,-->,12.839884,-6.108545,2.834473 +0.6,0,0.8,0,-->,67.619545,-39.985466,39.575691 +0.6,0,0.8,0.2,-->,58.689976,-35.729649,33.716888 +0.6,0,0.8,0.4,-->,50.425575,-30.546074,28.799908 +0.6,0,0.8,0.6,-->,38.628365,-23.923691,21.467077 +0.6,0,0.8,0.8,-->,27.044191,-17.290508,14.908766 +0.6,0,0.8,1,-->,12.711503,-6.771343,4.623706 +0.6,0,1,0,-->,66.894783,-40.972988,51.643097 +0.6,0,1,0.2,-->,57.954449,-36.744316,44.399986 +0.6,0,1,0.4,-->,50.026089,-31.410444,38.155933 +0.6,0,1,0.6,-->,38.291721,-24.809431,28.959881 +0.6,0,1,0.8,-->,26.869223,-17.915150,19.616713 +0.6,0,1,1,-->,12.649811,-7.094250,5.542527 +0.6,0.2,0,0,-->,65.180794,-11.210097,-34.068188 +0.6,0.2,0,0.2,-->,57.426937,-10.312023,-29.708530 +0.6,0.2,0,0.4,-->,49.797623,-8.934324,-24.706518 +0.6,0.2,0,0.6,-->,39.018978,-7.382009,-19.069300 +0.6,0.2,0,0.8,-->,27.419701,-4.764367,-13.241051 +0.6,0.2,0,1,-->,12.217656,-0.245034,-3.836115 +0.6,0.2,0.2,0,-->,63.937546,-15.833302,-18.993843 +0.6,0.2,0.2,0.2,-->,56.518764,-14.439507,-16.488722 +0.6,0.2,0.2,0.4,-->,48.957394,-12.546432,-13.969464 +0.6,0.2,0.2,0.6,-->,38.311039,-10.329199,-10.987369 +0.6,0.2,0.2,0.8,-->,26.540825,-6.983204,-7.436360 +0.6,0.2,0.2,1,-->,12.081382,-1.461599,-1.548873 +0.6,0.2,0.4,0,-->,62.889145,-20.810101,-3.168817 +0.6,0.2,0.4,0.2,-->,54.997276,-18.809135,-2.902383 +0.6,0.2,0.4,0.4,-->,47.710743,-16.194838,-2.481883 +0.6,0.2,0.4,0.6,-->,37.181557,-12.983828,-1.664068 +0.6,0.2,0.4,0.8,-->,25.672609,-9.004673,-1.120773 +0.6,0.2,0.4,1,-->,11.965916,-2.513466,0.562727 +0.6,0.2,0.6,0,-->,61.561649,-24.187618,15.376050 +0.6,0.2,0.6,0.2,-->,53.728683,-21.854330,13.228891 +0.6,0.2,0.6,0.4,-->,46.589909,-19.076412,11.354801 +0.6,0.2,0.6,0.6,-->,36.205067,-15.323195,8.754845 +0.6,0.2,0.6,0.8,-->,25.050259,-10.780250,6.203904 +0.6,0.2,0.6,1,-->,11.867415,-3.436201,2.553501 +0.6,0.2,0.8,0,-->,60.638683,-26.312859,33.467564 +0.6,0.2,0.8,0.2,-->,52.961182,-23.838303,29.184387 +0.6,0.2,0.8,0.4,-->,45.934891,-21.119684,25.168808 +0.6,0.2,0.8,0.6,-->,35.430786,-16.900444,19.008123 +0.6,0.2,0.8,0.8,-->,24.671535,-12.000288,13.074604 +0.6,0.2,0.8,1,-->,11.797344,-4.102002,4.085761 +0.6,0.2,1,0,-->,60.235153,-27.172943,44.614689 +0.6,0.2,1,0.2,-->,52.670689,-24.679220,39.175648 +0.6,0.2,1,0.4,-->,45.710068,-22.071253,33.909267 +0.6,0.2,1,0.6,-->,35.009079,-17.577112,25.596422 +0.6,0.2,1,0.8,-->,24.521677,-12.540794,17.167988 +0.6,0.2,1,1,-->,11.763803,-4.427576,4.861999 +0.6,0.4,0,0,-->,57.272903,2.175558,-34.391811 +0.6,0.4,0,0.2,-->,50.570965,1.086506,-30.199001 +0.6,0.4,0,0.4,-->,43.508232,1.033582,-25.276281 +0.6,0.4,0,0.6,-->,34.299641,0.036546,-19.522768 +0.6,0.4,0,0.8,-->,24.365871,0.636960,-13.261798 +0.6,0.4,0,1,-->,10.998259,2.544533,-3.316644 +0.6,0.4,0.2,0,-->,55.857773,-1.664121,-20.938837 +0.6,0.4,0.2,0.2,-->,49.660015,-2.454410,-17.951180 +0.6,0.4,0.2,0.4,-->,42.898655,-2.508200,-15.374659 +0.6,0.4,0.2,0.6,-->,33.785564,-2.660040,-11.608370 +0.6,0.4,0.2,0.8,-->,23.656569,-1.541015,-7.676629 +0.6,0.4,0.2,1,-->,10.976774,1.237814,-1.273373 +0.6,0.4,0.4,0,-->,55.177719,-6.618477,-6.481958 +0.6,0.4,0.4,0.2,-->,48.442757,-6.428518,-5.582638 +0.6,0.4,0.4,0.4,-->,41.774597,-5.632970,-4.736864 +0.6,0.4,0.4,0.6,-->,32.806431,-5.266852,-3.230100 +0.6,0.4,0.4,0.8,-->,22.934893,-3.559041,-1.853221 +0.6,0.4,0.4,1,-->,10.959344,0.124808,0.575069 +0.6,0.4,0.6,0,-->,53.763737,-10.047816,10.038187 +0.6,0.4,0.6,0.2,-->,47.048820,-9.540323,8.954318 +0.6,0.4,0.6,0.4,-->,40.741985,-8.638920,7.854049 +0.6,0.4,0.6,0.6,-->,32.000099,-7.329184,6.554185 +0.6,0.4,0.6,0.8,-->,22.389761,-5.134535,4.894176 +0.6,0.4,0.6,1,-->,10.944152,-0.842726,2.276769 +0.6,0.4,0.8,0,-->,52.979897,-11.849497,26.421450 +0.6,0.4,0.8,0.2,-->,46.443108,-11.258248,23.434793 +0.6,0.4,0.8,0.4,-->,40.307343,-10.553410,20.288548 +0.6,0.4,0.8,0.6,-->,31.358444,-8.833584,15.748096 +0.6,0.4,0.8,0.8,-->,22.104746,-6.283624,11.004035 +0.6,0.4,0.8,1,-->,10.933273,-1.533195,3.559976 +0.6,0.4,1,0,-->,52.789272,-12.309212,36.564320 +0.6,0.4,1,0.2,-->,46.406677,-11.729058,32.313244 +0.6,0.4,1,0.4,-->,40.283382,-11.260856,27.939072 +0.6,0.4,1,0.6,-->,31.005028,-9.576991,21.264305 +0.6,0.4,1,0.8,-->,22.025850,-6.847172,14.463886 +0.6,0.4,1,1,-->,10.928018,-1.865100,4.200941 +0.6,0.6,0,0,-->,48.158363,17.483372,-34.455288 +0.6,0.6,0,0.2,-->,42.543137,14.616851,-30.399099 +0.6,0.6,0,0.4,-->,36.672398,12.850659,-25.524826 +0.6,0.6,0,0.6,-->,28.828716,9.384607,-19.587112 +0.6,0.6,0,0.8,-->,20.550941,7.391098,-13.053994 +0.6,0.6,0,1,-->,9.829809,5.330407,-2.776010 +0.6,0.6,0.2,0,-->,47.159843,13.890086,-22.413319 +0.6,0.6,0.2,0.2,-->,41.895248,11.401068,-19.362932 +0.6,0.6,0.2,0.4,-->,36.058109,9.731909,-16.478424 +0.6,0.6,0.2,0.6,-->,28.411779,6.761000,-12.381689 +0.6,0.6,0.2,0.8,-->,20.027021,5.119336,-7.922977 +0.6,0.6,0.2,1,-->,9.927912,3.892701,-0.991435 +0.6,0.6,0.4,0,-->,46.771294,9.368496,-9.574247 +0.6,0.6,0.4,0.2,-->,40.874744,7.838759,-8.278380 +0.6,0.6,0.4,0.4,-->,35.316525,6.649681,-6.793929 +0.6,0.6,0.4,0.6,-->,27.675898,4.300586,-4.699094 +0.6,0.6,0.4,0.8,-->,19.494337,3.080745,-2.625287 +0.6,0.6,0.4,1,-->,10.009925,2.684305,0.587456 +0.6,0.6,0.6,0,-->,45.674496,6.478265,5.350501 +0.6,0.6,0.6,0.2,-->,39.743328,4.943192,4.713579 +0.6,0.6,0.6,0.4,-->,34.477787,4.074225,4.522434 +0.6,0.6,0.6,0.6,-->,27.170042,2.437349,4.066200 +0.6,0.6,0.6,0.8,-->,19.132576,1.618964,3.280159 +0.6,0.6,0.6,1,-->,10.078305,1.646246,2.006209 +0.6,0.6,0.8,0,-->,45.075397,4.875495,19.512295 +0.6,0.6,0.8,0.2,-->,39.381489,3.375549,17.226566 +0.6,0.6,0.8,0.4,-->,34.272923,2.240778,15.132726 +0.6,0.6,0.8,0.6,-->,26.705513,1.134247,11.723716 +0.6,0.6,0.8,0.8,-->,18.973906,0.636230,8.335499 +0.6,0.6,0.8,1,-->,10.126546,0.911913,3.053205 +0.6,0.6,1,0,-->,44.941650,4.368846,27.749584 +0.6,0.6,1,0.2,-->,39.486809,2.965824,24.521217 +0.6,0.6,1,0.4,-->,34.420994,1.405005,21.141085 +0.6,0.6,1,0.6,-->,26.409298,0.510852,15.943192 +0.6,0.6,1,0.8,-->,18.951818,0.189815,11.030786 +0.6,0.6,1,1,-->,10.149647,0.559003,3.568609 +0.6,0.8,0,0,-->,40.041870,32.556114,-34.538521 +0.6,0.8,0,0.2,-->,35.199146,28.139778,-30.708273 +0.6,0.8,0,0.4,-->,30.210903,24.674456,-25.898537 +0.6,0.8,0,0.6,-->,23.552708,18.645790,-19.923418 +0.6,0.8,0,0.8,-->,16.803144,13.739067,-12.945502 +0.6,0.8,0,1,-->,8.918889,7.582668,-2.321387 +0.6,0.8,0.2,0,-->,39.432457,29.143639,-23.624624 +0.6,0.8,0.2,0.2,-->,34.809608,25.074314,-20.665798 +0.6,0.8,0.2,0.4,-->,29.757858,21.793982,-17.657387 +0.6,0.8,0.2,0.6,-->,23.301571,16.083176,-13.380860 +0.6,0.8,0.2,0.8,-->,16.519775,11.364940,-8.295928 +0.6,0.8,0.2,1,-->,9.118177,6.004992,-0.756091 +0.6,0.8,0.4,0,-->,39.247288,24.825260,-12.359399 +0.6,0.8,0.4,0.2,-->,34.080841,21.571754,-10.819182 +0.6,0.8,0.4,0.4,-->,29.297131,18.596104,-8.925524 +0.6,0.8,0.4,0.6,-->,22.855387,13.775028,-6.296999 +0.6,0.8,0.4,0.8,-->,16.229618,9.304189,-3.552969 +0.6,0.8,0.4,1,-->,9.281184,4.692224,0.597503 +0.6,0.8,0.6,0,-->,38.567593,22.104303,1.047946 +0.6,0.8,0.6,0.2,-->,33.335815,18.735023,0.783358 +0.6,0.8,0.6,0.4,-->,28.767782,16.061775,1.236203 +0.6,0.8,0.6,0.6,-->,22.624510,11.743065,1.411495 +0.6,0.8,0.6,0.8,-->,16.080744,7.766623,1.527571 +0.6,0.8,0.6,1,-->,9.419235,3.578291,1.792007 +0.6,0.8,0.8,0,-->,38.227840,20.608946,13.236962 +0.6,0.8,0.8,0.2,-->,33.225460,17.245382,11.522615 +0.6,0.8,0.8,0.4,-->,28.805462,14.310131,10.204239 +0.6,0.8,0.8,0.6,-->,22.428364,10.433184,7.768767 +0.6,0.8,0.8,0.8,-->,16.090281,6.768858,5.646231 +0.6,0.8,0.8,1,-->,9.514524,2.797646,2.655989 +0.6,0.8,1,0,-->,38.178997,20.123667,19.954834 +0.6,0.8,1,0.2,-->,33.425133,16.879204,17.495440 +0.6,0.8,1,0.4,-->,29.074848,13.526324,14.881620 +0.6,0.8,1,0.6,-->,22.304277,9.892366,11.038096 +0.6,0.8,1,0.8,-->,16.157803,6.340302,7.724963 +0.6,0.8,1,1,-->,9.559721,2.422332,3.074438 +0.6,1,0,0,-->,33.218021,46.511715,-34.593132 +0.6,1,0,0.2,-->,28.767385,41.142406,-31.156048 +0.6,1,0,0.4,-->,24.250011,36.435932,-26.507872 +0.6,1,0,0.6,-->,18.589527,27.868107,-20.645638 +0.6,1,0,0.8,-->,13.241998,19.777369,-13.009233 +0.6,1,0,1,-->,8.245492,9.294324,-1.967101 +0.6,1,0.2,0,-->,32.915909,43.260853,-24.531279 +0.6,1,0.2,0.2,-->,28.610680,38.065788,-21.861542 +0.6,1,0.2,0.4,-->,24.168423,33.310417,-18.936329 +0.6,1,0.2,0.6,-->,18.586811,25.219452,-14.638206 +0.6,1,0.2,0.8,-->,13.258598,17.200985,-8.816530 +0.6,1,0.2,1,-->,8.522873,7.588261,-0.574392 +0.6,1,0.4,0,-->,32.834396,39.014732,-14.771730 +0.6,1,0.4,0.2,-->,28.285444,34.124474,-13.118584 +0.6,1,0.4,0.4,-->,23.857531,30.000690,-11.147538 +0.6,1,0.4,0.6,-->,18.481434,22.939028,-8.027716 +0.6,1,0.4,0.8,-->,13.263711,15.023808,-4.610734 +0.6,1,0.4,1,-->,8.749657,6.185908,0.608963 +0.6,1,0.6,0,-->,32.644302,35.956112,-2.737130 +0.6,1,0.6,0.2,-->,28.030479,30.993790,-2.665101 +0.6,1,0.6,0.4,-->,23.756903,26.964151,-1.937767 +0.6,1,0.6,0.6,-->,18.492586,20.444857,-1.344170 +0.6,1,0.6,0.8,-->,13.348701,13.225882,-0.274946 +0.6,1,0.6,1,-->,8.939691,5.003214,1.632795 +0.6,1,0.8,0,-->,32.635612,34.346684,7.862044 +0.6,1,0.8,0.2,-->,28.166807,29.486668,6.591544 +0.6,1,0.8,0.4,-->,24.048126,25.230350,5.658557 +0.6,1,0.8,0.6,-->,18.654852,18.813314,4.044267 +0.6,1,0.8,0.8,-->,13.560165,12.023839,3.089500 +0.6,1,0.8,1,-->,9.071551,4.177488,2.355243 +0.6,1,1,0,-->,32.710590,33.886497,13.532312 +0.6,1,1,0.2,-->,28.413343,29.196394,11.538407 +0.6,1,1,0.4,-->,24.387627,24.684713,9.323461 +0.6,1,1,0.6,-->,18.818041,18.157318,6.751637 +0.6,1,1,0.8,-->,13.745904,11.494224,4.722288 +0.6,1,1,1,-->,9.134098,3.784392,2.703319 +0.8,0,0,0,-->,64.257324,-31.372925,-43.532940 +0.8,0,0,0.2,-->,56.358929,-28.051006,-38.098190 +0.8,0,0,0.4,-->,48.503555,-24.179745,-32.267048 +0.8,0,0,0.6,-->,37.650864,-19.175169,-25.524553 +0.8,0,0,0.8,-->,26.483805,-13.295965,-17.969379 +0.8,0,0,1,-->,12.438200,-4.246447,-5.990021 +0.8,0,0.2,0,-->,62.470436,-38.636898,-28.311050 +0.8,0,0.2,0.2,-->,54.685783,-34.404388,-24.914890 +0.8,0,0.2,0.4,-->,47.355068,-29.374437,-21.142582 +0.8,0,0.2,0.6,-->,36.801338,-23.232029,-17.008162 +0.8,0,0.2,0.8,-->,25.632938,-16.081322,-11.806931 +0.8,0,0.2,1,-->,12.319342,-5.549496,-3.287067 +0.8,0,0.4,0,-->,61.412502,-45.388092,-10.790357 +0.8,0,0.4,0.2,-->,53.624142,-40.415096,-10.095116 +0.8,0,0.4,0.4,-->,46.238987,-34.163776,-9.290942 +0.8,0,0.4,0.6,-->,35.682556,-26.696213,-7.305533 +0.8,0,0.4,0.8,-->,24.822626,-18.613894,-5.148663 +0.8,0,0.4,1,-->,12.219011,-6.674866,-0.761700 +0.8,0,0.6,0,-->,60.084759,-50.983173,8.000919 +0.8,0,0.6,0.2,-->,52.309193,-45.473362,6.296452 +0.8,0,0.6,0.4,-->,45.016552,-38.664734,4.894327 +0.8,0,0.6,0.6,-->,34.773159,-29.868153,3.344619 +0.8,0,0.6,0.8,-->,24.320547,-20.997110,2.550811 +0.8,0,0.6,1,-->,12.132871,-7.665838,1.639437 +0.8,0,0.8,0,-->,58.877880,-54.859314,25.923584 +0.8,0,0.8,0.2,-->,51.191097,-48.968922,22.021816 +0.8,0,0.8,0.4,-->,44.192287,-41.554546,18.847620 +0.8,0,0.8,0.6,-->,34.110062,-32.153706,13.893339 +0.8,0,0.8,0.8,-->,23.981503,-22.674568,9.705371 +0.8,0,0.8,1,-->,12.072817,-8.378968,3.509211 +0.8,0,1,0,-->,58.163597,-56.593922,37.021496 +0.8,0,1,0.2,-->,50.567223,-50.507915,31.741423 +0.8,0,1,0.4,-->,43.841927,-42.619328,27.531004 +0.8,0,1,0.6,-->,33.777775,-33.215279,20.721664 +0.8,0,1,0.8,-->,23.818485,-23.433449,13.964410 +0.8,0,1,1,-->,12.043387,-8.725031,4.465102 +0.8,0.2,0,0,-->,57.085705,-19.943123,-44.070324 +0.8,0.2,0,0.2,-->,50.183899,-18.048628,-38.670219 +0.8,0.2,0,0.4,-->,43.418713,-15.517326,-32.630848 +0.8,0.2,0,0.6,-->,34.005280,-12.398104,-25.390465 +0.8,0.2,0,0.8,-->,23.825533,-8.202886,-17.695597 +0.8,0.2,0,1,-->,11.312747,-1.380816,-5.372980 +0.8,0.2,0.2,0,-->,55.801838,-26.410233,-29.496153 +0.8,0.2,0.2,0.2,-->,49.215515,-23.602821,-25.830809 +0.8,0.2,0.2,0.4,-->,42.637745,-20.252291,-22.186083 +0.8,0.2,0.2,0.6,-->,33.364475,-16.143631,-17.515966 +0.8,0.2,0.2,0.8,-->,23.126526,-10.895748,-11.894775 +0.8,0.2,0.2,1,-->,11.283389,-2.723717,-2.917157 +0.8,0.2,0.4,0,-->,54.917526,-33.020798,-14.006291 +0.8,0.2,0.4,0.2,-->,47.873119,-29.614920,-12.570014 +0.8,0.2,0.4,0.4,-->,41.495869,-25.077963,-10.846724 +0.8,0.2,0.4,0.6,-->,32.288780,-19.558561,-8.191829 +0.8,0.2,0.4,0.8,-->,22.419374,-13.355934,-5.592038 +0.8,0.2,0.4,1,-->,11.258775,-3.871445,-0.666142 +0.8,0.2,0.6,0,-->,53.605770,-38.251209,3.908174 +0.8,0.2,0.6,0.2,-->,46.720043,-34.184418,2.997560 +0.8,0.2,0.6,0.4,-->,40.472843,-29.258780,2.347430 +0.8,0.2,0.6,0.6,-->,31.505930,-22.797386,1.816888 +0.8,0.2,0.6,0.8,-->,21.987053,-15.612511,1.514044 +0.8,0.2,0.6,1,-->,11.237448,-4.869492,1.440617 +0.8,0.2,0.8,0,-->,52.677078,-41.700886,20.873215 +0.8,0.2,0.8,0.2,-->,46.026073,-37.280430,17.985689 +0.8,0.2,0.8,0.4,-->,39.924618,-32.120369,15.318004 +0.8,0.2,0.8,0.6,-->,30.902931,-25.014605,11.437425 +0.8,0.2,0.8,0.8,-->,21.714867,-17.180878,7.952267 +0.8,0.2,0.8,1,-->,11.223154,-5.584112,3.052232 +0.8,0.2,1,0,-->,52.267254,-43.113316,30.866192 +0.8,0.2,1,0.2,-->,45.768616,-38.626751,27.038931 +0.8,0.2,1,0.4,-->,39.773216,-33.340019,23.387480 +0.8,0.2,1,0.6,-->,30.575382,-25.970444,17.494268 +0.8,0.2,1,0.8,-->,21.595161,-17.886599,11.673619 +0.8,0.2,1,1,-->,11.215780,-5.930600,3.867014 +0.8,0.4,0,0,-->,49.811874,-7.239341,-43.871368 +0.8,0.4,0,0.2,-->,43.917881,-7.115012,-38.659309 +0.8,0.4,0,0.4,-->,37.709396,-5.703669,-32.785007 +0.8,0.4,0,0.6,-->,29.563326,-4.945830,-25.609941 +0.8,0.4,0,0.8,-->,20.953238,-2.670846,-17.556479 +0.8,0.4,0,1,-->,10.231331,1.459524,-4.740124 +0.8,0.4,0.2,0,-->,48.443161,-13.004559,-30.820147 +0.8,0.4,0.2,0.2,-->,42.896545,-12.099531,-26.874468 +0.8,0.4,0.2,0.4,-->,36.957840,-10.448976,-23.273668 +0.8,0.4,0.2,0.6,-->,29.052050,-8.473332,-17.775249 +0.8,0.4,0.2,0.8,-->,20.404709,-5.324715,-11.945944 +0.8,0.4,0.2,1,-->,10.294404,0.042216,-2.544761 +0.8,0.4,0.4,0,-->,47.765663,-19.540466,-16.662380 +0.8,0.4,0.4,0.2,-->,41.910370,-17.651352,-14.604213 +0.8,0.4,0.4,0.4,-->,35.996956,-14.719476,-12.817495 +0.8,0.4,0.4,0.6,-->,28.187460,-11.955314,-9.521529 +0.8,0.4,0.4,0.8,-->,19.848803,-7.800951,-6.174319 +0.8,0.4,0.4,1,-->,10.346927,-1.154796,-0.567492 +0.8,0.4,0.6,0,-->,46.429050,-24.688082,-0.881454 +0.8,0.4,0.6,0.2,-->,40.580826,-22.296490,-0.741553 +0.8,0.4,0.6,0.4,-->,35.038792,-18.953505,-0.805732 +0.8,0.4,0.6,0.6,-->,27.671310,-14.861109,-0.095261 +0.8,0.4,0.6,0.8,-->,19.531757,-9.843143,0.345303 +0.8,0.4,0.6,1,-->,10.391176,-2.185848,1.244958 +0.8,0.4,0.8,0,-->,45.758694,-27.822813,14.483462 +0.8,0.4,0.8,0.2,-->,40.035461,-25.064854,12.736134 +0.8,0.4,0.8,0.4,-->,34.681335,-21.711313,10.805549 +0.8,0.4,0.8,0.6,-->,27.201759,-16.986229,8.431391 +0.8,0.4,0.8,0.8,-->,19.353899,-11.332854,6.029281 +0.8,0.4,0.8,1,-->,10.422838,-2.917126,2.605573 +0.8,0.4,1,0,-->,45.654026,-28.887251,23.761927 +0.8,0.4,1,0.2,-->,40.046856,-25.929079,20.754129 +0.8,0.4,1,0.4,-->,34.714626,-22.735943,17.767033 +0.8,0.4,1,0.6,-->,26.897249,-18.042526,13.383133 +0.8,0.4,1,0.8,-->,19.287577,-12.065295,9.160404 +0.8,0.4,1,1,-->,10.437677,-3.268273,3.285950 +0.8,0.6,0,0,-->,41.468468,7.067096,-43.706882 +0.8,0.6,0,0.2,-->,36.490841,5.756015,-38.626858 +0.8,0.6,0,0.4,-->,31.370535,5.488160,-32.851562 +0.8,0.6,0,0.6,-->,24.627001,4.040696,-25.382425 +0.8,0.6,0,0.8,-->,17.579075,3.867303,-17.048006 +0.8,0.6,0,1,-->,9.202499,4.244577,-4.094903 +0.8,0.6,0.2,0,-->,40.459103,1.728109,-31.931715 +0.8,0.6,0.2,0.2,-->,35.755600,1.153367,-27.916069 +0.8,0.6,0.2,0.4,-->,30.728397,1.256752,-24.080889 +0.8,0.6,0.2,0.6,-->,24.216282,0.600710,-18.306080 +0.8,0.6,0.2,0.8,-->,17.196299,1.129672,-11.938913 +0.8,0.6,0.2,1,-->,9.360693,2.721406,-2.169608 +0.8,0.6,0.4,0,-->,40.067890,-4.144331,-19.401712 +0.8,0.6,0.4,0.2,-->,34.953781,-3.889714,-16.962122 +0.8,0.6,0.4,0.4,-->,30.054310,-2.861247,-14.584955 +0.8,0.6,0.4,0.6,-->,23.582478,-2.570866,-10.667464 +0.8,0.6,0.4,0.8,-->,16.815577,-1.316037,-6.695142 +0.8,0.6,0.4,1,-->,9.491613,1.448611,-0.471866 +0.8,0.6,0.6,0,-->,39.006622,-8.705834,-5.171272 +0.8,0.6,0.6,0.2,-->,33.878204,-8.273607,-4.592958 +0.8,0.6,0.6,0.4,-->,29.280880,-6.525116,-3.806985 +0.8,0.6,0.6,0.6,-->,23.322710,-5.284771,-2.248339 +0.8,0.6,0.6,0.8,-->,16.652948,-3.250490,-0.937645 +0.8,0.6,0.6,1,-->,9.601315,0.363055,1.053250 +0.8,0.6,0.8,0,-->,38.462486,-11.585624,7.989687 +0.8,0.6,0.8,0.2,-->,33.553116,-10.821021,7.014917 +0.8,0.6,0.8,0.4,-->,29.154364,-9.150487,6.091598 +0.8,0.6,0.8,0.6,-->,23.025654,-7.121000,4.909724 +0.8,0.6,0.8,0.8,-->,16.569452,-4.546426,3.793526 +0.8,0.6,0.8,1,-->,9.678131,-0.403333,2.176926 +0.8,0.6,1,0,-->,38.372612,-12.665291,15.385123 +0.8,0.6,1,0.2,-->,33.684361,-11.568974,13.580358 +0.8,0.6,1,0.4,-->,29.357512,-10.317982,11.566055 +0.8,0.6,1,0.6,-->,22.796431,-7.951773,8.788449 +0.8,0.6,1,0.8,-->,16.539379,-5.123607,6.235458 +0.8,0.6,1,1,-->,9.715174,-0.768547,2.728535 +0.8,0.8,0,0,-->,34.043995,21.066654,-43.715187 +0.8,0.8,0,0.2,-->,29.857925,18.333082,-38.819954 +0.8,0.8,0,0.4,-->,25.587250,16.297697,-33.040928 +0.8,0.8,0,0.6,-->,20.035671,12.525534,-25.397472 +0.8,0.8,0,0.8,-->,14.408679,9.691418,-16.640728 +0.8,0.8,0,1,-->,8.407721,6.458430,-3.563190 +0.8,0.8,0.2,0,-->,33.380669,16.047125,-33.049000 +0.8,0.8,0.2,0.2,-->,29.373343,13.882685,-29.017941 +0.8,0.8,0.2,0.4,-->,25.125927,12.318643,-24.978149 +0.8,0.8,0.2,0.6,-->,19.787411,9.137773,-18.936026 +0.8,0.8,0.2,0.8,-->,14.235342,6.881727,-11.958133 +0.8,0.8,0.2,1,-->,8.644603,4.819958,-1.863040 +0.8,0.8,0.4,0,-->,33.217339,10.355394,-21.938259 +0.8,0.8,0.4,0.2,-->,28.815338,8.948816,-19.233793 +0.8,0.8,0.4,0.4,-->,24.711626,8.220182,-16.351290 +0.8,0.8,0.4,0.6,-->,19.421673,6.173612,-11.873329 +0.8,0.8,0.4,0.8,-->,14.063440,4.447836,-7.209969 +0.8,0.8,0.4,1,-->,8.838711,3.468005,-0.393119 +0.8,0.8,0.6,0,-->,32.546852,6.140630,-9.134437 +0.8,0.8,0.6,0.2,-->,28.108761,4.718017,-8.139027 +0.8,0.8,0.6,0.4,-->,24.231775,4.678940,-6.585077 +0.8,0.8,0.6,0.6,-->,19.391848,3.370670,-4.382191 +0.8,0.8,0.6,0.8,-->,14.079555,2.452472,-2.203562 +0.8,0.8,0.6,1,-->,9.002430,2.320361,0.903265 +0.8,0.8,0.8,0,-->,32.217484,3.529669,2.217979 +0.8,0.8,0.8,0.2,-->,28.009811,2.350637,1.864096 +0.8,0.8,0.8,0.4,-->,24.319149,2.209756,1.839823 +0.8,0.8,0.8,0.6,-->,19.324043,1.576680,1.680095 +0.8,0.8,0.8,0.8,-->,14.130587,1.181896,1.735937 +0.8,0.8,0.8,1,-->,9.115347,1.518893,1.841510 +0.8,0.8,1,0,-->,32.177891,2.539123,8.294370 +0.8,0.8,1,0.2,-->,28.212973,1.693607,7.276648 +0.8,0.8,1,0.4,-->,24.619627,1.133760,6.125476 +0.8,0.8,1,0.6,-->,19.247536,0.848806,4.780516 +0.8,0.8,1,0.8,-->,14.169765,0.655472,3.690309 +0.8,0.8,1,1,-->,9.169525,1.135812,2.298200 +0.8,1,0,0,-->,27.809120,33.960732,-43.817947 +0.8,1,0,0.2,-->,24.265043,29.909008,-39.170624 +0.8,1,0,0.4,-->,20.517910,26.394287,-33.376457 +0.8,1,0,0.6,-->,15.909226,20.378178,-25.715864 +0.8,1,0,0.8,-->,11.546964,14.794347,-16.385761 +0.8,1,0,1,-->,7.825103,8.108666,-3.145570 +0.8,1,0.2,0,-->,27.439222,29.161785,-34.083912 +0.8,1,0.2,0.2,-->,23.959423,25.458368,-30.103794 +0.8,1,0.2,0.4,-->,20.312281,22.288532,-25.941429 +0.8,1,0.2,0.6,-->,15.890129,16.910910,-19.651945 +0.8,1,0.2,0.8,-->,11.621512,11.861938,-12.021544 +0.8,1,0.2,1,-->,8.121959,6.377479,-1.627065 +0.8,1,0.4,0,-->,27.419317,23.288107,-24.162941 +0.8,1,0.4,0.2,-->,23.719484,20.165268,-21.260748 +0.8,1,0.4,0.4,-->,20.116680,18.126646,-18.067734 +0.8,1,0.4,0.6,-->,15.829094,13.969046,-13.107100 +0.8,1,0.4,0.8,-->,11.685619,9.373816,-7.710440 +0.8,1,0.4,1,-->,8.365143,4.951035,-0.334222 +0.8,1,0.6,0,-->,27.241081,18.984579,-12.593482 +0.8,1,0.6,0.2,-->,23.471310,15.797721,-11.154446 +0.8,1,0.6,0.4,-->,20.035967,14.144946,-9.025359 +0.8,1,0.6,0.6,-->,15.996835,10.866543,-6.415264 +0.8,1,0.6,0.8,-->,11.894954,7.167989,-3.392564 +0.8,1,0.6,1,-->,8.567916,3.751790,0.789256 +0.8,1,0.8,0,-->,27.225525,16.460573,-2.537724 +0.8,1,0.8,0.2,-->,23.588152,13.543985,-2.418251 +0.8,1,0.8,0.4,-->,20.309736,11.844748,-1.785235 +0.8,1,0.8,0.6,-->,16.207474,8.837938,-1.129489 +0.8,1,0.8,0.8,-->,12.109036,5.756546,-0.051214 +0.8,1,0.8,1,-->,8.708430,2.916214,1.591271 +0.8,1,1,0,-->,27.291876,15.557573,2.814121 +0.8,1,1,0.2,-->,23.817627,13.012835,2.145844 +0.8,1,1,0.4,-->,20.628052,11.128622,1.580905 +0.8,1,1,0.6,-->,16.350536,8.007804,1.492294 +0.8,1,1,0.8,-->,12.243421,5.172746,1.605969 +0.8,1,1,1,-->,8.775867,2.519819,1.975415 +1,0,0,0,-->,57.205879,-38.695316,-52.136723 +1,0,0,0.2,-->,50.352085,-34.739658,-45.430256 +1,0,0,0.4,-->,43.285343,-30.258514,-38.789345 +1,0,0,0.6,-->,33.545177,-24.097122,-30.844526 +1,0,0,0.8,-->,23.536243,-16.499437,-21.671963 +1,0,0,1,-->,11.717218,-5.179685,-7.136716 +1,0,0.2,0,-->,55.260838,-48.313381,-37.358746 +1,0,0.2,0.2,-->,48.395164,-42.922451,-32.826180 +1,0,0.2,0.4,-->,41.932182,-36.976067,-28.129633 +1,0,0.2,0.6,-->,32.742573,-29.022812,-22.314957 +1,0,0.2,0.8,-->,22.875311,-19.701349,-15.396759 +1,0,0.2,1,-->,11.692375,-6.576140,-4.298755 +1,0,0.4,0,-->,54.446976,-57.538845,-19.846510 +1,0,0.4,0.2,-->,47.732666,-50.761265,-18.094818 +1,0,0.4,0.4,-->,41.229870,-43.126385,-16.180998 +1,0,0.4,0.6,-->,31.555622,-33.380821,-12.661848 +1,0,0.4,0.8,-->,22.176794,-22.624306,-8.730700 +1,0,0.4,1,-->,11.670829,-7.765286,-1.666841 +1,0,0.6,0,-->,53.103138,-65.394180,-2.187801 +1,0,0.6,0.2,-->,46.438602,-57.839069,-2.150388 +1,0,0.6,0.4,-->,40.032707,-49.228615,-2.502971 +1,0,0.6,0.6,-->,31.158268,-37.447014,-2.114153 +1,0,0.6,0.8,-->,21.848185,-25.537388,-1.154553 +1,0,0.6,1,-->,11.653285,-8.804006,0.827010 +1,0,0.8,0,-->,52.004910,-71.063583,14.726254 +1,0,0.8,0.2,-->,45.508327,-62.626392,12.968134 +1,0,0.8,0.4,-->,39.226578,-53.113655,10.742822 +1,0,0.8,0.6,-->,30.591055,-40.322174,7.747321 +1,0,0.8,0.8,-->,21.571436,-27.598602,5.583990 +1,0,0.8,1,-->,11.640086,-9.547694,2.754145 +1,0,1,0,-->,51.435356,-73.652344,25.296877 +1,0,1,0.2,-->,45.104713,-64.514732,22.019751 +1,0,1,0.4,-->,38.906284,-54.425446,18.827557 +1,0,1,0.6,-->,30.104563,-41.700260,13.960656 +1,0,1,0.8,-->,21.396681,-28.543932,9.437303 +1,0,1,1,-->,11.634498,-9.906251,3.738277 +1,0.2,0,0,-->,50.619804,-27.963339,-52.199760 +1,0.2,0,0.2,-->,44.274437,-25.079947,-46.020287 +1,0.2,0,0.4,-->,38.025486,-21.663891,-39.464462 +1,0.2,0,0.6,-->,29.694241,-16.984533,-30.854223 +1,0.2,0,0.8,-->,20.840578,-11.101256,-21.395817 +1,0.2,0,1,-->,10.688381,-2.221596,-6.428989 +1,0.2,0.2,0,-->,49.317940,-36.550724,-38.075020 +1,0.2,0.2,0.2,-->,43.220226,-32.428463,-33.625210 +1,0.2,0.2,0.4,-->,37.164326,-27.780506,-29.298100 +1,0.2,0.2,0.6,-->,29.043859,-21.725866,-23.170198 +1,0.2,0.2,0.8,-->,20.294046,-14.255733,-15.571192 +1,0.2,0.2,1,-->,10.736585,-3.652660,-3.853730 +1,0.2,0.4,0,-->,48.454651,-45.303532,-22.875023 +1,0.2,0.4,0.2,-->,42.242840,-40.292042,-20.356915 +1,0.2,0.4,0.4,-->,36.228683,-34.130978,-18.020632 +1,0.2,0.4,0.6,-->,27.999231,-25.989168,-13.852940 +1,0.2,0.4,0.8,-->,19.724543,-17.101067,-9.255946 +1,0.2,0.4,1,-->,10.777404,-4.860608,-1.502553 +1,0.2,0.6,0,-->,47.239956,-53.115406,-5.524547 +1,0.2,0.6,0.2,-->,41.257282,-46.862808,-5.156863 +1,0.2,0.6,0.4,-->,35.415604,-39.901508,-5.334754 +1,0.2,0.6,0.6,-->,27.608246,-30.228785,-3.947046 +1,0.2,0.6,0.8,-->,19.480856,-19.874926,-2.277043 +1,0.2,0.6,1,-->,10.811037,-5.906517,0.687208 +1,0.2,0.8,0,-->,46.383976,-58.348892,10.491154 +1,0.2,0.8,0.2,-->,40.609234,-51.492100,9.015206 +1,0.2,0.8,0.4,-->,34.891556,-43.946754,6.854900 +1,0.2,0.8,0.6,-->,27.207392,-33.148670,5.196381 +1,0.2,0.8,0.8,-->,19.306173,-21.857849,3.795320 +1,0.2,0.8,1,-->,10.835404,-6.650548,2.353510 +1,0.2,1,0,-->,46.005653,-60.416992,19.611393 +1,0.2,1,0.2,-->,40.337807,-53.550327,17.273363 +1,0.2,1,0.4,-->,34.671734,-45.715019,14.362447 +1,0.2,1,0.6,-->,26.908573,-34.447052,10.794757 +1,0.2,1,0.8,-->,19.207844,-22.788494,7.177914 +1,0.2,1,1,-->,10.846957,-7.005433,3.195864 +1,0.4,0,0,-->,43.666847,-15.991693,-51.746216 +1,0.4,0,0.2,-->,38.348343,-14.407550,-45.646843 +1,0.4,0,0.4,-->,32.612045,-11.826166,-39.420231 +1,0.4,0,0.6,-->,25.417429,-9.147470,-30.932825 +1,0.4,0,0.8,-->,17.999855,-5.214939,-21.220903 +1,0.4,0,1,-->,9.705566,0.670930,-5.709756 +1,0.4,0.2,0,-->,42.576195,-24.192541,-38.768749 +1,0.4,0.2,0.2,-->,37.305264,-21.498995,-34.370090 +1,0.4,0.2,0.4,-->,31.786674,-18.069954,-30.188879 +1,0.4,0.2,0.6,-->,24.769636,-13.611979,-23.362309 +1,0.4,0.2,0.8,-->,17.559034,-8.316553,-15.622383 +1,0.4,0.2,1,-->,9.828869,-0.819168,-3.406654 +1,0.4,0.4,0,-->,41.880112,-32.732204,-24.742289 +1,0.4,0.4,0.2,-->,36.696812,-28.716936,-21.811361 +1,0.4,0.4,0.4,-->,31.090780,-23.684851,-19.724308 +1,0.4,0.4,0.6,-->,24.059223,-18.198706,-15.015092 +1,0.4,0.4,0.8,-->,17.162519,-11.254966,-9.833842 +1,0.4,0.4,1,-->,9.931516,-2.072721,-1.340036 +1,0.4,0.6,0,-->,40.710484,-39.686817,-9.574103 +1,0.4,0.6,0.2,-->,35.550785,-35.148571,-8.386986 +1,0.4,0.6,0.4,-->,30.354372,-29.456688,-8.020047 +1,0.4,0.6,0.6,-->,23.983521,-22.119427,-5.783472 +1,0.4,0.6,0.8,-->,17.101717,-13.835233,-3.465551 +1,0.4,0.6,1,-->,10.018873,-3.145038,0.548637 +1,0.4,0.8,0,-->,40.071129,-44.821808,4.751531 +1,0.4,0.8,0.2,-->,35.000530,-39.507256,4.152926 +1,0.4,0.8,0.4,-->,30.043152,-33.336796,2.842407 +1,0.4,0.8,0.6,-->,23.765499,-24.924801,2.232798 +1,0.4,0.8,0.8,-->,17.042484,-15.752115,1.851192 +1,0.4,0.8,1,-->,10.078801,-3.900650,1.963803 +1,0.4,1,0,-->,39.915737,-47.206676,13.189328 +1,0.4,1,0.2,-->,34.936161,-41.204281,11.366976 +1,0.4,1,0.4,-->,30.031130,-34.839054,9.120886 +1,0.4,1,0.6,-->,23.531906,-26.311802,6.776822 +1,0.4,1,0.8,-->,16.989437,-16.725077,4.685186 +1,0.4,1,1,-->,10.108016,-4.265005,2.667860 +1,0.6,0,0,-->,36.146042,-2.580191,-51.237858 +1,0.6,0,0.2,-->,31.616280,-2.258090,-45.331211 +1,0.6,0,0.4,-->,26.783545,-1.152440,-39.226215 +1,0.6,0,0.6,-->,20.918646,-0.437851,-30.463459 +1,0.6,0,0.8,-->,14.918169,1.178339,-20.526180 +1,0.6,0,1,-->,8.776413,3.472049,-4.984101 +1,0.6,0.2,0,-->,35.208035,-10.054306,-39.538033 +1,0.6,0.2,0.2,-->,30.741432,-8.802197,-35.014545 +1,0.6,0.2,0.4,-->,26.190451,-6.833333,-30.577316 +1,0.6,0.2,0.6,-->,20.495955,-4.746075,-23.576710 +1,0.6,0.2,0.8,-->,14.683162,-1.949751,-15.422947 +1,0.6,0.2,1,-->,8.977259,1.889418,-2.959646 +1,0.6,0.4,0,-->,34.687931,-17.658192,-27.296694 +1,0.6,0.4,0.2,-->,30.274290,-15.388658,-23.935303 +1,0.6,0.4,0.4,-->,25.671329,-12.147774,-21.165009 +1,0.6,0.4,0.6,-->,19.917795,-8.718214,-15.844063 +1,0.6,0.4,0.8,-->,14.452444,-4.745702,-10.156749 +1,0.6,0.4,1,-->,9.141937,0.571786,-1.179084 +1,0.6,0.6,0,-->,33.714218,-24.430841,-13.710424 +1,0.6,0.6,0.2,-->,29.370462,-21.427378,-11.907991 +1,0.6,0.6,0.4,-->,25.094246,-17.164265,-10.691387 +1,0.6,0.6,0.6,-->,20.041622,-12.657387,-7.650806 +1,0.6,0.6,0.8,-->,14.550473,-7.280500,-4.458385 +1,0.6,0.6,1,-->,9.280346,-0.544473,0.416769 +1,0.6,0.8,0,-->,33.274651,-29.136412,-1.349171 +1,0.6,0.8,0.2,-->,29.073530,-25.378754,-0.985530 +1,0.6,0.8,0.4,-->,25.029036,-20.795084,-1.373277 +1,0.6,0.8,0.6,-->,19.984880,-15.096659,-0.847415 +1,0.6,0.8,0.8,-->,14.587710,-8.963126,0.043356 +1,0.6,0.8,1,-->,9.376882,-1.328340,1.590572 +1,0.6,1,0,-->,33.247513,-31.084133,5.493722 +1,0.6,1,0.2,-->,29.168743,-26.818930,5.019052 +1,0.6,1,0.4,-->,25.211069,-22.406607,3.653892 +1,0.6,1,0.6,-->,19.836729,-16.041416,2.845417 +1,0.6,1,0.8,-->,14.570875,-9.698774,2.301757 +1,0.6,1,1,-->,9.423343,-1.703707,2.166560 +1,0.8,0,0,-->,29.387665,10.474571,-50.909828 +1,0.8,0,0.2,-->,25.739204,9.350728,-45.194668 +1,0.8,0,0.4,-->,21.787491,8.691099,-38.951725 +1,0.8,0,0.6,-->,17.087986,7.343721,-29.965860 +1,0.8,0,0.8,-->,12.377178,6.594934,-19.709610 +1,0.8,0,1,-->,8.061808,5.664196,-4.388689 +1,0.8,0.2,0,-->,28.693100,3.402163,-40.438206 +1,0.8,0.2,0.2,-->,25.058231,3.049496,-35.728313 +1,0.8,0.2,0.4,-->,21.373337,3.312624,-30.952950 +1,0.8,0.2,0.6,-->,16.862823,3.104973,-23.538643 +1,0.8,0.2,0.8,-->,12.317107,3.422210,-14.941056 +1,0.8,0.2,1,-->,8.325714,3.989763,-2.598186 +1,0.8,0.4,0,-->,28.443003,-3.829077,-29.400019 +1,0.8,0.4,0.2,-->,24.812588,-3.269922,-25.745031 +1,0.8,0.4,0.4,-->,21.106926,-1.778555,-22.297348 +1,0.8,0.4,0.6,-->,16.521204,-0.608287,-16.439316 +1,0.8,0.4,0.8,-->,12.249280,0.655001,-10.125719 +1,0.8,0.4,1,-->,8.542132,2.606242,-1.053113 +1,0.8,0.6,0,-->,27.799273,-10.359886,-17.249144 +1,0.8,0.6,0.2,-->,24.235575,-9.090640,-14.894904 +1,0.8,0.6,0.4,-->,20.764893,-6.507250,-12.761752 +1,0.8,0.6,0.6,-->,16.770397,-4.483197,-9.081095 +1,0.8,0.6,0.8,-->,12.466313,-1.926124,-5.147470 +1,0.8,0.6,1,-->,8.722072,1.439690,0.311302 +1,0.8,0.8,0,-->,27.569883,-14.677936,-6.511756 +1,0.8,0.8,0.2,-->,24.146860,-12.769793,-5.407361 +1,0.8,0.8,0.4,-->,20.868006,-9.945396,-4.763774 +1,0.8,0.8,0.6,-->,16.869604,-6.859263,-3.192984 +1,0.8,0.8,0.8,-->,12.594335,-3.539419,-1.311545 +1,0.8,0.8,1,-->,8.847395,0.625773,1.298991 +1,0.8,1,0,-->,27.620205,-16.348555,-0.732722 +1,0.8,1,0.2,-->,24.315653,-14.057573,-0.407407 +1,0.8,1,0.4,-->,21.127655,-11.504066,-0.778236 +1,0.8,1,0.6,-->,16.843370,-7.750079,-0.142698 +1,0.8,1,0.8,-->,12.626907,-4.181759,0.586666 +1,0.8,1,1,-->,8.906947,0.237920,1.777659 +1,1,0,0,-->,23.592218,22.609371,-50.750000 +1,1,0,0.2,-->,20.941200,19.642309,-45.121704 +1,1,0,0.4,-->,17.800131,17.034630,-38.518394 +1,1,0,0.6,-->,14.037190,13.753172,-29.429117 +1,1,0,0.8,-->,10.428863,10.794803,-18.823788 +1,1,0,1,-->,7.549020,7.253910,-3.914064 +1,1,0.2,0,-->,23.253078,15.427089,-41.345482 +1,1,0.2,0.2,-->,20.468195,13.257344,-36.363129 +1,1,0.2,0.4,-->,17.487469,11.774816,-31.246849 +1,1,0.2,0.6,-->,13.953729,9.552361,-23.240404 +1,1,0.2,0.8,-->,10.497807,7.593231,-14.245930 +1,1,0.2,1,-->,7.854346,5.528969,-2.324031 +1,1,0.4,0,-->,23.371834,7.885755,-30.874514 +1,1,0.4,0.2,-->,20.538101,6.742731,-27.012020 +1,1,0.4,0.4,-->,17.546343,6.724294,-23.011801 +1,1,0.4,0.6,-->,13.951747,5.642720,-16.751013 +1,1,0.4,0.8,-->,10.581545,4.766624,-9.803634 +1,1,0.4,1,-->,8.107843,4.091522,-0.959350 +1,1,0.6,0,-->,23.185328,1.447882,-19.940897 +1,1,0.6,0.2,-->,20.334515,0.873277,-17.095161 +1,1,0.6,0.4,-->,17.495102,1.779634,-14.092722 +1,1,0.6,0.6,-->,14.252767,1.967132,-10.023300 +1,1,0.6,0.8,-->,10.874072,2.114716,-5.552186 +1,1,0.6,1,-->,8.319639,2.880496,0.233361 +1,1,0.8,0,-->,23.166716,-2.600010,-10.433640 +1,1,0.8,0.2,-->,20.380545,-2.602610,-8.833196 +1,1,0.8,0.4,-->,17.673079,-1.427105,-7.196176 +1,1,0.8,0.6,-->,14.491982,-0.567880,-4.769101 +1,1,0.8,0.8,-->,11.080860,0.451667,-2.228869 +1,1,0.8,1,-->,8.466420,2.039768,1.080928 +1,1,1,0,-->,23.241421,-4.113279,-5.242191 +1,1,1,0.2,-->,20.530025,-3.715342,-4.646383 +1,1,1,0.4,-->,17.890532,-2.667214,-4.091674 +1,1,1,0.6,-->,14.609128,-1.731119,-2.170596 +1,1,1,0.8,-->,11.169778,-0.214149,-0.511574 +1,1,1,1,-->,8.535540,1.640623,1.488281 +-0.1,0.5,0.5,0.5,-->,48.247768,20.284687,19.864628 +1.1,0.5,0.5,0.5,-->,25.487757,-18.805494,-13.456924 +0.5,-0.1,0.5,0.5,-->,50.482738,-19.111698,10.794180 +0.5,1.1,0.5,0.5,-->,23.863461,32.054539,-1.416936 +0.5,0.5,-0.1,0.5,-->,39.710323,9.556145,-18.461842 +0.5,0.5,1.1,0.5,-->,36.815254,0.782158,27.891788 +0.5,0.5,0.5,-0.1,-->,55.539173,7.160693,6.507979 +0.5,0.5,0.5,1.1,-->,10.938042,1.806598,2.191715 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-2.csv new file mode 100644 index 0000000..171388b --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-2.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,100.000000,0.000008,0.000008 +0,0,0,0.2,-->,87.111107,-0.133654,-0.396509 +0,0,0,0.4,-->,73.493736,-0.238787,-0.663452 +0,0,0,0.6,-->,55.467529,-0.153732,-0.523247 +0,0,0,0.8,-->,37.438858,0.074286,-0.042930 +0,0,0,1,-->,7.020527,1.730465,3.886713 +0,0,0.2,0,-->,98.598572,-2.802068,18.293791 +0,0,0.2,0.2,-->,85.814438,-2.593437,15.162821 +0,0,0.2,0.4,-->,72.853439,-2.356892,12.196532 +0,0,0.2,0.6,-->,54.769367,-1.807951,9.094790 +0,0,0.2,0.8,-->,36.416130,-1.199634,7.208570 +0,0,0.2,1,-->,5.676540,0.460330,7.042094 +0,0,0.4,0,-->,97.211418,-4.724993,37.587772 +0,0,0.4,0.2,-->,84.384438,-4.489277,32.506851 +0,0,0.4,0.4,-->,71.068184,-4.012547,25.902534 +0,0,0.4,0.6,-->,53.936790,-3.203829,20.046181 +0,0,0.4,0.8,-->,35.506596,-2.353920,15.431284 +0,0,0.4,1,-->,4.558245,-0.597442,7.854247 +0,0,0.6,0,-->,95.903549,-6.002888,60.055996 +0,0,0.6,0.2,-->,83.156975,-5.776632,52.100380 +0,0,0.6,0.4,-->,69.883385,-5.310375,43.128513 +0,0,0.6,0.6,-->,52.706486,-4.342620,33.825535 +0,0,0.6,0.8,-->,34.415051,-3.432166,26.693621 +0,0,0.6,1,-->,3.606578,-1.495189,6.217462 +0,0,0.8,0,-->,94.852104,-6.590291,83.499809 +0,0,0.8,0.2,-->,82.002678,-6.400840,72.648399 +0,0,0.8,0.4,-->,68.885384,-6.088162,61.870445 +0,0,0.8,0.6,-->,51.609070,-5.089097,49.915253 +0,0,0.8,0.8,-->,33.698215,-4.162616,41.132954 +0,0,0.8,1,-->,2.937440,-2.127749,5.064680 +0,0,1,0,-->,94.278488,-6.687497,99.863281 +0,0,1,0.2,-->,81.274467,-6.534327,87.402962 +0,0,1,0.4,-->,68.285172,-6.374812,75.812218 +0,0,1,0.6,-->,50.973099,-5.404906,63.222580 +0,0,1,0.8,-->,33.412537,-4.469502,52.310692 +0,0,1,1,-->,2.617953,-2.433595,4.511718 +0,0.2,0,0,-->,89.768997,14.415081,-3.322701 +0,0.2,0,0.2,-->,78.681221,11.644498,-3.167312 +0,0.2,0,0.4,-->,67.032669,9.558653,-2.919877 +0,0.2,0,0.6,-->,50.384121,7.672510,-2.323522 +0,0.2,0,0.8,-->,33.495842,6.457685,-1.199292 +0,0.2,0,1,-->,3.740346,6.403925,3.849839 +0,0.2,0.2,0,-->,88.288429,12.214984,13.184160 +0,0.2,0.2,0.2,-->,77.396805,9.677238,11.039054 +0,0.2,0.2,0.4,-->,65.916740,7.687178,9.030253 +0,0.2,0.2,0.6,-->,49.487896,6.062506,6.908356 +0,0.2,0.2,0.8,-->,32.297401,5.141360,5.824168 +0,0.2,0.2,1,-->,2.835790,4.897625,4.832999 +0,0.2,0.4,0,-->,87.288162,10.207370,31.122238 +0,0.2,0.4,0.2,-->,75.986664,7.979534,26.893536 +0,0.2,0.4,0.4,-->,64.222557,6.109989,21.949028 +0,0.2,0.4,0.6,-->,48.527580,4.727182,17.156816 +0,0.2,0.4,0.8,-->,31.225216,3.967405,13.883672 +0,0.2,0.4,1,-->,2.082264,3.647006,3.592016 +0,0.2,0.6,0,-->,86.028275,9.226475,52.304169 +0,0.2,0.6,0.2,-->,74.737106,6.959608,45.869171 +0,0.2,0.6,0.4,-->,62.906803,4.933359,38.252052 +0,0.2,0.6,0.6,-->,47.596680,3.622824,30.537540 +0,0.2,0.6,0.8,-->,30.215000,2.981510,25.199434 +0,0.2,0.6,1,-->,1.440439,2.582015,2.483706 +0,0.2,0.8,0,-->,85.033493,8.791930,74.631912 +0,0.2,0.8,0.2,-->,73.805191,6.378832,66.062050 +0,0.2,0.8,0.4,-->,62.079693,4.285129,56.694561 +0,0.2,0.8,0.6,-->,46.562843,2.988152,46.154991 +0,0.2,0.8,0.8,-->,29.585699,2.358936,39.316818 +0,0.2,0.8,1,-->,0.990162,1.832786,1.709247 +0,0.2,1,0,-->,84.517876,8.705401,90.360649 +0,0.2,1,0.2,-->,73.331078,6.170527,80.467529 +0,0.2,1,0.4,-->,61.739277,4.087707,70.812325 +0,0.2,1,0.6,-->,45.838509,2.777522,59.544273 +0,0.2,1,0.8,-->,29.345263,2.120689,48.142040 +0,0.2,1,1,-->,0.775021,1.475271,1.334466 +0,0.4,0,0,-->,79.139275,30.258240,-5.666507 +0,0.4,0,0.2,-->,69.708237,24.762960,-5.203494 +0,0.4,0,0.4,-->,59.089970,21.089514,-4.742761 +0,0.4,0,0.6,-->,44.100945,16.971128,-3.814509 +0,0.4,0,0.8,-->,29.106876,13.928404,-2.400354 +0,0.4,0,1,-->,0.830109,10.547071,1.430357 +0,0.4,0.2,0,-->,77.818413,28.562634,9.207613 +0,0.4,0.2,0.2,-->,68.550110,23.360546,7.844611 +0,0.4,0.2,0.4,-->,58.163517,19.327641,6.255050 +0,0.4,0.2,0.6,-->,43.254517,15.641731,4.817572 +0,0.4,0.2,0.8,-->,27.733868,12.783251,4.349376 +0,0.4,0.2,1,-->,0.313984,8.836190,0.543758 +0,0.4,0.4,0,-->,77.499901,26.022045,25.841221 +0,0.4,0.4,0.2,-->,67.517540,21.518496,22.312609 +0,0.4,0.4,0.4,-->,56.752541,17.678087,18.472109 +0,0.4,0.4,0.6,-->,42.320324,14.269549,14.559762 +0,0.4,0.4,0.8,-->,26.499372,11.689898,12.394031 +0,0.4,0.4,1,-->,0.085336,6.549503,0.147136 +0,0.4,0.6,0,-->,76.326355,25.324221,45.682705 +0,0.4,0.6,0.2,-->,66.378822,20.677723,40.297863 +0,0.4,0.6,0.4,-->,55.679832,16.842983,34.123348 +0,0.4,0.6,0.6,-->,41.555069,13.394182,27.700567 +0,0.4,0.6,0.8,-->,25.502201,10.909070,23.958771 +0,0.4,0.6,1,-->,0.033207,3.985644,0.057141 +0,0.4,0.8,0,-->,75.411972,25.029142,66.437317 +0,0.4,0.8,0.2,-->,65.577080,20.248999,59.479584 +0,0.4,0.8,0.4,-->,54.913300,16.534182,51.446968 +0,0.4,0.8,0.6,-->,40.776165,12.863959,43.045967 +0,0.4,0.8,0.8,-->,25.038580,10.342293,36.942581 +0,0.4,0.8,1,-->,0.001283,2.163429,0.002333 +0,0.4,1,0,-->,74.977531,24.929132,80.724258 +0,0.4,1,0.2,-->,65.210091,20.107738,73.033928 +0,0.4,1,0.4,-->,54.533058,16.531067,64.487762 +0,0.4,1,0.6,-->,40.254704,12.645030,55.898472 +0,0.4,1,0.8,-->,24.966927,10.065166,42.949089 +0,0.4,1,1,-->,0.000000,1.233452,0.000008 +0,0.6,0,0,-->,67.950005,48.277359,-6.420538 +0,0.6,0,0.2,-->,59.628708,40.882683,-6.221627 +0,0.6,0,0.4,-->,50.257484,35.526428,-5.748119 +0,0.6,0,0.6,-->,36.540623,29.233419,-4.700165 +0,0.6,0,0.8,-->,23.033514,24.127649,-2.997621 +0,0.6,0,1,-->,0.000000,6.755513,0.000008 +0,0.6,0.2,0,-->,67.042450,46.580948,6.963408 +0,0.6,0.2,0.2,-->,58.864002,39.521564,5.683758 +0,0.6,0.2,0.4,-->,49.464245,33.970230,4.401904 +0,0.6,0.2,0.6,-->,36.320984,27.783417,3.397360 +0,0.6,0.2,0.8,-->,22.018713,23.039478,3.685703 +0,0.6,0.2,1,-->,0.000000,4.112998,0.000008 +0,0.6,0.4,0,-->,66.797768,44.661488,21.896288 +0,0.6,0.4,0.2,-->,58.078976,37.918129,18.981342 +0,0.6,0.4,0.4,-->,48.439835,32.413544,15.875525 +0,0.6,0.4,0.6,-->,35.290108,26.554913,12.877106 +0,0.6,0.4,0.8,-->,20.902708,22.123924,11.975354 +0,0.6,0.4,1,-->,0.000000,1.910317,0.000008 +0,0.6,0.6,0,-->,66.035210,43.847542,40.205727 +0,0.6,0.6,0.2,-->,57.136322,37.169689,35.567406 +0,0.6,0.6,0.4,-->,47.503506,31.573685,30.451801 +0,0.6,0.6,0.6,-->,34.694107,25.727621,25.326225 +0,0.6,0.6,0.8,-->,20.156149,21.500273,23.159187 +0,0.6,0.6,1,-->,0.000000,0.186198,0.000008 +0,0.6,0.8,0,-->,65.380600,43.562862,59.171967 +0,0.6,0.8,0.2,-->,56.583679,36.821842,53.216167 +0,0.6,0.8,0.4,-->,47.019169,31.323673,46.514862 +0,0.6,0.8,0.6,-->,34.165108,25.406507,39.886421 +0,0.6,0.8,0.8,-->,19.885048,20.850903,32.526276 +0,0.6,0.8,1,-->,0.000000,0.000008,0.000008 +0,0.6,1,0,-->,65.029945,43.558060,72.146828 +0,0.6,1,0.2,-->,56.400925,36.733868,65.512413 +0,0.6,1,0.4,-->,46.898571,31.387114,58.269608 +0,0.6,1,0.6,-->,33.824921,25.407207,51.072445 +0,0.6,1,0.8,-->,19.900837,20.411844,34.312199 +0,0.6,1,1,-->,0.000000,0.000008,0.000008 +0,0.8,0,0,-->,57.968758,66.301239,-5.816986 +0,0.8,0,0.2,-->,50.366760,57.644161,-6.144202 +0,0.8,0,0.4,-->,41.934727,50.719398,-5.834678 +0,0.8,0,0.6,-->,29.419916,42.404530,-4.829206 +0,0.8,0,0.8,-->,16.830759,36.031864,-3.024501 +0,0.8,0,1,-->,0.000000,1.519242,0.000008 +0,0.8,0.2,0,-->,57.497768,64.492546,6.239288 +0,0.8,0.2,0.2,-->,49.958481,56.185162,4.768676 +0,0.8,0.2,0.4,-->,41.402905,49.186165,3.546038 +0,0.8,0.2,0.6,-->,29.620752,40.743778,2.775075 +0,0.8,0.2,0.8,-->,16.145407,34.806126,3.811553 +0,0.8,0.2,1,-->,0.000000,0.066230,0.000008 +0,0.8,0.4,0,-->,57.394421,62.960850,19.676233 +0,0.8,0.4,0.2,-->,49.523495,54.664421,16.986252 +0,0.8,0.4,0.4,-->,40.758808,47.549183,14.270735 +0,0.8,0.4,0.6,-->,28.781694,39.593990,12.077401 +0,0.8,0.4,0.8,-->,15.268638,33.876907,12.140402 +0,0.8,0.4,1,-->,0.000000,0.000008,0.000008 +0,0.8,0.6,0,-->,57.023533,61.969986,36.383297 +0,0.8,0.6,0.2,-->,48.898026,53.768490,32.206200 +0,0.8,0.6,0.4,-->,40.091427,46.538101,27.996161 +0,0.8,0.6,0.6,-->,28.396835,38.647293,24.178247 +0,0.8,0.6,0.8,-->,14.878991,32.959652,21.356092 +0,0.8,0.6,1,-->,0.000000,0.000008,0.000008 +0,0.8,0.8,0,-->,56.653393,61.493961,53.397873 +0,0.8,0.8,0.2,-->,48.607712,53.228039,48.147831 +0,0.8,0.8,0.4,-->,39.869465,45.979500,42.838360 +0,0.8,0.8,0.6,-->,28.132853,38.171879,37.798008 +0,0.8,0.8,0.8,-->,14.885759,32.089012,25.664757 +0,0.8,0.8,1,-->,0.000000,0.000008,0.000008 +0,0.8,1,0,-->,56.426739,61.385014,64.817123 +0,0.8,1,0.2,-->,48.571983,53.005310,58.956989 +0,0.8,1,0.4,-->,39.920105,45.791382,53.179081 +0,0.8,1,0.6,-->,27.988541,38.061775,45.558136 +0,0.8,1,0.8,-->,15.036180,31.562361,25.925379 +0,0.8,1,1,-->,0.000000,0.000008,0.000008 +0,1,0,0,-->,49.479164,83.328125,-3.769535 +0,1,0,0.2,-->,42.177612,74.358383,-4.900559 +0,1,0,0.4,-->,34.295471,66.391365,-4.941361 +0,1,0,0.6,-->,22.901804,56.207912,-4.100816 +0,1,0,0.8,-->,10.489616,50.337410,-2.246675 +0,1,0,1,-->,0.000000,0.000008,0.000008 +0,1,0.2,0,-->,49.442467,81.266441,7.115718 +0,1,0.2,0.2,-->,42.067711,72.706085,5.202749 +0,1,0.2,0.4,-->,34.187073,64.439850,3.793466 +0,1,0.2,0.6,-->,23.246681,54.556339,3.074544 +0,1,0.2,0.8,-->,10.134851,48.556248,4.537998 +0,1,0.2,1,-->,0.000000,0.000008,0.000008 +0,1,0.4,0,-->,49.591583,79.675713,19.318216 +0,1,0.4,0.2,-->,42.105450,70.871452,16.443291 +0,1,0.4,0.4,-->,33.911667,62.504555,13.782431 +0,1,0.4,0.6,-->,22.964184,52.843452,12.375913 +0,1,0.4,0.8,-->,9.704343,46.900616,11.595344 +0,1,0.4,1,-->,0.000000,0.000008,0.000008 +0,1,0.6,0,-->,49.560265,78.482094,34.364330 +0,1,0.6,0.2,-->,41.918491,69.426933,30.371307 +0,1,0.6,0.4,-->,33.671078,60.933205,27.008730 +0,1,0.6,0.6,-->,22.836485,51.539318,24.491032 +0,1,0.6,0.8,-->,9.822510,44.955002,16.934271 +0,1,0.6,1,-->,0.000000,0.000008,0.000008 +0,1,0.8,0,-->,49.476974,77.619049,49.265156 +0,1,0.8,0.2,-->,41.891350,68.435539,44.447834 +0,1,0.8,0.4,-->,33.672791,59.806198,40.680443 +0,1,0.8,0.6,-->,22.859388,50.521259,35.524529 +0,1,0.8,0.8,-->,10.202930,43.600128,17.593018 +0,1,0.8,1,-->,0.000000,0.000008,0.000008 +0,1,1,0,-->,49.410233,77.187500,58.859383 +0,1,1,0.2,-->,41.951920,67.978485,53.542690 +0,1,1,0.4,-->,33.774582,59.259895,48.957539 +0,1,1,0.6,-->,22.929792,49.970062,39.534454 +0,1,1,0.8,-->,10.533580,42.992634,18.162561 +0,1,1,1,-->,0.000000,0.000008,0.000008 +0.2,0,0,0,-->,91.543022,-7.774375,-10.680178 +0.2,0,0,0.2,-->,80.144257,-6.789704,-9.294241 +0.2,0,0,0.4,-->,67.906532,-5.886340,-8.109205 +0.2,0,0,0.6,-->,51.675098,-4.727106,-6.530193 +0.2,0,0,0.8,-->,34.415634,-3.266495,-4.687626 +0.2,0,0,1,-->,4.353924,-0.590306,-0.255795 +0.2,0,0.2,0,-->,89.950699,-11.424452,6.936018 +0.2,0,0.2,0.2,-->,78.610580,-10.001785,5.814729 +0.2,0,0.2,0.4,-->,66.830811,-8.549936,4.496793 +0.2,0,0.2,0.6,-->,50.351845,-6.850098,2.940351 +0.2,0,0.2,0.8,-->,33.067596,-4.941399,2.475712 +0.2,0,0.2,1,-->,3.370131,-1.978516,3.360730 +0.2,0,0.4,0,-->,88.565262,-14.016787,26.434566 +0.2,0,0.4,0.2,-->,77.070343,-12.426260,22.544365 +0.2,0,0.4,0.4,-->,64.833328,-10.705667,17.677814 +0.2,0,0.4,0.6,-->,49.204998,-8.585936,13.948193 +0.2,0,0.4,0.8,-->,31.934639,-6.469069,10.782081 +0.2,0,0.4,1,-->,2.551306,-3.133130,4.397831 +0.2,0,0.6,0,-->,87.133339,-16.093733,48.180405 +0.2,0,0.6,0.2,-->,75.710464,-14.293457,41.697372 +0.2,0,0.6,0.4,-->,63.710754,-12.439507,34.857010 +0.2,0,0.6,0.6,-->,48.039009,-10.081459,27.213570 +0.2,0,0.6,0.8,-->,30.846060,-7.906160,21.895071 +0.2,0,0.6,1,-->,1.853922,-4.113910,3.195636 +0.2,0,0.8,0,-->,86.016685,-17.160297,70.763077 +0.2,0,0.8,0.2,-->,74.600067,-15.375662,62.012970 +0.2,0,0.8,0.4,-->,62.827194,-13.603338,53.302498 +0.2,0,0.8,0.6,-->,46.856167,-11.121487,42.660198 +0.2,0,0.8,0.8,-->,30.105083,-8.945761,35.822342 +0.2,0,0.8,1,-->,1.364384,-4.805351,2.350075 +0.2,0,1,0,-->,85.433632,-17.410788,86.432480 +0.2,0,1,0.2,-->,73.979980,-15.743794,76.611038 +0.2,0,1,0.4,-->,62.312550,-14.122345,66.653160 +0.2,0,1,0.6,-->,46.076157,-11.600337,55.722679 +0.2,0,1,0.8,-->,29.780584,-9.424323,46.254120 +0.2,0,1,1,-->,1.129914,-4.785099,1.947297 +0.2,0.2,0,0,-->,81.821045,5.877410,-13.430486 +0.2,0.2,0,0.2,-->,72.036957,4.571466,-11.429551 +0.2,0.2,0,0.4,-->,61.403255,3.722896,-9.729971 +0.2,0.2,0,0.6,-->,46.500710,2.744251,-7.518717 +0.2,0.2,0,0.8,-->,30.475777,2.849429,-5.396129 +0.2,0.2,0,1,-->,1.606056,3.889357,0.245231 +0.2,0.2,0.2,0,-->,80.478302,3.136694,2.856953 +0.2,0.2,0.2,0.2,-->,70.752151,2.192703,2.727304 +0.2,0.2,0.2,0.4,-->,60.298573,1.356033,2.034662 +0.2,0.2,0.2,0.6,-->,45.848541,0.686752,1.586058 +0.2,0.2,0.2,0.8,-->,29.298866,1.161438,1.545309 +0.2,0.2,0.2,1,-->,0.967210,2.327854,1.630470 +0.2,0.2,0.4,0,-->,79.405373,0.363435,20.623203 +0.2,0.2,0.4,0.2,-->,69.416222,-0.322367,18.112982 +0.2,0.2,0.4,0.4,-->,58.777969,-0.868421,14.673954 +0.2,0.2,0.4,0.6,-->,44.502167,-0.971380,11.923540 +0.2,0.2,0.4,0.8,-->,28.060850,-0.349422,9.624055 +0.2,0.2,0.4,1,-->,0.434152,1.024478,0.747534 +0.2,0.2,0.6,0,-->,77.998177,-1.329480,41.235806 +0.2,0.2,0.6,0.2,-->,68.052551,-1.894388,36.470314 +0.2,0.2,0.6,0.4,-->,57.607914,-2.433420,30.708925 +0.2,0.2,0.6,0.6,-->,43.453159,-2.381659,24.981386 +0.2,0.2,0.6,0.8,-->,27.025934,-1.679160,20.824638 +0.2,0.2,0.6,1,-->,0.103417,-0.189161,0.178461 +0.2,0.2,0.8,0,-->,77.023460,-2.166378,62.754719 +0.2,0.2,0.8,0.2,-->,67.118774,-2.783191,56.060482 +0.2,0.2,0.8,0.4,-->,56.742130,-3.453787,48.465359 +0.2,0.2,0.8,0.6,-->,42.413788,-3.323530,40.062321 +0.2,0.2,0.8,0.8,-->,26.395264,-2.618622,34.390945 +0.2,0.2,0.8,1,-->,0.052550,-0.191441,0.090549 +0.2,0.2,1,0,-->,76.599083,-2.366794,77.503189 +0.2,0.2,1,0.2,-->,66.702774,-3.092502,69.908386 +0.2,0.2,1,0.4,-->,56.294884,-3.897884,61.820606 +0.2,0.2,1,0.6,-->,41.720737,-3.735382,52.718681 +0.2,0.2,1,0.8,-->,26.158487,-3.044176,42.520912 +0.2,0.2,1,1,-->,0.028181,-0.109548,0.048554 +0.2,0.4,0,0,-->,71.773056,21.280735,-15.226057 +0.2,0.4,0,0.2,-->,63.409088,17.709322,-13.138334 +0.2,0.4,0,0.4,-->,53.802429,15.397450,-11.226027 +0.2,0.4,0,0.6,-->,40.714016,11.664591,-8.683074 +0.2,0.4,0,0.8,-->,26.211912,10.096659,-6.303581 +0.2,0.4,0,1,-->,0.017859,4.204923,0.030695 +0.2,0.4,0.2,0,-->,70.899620,18.545307,-0.390490 +0.2,0.4,0.2,0.2,-->,62.546547,15.458749,-0.053752 +0.2,0.4,0.2,0.4,-->,53.146690,12.821477,-0.233239 +0.2,0.4,0.2,0.6,-->,39.905434,9.917095,-0.116616 +0.2,0.4,0.2,0.8,-->,24.924759,8.551495,0.384349 +0.2,0.4,0.2,1,-->,0.001088,1.116190,0.001877 +0.2,0.4,0.4,0,-->,69.906822,16.241810,15.569095 +0.2,0.4,0.4,0.2,-->,61.230927,13.258880,13.842072 +0.2,0.4,0.4,0.4,-->,51.718922,10.811234,11.785379 +0.2,0.4,0.4,0.6,-->,38.829456,8.214771,10.000129 +0.2,0.4,0.4,0.8,-->,23.721041,7.067279,8.457533 +0.2,0.4,0.4,1,-->,0.000057,0.072416,0.000099 +0.2,0.4,0.6,0,-->,68.765244,14.561905,34.985504 +0.2,0.4,0.6,0.2,-->,59.966564,11.881027,31.242737 +0.2,0.4,0.6,0.4,-->,50.655674,9.224378,27.058037 +0.2,0.4,0.6,0.6,-->,37.793049,7.136861,22.372614 +0.2,0.4,0.6,0.8,-->,22.695568,5.970886,19.676264 +0.2,0.4,0.6,1,-->,0.000000,0.003792,0.000023 +0.2,0.4,0.8,0,-->,67.874214,13.992939,55.086273 +0.2,0.4,0.8,0.2,-->,59.165691,11.154522,49.787991 +0.2,0.4,0.8,0.4,-->,49.951221,8.448489,43.766468 +0.2,0.4,0.8,0.6,-->,37.005478,6.334480,37.062672 +0.2,0.4,0.8,0.8,-->,22.216808,5.103803,32.068142 +0.2,0.4,0.8,1,-->,0.000000,0.000038,0.000008 +0.2,0.4,1,0,-->,67.412064,14.095640,68.769325 +0.2,0.4,1,0.2,-->,58.846634,10.943512,62.710552 +0.2,0.4,1,0.4,-->,49.631123,8.297926,56.043610 +0.2,0.4,1,0.6,-->,36.602882,5.907596,49.329811 +0.2,0.4,1,0.8,-->,22.144117,4.644954,37.991707 +0.2,0.4,1,1,-->,0.000000,0.000008,0.000008 +0.2,0.6,0,0,-->,61.262150,38.641457,-15.846655 +0.2,0.6,0,0.2,-->,53.875931,33.279579,-13.994802 +0.2,0.6,0,0.4,-->,45.254211,29.275263,-12.080213 +0.2,0.6,0,0.6,-->,33.406059,23.443443,-9.625705 +0.2,0.6,0,0.8,-->,20.206291,20.325270,-7.177549 +0.2,0.6,0,1,-->,0.000000,0.050408,0.000008 +0.2,0.6,0.2,0,-->,60.532547,36.289139,-2.570083 +0.2,0.6,0.2,0.2,-->,53.276779,31.251614,-2.021666 +0.2,0.6,0.2,0.4,-->,44.783096,27.136555,-1.995349 +0.2,0.6,0.2,0.6,-->,33.024521,21.771881,-1.563282 +0.2,0.6,0.2,0.8,-->,19.207960,18.847300,-0.526530 +0.2,0.6,0.2,1,-->,0.000000,0.004780,0.000008 +0.2,0.6,0.4,0,-->,59.928738,34.157848,12.015844 +0.2,0.6,0.4,0.2,-->,52.212204,29.430431,10.624009 +0.2,0.6,0.4,0.4,-->,43.831001,25.013260,9.146208 +0.2,0.6,0.4,0.6,-->,31.952456,20.461636,7.994034 +0.2,0.6,0.4,0.8,-->,18.137350,17.597517,7.704018 +0.2,0.6,0.4,1,-->,0.000000,0.000008,0.000008 +0.2,0.6,0.6,0,-->,59.043598,32.789055,29.520958 +0.2,0.6,0.6,0.2,-->,51.164120,28.179310,26.636091 +0.2,0.6,0.6,0.4,-->,42.830647,23.653481,23.249075 +0.2,0.6,0.6,0.6,-->,31.171450,19.379955,19.742258 +0.2,0.6,0.6,0.8,-->,17.370205,16.635500,18.506807 +0.2,0.6,0.6,1,-->,0.000000,0.000008,0.000008 +0.2,0.6,0.8,0,-->,58.324612,32.320770,47.586647 +0.2,0.6,0.8,0.2,-->,50.587803,27.567696,43.619751 +0.2,0.6,0.8,0.4,-->,42.385056,22.964546,38.728260 +0.2,0.6,0.8,0.6,-->,30.554352,18.748611,33.632732 +0.2,0.6,0.8,0.8,-->,17.101297,15.769374,27.540991 +0.2,0.6,0.8,1,-->,0.000000,0.000008,0.000008 +0.2,0.6,1,0,-->,57.943703,32.384834,59.891331 +0.2,0.6,1,0.2,-->,50.417656,27.432667,55.264046 +0.2,0.6,1,0.4,-->,42.341560,22.789072,49.779251 +0.2,0.6,1,0.6,-->,30.208979,18.530199,44.426220 +0.2,0.6,1,0.8,-->,17.132729,15.253848,29.539091 +0.2,0.6,1,1,-->,0.000000,0.000008,0.000008 +0.2,0.8,0,0,-->,51.634861,56.400352,-15.682860 +0.2,0.8,0,0.2,-->,44.918900,49.785892,-14.329837 +0.2,0.8,0,0.4,-->,37.132679,44.260899,-12.632704 +0.2,0.8,0,0.6,-->,26.188627,36.772503,-10.467655 +0.2,0.8,0,0.8,-->,13.766575,32.973530,-8.151094 +0.2,0.8,0,1,-->,0.000000,0.000008,0.000008 +0.2,0.8,0.2,0,-->,51.143002,54.318321,-3.697080 +0.2,0.8,0.2,0.2,-->,44.539471,47.800484,-3.303983 +0.2,0.8,0.2,0.4,-->,36.760548,42.199982,-3.299029 +0.2,0.8,0.2,0.6,-->,26.111279,34.997726,-2.748385 +0.2,0.8,0.2,0.8,-->,13.060692,31.367765,-1.311758 +0.2,0.8,0.2,1,-->,0.000000,0.000008,0.000008 +0.2,0.8,0.4,0,-->,50.881481,52.096962,9.507690 +0.2,0.8,0.4,0.2,-->,43.862846,45.965775,8.223329 +0.2,0.8,0.4,0.4,-->,36.275467,40.068340,7.027442 +0.2,0.8,0.4,0.6,-->,25.322649,33.784359,6.432849 +0.2,0.8,0.4,0.8,-->,12.245752,30.068584,6.878703 +0.2,0.8,0.4,1,-->,0.000000,0.000008,0.000008 +0.2,0.8,0.6,0,-->,50.349243,50.841053,25.401995 +0.2,0.8,0.6,0.2,-->,43.147308,44.663937,22.930607 +0.2,0.8,0.6,0.4,-->,35.541927,38.643784,20.199844 +0.2,0.8,0.6,0.6,-->,24.801844,32.519543,17.874781 +0.2,0.8,0.6,0.8,-->,11.798330,28.846464,15.852377 +0.2,0.8,0.6,1,-->,0.000000,0.000008,0.000008 +0.2,0.8,0.8,0,-->,49.944370,50.275612,41.539970 +0.2,0.8,0.8,0.2,-->,42.859772,44.007240,38.314308 +0.2,0.8,0.8,0.4,-->,35.355412,37.837662,34.437485 +0.2,0.8,0.8,0.6,-->,24.423119,31.807083,30.832996 +0.2,0.8,0.8,0.8,-->,11.802643,27.762001,20.349314 +0.2,0.8,0.8,1,-->,0.000000,0.000008,0.000008 +0.2,0.8,1,0,-->,49.748890,50.172424,52.238297 +0.2,0.8,1,0.2,-->,42.859524,43.846325,48.568790 +0.2,0.8,1,0.4,-->,35.484081,37.563957,44.183582 +0.2,0.8,1,0.6,-->,24.224382,31.598230,38.521763 +0.2,0.8,1,0.8,-->,11.982301,27.131403,20.657537 +0.2,0.8,1,1,-->,0.000000,0.000008,0.000008 +0.2,1,0,0,-->,43.116367,73.954498,-14.743992 +0.2,1,0,0.2,-->,36.722980,66.921928,-14.202240 +0.2,1,0,0.4,-->,29.580093,60.243267,-12.966378 +0.2,1,0,0.6,-->,19.099276,52.132404,-11.390785 +0.2,1,0,0.8,-->,6.934162,48.548164,-9.005783 +0.2,1,0,1,-->,0.000000,0.000008,0.000008 +0.2,1,0.2,0,-->,42.995296,71.776588,-3.723534 +0.2,1,0.2,0.2,-->,36.529522,64.812614,-3.918373 +0.2,1,0.2,0.4,-->,29.224365,58.020081,-4.181759 +0.2,1,0.2,0.6,-->,19.138201,50.292118,-3.801308 +0.2,1,0.2,0.8,-->,6.600770,46.195419,-2.061762 +0.2,1,0.2,1,-->,0.000000,0.000008,0.000008 +0.2,1,0.4,0,-->,42.997585,69.302086,8.064208 +0.2,1,0.4,0.2,-->,36.393215,62.329567,6.658633 +0.2,1,0.4,0.4,-->,29.182127,55.865643,5.446453 +0.2,1,0.4,0.6,-->,19.039469,48.175663,5.408820 +0.2,1,0.4,0.8,-->,6.286343,43.957008,5.175178 +0.2,1,0.4,1,-->,0.000000,0.000008,0.000008 +0.2,1,0.6,0,-->,42.923988,67.745445,22.750254 +0.2,1,0.6,0.2,-->,36.133587,60.590431,20.217705 +0.2,1,0.6,0.4,-->,28.967497,53.708439,18.056107 +0.2,1,0.6,0.6,-->,18.778517,46.520317,16.871452 +0.2,1,0.6,0.8,-->,6.242540,41.954926,10.717925 +0.2,1,0.6,1,-->,0.000000,0.000008,0.000008 +0.2,1,0.8,0,-->,42.975479,66.688057,37.136341 +0.2,1,0.8,0.2,-->,36.198612,59.614189,34.017136 +0.2,1,0.8,0.4,-->,29.039225,52.566631,31.075241 +0.2,1,0.8,0.6,-->,18.740507,45.290886,27.576328 +0.2,1,0.8,0.8,-->,6.598056,40.331425,11.375031 +0.2,1,0.8,1,-->,0.000000,0.000008,0.000008 +0.2,1,1,0,-->,43.064919,66.174263,46.050362 +0.2,1,1,0.2,-->,36.383888,59.285992,42.798450 +0.2,1,1,0.4,-->,29.215237,52.277237,39.189037 +0.2,1,1,0.6,-->,18.818306,44.666096,31.968939 +0.2,1,1,0.8,-->,6.981035,39.458839,12.034752 +0.2,1,1,1,-->,0.000000,0.000008,0.000008 +0.4,0,0,0,-->,83.167953,-14.907649,-20.853380 +0.4,0,0,0.2,-->,72.648773,-13.202566,-18.277445 +0.4,0,0,0.4,-->,61.662376,-11.429415,-15.675869 +0.4,0,0,0.6,-->,46.960201,-9.269770,-12.624868 +0.4,0,0,0.8,-->,31.192934,-6.830475,-9.245755 +0.4,0,0,1,-->,2.145931,-2.514014,-3.685802 +0.4,0,0.2,0,-->,81.623856,-19.295023,-4.002850 +0.4,0,0.2,0.2,-->,71.091667,-17.033901,-3.671880 +0.4,0,0.2,0.4,-->,60.742886,-14.532351,-3.054861 +0.4,0,0.2,0.6,-->,45.770588,-11.839982,-3.064102 +0.4,0,0.2,0.8,-->,29.716829,-9.047010,-2.172815 +0.4,0,0.2,1,-->,1.460531,-3.997499,0.313947 +0.4,0,0.4,0,-->,80.332443,-22.649681,14.515183 +0.4,0,0.4,0.2,-->,69.816002,-20.050932,12.716922 +0.4,0,0.4,0.4,-->,58.766834,-17.205902,10.024752 +0.4,0,0.4,0.6,-->,44.411472,-14.084833,7.890664 +0.4,0,0.4,0.8,-->,28.384136,-11.173544,6.096720 +0.4,0,0.4,1,-->,0.888594,-3.467018,1.531341 +0.4,0,0.6,0,-->,78.794983,-25.550833,35.807812 +0.4,0,0.6,0.2,-->,68.380974,-22.725599,31.377827 +0.4,0,0.6,0.4,-->,57.517338,-19.683620,26.540094 +0.4,0,0.6,0.6,-->,43.034267,-16.131769,20.632141 +0.4,0,0.6,0.8,-->,27.235546,-13.162402,17.065136 +0.4,0,0.6,1,-->,0.402328,-1.733079,0.692741 +0.4,0,0.8,0,-->,77.605202,-27.222172,57.754066 +0.4,0,0.8,0.2,-->,67.126007,-24.376064,50.847084 +0.4,0,0.8,0.4,-->,56.600040,-21.376347,44.036224 +0.4,0,0.8,0.6,-->,41.920479,-17.661695,35.467777 +0.4,0,0.8,0.8,-->,26.524267,-14.668535,30.534561 +0.4,0,0.8,1,-->,0.097008,-0.419125,0.168445 +0.4,0,1,0,-->,76.999451,-27.747351,72.655540 +0.4,0,1,0.2,-->,66.399590,-24.982595,64.511154 +0.4,0,1,0.4,-->,56.111725,-22.114326,56.346867 +0.4,0,1,0.6,-->,41.316467,-18.411615,47.628159 +0.4,0,1,0.8,-->,26.254293,-15.391865,40.153622 +0.4,0,1,1,-->,0.059968,-0.257953,0.103392 +0.4,0.2,0,0,-->,74.170700,-1.974275,-22.999710 +0.4,0.2,0,0.2,-->,64.993599,-2.049450,-19.922224 +0.4,0.2,0,0.4,-->,55.681782,-1.968500,-16.668133 +0.4,0.2,0,0.6,-->,42.348179,-2.032572,-13.035459 +0.4,0.2,0,0.8,-->,27.406744,-0.940731,-9.657266 +0.4,0.2,0,1,-->,0.156474,0.440769,-2.191099 +0.4,0.2,0.2,0,-->,72.942566,-5.228421,-7.090055 +0.4,0.2,0.2,0.2,-->,64.033913,-5.194192,-6.050598 +0.4,0.2,0.2,0.4,-->,54.581028,-4.762809,-5.080981 +0.4,0.2,0.2,0.6,-->,41.440987,-4.552649,-4.085343 +0.4,0.2,0.2,0.8,-->,26.107895,-3.124679,-2.830271 +0.4,0.2,0.2,1,-->,0.041362,0.038082,0.045316 +0.4,0.2,0.4,0,-->,71.584648,-8.991252,9.802828 +0.4,0.2,0.4,0.2,-->,62.522739,-8.490455,8.773402 +0.4,0.2,0.4,0.4,-->,53.263695,-7.779087,7.251143 +0.4,0.2,0.4,0.6,-->,40.112034,-6.721771,6.224667 +0.4,0.2,0.4,0.8,-->,24.821053,-5.158284,5.205500 +0.4,0.2,0.4,1,-->,0.008536,-0.032412,0.014705 +0.4,0.2,0.6,0,-->,70.278458,-11.289711,29.820442 +0.4,0.2,0.6,0.2,-->,61.153061,-10.634132,26.718227 +0.4,0.2,0.6,0.4,-->,52.115036,-9.871567,23.002438 +0.4,0.2,0.6,0.6,-->,39.091637,-8.715851,19.121675 +0.4,0.2,0.6,0.8,-->,23.816036,-7.030945,16.320587 +0.4,0.2,0.6,1,-->,0.001462,-0.006330,0.002531 +0.4,0.2,0.8,0,-->,69.407799,-12.566770,50.578865 +0.4,0.2,0.8,0.2,-->,60.249649,-11.902686,45.647598 +0.4,0.2,0.8,0.4,-->,51.225037,-11.382813,40.018761 +0.4,0.2,0.8,0.6,-->,38.099812,-9.983508,33.545261 +0.4,0.2,0.8,0.8,-->,23.201694,-8.389509,29.326561 +0.4,0.2,0.8,1,-->,0.000000,0.000008,0.000008 +0.4,0.2,1,0,-->,69.031853,-12.999103,64.645088 +0.4,0.2,1,0.2,-->,59.862041,-12.373101,58.724869 +0.4,0.2,1,0.4,-->,50.753422,-12.143640,52.325584 +0.4,0.2,1,0.6,-->,37.447601,-10.481509,45.014412 +0.4,0.2,1,0.8,-->,22.966291,-9.011597,36.770317 +0.4,0.2,1,1,-->,0.000000,0.000008,0.000008 +0.4,0.4,0,0,-->,64.982407,12.708578,-24.232492 +0.4,0.4,0,0.2,-->,56.944805,10.672631,-21.156384 +0.4,0.4,0,0.4,-->,48.135082,9.167152,-18.040239 +0.4,0.4,0,0.6,-->,36.701298,6.639209,-14.116941 +0.4,0.4,0,0.8,-->,23.165514,6.158960,-10.426276 +0.4,0.4,0,1,-->,0.000000,0.029813,0.000008 +0.4,0.4,0.2,0,-->,63.770889,9.922552,-9.743551 +0.4,0.4,0.2,0.2,-->,56.183743,7.787993,-8.231589 +0.4,0.4,0.2,0.4,-->,47.676857,6.344056,-7.136997 +0.4,0.4,0.2,0.6,-->,35.935535,4.558851,-5.604570 +0.4,0.4,0.2,0.8,-->,21.962576,4.129732,-3.775705 +0.4,0.4,0.2,1,-->,0.000000,0.000281,0.000008 +0.4,0.4,0.4,0,-->,63.006134,6.172047,5.858609 +0.4,0.4,0.4,0.2,-->,54.854084,4.984914,5.363633 +0.4,0.4,0.4,0.4,-->,46.415825,3.931961,4.632658 +0.4,0.4,0.4,0.6,-->,34.771954,2.375062,4.340682 +0.4,0.4,0.4,0.8,-->,20.792549,2.117786,4.178826 +0.4,0.4,0.4,1,-->,0.000000,0.000008,0.000008 +0.4,0.4,0.6,0,-->,61.593010,4.164964,24.179691 +0.4,0.4,0.6,0.2,-->,53.471203,2.943649,21.999443 +0.4,0.4,0.6,0.4,-->,45.396358,1.615240,19.518801 +0.4,0.4,0.6,0.6,-->,33.746449,0.629603,16.633661 +0.4,0.4,0.6,0.8,-->,19.822418,0.461455,15.269519 +0.4,0.4,0.6,1,-->,0.000000,0.000008,0.000008 +0.4,0.4,0.8,0,-->,60.595554,3.238969,43.215576 +0.4,0.4,0.8,0.2,-->,52.696793,1.873672,39.671444 +0.4,0.4,0.8,0.4,-->,44.802532,0.278730,35.437088 +0.4,0.4,0.8,0.6,-->,32.946003,-0.590048,30.528557 +0.4,0.4,0.8,0.8,-->,19.328087,-0.836897,27.083160 +0.4,0.4,0.8,1,-->,0.000000,0.000008,0.000008 +0.4,0.4,1,0,-->,60.163307,3.051472,56.045315 +0.4,0.4,1,0.2,-->,52.464157,1.598916,51.754112 +0.4,0.4,1,0.4,-->,44.591358,-0.129429,46.576557 +0.4,0.4,1,0.6,-->,32.518581,-1.155837,41.285355 +0.4,0.4,1,0.8,-->,19.213026,-1.505456,32.490242 +0.4,0.4,1,1,-->,0.000000,0.000008,0.000008 +0.4,0.6,0,0,-->,54.773151,29.830870,-24.800396 +0.4,0.6,0,0.2,-->,47.924950,25.714764,-22.021406 +0.4,0.6,0,0.4,-->,40.186932,22.913841,-18.845346 +0.4,0.6,0,0.6,-->,29.696819,18.261539,-15.135697 +0.4,0.6,0,0.8,-->,17.186502,16.581497,-11.637445 +0.4,0.6,0,1,-->,0.000000,0.000008,0.000008 +0.4,0.6,0.2,0,-->,53.845543,27.396841,-11.829145 +0.4,0.6,0.2,0.2,-->,47.260052,23.301542,-10.215114 +0.4,0.6,0.2,0.4,-->,39.637791,20.398560,-8.733634 +0.4,0.6,0.2,0.6,-->,29.185108,16.210165,-7.015115 +0.4,0.6,0.2,0.8,-->,16.221230,14.560294,-4.992552 +0.4,0.6,0.2,1,-->,0.000000,0.000008,0.000008 +0.4,0.6,0.4,0,-->,53.283344,23.996344,2.170390 +0.4,0.6,0.4,0.2,-->,46.098274,20.913813,2.040225 +0.4,0.6,0.4,0.4,-->,38.837589,17.973787,2.137013 +0.4,0.6,0.4,0.6,-->,28.129000,14.305890,2.417757 +0.4,0.6,0.4,0.8,-->,15.202047,12.691008,3.126495 +0.4,0.6,0.4,1,-->,0.000000,0.000008,0.000008 +0.4,0.6,0.6,0,-->,52.174820,22.253376,18.919968 +0.4,0.6,0.6,0.2,-->,44.967358,19.152561,17.396721 +0.4,0.6,0.6,0.4,-->,37.980431,16.031696,15.967465 +0.4,0.6,0.6,0.6,-->,27.429897,12.614236,14.141724 +0.4,0.6,0.6,0.8,-->,14.482149,11.166484,13.770088 +0.4,0.6,0.6,1,-->,0.000000,0.000008,0.000008 +0.4,0.6,0.8,0,-->,51.531940,21.444080,36.186302 +0.4,0.6,0.8,0.2,-->,44.515015,18.190012,33.594734 +0.4,0.6,0.8,0.4,-->,37.642086,14.756014,30.498447 +0.4,0.6,0.8,0.6,-->,26.793179,11.579977,27.054571 +0.4,0.6,0.8,0.8,-->,14.231489,10.004081,22.422377 +0.4,0.6,0.8,1,-->,0.000000,-0.000023,-0.000023 +0.4,0.6,1,0,-->,51.345634,21.263058,47.548954 +0.4,0.6,1,0.2,-->,44.514339,17.907475,44.351791 +0.4,0.6,1,0.4,-->,37.653988,14.220182,40.140537 +0.4,0.6,1,0.6,-->,26.386604,11.196137,36.280964 +0.4,0.6,1,0.8,-->,14.261987,9.427028,24.590328 +0.4,0.6,1,1,-->,0.000000,0.000008,0.000008 +0.4,0.8,0,0,-->,45.403400,47.463673,-25.020927 +0.4,0.8,0,0.2,-->,39.262066,41.814987,-22.785196 +0.4,0.8,0,0.4,-->,32.321663,37.875599,-19.802485 +0.4,0.8,0,0.6,-->,22.518457,31.674713,-16.662075 +0.4,0.8,0,0.8,-->,10.499057,29.888124,-13.582121 +0.4,0.8,0,1,-->,0.000000,0.000008,0.000008 +0.4,0.8,0.2,0,-->,44.828209,45.117100,-13.275537 +0.4,0.8,0.2,0.2,-->,38.809822,39.654209,-11.903614 +0.4,0.8,0.2,0.4,-->,31.882986,35.603886,-10.474822 +0.4,0.8,0.2,0.6,-->,22.236748,29.612806,-8.809614 +0.4,0.8,0.2,0.8,-->,9.841999,27.501791,-6.659142 +0.4,0.8,0.2,1,-->,0.000000,0.000008,0.000008 +0.4,0.8,0.4,0,-->,44.493057,42.030663,-0.728877 +0.4,0.8,0.4,0.2,-->,38.013451,37.337837,-0.779027 +0.4,0.8,0.4,0.4,-->,31.425529,32.944633,-0.344406 +0.4,0.8,0.4,0.6,-->,21.469599,27.856951,0.313871 +0.4,0.8,0.4,0.8,-->,9.113811,25.390762,1.471213 +0.4,0.8,0.4,1,-->,0.000000,0.000008,0.000008 +0.4,0.8,0.6,0,-->,43.784981,40.155296,14.510410 +0.4,0.8,0.6,0.2,-->,37.254013,35.555611,13.395596 +0.4,0.8,0.6,0.4,-->,30.846769,31.059677,12.575828 +0.4,0.8,0.6,0.6,-->,21.042688,25.978559,11.662524 +0.4,0.8,0.6,0.8,-->,8.685072,23.547237,10.373025 +0.4,0.8,0.6,1,-->,0.000000,0.000008,0.000008 +0.4,0.8,0.8,0,-->,43.491531,39.227612,29.935349 +0.4,0.8,0.8,0.2,-->,37.101906,34.537479,28.060499 +0.4,0.8,0.8,0.4,-->,30.783260,29.717453,25.828756 +0.4,0.8,0.8,0.6,-->,20.694008,24.877213,23.655943 +0.4,0.8,0.8,0.8,-->,8.723019,22.168657,15.040148 +0.4,0.8,0.8,1,-->,0.000000,0.000008,0.000008 +0.4,0.8,1,0,-->,43.495464,38.995415,39.775894 +0.4,0.8,1,0.2,-->,37.260593,34.202457,37.457668 +0.4,0.8,1,0.4,-->,30.970261,29.072704,34.173065 +0.4,0.8,1,0.6,-->,20.483046,24.522236,30.550217 +0.4,0.8,1,0.8,-->,8.934642,21.497019,15.404791 +0.4,0.8,1,1,-->,0.000000,0.000008,0.000008 +0.4,1,0,0,-->,37.125702,64.959404,-24.933334 +0.4,1,0,0.2,-->,31.071510,59.088158,-23.635477 +0.4,1,0,0.4,-->,24.511106,54.702465,-21.250443 +0.4,1,0,0.6,-->,14.992623,48.277679,-19.270529 +0.4,1,0,0.8,-->,3.526680,44.841583,-15.479115 +0.4,1,0,1,-->,0.000000,0.000008,0.000008 +0.4,1,0.2,0,-->,36.970497,62.300354,-14.052437 +0.4,1,0.2,0.2,-->,30.991899,56.680412,-13.377889 +0.4,1,0.2,0.4,-->,24.511574,52.054356,-12.547755 +0.4,1,0.2,0.6,-->,14.926399,46.121674,-11.479906 +0.4,1,0.2,0.8,-->,3.342536,41.308914,-8.283062 +0.4,1,0.2,1,-->,0.000000,0.000008,0.000008 +0.4,1,0.4,0,-->,36.913361,59.328049,-2.755886 +0.4,1,0.4,0.2,-->,30.813841,53.678936,-3.064619 +0.4,1,0.4,0.4,-->,24.228048,49.164917,-2.962146 +0.4,1,0.4,0.6,-->,14.744864,43.762959,-2.229257 +0.4,1,0.4,0.8,-->,3.173631,38.103817,-0.704551 +0.4,1,0.4,1,-->,0.000000,0.000008,0.000008 +0.4,1,0.6,0,-->,36.687126,56.803890,11.082311 +0.4,1,0.6,0.2,-->,30.554071,51.344936,10.086536 +0.4,1,0.6,0.4,-->,24.085978,46.716873,9.306985 +0.4,1,0.6,0.6,-->,14.513063,41.536583,8.919102 +0.4,1,0.6,0.8,-->,3.067459,35.629677,4.876620 +0.4,1,0.6,1,-->,0.000000,0.000008,0.000008 +0.4,1,0.8,0,-->,36.694122,55.584049,24.621971 +0.4,1,0.8,0.2,-->,30.661127,50.128452,23.198067 +0.4,1,0.8,0.4,-->,24.337290,45.069283,21.459660 +0.4,1,0.8,0.6,-->,14.653054,39.701221,19.356352 +0.4,1,0.8,0.8,-->,3.330751,34.152363,5.742640 +0.4,1,0.8,1,-->,0.000000,0.000008,0.000008 +0.4,1,1,0,-->,36.805225,55.342274,32.938160 +0.4,1,1,0.2,-->,30.888388,49.806259,31.239029 +0.4,1,1,0.4,-->,24.657940,44.349709,28.624069 +0.4,1,1,0.6,-->,14.902671,38.713470,23.748930 +0.4,1,1,0.8,-->,3.667733,33.553257,6.324282 +0.4,1,1,1,-->,0.000000,0.000008,0.000008 +0.6,0,0,0,-->,72.469818,-24.051607,-33.696053 +0.6,0,0,0.2,-->,63.097267,-21.572088,-29.750351 +0.6,0,0,0.4,-->,53.632282,-18.797029,-25.389721 +0.6,0,0,0.6,-->,40.447868,-15.524082,-20.611393 +0.6,0,0,0.8,-->,25.920816,-12.218639,-15.777863 +0.6,0,0,1,-->,0.030627,-0.132165,-6.945594 +0.6,0,0.2,0,-->,70.786674,-29.794893,-17.589666 +0.6,0,0.2,0.2,-->,61.521168,-26.766592,-15.676386 +0.6,0,0.2,0.4,-->,52.599972,-23.079239,-13.312829 +0.6,0,0.2,0.6,-->,39.401398,-19.224005,-11.423471 +0.6,0,0.2,0.8,-->,24.592239,-15.526317,-8.835043 +0.6,0,0.2,1,-->,0.000000,0.000008,-1.951841 +0.6,0,0.4,0,-->,69.534966,-34.757107,0.591894 +0.6,0,0.4,0.2,-->,60.206623,-31.324295,0.115567 +0.6,0,0.4,0.4,-->,50.975864,-26.999619,-0.697513 +0.6,0,0.4,0.6,-->,38.129143,-22.487133,-0.731012 +0.6,0,0.4,0.8,-->,23.370863,-18.783974,-0.705485 +0.6,0,0.4,1,-->,0.000000,-0.000023,-0.000023 +0.6,0,0.6,0,-->,68.103500,-38.987328,21.259182 +0.6,0,0.6,0.2,-->,58.794479,-35.213333,18.079847 +0.6,0,0.6,0.4,-->,49.668839,-30.655775,15.256402 +0.6,0,0.6,0.6,-->,36.747375,-25.404600,11.780561 +0.6,0,0.6,0.8,-->,22.446970,-21.859772,10.087707 +0.6,0,0.6,1,-->,0.000000,0.000008,0.000008 +0.6,0,0.8,0,-->,66.826317,-41.711197,41.880039 +0.6,0,0.8,0.2,-->,57.510273,-37.858006,36.400883 +0.6,0,0.8,0.4,-->,48.761921,-33.102116,32.040604 +0.6,0,0.8,0.6,-->,35.829880,-27.688339,26.006983 +0.6,0,0.8,0.8,-->,21.872963,-24.154058,22.835991 +0.6,0,0.8,1,-->,0.000000,0.000008,0.000008 +0.6,0,1,0,-->,66.075310,-42.794392,55.396065 +0.6,0,1,0.2,-->,56.737877,-39.013420,48.868546 +0.6,0,1,0.4,-->,48.334911,-34.107578,43.564213 +0.6,0,1,0.6,-->,35.450211,-28.835634,36.930485 +0.6,0,1,0.8,-->,21.643471,-25.231316,31.705597 +0.6,0,1,1,-->,0.000000,0.000008,0.000008 +0.6,0.2,0,0,-->,64.293709,-11.675193,-35.088669 +0.6,0.2,0,0.2,-->,56.183975,-10.880374,-30.876467 +0.6,0.2,0,0.4,-->,48.088951,-9.611683,-26.045292 +0.6,0.2,0,0.6,-->,36.271797,-8.372850,-20.881704 +0.6,0.2,0,0.8,-->,22.356136,-6.288268,-16.200773 +0.6,0.2,0,1,-->,0.000000,0.000008,-2.393043 +0.6,0.2,0.2,0,-->,63.001549,-16.534904,-19.654324 +0.6,0.2,0.2,0.2,-->,55.227543,-15.281792,-17.239826 +0.6,0.2,0.2,0.4,-->,47.188278,-13.558615,-14.846845 +0.6,0.2,0.2,0.6,-->,35.470905,-11.815025,-12.202095 +0.6,0.2,0.2,0.8,-->,21.190418,-9.515305,-9.465011 +0.6,0.2,0.2,1,-->,0.000000,0.000008,-0.022320 +0.6,0.2,0.4,0,-->,61.908871,-21.787384,-3.297729 +0.6,0.2,0.4,0.2,-->,53.620781,-20.006496,-3.064429 +0.6,0.2,0.4,0.4,-->,45.845657,-17.615330,-2.671036 +0.6,0.2,0.4,0.6,-->,34.184982,-15.038529,-1.892527 +0.6,0.2,0.4,0.8,-->,20.021942,-12.714057,-1.506308 +0.6,0.2,0.4,1,-->,0.000000,0.000008,0.000008 +0.6,0.2,0.6,0,-->,60.523190,-25.398537,16.195818 +0.6,0.2,0.6,0.2,-->,52.277023,-23.351562,14.185604 +0.6,0.2,0.6,0.4,-->,44.632561,-20.879963,12.491275 +0.6,0.2,0.6,0.6,-->,33.065617,-17.970695,10.350698 +0.6,0.2,0.6,0.8,-->,19.169296,-15.684677,9.231886 +0.6,0.2,0.6,1,-->,0.000000,0.000008,0.000008 +0.6,0.2,0.8,0,-->,59.558956,-27.693020,35.876163 +0.6,0.2,0.8,0.2,-->,51.462151,-25.546524,32.055908 +0.6,0.2,0.8,0.4,-->,43.922039,-23.215006,28.611500 +0.6,0.2,0.8,0.6,-->,32.171402,-20.033026,23.899752 +0.6,0.2,0.8,0.8,-->,18.647318,-17.812670,21.414169 +0.6,0.2,0.8,1,-->,0.000000,0.000008,0.000008 +0.6,0.2,1,0,-->,59.135681,-28.625589,48.578167 +0.6,0.2,1,0.2,-->,51.153530,-26.480406,43.970684 +0.6,0.2,1,0.4,-->,43.677567,-24.301163,39.721558 +0.6,0.2,1,0.6,-->,31.682577,-20.956142,34.231186 +0.6,0.2,1,0.8,-->,18.442369,-18.767071,28.376839 +0.6,0.2,1,1,-->,0.000000,0.000008,0.000008 +0.6,0.4,0,0,-->,56.027042,2.287378,-35.697739 +0.6,0.4,0,0.2,-->,48.914440,1.155237,-31.707817 +0.6,0.4,0,0.4,-->,41.273766,1.130903,-27.059101 +0.6,0.4,0,0.6,-->,30.857620,0.036698,-21.926390 +0.6,0.4,0,0.8,-->,18.217857,0.927386,-17.127300 +0.6,0.4,0,1,-->,0.000000,0.000008,-0.000099 +0.6,0.4,0.2,0,-->,54.535336,-1.762604,-21.875738 +0.6,0.4,0.2,0.2,-->,47.940128,-2.642492,-19.002811 +0.6,0.4,0.2,0.4,-->,40.602230,-2.775113,-16.627703 +0.6,0.4,0.2,0.6,-->,30.251431,-3.158512,-13.275637 +0.6,0.4,0.2,0.8,-->,17.191713,-2.253044,-10.429011 +0.6,0.4,0.2,1,-->,0.000000,0.000008,0.000008 +0.6,0.4,0.4,0,-->,53.817654,-7.015488,-6.827709 +0.6,0.4,0.4,0.2,-->,46.631207,-6.949561,-5.981867 +0.6,0.4,0.4,0.4,-->,39.361305,-6.275887,-5.211717 +0.6,0.4,0.4,0.6,-->,29.090506,-6.343266,-3.805792 +0.6,0.4,0.4,0.8,-->,16.129042,-5.440282,-2.695036 +0.6,0.4,0.4,1,-->,0.000000,0.000008,0.000008 +0.6,0.4,0.6,0,-->,52.320309,-10.695582,10.728504 +0.6,0.4,0.6,0.2,-->,45.126148,-10.384212,9.796141 +0.6,0.4,0.6,0.4,-->,38.213966,-9.701062,8.885588 +0.6,0.4,0.6,0.6,-->,28.125576,-8.949075,8.126936 +0.6,0.4,0.6,0.8,-->,15.305488,-8.103407,7.985538 +0.6,0.4,0.6,1,-->,0.000000,0.000008,0.000008 +0.6,0.4,0.8,0,-->,51.488842,-12.648480,28.879066 +0.6,0.4,0.8,0.2,-->,44.471066,-12.293571,26.422422 +0.6,0.4,0.8,0.4,-->,37.728863,-11.902839,23.907032 +0.6,0.4,0.8,0.6,-->,27.350483,-10.921032,21.106628 +0.6,0.4,0.8,0.8,-->,14.874733,-10.112914,19.077370 +0.6,0.4,0.8,1,-->,0.000000,0.000008,0.000008 +0.6,0.4,1,0,-->,51.286655,-13.147332,40.729340 +0.6,0.4,1,0.2,-->,44.432388,-12.811788,37.352184 +0.6,0.4,1,0.4,-->,37.702415,-12.711694,34.079544 +0.6,0.4,1,0.6,-->,26.919859,-11.924619,30.570219 +0.6,0.4,1,0.8,-->,14.761427,-11.092730,24.122101 +0.6,0.4,1,1,-->,0.000000,0.000008,0.000008 +0.6,0.6,0,0,-->,46.332417,18.713776,-36.271736 +0.6,0.6,0,0.2,-->,40.207409,15.990461,-32.518555 +0.6,0.6,0,0.4,-->,33.621124,14.555704,-28.047640 +0.6,0.6,0,0.6,-->,24.222530,11.639194,-23.043552 +0.6,0.6,0,0.8,-->,12.372953,11.903796,-18.778721 +0.6,0.6,0,1,-->,0.000000,0.000008,0.000008 +0.6,0.6,0.2,0,-->,45.255287,14.927370,-23.799940 +0.6,0.6,0.2,0.2,-->,39.492043,12.526309,-20.941154 +0.6,0.6,0.2,0.4,-->,32.914333,11.097206,-18.383345 +0.6,0.6,0.2,0.6,-->,23.692009,8.477003,-14.949089 +0.6,0.6,0.2,0.8,-->,11.491797,8.495440,-12.189708 +0.6,0.6,0.2,1,-->,0.000000,0.000008,0.000008 +0.6,0.6,0.4,0,-->,44.834270,10.096111,-10.272125 +0.6,0.6,0.4,0.2,-->,38.358112,8.667951,-9.104730 +0.6,0.6,0.4,0.4,-->,32.057701,7.642781,-7.753074 +0.6,0.6,0.4,0.6,-->,22.746954,5.480347,-5.916389 +0.6,0.6,0.4,0.8,-->,10.590286,5.223223,-4.342855 +0.6,0.6,0.4,1,-->,0.000000,0.000008,0.000008 +0.6,0.6,0.6,0,-->,43.644615,7.010206,5.859688 +0.6,0.6,0.6,0.2,-->,37.093639,5.498966,5.334101 +0.6,0.6,0.6,0.4,-->,31.081177,4.717834,5.367219 +0.6,0.6,0.6,0.6,-->,22.090401,3.135508,5.487871 +0.6,0.6,0.6,0.8,-->,9.966919,2.776351,5.944849 +0.6,0.6,0.6,1,-->,0.000000,0.000008,0.000008 +0.6,0.6,0.8,0,-->,42.992363,5.285190,21.992468 +0.6,0.6,0.8,0.2,-->,36.688999,3.755224,20.267496 +0.6,0.6,0.8,0.4,-->,30.841238,2.591347,18.901121 +0.6,0.6,0.8,0.6,-->,21.481537,1.455922,17.470360 +0.6,0.6,0.8,0.8,-->,9.692297,1.078086,14.124260 +0.6,0.6,0.8,1,-->,0.000000,0.000008,0.000008 +0.6,0.6,1,0,-->,42.845554,4.735404,31.988728 +0.6,0.6,1,0.2,-->,36.808022,3.295449,29.694168 +0.6,0.6,1,0.4,-->,31.014051,1.611623,27.416510 +0.6,0.6,1,0.6,-->,21.088800,0.636519,25.492748 +0.6,0.6,1,0.8,-->,9.656052,0.292896,16.647051 +0.6,0.6,1,1,-->,0.000000,0.000008,0.000008 +0.6,0.8,0,0,-->,37.436401,35.722515,-37.128490 +0.6,0.8,0,0.2,-->,31.910500,31.865494,-33.801731 +0.6,0.8,0,0.4,-->,25.957071,29.362688,-29.658388 +0.6,0.8,0,0.6,-->,17.107452,25.422665,-25.332466 +0.6,0.8,0,0.8,-->,5.733627,24.613733,-21.357483 +0.6,0.8,0,1,-->,0.000000,0.000008,0.000008 +0.6,0.8,0.2,0,-->,36.752544,32.126980,-25.694700 +0.6,0.8,0.2,0.2,-->,31.457800,28.540611,-23.097675 +0.6,0.8,0.2,0.4,-->,25.396828,26.170071,-20.669538 +0.6,0.8,0.2,0.6,-->,16.739855,22.247404,-17.666430 +0.6,0.8,0.2,0.8,-->,5.196439,20.712513,-14.500311 +0.6,0.8,0.2,1,-->,0.000000,-0.000023,-0.000023 +0.6,0.8,0.4,0,-->,36.544548,27.452850,-13.631693 +0.6,0.8,0.4,0.2,-->,30.603180,24.765301,-12.371566 +0.6,0.8,0.4,0.4,-->,24.822382,22.560810,-10.781002 +0.6,0.8,0.4,0.6,-->,16.081942,19.463293,-8.837885 +0.6,0.8,0.4,0.8,-->,4.649882,17.183916,-6.584112 +0.6,0.8,0.4,1,-->,0.000000,0.000008,0.000008 +0.6,0.8,0.6,0,-->,35.779610,24.568562,1.181410 +0.6,0.8,0.6,0.2,-->,29.725626,21.697451,0.924498 +0.6,0.8,0.6,0.4,-->,24.158157,19.701237,1.565600 +0.6,0.8,0.6,0.6,-->,15.738755,16.833332,2.167122 +0.6,0.8,0.6,0.8,-->,4.373784,14.393058,2.379987 +0.6,0.8,0.6,1,-->,0.000000,0.000008,0.000008 +0.6,0.8,0.8,0,-->,35.396343,22.968088,15.527282 +0.6,0.8,0.8,0.2,-->,29.596695,20.016102,14.344511 +0.6,0.8,0.8,0.4,-->,24.205679,17.586679,13.831463 +0.6,0.8,0.8,0.6,-->,15.446242,15.122542,13.250216 +0.6,0.8,0.8,0.8,-->,4.372480,12.617671,7.222174 +0.6,0.8,0.8,1,-->,0.000000,-0.000023,-0.000023 +0.6,0.8,1,0,-->,35.341270,22.439596,24.026209 +0.6,0.8,1,0.2,-->,29.834980,19.556099,22.508343 +0.6,0.8,1,0.4,-->,24.545141,16.573578,21.001709 +0.6,0.8,1,0.6,-->,15.261510,14.425159,19.518755 +0.6,0.8,1,0.8,-->,4.481054,11.883779,7.725403 +0.6,0.8,1,1,-->,0.000000,0.000008,0.000008 +0.6,1,0,0,-->,29.609764,52.655453,-38.281448 +0.6,1,0,0.2,-->,24.159077,48.801262,-35.764450 +0.6,1,0,0.4,-->,18.162403,46.643524,-32.430103 +0.6,1,0,0.6,-->,9.019100,44.079453,-29.938068 +0.6,1,0,0.8,-->,0.449863,30.891773,-21.173641 +0.6,1,0,1,-->,0.000000,0.000008,0.000008 +0.6,1,0.2,0,-->,29.250931,49.200451,-27.569771 +0.6,1,0.2,0.2,-->,23.960806,45.388695,-25.626873 +0.6,1,0.2,0.4,-->,18.045984,42.970093,-23.834944 +0.6,1,0.2,0.6,-->,9.015808,40.362976,-22.328362 +0.6,1,0.2,0.8,-->,0.439293,26.255306,-14.128432 +0.6,1,0.2,1,-->,0.000000,0.000008,0.000008 +0.6,1,0.4,0,-->,29.153452,44.539608,-16.904564 +0.6,1,0.4,0.2,-->,23.543648,41.053005,-15.827480 +0.6,1,0.4,0.4,-->,17.602129,39.231899,-14.664956 +0.6,1,0.4,0.6,-->,8.821351,37.302818,-13.263629 +0.6,1,0.4,0.8,-->,0.417608,22.233845,-6.410005 +0.6,1,0.4,1,-->,0.000000,-0.000023,-0.000023 +0.6,1,0.6,0,-->,28.928179,41.207672,-3.235078 +0.6,1,0.6,0.2,-->,23.217590,37.558788,-3.372813 +0.6,1,0.6,0.4,-->,17.461050,35.574108,-2.734888 +0.6,1,0.6,0.6,-->,8.843315,33.647247,-2.431649 +0.6,1,0.6,0.8,-->,0.470016,19.342611,-0.487233 +0.6,1,0.6,1,-->,0.000000,0.000008,0.000008 +0.6,1,0.8,0,-->,28.917425,39.415901,9.685612 +0.6,1,0.8,0.2,-->,23.394114,35.728260,8.813589 +0.6,1,0.8,0.4,-->,17.875927,33.181637,8.600937 +0.6,1,0.8,0.6,-->,9.143684,30.976311,7.665139 +0.6,1,0.8,0.8,-->,0.662461,17.973499,1.141482 +0.6,1,0.8,1,-->,0.000000,0.000008,0.000008 +0.6,1,1,0,-->,29.006996,38.875980,17.158838 +0.6,1,1,0.2,-->,23.712069,35.268303,15.998532 +0.6,1,1,0.4,-->,18.357464,32.249271,14.762748 +0.6,1,1,0.6,-->,9.442835,29.757017,12.383467 +0.6,1,1,0.8,-->,0.871484,17.556995,1.501079 +0.6,1,1,1,-->,0.000000,0.000008,0.000008 +0.8,0,0,0,-->,63.333511,-32.840294,-44.789959 +0.8,0,0,0.2,-->,55.058392,-29.817942,-39.548485 +0.8,0,0,0.4,-->,46.698792,-26.319492,-33.981182 +0.8,0,0,0.6,-->,34.720757,-22.274450,-27.927750 +0.8,0,0,0.8,-->,21.126001,-18.596035,-21.924437 +0.8,0,0,1,-->,0.000000,0.000008,-6.733786 +0.8,0,0.2,0,-->,61.472149,-40.639229,-29.268143 +0.8,0,0.2,0.2,-->,53.290199,-36.824181,-26.038383 +0.8,0,0.2,0.4,-->,45.460796,-32.236362,-22.460823 +0.8,0,0.2,0.6,-->,33.750042,-27.366587,-18.888269 +0.8,0,0.2,0.8,-->,19.974998,-23.468824,-14.971029 +0.8,0,0.2,1,-->,0.000000,0.000008,-1.779019 +0.8,0,0.4,0,-->,60.368340,-47.927101,-11.227729 +0.8,0,0.4,0.2,-->,52.165501,-43.508949,-10.642241 +0.8,0,0.4,0.4,-->,44.252201,-37.818344,-9.990089 +0.8,0,0.4,0.6,-->,32.460808,-32.041676,-8.310131 +0.8,0,0.4,0.8,-->,18.858744,-28.388201,-6.901159 +0.8,0,0.4,1,-->,0.000000,0.000008,0.000008 +0.8,0,0.6,0,-->,58.978386,-54.092796,8.414215 +0.8,0,0.6,0.2,-->,50.767933,-49.308617,6.736256 +0.8,0,0.6,0.4,-->,42.922691,-43.257660,5.372417 +0.8,0,0.6,0.6,-->,31.406652,-36.493713,3.943558 +0.8,0,0.6,0.8,-->,18.157356,-33.051918,3.746075 +0.8,0,0.6,1,-->,0.000000,0.000008,0.000008 +0.8,0,0.8,0,-->,57.713936,-58.463543,27.717468 +0.8,0,0.8,0.2,-->,49.576794,-53.445469,24.108589 +0.8,0,0.8,0.4,-->,42.022247,-46.864201,21.353691 +0.8,0,0.8,0.6,-->,30.632278,-39.886490,17.322701 +0.8,0,0.8,0.8,-->,17.678320,-36.502094,15.731239 +0.8,0,0.8,1,-->,0.000000,0.000008,0.000008 +0.8,0,1,0,-->,56.963432,-60.472130,40.183475 +0.8,0,1,0.2,-->,48.910603,-55.325874,35.467941 +0.8,0,1,0.4,-->,41.638195,-48.233822,32.063675 +0.8,0,1,0.6,-->,30.241650,-41.544250,27.222187 +0.8,0,1,0.8,-->,17.445915,-38.135124,23.802706 +0.8,0,1,1,-->,0.000000,0.000008,0.000008 +0.8,0.2,0,0,-->,55.829163,-21.108788,-45.635139 +0.8,0.2,0,0.2,-->,48.498806,-19.471371,-40.491783 +0.8,0.2,0,0.4,-->,41.171963,-17.224277,-34.770557 +0.8,0.2,0,0.6,-->,30.504482,-14.851921,-28.329966 +0.8,0.2,0,0.8,-->,17.431042,-12.346245,-22.652910 +0.8,0.2,0,1,-->,0.000000,0.000008,-2.349665 +0.8,0.2,0.2,0,-->,54.475773,-28.100298,-30.721609 +0.8,0.2,0.2,0.2,-->,47.461491,-25.621912,-27.252434 +0.8,0.2,0.2,0.4,-->,40.311714,-22.664492,-23.876657 +0.8,0.2,0.2,0.6,-->,29.746937,-19.633249,-19.879461 +0.8,0.2,0.2,0.8,-->,16.399469,-17.129906,-15.962586 +0.8,0.2,0.2,1,-->,0.000000,-0.000023,-0.021119 +0.8,0.2,0.4,0,-->,53.541790,-35.301353,-14.699572 +0.8,0.2,0.4,0.2,-->,46.015942,-32.438679,-13.415856 +0.8,0.2,0.4,0.4,-->,39.049774,-28.397974,-11.858487 +0.8,0.2,0.4,0.6,-->,28.464396,-24.349260,-9.583337 +0.8,0.2,0.4,0.8,-->,15.337557,-21.879759,-8.054101 +0.8,0.2,0.4,1,-->,0.000000,0.000008,0.000008 +0.8,0.2,0.6,0,-->,52.152885,-41.145554,4.157912 +0.8,0.2,0.6,0.2,-->,44.769680,-37.765308,3.257755 +0.8,0.2,0.6,0.4,-->,37.912136,-33.536400,2.626487 +0.8,0.2,0.6,0.6,-->,27.523104,-28.993349,2.214179 +0.8,0.2,0.6,0.8,-->,14.677654,-26.327534,2.427454 +0.8,0.2,0.6,1,-->,0.000000,0.000008,0.000008 +0.8,0.2,0.8,0,-->,51.165665,-45.076328,22.661110 +0.8,0.2,0.8,0.2,-->,44.017437,-41.437748,20.088192 +0.8,0.2,0.8,0.4,-->,37.298824,-37.118877,17.807037 +0.8,0.2,0.8,0.6,-->,26.790344,-32.398636,14.937447 +0.8,0.2,0.8,0.8,-->,14.259626,-29.492422,13.804545 +0.8,0.2,0.8,1,-->,0.000000,0.000008,0.000008 +0.8,0.2,1,0,-->,50.729580,-46.705261,34.075985 +0.8,0.2,1,0.2,-->,43.737419,-43.043991,30.891802 +0.8,0.2,1,0.4,-->,37.128586,-38.644428,28.044905 +0.8,0.2,1,0.6,-->,26.389593,-33.979053,24.316498 +0.8,0.2,1,0.8,-->,14.076403,-30.940546,20.248878 +0.8,0.2,1,1,-->,0.000000,0.000008,0.000008 +0.8,0.4,0,0,-->,48.106709,-7.792941,-45.873707 +0.8,0.4,0,0.2,-->,41.716915,-7.844892,-40.999199 +0.8,0.4,0,0.4,-->,34.798222,-6.536211,-35.602753 +0.8,0.4,0,0.6,-->,25.135353,-6.259647,-29.524431 +0.8,0.4,0,0.8,-->,13.023296,-4.383840,-24.158762 +0.8,0.4,0,1,-->,0.000000,0.000008,-0.005130 +0.8,0.4,0.2,0,-->,46.636921,-14.094242,-32.482944 +0.8,0.4,0.2,0.2,-->,40.594700,-13.454326,-28.793442 +0.8,0.4,0.2,0.4,-->,33.941437,-12.112169,-25.611340 +0.8,0.4,0.2,0.6,-->,24.491199,-10.928434,-20.975536 +0.8,0.4,0.2,0.8,-->,12.112759,-9.099828,-17.453619 +0.8,0.4,0.2,1,-->,0.000000,0.000008,0.000008 +0.8,0.4,0.4,0,-->,45.907043,-21.302097,-17.735456 +0.8,0.4,0.4,0.2,-->,39.506313,-19.822685,-15.872843 +0.8,0.4,0.4,0.4,-->,32.838470,-17.310343,-14.394456 +0.8,0.4,0.4,0.6,-->,23.394169,-15.880267,-11.666651 +0.8,0.4,0.4,0.8,-->,11.185161,-13.815755,-9.777255 +0.8,0.4,0.4,1,-->,0.000000,0.000008,0.000008 +0.8,0.4,0.6,0,-->,44.461746,-27.156923,-0.957533 +0.8,0.4,0.6,0.2,-->,38.028778,-25.378193,-0.828561 +0.8,0.4,0.6,0.4,-->,31.730551,-22.665085,-0.939226 +0.8,0.4,0.6,0.6,-->,22.734568,-20.184395,-0.128152 +0.8,0.4,0.6,0.8,-->,10.649035,-17.737099,0.596241 +0.8,0.4,0.6,1,-->,0.000000,0.000008,0.000008 +0.8,0.4,0.8,0,-->,43.734161,-30.775438,16.085821 +0.8,0.4,0.8,0.2,-->,37.419571,-28.740837,14.672769 +0.8,0.4,0.8,0.4,-->,31.314865,-26.203600,13.115764 +0.8,0.4,0.8,0.6,-->,22.126097,-23.574581,11.844200 +0.8,0.4,0.8,0.8,-->,10.347898,-20.578077,10.920561 +0.8,0.4,0.8,1,-->,0.000000,0.000008,0.000008 +0.8,0.4,1,0,-->,43.619995,-31.999132,26.911911 +0.8,0.4,1,0.2,-->,37.433155,-29.758955,24.520927 +0.8,0.4,1,0.4,-->,31.352324,-27.485012,22.322548 +0.8,0.4,1,0.6,-->,21.727936,-25.395147,20.167593 +0.8,0.4,1,0.8,-->,10.236524,-21.965132,15.567498 +0.8,0.4,1,1,-->,0.000000,0.000008,0.000008 +0.8,0.6,0,0,-->,39.025089,7.789423,-46.502331 +0.8,0.6,0,0.2,-->,33.403965,6.554929,-41.938526 +0.8,0.6,0,0.4,-->,27.378368,6.577759,-36.869740 +0.8,0.6,0,0.6,-->,18.644121,5.557741,-31.035009 +0.8,0.6,0,0.8,-->,7.150258,7.005464,-26.322495 +0.8,0.6,0,1,-->,0.000000,0.000008,0.000008 +0.8,0.6,0.2,0,-->,37.902828,1.896471,-34.343475 +0.8,0.6,0.2,0.2,-->,32.557617,1.296711,-30.738678 +0.8,0.6,0.2,0.4,-->,26.596474,1.490592,-27.548903 +0.8,0.6,0.2,0.6,-->,18.064039,0.795077,-23.133371 +0.8,0.6,0.2,0.8,-->,6.442017,2.055606,-19.676529 +0.8,0.6,0.2,1,-->,0.000000,0.000023,0.000023 +0.8,0.6,0.4,0,-->,37.466003,-4.693462,-21.136381 +0.8,0.6,0.4,0.2,-->,31.627155,-4.600390,-19.049465 +0.8,0.6,0.4,0.4,-->,25.767193,-3.626883,-17.153791 +0.8,0.6,0.4,0.6,-->,17.152973,-3.887602,-14.215813 +0.8,0.6,0.4,0.8,-->,5.720825,-2.358929,-11.855911 +0.8,0.6,0.4,1,-->,0.000000,0.000008,0.000008 +0.8,0.6,0.6,0,-->,36.275154,-9.941444,-5.773851 +0.8,0.6,0.6,0.2,-->,30.367908,-9.925463,-5.340568 +0.8,0.6,0.6,0.4,-->,24.807289,-8.389425,-4.691768 +0.8,0.6,0.6,0.6,-->,16.783319,-8.106417,-3.227380 +0.8,0.6,0.6,0.8,-->,5.405592,-5.658649,-1.802836 +0.8,0.6,0.6,1,-->,0.000000,0.000008,0.000008 +0.8,0.6,0.8,0,-->,35.661453,-13.313771,9.203889 +0.8,0.6,0.8,0.2,-->,29.986879,-13.078374,8.500197 +0.8,0.6,0.8,0.4,-->,24.648611,-11.849216,7.918646 +0.8,0.6,0.8,0.6,-->,16.348679,-11.145593,7.802752 +0.8,0.6,0.8,0.8,-->,5.238261,-7.798595,5.927796 +0.8,0.6,0.8,1,-->,0.000000,0.000008,0.000008 +0.8,0.6,1,0,-->,35.559288,-14.580760,18.126934 +0.8,0.6,1,0.2,-->,30.143053,-13.975939,16.931231 +0.8,0.6,1,0.4,-->,24.901693,-13.345408,15.596453 +0.8,0.6,1,0.6,-->,16.008268,-12.610536,14.918675 +0.8,0.6,1,0.8,-->,5.175273,-8.739493,8.868838 +0.8,0.6,1,1,-->,0.000000,0.000008,0.000008 +0.8,0.8,0,0,-->,30.572081,24.195452,-47.739292 +0.8,0.8,0,0.2,-->,25.512392,22.089317,-43.669338 +0.8,0.8,0,0.4,-->,19.988308,21.192139,-39.047108 +0.8,0.8,0,0.6,-->,11.562236,20.014111,-34.205826 +0.8,0.8,0,0.8,-->,1.880321,15.247890,-27.390299 +0.8,0.8,0,1,-->,0.000000,0.000008,0.000008 +0.8,0.8,0.2,0,-->,29.790768,18.610771,-36.622807 +0.8,0.8,0.2,0.2,-->,24.907103,16.928585,-33.284878 +0.8,0.8,0.2,0.4,-->,19.358267,16.319159,-30.338568 +0.8,0.8,0.2,0.6,-->,11.136662,15.005296,-26.717331 +0.8,0.8,0.2,0.8,-->,1.633588,10.011938,-20.210066 +0.8,0.8,0.2,1,-->,0.000000,0.000008,0.000008 +0.8,0.8,0.4,0,-->,29.596272,12.078571,-24.723631 +0.8,0.8,0.4,0.2,-->,24.205799,11.067005,-22.662197 +0.8,0.8,0.4,0.4,-->,18.786236,11.098239,-20.626205 +0.8,0.8,0.4,0.6,-->,10.497418,10.458429,-18.015791 +0.8,0.8,0.4,0.8,-->,1.379627,5.839747,-12.086361 +0.8,0.8,0.4,1,-->,0.000000,0.000023,0.000023 +0.8,0.8,0.6,0,-->,28.800259,7.205834,-10.627042 +0.8,0.8,0.6,0.2,-->,23.308350,5.895954,-10.036979 +0.8,0.8,0.6,0.4,-->,18.118675,6.406768,-8.852811 +0.8,0.8,0.6,0.6,-->,10.451533,5.759951,-7.307912 +0.8,0.8,0.6,0.8,-->,1.380229,3.049815,-3.156567 +0.8,0.8,0.6,1,-->,0.000000,0.000008,0.000008 +0.8,0.8,0.8,0,-->,28.407578,4.120157,2.671021 +0.8,0.8,0.8,0.2,-->,23.184738,2.887640,2.402148 +0.8,0.8,0.8,0.4,-->,18.242933,2.961599,2.609555 +0.8,0.8,0.8,0.6,-->,10.335953,2.655943,3.047794 +0.8,0.8,0.8,0.8,-->,1.416445,1.456485,1.828515 +0.8,0.8,0.8,1,-->,0.000000,0.000008,0.000008 +0.8,0.8,1,0,-->,28.360554,2.935092,10.273623 +0.8,0.8,1,0.2,-->,23.446959,2.032002,9.717318 +0.8,0.8,1,0.4,-->,18.664047,1.433929,9.086125 +0.8,0.8,1,0.6,-->,10.201729,1.370001,8.979443 +0.8,0.8,1,0.8,-->,1.443250,0.812541,2.487293 +0.8,0.8,1,1,-->,0.000000,0.000008,0.000008 +0.8,1,0,0,-->,22.955946,41.082565,-49.649292 +0.8,1,0,0.2,-->,18.171743,38.775105,-46.361168 +0.8,1,0,0.4,-->,12.460430,38.561008,-42.747059 +0.8,1,0,0.6,-->,3.977127,37.144138,-39.184311 +0.8,1,0,0.8,-->,0.000000,10.829077,-22.696722 +0.8,1,0,1,-->,0.000000,0.000008,0.000008 +0.8,1,0.2,0,-->,22.477741,35.684715,-39.366283 +0.8,1,0.2,0.2,-->,17.735109,33.540260,-36.609715 +0.8,1,0.2,0.4,-->,12.114397,33.323643,-34.479084 +0.8,1,0.2,0.6,-->,3.941491,31.224983,-31.556137 +0.8,1,0.2,0.8,-->,0.000000,7.292911,-15.563122 +0.8,1,0.2,1,-->,0.000000,0.000008,0.000008 +0.8,1,0.4,0,-->,22.452850,28.732561,-28.521551 +0.8,1,0.4,0.2,-->,17.391611,27.040876,-26.747677 +0.8,1,0.4,0.4,-->,11.786567,27.784466,-25.273113 +0.8,1,0.4,0.6,-->,3.828128,25.987057,-22.616903 +0.8,1,0.4,0.8,-->,0.000000,4.661232,-7.723754 +0.8,1,0.4,1,-->,0.000000,0.000008,0.000008 +0.8,1,0.6,0,-->,22.220818,23.621395,-15.432385 +0.8,1,0.6,0.2,-->,17.032705,21.533588,-14.819859 +0.8,1,0.6,0.4,-->,11.652668,22.116188,-13.676788 +0.8,1,0.6,0.6,-->,4.117906,20.420324,-11.935821 +0.8,1,0.6,0.8,-->,0.000000,3.430235,-1.999871 +0.8,1,0.6,1,-->,0.000000,0.000008,0.000008 +0.8,1,0.8,0,-->,22.200277,20.544851,-3.262680 +0.8,1,0.8,0.2,-->,17.204901,18.470284,-3.424232 +0.8,1,0.8,0.4,-->,12.118316,18.420385,-2.954030 +0.8,1,0.8,0.6,-->,4.500938,16.716496,-2.133692 +0.8,1,0.8,0.8,-->,0.000000,3.000782,0.000008 +0.8,1,0.8,1,-->,0.000000,0.000008,0.000008 +0.8,1,1,0,-->,22.286793,19.410385,3.693379 +0.8,1,1,0.2,-->,17.538412,17.636580,3.102830 +0.8,1,1,0.4,-->,12.650852,17.067492,2.657084 +0.8,1,1,0.6,-->,4.766469,15.180603,2.708715 +0.8,1,1,0.8,-->,0.000000,3.023946,0.000008 +0.8,1,1,1,-->,0.000000,0.000008,0.000008 +1,0,0,0,-->,55.958946,-41.148441,-53.875000 +1,0,0,0.2,-->,48.684196,-37.707359,-47.431160 +1,0,0,0.4,-->,41.031990,-33.934860,-41.182835 +1,0,0,0.6,-->,29.973614,-29.558508,-34.239826 +1,0,0,0.8,-->,17.043356,-26.155479,-27.378838 +1,0,0,1,-->,0.000000,0.000008,-6.562499 +1,0,0.2,0,-->,53.909451,-51.848675,-38.834190 +1,0,0.2,0.2,-->,46.584278,-47.213058,-34.560673 +1,0,0.2,0.4,-->,39.542301,-42.127678,-30.186180 +1,0,0.2,0.6,-->,29.021873,-36.462509,-25.205561 +1,0,0.2,0.8,-->,16.063694,-32.549637,-20.317389 +1,0,0.2,1,-->,0.000000,0.000008,-1.667723 +1,0,0.4,0,-->,53.049416,-62.179150,-20.780880 +1,0,0.4,0.2,-->,45.870907,-56.334213,-19.233345 +1,0,0.4,0.4,-->,38.761295,-49.766323,-17.590199 +1,0,0.4,0.6,-->,27.594879,-43.466675,-14.724658 +1,0,0.4,0.8,-->,15.010320,-39.285431,-12.267277 +1,0,0.4,1,-->,0.000000,0.000008,0.000008 +1,0,0.6,0,-->,51.623215,-71.349747,-2.312997 +1,0,0.6,0.2,-->,44.470642,-65.099388,-2.318719 +1,0,0.6,0.4,-->,37.428196,-57.960403,-2.778008 +1,0,0.6,0.6,-->,27.114359,-49.892189,-2.537914 +1,0,0.6,0.8,-->,14.495279,-45.147041,-1.729021 +1,0,0.6,1,-->,0.000000,0.000008,0.000008 +1,0,0.8,0,-->,50.456017,-78.226692,15.919679 +1,0,0.8,0.2,-->,43.460094,-71.316269,14.400901 +1,0,0.8,0.4,-->,36.524498,-63.535583,12.411205 +1,0,0.8,0.6,-->,26.421911,-55.211044,9.951279 +1,0,0.8,0.8,-->,14.063261,-48.441132,9.547558 +1,0,0.8,1,-->,0.000000,0.000008,0.000008 +1,0,1,0,-->,49.848347,-81.472656,27.773432 +1,0,1,0.2,-->,43.020733,-73.862556,24.944954 +1,0,1,0.4,-->,36.164787,-65.542549,22.375336 +1,0,1,0.6,-->,25.823799,-58.346752,18.936367 +1,0,1,0.8,-->,13.792008,-49.776081,16.868975 +1,0,1,1,-->,0.000000,0.000008,0.000008 +1,0.2,0,0,-->,48.977230,-30.213402,-54.354176 +1,0.2,0,0.2,-->,42.112415,-27.849077,-48.574413 +1,0.2,0,0.4,-->,35.166363,-25.083799,-42.551689 +1,0.2,0,0.6,-->,25.311275,-21.947075,-35.164803 +1,0.2,0,0.8,-->,12.853191,-19.032442,-28.837664 +1,0.2,0,1,-->,0.000000,0.000008,-2.321250 +1,0.2,0.2,0,-->,47.582523,-39.868629,-39.923523 +1,0.2,0.2,0.2,-->,40.956356,-36.451466,-35.819271 +1,0.2,0.2,0.4,-->,34.186932,-32.701973,-31.977861 +1,0.2,0.2,0.6,-->,24.495468,-28.916258,-26.959805 +1,0.2,0.2,0.8,-->,11.949513,-25.578722,-22.129641 +1,0.2,0.2,1,-->,0.000000,0.000008,-0.020329 +1,0.2,0.4,0,-->,46.654640,-49.875645,-24.200058 +1,0.2,0.4,0.2,-->,39.879082,-45.957905,-21.962191 +1,0.2,0.4,0.4,-->,33.114471,-41.034203,-20.030481 +1,0.2,0.4,0.6,-->,23.167873,-36.209839,-16.724514 +1,0.2,0.4,0.8,-->,10.998093,-31.401957,-14.196388 +1,0.2,0.4,1,-->,0.000000,0.000008,0.000008 +1,0.2,0.6,0,-->,45.345684,-59.206341,-5.931398 +1,0.2,0.6,0.2,-->,38.788597,-54.321854,-5.676409 +1,0.2,0.6,0.4,-->,32.177509,-49.064739,-6.091309 +1,0.2,0.6,0.6,-->,22.666302,-43.553097,-4.982551 +1,0.2,0.6,0.8,-->,10.581625,-35.349163,-3.779938 +1,0.2,0.6,1,-->,0.000000,0.000008,0.000008 +1,0.2,0.8,0,-->,44.418171,-65.700569,11.546721 +1,0.2,0.8,0.2,-->,38.067131,-60.464573,10.253696 +1,0.2,0.8,0.4,-->,31.568819,-55.025417,8.184647 +1,0.2,0.8,0.6,-->,22.146158,-49.310204,7.105550 +1,0.2,0.8,0.8,-->,10.283911,-37.822655,6.946521 +1,0.2,0.8,1,-->,0.000000,0.000008,0.000008 +1,0.2,1,0,-->,44.008381,-68.346642,21.948709 +1,0.2,1,0.2,-->,37.765110,-63.273392,20.096384 +1,0.2,1,0.4,-->,31.313192,-57.734856,17.711967 +1,0.2,1,0.6,-->,21.755167,-52.239361,15.685444 +1,0.2,1,0.8,-->,10.114984,-38.933765,12.900513 +1,0.2,1,1,-->,0.000000,0.000008,0.000008 +1,0.4,0,0,-->,41.456215,-17.697102,-54.539524 +1,0.4,0,0.2,-->,35.528370,-16.501368,-48.950790 +1,0.4,0,0.4,-->,28.882837,-14.352423,-43.529743 +1,0.4,0,0.6,-->,19.756853,-12.877418,-36.795486 +1,0.4,0,0.8,-->,7.947106,-9.992081,-31.156376 +1,0.4,0,1,-->,0.000000,0.000008,-0.010221 +1,0.4,0.2,0,-->,40.258163,-27.110489,-41.233131 +1,0.4,0.2,0.2,-->,34.343311,-25.062931,-37.318977 +1,0.4,0.2,0.4,-->,27.893955,-22.481493,-33.897549 +1,0.4,0.2,0.6,-->,18.862459,-20.050415,-28.650242 +1,0.4,0.2,0.8,-->,7.116210,-15.650639,-24.452061 +1,0.4,0.2,1,-->,0.000000,0.000008,0.000008 +1,0.4,0.4,0,-->,39.488811,-37.135597,-26.624838 +1,0.4,0.4,0.2,-->,33.648544,-34.031338,-24.062962 +1,0.4,0.4,0.4,-->,27.050617,-30.241049,-22.668291 +1,0.4,0.4,0.6,-->,17.864248,-28.445562,-19.276943 +1,0.4,0.4,0.8,-->,6.346465,-19.134716,-16.689198 +1,0.4,0.4,1,-->,0.000000,0.000008,0.000008 +1,0.4,0.6,0,-->,38.190205,-45.797863,-10.509195 +1,0.4,0.6,0.2,-->,32.328381,-42.735775,-9.513131 +1,0.4,0.6,0.4,-->,26.150694,-38.854137,-9.559876 +1,0.4,0.6,0.6,-->,17.760090,-35.523663,-7.840545 +1,0.4,0.6,0.8,-->,6.231712,-22.354033,-6.376149 +1,0.4,0.6,1,-->,0.000000,0.000008,0.000008 +1,0.4,0.8,0,-->,37.475964,-52.385601,5.378649 +1,0.4,0.8,0.2,-->,31.690580,-48.870407,4.906623 +1,0.4,0.8,0.4,-->,25.768190,-44.927811,3.587243 +1,0.4,0.8,0.6,-->,17.449686,-41.185543,3.343874 +1,0.4,0.8,0.8,-->,6.114399,-24.652029,3.316728 +1,0.4,0.8,1,-->,0.000000,0.000008,0.000008 +1,0.4,1,0,-->,37.302170,-55.452560,15.202794 +1,0.4,1,0.2,-->,31.617058,-51.214672,13.757032 +1,0.4,1,0.4,-->,25.753307,-47.248951,11.867956 +1,0.4,1,0.6,-->,17.111610,-44.399933,10.778069 +1,0.4,1,0.8,-->,6.007657,-25.675398,7.586042 +1,0.4,1,1,-->,0.000000,0.000008,0.000008 +1,0.6,0,0,-->,33.029953,-2.964700,-55.130314 +1,0.6,0,0.2,-->,27.682484,-2.718716,-50.017818 +1,0.6,0,0.4,-->,21.617453,-1.495737,-45.160995 +1,0.6,0,0.6,-->,13.088393,-0.652045,-39.137520 +1,0.6,0,0.8,-->,2.517759,1.214878,-32.855530 +1,0.6,0,1,-->,0.000000,0.000008,0.000008 +1,0.6,0.2,0,-->,31.946091,-11.788282,-43.096329 +1,0.6,0.2,0.2,-->,26.619097,-10.925964,-39.327774 +1,0.6,0.2,0.4,-->,20.832214,-9.295882,-36.034943 +1,0.6,0.2,0.6,-->,12.388943,-8.173247,-31.578274 +1,0.6,0.2,0.8,-->,2.168853,-2.956044,-25.818968 +1,0.6,0.2,1,-->,0.000000,0.000008,0.000008 +1,0.6,0.4,0,-->,31.341663,-21.055468,-30.220379 +1,0.6,0.4,0.2,-->,26.045292,-19.548454,-27.476522 +1,0.6,0.4,0.4,-->,20.133766,-17.144917,-25.760885 +1,0.6,0.4,0.6,-->,11.402391,-15.829890,-22.705894 +1,0.6,0.4,0.8,-->,1.815187,-6.328940,-17.594370 +1,0.6,0.4,1,-->,0.000000,0.000008,0.000008 +1,0.6,0.6,0,-->,30.200174,-29.854786,-15.598725 +1,0.6,0.6,0.2,-->,24.924355,-28.211685,-14.203121 +1,0.6,0.6,0.4,-->,19.351858,-25.337185,-13.697413 +1,0.6,0.6,0.6,-->,11.624278,-23.453581,-11.771586 +1,0.6,0.6,0.8,-->,1.948423,-8.397367,-7.561572 +1,0.6,0.6,1,-->,0.000000,0.000008,0.000008 +1,0.6,0.8,0,-->,29.681864,-36.191902,-1.575335 +1,0.6,0.8,0.2,-->,24.554256,-34.098305,-1.215699 +1,0.6,0.8,0.4,-->,19.262531,-31.417915,-1.850349 +1,0.6,0.8,0.6,-->,11.527075,-28.165510,-1.390277 +1,0.6,0.8,0.8,-->,1.981769,-8.541258,-0.143230 +1,0.6,0.8,1,-->,0.000000,0.000008,0.000008 +1,0.6,1,0,-->,29.649851,-38.800514,6.623311 +1,0.6,1,0.2,-->,24.676449,-36.124744,6.463749 +1,0.6,1,0.4,-->,19.510670,-33.922459,5.166225 +1,0.6,1,0.6,-->,11.269732,-29.982740,5.138897 +1,0.6,1,0.8,-->,1.938610,-8.355494,2.811477 +1,0.6,1,1,-->,0.000000,0.000008,0.000008 +1,0.8,0,0,-->,24.956612,12.875981,-56.545784 +1,0.8,0,0.2,-->,20.209188,12.363100,-52.037659 +1,0.8,0,0.4,-->,14.515519,13.049556,-47.784702 +1,0.8,0,0.6,-->,6.180201,13.920546,-42.886879 +1,0.8,0,0.8,-->,0.000000,4.516339,-30.012735 +1,0.8,0,1,-->,0.000000,0.000008,0.000008 +1,0.8,0.2,0,-->,24.086203,4.308991,-45.722893 +1,0.8,0.2,0.2,-->,19.281301,4.215364,-42.193165 +1,0.8,0.2,0.4,-->,13.865405,5.259777,-39.255367 +1,0.8,0.2,0.6,-->,5.739647,5.960443,-35.479881 +1,0.8,0.2,0.8,-->,0.000000,0.463172,-22.506435 +1,0.8,0.2,1,-->,0.000000,0.000008,0.000008 +1,0.8,0.4,0,-->,23.770285,-4.867242,-33.932117 +1,0.8,0.4,0.2,-->,18.943270,-4.535437,-31.301619 +1,0.8,0.4,0.4,-->,13.438175,-2.823598,-29.534197 +1,0.8,0.4,0.6,-->,5.087792,-1.197551,-26.763248 +1,0.8,0.4,0.8,-->,0.000000,0.000008,-14.080631 +1,0.8,0.4,1,-->,0.000000,0.000008,0.000008 +1,0.8,0.6,0,-->,22.950056,-13.651223,-20.639679 +1,0.8,0.6,0.2,-->,18.138138,-13.299795,-19.047937 +1,0.8,0.6,0.4,-->,12.890162,-11.178149,-18.128326 +1,0.8,0.6,0.6,-->,5.554369,-8.336039,-16.040833 +1,0.8,0.6,0.8,-->,0.000000,0.000008,-5.756319 +1,0.8,0.6,1,-->,0.000000,0.000008,0.000008 +1,0.8,0.8,0,-->,22.654884,-19.725304,-8.122802 +1,0.8,0.8,0.2,-->,18.015951,-19.122004,-7.315778 +1,0.8,0.8,0.4,-->,13.060479,-17.468058,-7.283123 +1,0.8,0.8,0.6,-->,5.740514,-12.561640,-6.064748 +1,0.8,0.8,0.8,-->,0.000000,0.000008,-0.909018 +1,0.8,0.8,1,-->,0.000000,0.000008,0.000008 +1,0.8,1,0,-->,22.720531,-22.067377,-0.959426 +1,0.8,1,0.2,-->,18.256390,-21.052269,-0.591826 +1,0.8,1,0.4,-->,13.480989,-20.117634,-1.264131 +1,0.8,1,0.6,-->,5.689200,-14.033392,-0.271328 +1,0.8,1,0.8,-->,0.000000,0.000008,0.000008 +1,0.8,1,1,-->,0.000000,0.000008,0.000008 +1,1,0,0,-->,17.264093,30.246096,-59.101566 +1,1,0,0.2,-->,13.187289,28.947964,-55.194492 +1,1,0,0.4,-->,7.527976,29.995340,-51.758511 +1,1,0,0.6,-->,1.113306,22.890268,-44.717094 +1,1,0,0.8,-->,0.000000,0.000008,-23.529203 +1,1,0,1,-->,0.000000,0.000008,0.000008 +1,1,0.2,0,-->,16.772997,21.253376,-49.251938 +1,1,0.2,0.2,-->,12.403796,20.527996,-46.070202 +1,1,0.2,0.4,-->,6.901642,21.950518,-43.969303 +1,1,0.2,0.6,-->,0.986104,14.787750,-36.975590 +1,1,0.2,0.8,-->,0.000000,0.000008,-16.069839 +1,1,0.2,1,-->,0.000000,0.000008,0.000008 +1,1,0.4,0,-->,16.945370,11.096795,-37.718128 +1,1,0.4,0.2,-->,12.519568,10.777931,-35.458252 +1,1,0.4,0.4,-->,7.018963,12.963696,-34.121304 +1,1,0.4,0.6,-->,0.978057,7.831813,-28.122786 +1,1,0.4,0.8,-->,0.000000,0.000008,-8.072371 +1,1,0.4,1,-->,0.000000,0.000008,0.000008 +1,1,0.6,0,-->,16.673466,2.095808,-25.412596 +1,1,0.6,0.2,-->,12.177799,1.465680,-23.854292 +1,1,0.6,0.4,-->,6.912993,3.558091,-22.786465 +1,1,0.6,0.6,-->,1.340241,2.503313,-17.774002 +1,1,0.6,0.8,-->,0.000000,0.000008,-2.520861 +1,1,0.6,1,-->,0.000000,0.000008,0.000008 +1,1,0.8,0,-->,16.647436,-3.854422,-13.967952 +1,1,0.8,0.2,-->,12.258314,-4.475947,-13.169888 +1,1,0.8,0.4,-->,7.266018,-2.843517,-12.686653 +1,1,0.8,0.6,-->,1.644603,-0.853297,-8.374941 +1,1,0.8,0.8,-->,0.000000,0.000008,0.000008 +1,1,0.8,1,-->,0.000000,0.000008,0.000008 +1,1,1,0,-->,16.757048,-6.121091,-7.281253 +1,1,1,0.2,-->,12.511203,-6.386940,-7.235746 +1,1,1,0.4,-->,7.703440,-5.314190,-7.525413 +1,1,1,0.6,-->,1.801889,-2.396266,-3.581726 +1,1,1,0.8,-->,0.000000,0.000008,0.000008 +1,1,1,1,-->,0.000000,0.000008,0.000008 +-0.1,0.5,0.5,0.5,-->,46.427830,21.694061,21.968513 +1.1,0.5,0.5,0.5,-->,19.889418,-27.560431,-16.901493 +0.5,-0.1,0.5,0.5,-->,48.825287,-20.592699,11.666324 +0.5,1.1,0.5,0.5,-->,17.625546,41.717316,-2.000661 +0.5,0.5,-0.1,0.5,-->,37.065479,10.640516,-20.159956 +0.5,0.5,1.1,0.5,-->,33.785992,0.888947,36.359634 +0.5,0.5,0.5,-0.1,-->,54.199726,7.549047,6.901516 +0.5,0.5,0.5,1.1,-->,0.000000,0.000008,0.000008 diff --git a/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-3.csv new file mode 100644 index 0000000..030cf7b --- /dev/null +++ b/Unicolour.Tests/Data/ICC/JapanColor2003WebCoated_ToPcs_ICC-3.csv @@ -0,0 +1,1304 @@ +0,0,0,0,-->,92.293617,0.501246,0.011939 +0,0,0,0.2,-->,80.489052,0.323659,-0.351975 +0,0,0,0.4,-->,68.091118,0.173324,-0.591317 +0,0,0,0.6,-->,51.918091,0.178005,-0.458202 +0,0,0,0.8,-->,36.354568,0.303991,-0.034251 +0,0,0,1,-->,15.328796,0.955444,1.895999 +0,0,0.2,0,-->,91.007057,-2.078116,16.767855 +0,0,0.2,0.2,-->,79.304893,-1.929939,13.821310 +0,0,0.2,0.4,-->,67.511261,-1.748947,11.019690 +0,0,0.2,0.6,-->,51.300919,-1.287493,8.005312 +0,0,0.2,0.8,-->,35.507900,-0.758645,5.889980 +0,0,0.2,1,-->,14.685404,0.368086,3.707028 +0,0,0.4,0,-->,89.734856,-3.847841,34.331532 +0,0,0.4,0.2,-->,77.999374,-3.663809,29.486258 +0,0,0.4,0.4,-->,65.895531,-3.251463,23.234453 +0,0,0.4,0.6,-->,50.564678,-2.521993,17.448307 +0,0,0.4,0.8,-->,34.758896,-1.704452,12.268500 +0,0,0.4,1,-->,14.127320,-0.165861,5.471927 +0,0,0.6,0,-->,88.534721,-5.023004,54.550125 +0,0,0.6,0.2,-->,76.880249,-4.842460,46.902821 +0,0,0.6,0.4,-->,64.823990,-4.425911,38.262543 +0,0,0.6,0.6,-->,49.479744,-3.520640,28.834517 +0,0,0.6,0.8,-->,33.864185,-2.572280,20.155251 +0,0,0.6,1,-->,13.635848,-0.655252,7.227235 +0,0,0.8,0,-->,87.571030,-5.566534,75.158501 +0,0,0.8,0.2,-->,75.827896,-5.412224,64.573997 +0,0,0.8,0.4,-->,63.923542,-5.128828,53.860477 +0,0,0.8,0.6,-->,48.514133,-4.171196,40.985641 +0,0,0.8,0.8,-->,33.278297,-3.149689,28.481304 +0,0,0.8,1,-->,13.280710,-1.022578,8.648496 +0,0,1,0,-->,87.045181,-5.659789,89.029900 +0,0,1,0.2,-->,75.163841,-5.534145,76.627747 +0,0,1,0.4,-->,63.382484,-5.384205,64.634613 +0,0,1,0.6,-->,47.955349,-4.443558,49.628128 +0,0,1,0.8,-->,33.043324,-3.391744,34.115520 +0,0,1,1,-->,13.107857,-1.205067,9.384699 +0,0.2,0,0,-->,82.917221,13.666126,-3.028893 +0,0.2,0,0.2,-->,72.802979,11.021164,-2.872251 +0,0.2,0,0.4,-->,62.252460,8.991389,-2.624778 +0,0.2,0,0.6,-->,47.439575,7.036394,-2.033020 +0,0.2,0,0.8,-->,33.109615,5.503617,-0.978136 +0,0.2,0,1,-->,13.704419,3.406297,2.098346 +0,0.2,0.2,0,-->,81.562767,11.637354,12.040027 +0,0.2,0.2,0.2,-->,71.635292,9.217052,10.017030 +0,0.2,0.2,0.4,-->,61.249130,7.286071,8.106995 +0,0.2,0.2,0.6,-->,46.654762,5.601044,6.009963 +0,0.2,0.2,0.8,-->,32.143452,4.379045,4.615605 +0,0.2,0.2,1,-->,13.224232,2.732304,3.704505 +0,0.2,0.4,0,-->,80.648491,9.790456,28.297728 +0,0.2,0.4,0.2,-->,70.354561,7.656992,24.252419 +0,0.2,0.4,0.4,-->,59.724953,5.846739,19.528498 +0,0.2,0.4,0.6,-->,45.816994,4.416556,14.709186 +0,0.2,0.4,0.8,-->,31.286373,3.392770,10.605968 +0,0.2,0.4,1,-->,12.811810,2.132696,5.234667 +0,0.2,0.6,0,-->,79.497612,8.882487,47.227295 +0,0.2,0.6,0.2,-->,69.221214,6.717287,40.958542 +0,0.2,0.6,0.4,-->,58.543865,4.776154,33.551567 +0,0.2,0.6,0.6,-->,45.007698,3.436391,25.542147 +0,0.2,0.6,0.8,-->,30.486874,2.573518,17.995949 +0,0.2,0.6,1,-->,12.451451,1.589842,6.711314 +0,0.2,0.8,0,-->,78.588791,8.475666,66.597000 +0,0.2,0.8,0.2,-->,68.376106,6.181531,58.025234 +0,0.2,0.8,0.4,-->,57.804169,4.185346,48.538483 +0,0.2,0.8,0.6,-->,44.109329,2.871240,36.847557 +0,0.2,0.8,0.8,-->,29.988783,2.067431,25.553438 +0,0.2,0.8,1,-->,12.192833,1.189085,7.866862 +0,0.2,1,0,-->,78.118065,8.392602,79.629921 +0,0.2,1,0.2,-->,67.946014,5.987909,69.452957 +0,0.2,1,0.4,-->,57.499336,4.003579,59.015083 +0,0.2,1,0.6,-->,43.481525,2.679533,44.829288 +0,0.2,1,0.8,-->,29.796967,1.875101,30.480892 +0,0.2,1,1,-->,12.067623,0.989353,8.425797 +0,0.4,0,0,-->,73.216431,28.029234,-5.148937 +0,0.4,0,0.2,-->,64.667648,22.821341,-4.697384 +0,0.4,0,0.4,-->,55.131458,19.219255,-4.227653 +0,0.4,0,0.6,-->,41.981445,14.968134,-3.285820 +0,0.4,0,0.8,-->,29.601442,11.281632,-1.896106 +0,0.4,0,1,-->,12.099741,6.008321,2.341579 +0,0.4,0.2,0,-->,72.014503,26.454098,8.365107 +0,0.4,0.2,0.2,-->,63.621742,21.521294,7.068783 +0,0.4,0.2,0.4,-->,54.306538,17.608339,5.558790 +0,0.4,0.2,0.6,-->,41.256870,13.767018,4.111448 +0,0.4,0.2,0.8,-->,28.540150,10.220805,3.293078 +0,0.4,0.2,1,-->,11.795891,5.194025,3.725176 +0,0.4,0.4,0,-->,71.724670,24.126493,23.346760 +0,0.4,0.4,0.2,-->,62.691860,19.825397,19.948847 +0,0.4,0.4,0.4,-->,53.051247,16.089073,16.223116 +0,0.4,0.4,0.6,-->,40.458736,12.530048,12.179555 +0,0.4,0.4,0.8,-->,27.599091,9.224256,8.907094 +0,0.4,0.4,1,-->,11.537115,4.480287,5.003533 +0,0.4,0.6,0,-->,70.658325,23.468763,40.893658 +0,0.4,0.6,0.2,-->,61.666386,19.040436,35.567680 +0,0.4,0.6,0.4,-->,52.099442,15.311544,29.422998 +0,0.4,0.6,0.6,-->,39.806396,11.736803,22.417786 +0,0.4,0.6,0.8,-->,26.849306,8.511003,15.749388 +0,0.4,0.6,1,-->,11.313120,3.845340,6.196137 +0,0.4,0.8,0,-->,69.829422,23.181377,58.564091 +0,0.4,0.8,0.2,-->,60.944401,18.633280,51.385941 +0,0.4,0.8,0.4,-->,51.421036,15.011634,42.984123 +0,0.4,0.8,0.6,-->,39.144489,11.242677,32.761864 +0,0.4,0.8,0.8,-->,26.500994,8.028931,22.498964 +0,0.4,0.8,1,-->,11.153735,3.383817,7.052581 +0,0.4,1,0,-->,69.434280,23.080820,70.056435 +0,0.4,1,0.2,-->,60.613609,18.497263,61.706188 +0,0.4,1,0.4,-->,51.084274,14.999505,52.057018 +0,0.4,1,0.6,-->,38.701904,11.031424,39.675579 +0,0.4,1,0.8,-->,26.443851,7.813695,26.654041 +0,0.4,1,1,-->,11.076431,3.159629,7.459585 +0,0.6,0,0,-->,63.076080,44.160995,-5.792782 +0,0.6,0,0.2,-->,55.613319,37.082642,-5.556297 +0,0.6,0,0.4,-->,47.319931,31.731133,-5.047573 +0,0.6,0,0.6,-->,35.585861,24.949392,-3.926504 +0,0.6,0,0.8,-->,25.012285,18.372265,-2.212226 +0,0.6,0,1,-->,10.523019,8.761091,2.630120 +0,0.6,0.2,0,-->,62.258606,42.578758,6.264230 +0,0.6,0.2,0.2,-->,54.931015,35.815990,5.059315 +0,0.6,0.2,0.4,-->,46.624924,30.289658,3.839094 +0,0.6,0.2,0.6,-->,35.404835,23.681614,2.800579 +0,0.6,0.2,0.8,-->,24.291924,17.274580,2.542406 +0,0.6,0.2,1,-->,10.408458,7.737411,3.765727 +0,0.6,0.4,0,-->,62.037106,40.825367,19.561403 +0,0.6,0.4,0.2,-->,54.232162,34.330223,16.715706 +0,0.6,0.4,0.4,-->,45.730808,28.835201,13.632977 +0,0.6,0.4,0.6,-->,34.554283,22.506214,10.301742 +0,0.6,0.4,0.8,-->,23.507841,16.295115,7.662783 +0,0.6,0.4,1,-->,10.312634,6.858032,4.766532 +0,0.6,0.6,0,-->,61.351257,40.052471,35.468628 +0,0.6,0.6,0.2,-->,53.394585,33.608505,30.763414 +0,0.6,0.6,0.4,-->,44.915424,28.026909,25.472229 +0,0.6,0.6,0.6,-->,34.064754,21.730478,19.331774 +0,0.6,0.6,0.8,-->,22.992985,15.632505,13.591878 +0,0.6,0.6,1,-->,10.229326,6.089683,5.616319 +0,0.6,0.8,0,-->,60.762226,39.768311,51.118332 +0,0.6,0.8,0.2,-->,52.903374,33.267254,44.706890 +0,0.6,0.8,0.4,-->,44.494125,27.769981,37.292667 +0,0.6,0.8,0.6,-->,33.630558,21.395079,28.038460 +0,0.6,0.8,0.8,-->,22.804335,15.087068,19.089682 +0,0.6,0.8,1,-->,10.171000,5.540125,6.215410 +0,0.6,1,0,-->,60.448002,39.748825,61.027802 +0,0.6,1,0.2,-->,52.740704,33.179707,53.470524 +0,0.6,1,0.4,-->,44.389935,27.817007,44.743809 +0,0.6,1,0.6,-->,33.352005,21.354269,33.510502 +0,0.6,1,0.8,-->,22.811575,14.772004,22.267679 +0,0.6,1,1,-->,10.143382,5.273334,6.501413 +0,0.8,0,0,-->,54.129814,59.997208,-5.182800 +0,0.8,0,0.2,-->,47.418091,51.533314,-5.398811 +0,0.8,0,0.4,-->,40.120956,44.398361,-4.999164 +0,0.8,0,0.6,-->,29.823971,34.876072,-3.843691 +0,0.8,0,0.8,-->,20.783180,25.260185,-1.997583 +0,0.8,0,1,-->,9.261953,11.119062,2.896942 +0,0.8,0.2,0,-->,53.710739,58.324127,5.534791 +0,0.8,0.2,0.2,-->,47.060963,50.185116,4.163231 +0,0.8,0.2,0.4,-->,39.666313,42.974712,3.006528 +0,0.8,0.2,0.6,-->,29.983299,33.523693,2.167928 +0,0.8,0.2,0.8,-->,20.364136,23.995295,2.250444 +0,0.8,0.2,1,-->,9.312166,9.866406,3.764496 +0,0.8,0.4,0,-->,53.617661,56.927170,17.291086 +0,0.8,0.4,0.2,-->,46.680256,48.779434,14.622581 +0,0.8,0.4,0.4,-->,39.119053,41.444702,11.842437 +0,0.8,0.4,0.6,-->,29.326576,32.358662,9.024158 +0,0.8,0.4,0.8,-->,19.821554,22.887989,6.785775 +0,0.8,0.4,1,-->,9.355255,8.808391,4.485500 +0,0.8,0.6,0,-->,53.288723,56.004761,31.431890 +0,0.8,0.6,0.2,-->,46.134483,47.917931,27.049236 +0,0.8,0.6,0.4,-->,38.552643,40.463459,22.383390 +0,0.8,0.6,0.6,-->,29.025496,31.475695,16.864962 +0,0.8,0.6,0.8,-->,19.584812,22.037306,11.816370 +0,0.8,0.6,1,-->,9.391685,7.897929,5.097085 +0,0.8,0.8,0,-->,52.959572,55.546143,44.876541 +0,0.8,0.8,0.2,-->,45.880470,47.405716,38.910103 +0,0.8,0.8,0.4,-->,38.364952,39.943554,32.340679 +0,0.8,0.8,0.6,-->,28.819477,31.017120,24.009171 +0,0.8,0.8,0.8,-->,19.583494,21.433077,16.136101 +0,0.8,0.8,1,-->,9.417008,7.252055,5.530079 +0,0.8,1,0,-->,52.758007,55.429897,53.035812 +0,0.8,1,0.2,-->,45.848797,47.202290,45.971657 +0,0.8,1,0.4,-->,38.407841,39.784039,38.117039 +0,0.8,1,0.6,-->,28.707081,30.892076,28.178337 +0,0.8,1,0.8,-->,19.669298,21.142773,18.447622 +0,0.8,1,1,-->,9.429202,6.942204,5.735937 +0,1,0,0,-->,46.630703,74.602669,-3.296840 +0,1,0,0.2,-->,40.325493,65.457695,-4.198433 +0,1,0,0.4,-->,33.722702,56.791729,-4.077341 +0,1,0,0.6,-->,24.883438,44.229271,-3.022206 +0,1,0,0.8,-->,17.073326,31.707863,-1.268592 +0,1,0,1,-->,8.307028,13.002986,2.993593 +0,1,0.2,0,-->,46.598740,72.732361,6.187231 +0,1,0.2,0.2,-->,40.231407,63.961792,4.416389 +0,1,0.2,0.4,-->,33.632545,55.058872,3.082113 +0,1,0.2,0.6,-->,25.136086,43.009247,2.202035 +0,1,0.2,0.8,-->,16.884666,30.211700,2.386766 +0,1,0.2,1,-->,8.492571,11.527738,3.659530 +0,1,0.4,0,-->,46.730274,71.317192,16.595844 +0,1,0.4,0.2,-->,40.264900,62.333275,13.702057 +0,1,0.4,0.4,-->,33.407299,53.299232,10.874765 +0,1,0.4,0.6,-->,24.931328,41.472458,8.349299 +0,1,0.4,0.8,-->,16.651976,28.763142,6.258196 +0,1,0.4,1,-->,8.646001,10.305405,4.212811 +0,1,0.6,0,-->,46.702328,70.232597,28.865023 +0,1,0.6,0.2,-->,40.105789,61.012390,24.492992 +0,1,0.6,0.4,-->,33.210495,51.872299,20.234043 +0,1,0.6,0.6,-->,24.837465,40.345375,15.077097 +0,1,0.6,0.8,-->,16.714752,27.500120,10.438869 +0,1,0.6,1,-->,8.775472,9.264822,4.680505 +0,1,0.8,0,-->,46.629948,69.444061,39.983803 +0,1,0.8,0.2,-->,40.082123,60.127174,34.156300 +0,1,0.8,0.4,-->,33.211552,50.891392,28.258863 +0,1,0.8,0.6,-->,24.852961,39.525608,20.803541 +0,1,0.8,0.8,-->,16.918236,26.809347,13.717682 +0,1,0.8,1,-->,8.864654,8.535094,5.006193 +0,1,1,0,-->,46.572071,69.046089,46.324825 +0,1,1,0.2,-->,40.133968,59.729259,39.488628 +0,1,1,0.4,-->,33.294621,50.437466,32.361229 +0,1,1,0.6,-->,24.902161,39.105396,23.852970 +0,1,1,0.8,-->,17.096226,26.599340,15.315633 +0,1,1,1,-->,8.907672,8.186881,5.164037 +0.2,0,0,0,-->,84.539955,-6.659416,-9.778509 +0.2,0,0,0.2,-->,74.133766,-5.767194,-8.465406 +0.2,0,0,0.4,-->,63.040680,-4.943367,-7.318271 +0.2,0,0,0.6,-->,48.570915,-3.854696,-5.756068 +0.2,0,0,0.8,-->,33.858932,-2.441719,-3.867843 +0.2,0,0,1,-->,14.023473,-0.163444,-0.125705 +0.2,0,0.2,0,-->,83.081970,-10.001094,6.348859 +0.2,0,0.2,0.2,-->,72.738876,-8.688629,5.292941 +0.2,0,0.2,0.4,-->,62.071590,-7.338645,4.052824 +0.2,0,0.2,0.6,-->,47.410004,-5.704429,2.575099 +0.2,0,0.2,0.8,-->,32.763115,-3.766510,1.993654 +0.2,0,0.2,1,-->,13.510879,-0.922066,1.850827 +0.2,0,0.4,0,-->,81.815521,-12.367903,24.079636 +0.2,0,0.4,0.2,-->,71.339188,-10.886371,20.382631 +0.2,0,0.4,0.4,-->,60.272892,-9.262148,15.778812 +0.2,0,0.4,0.6,-->,46.407612,-7.197680,12.031469 +0.2,0,0.4,0.8,-->,31.851990,-4.946484,8.401114 +0.2,0,0.4,1,-->,13.071600,-1.600611,3.756516 +0.2,0,0.6,0,-->,80.506004,-14.261691,43.609219 +0.2,0,0.6,0.2,-->,70.103317,-12.575714,37.363602 +0.2,0,0.6,0.4,-->,59.264801,-10.806324,30.716890 +0.2,0,0.6,0.6,-->,45.390984,-8.471098,22.948740 +0.2,0,0.6,0.8,-->,30.982765,-6.023901,16.085320 +0.2,0,0.6,1,-->,12.685804,-2.220312,5.626441 +0.2,0,0.8,0,-->,79.485878,-15.231582,63.378525 +0.2,0,0.8,0.2,-->,69.095665,-13.546166,54.758823 +0.2,0,0.8,0.4,-->,58.472908,-11.837216,45.983196 +0.2,0,0.8,0.6,-->,44.362339,-9.339032,34.502399 +0.2,0,0.8,0.8,-->,30.394094,-6.786884,23.979883 +0.2,0,0.8,1,-->,12.409216,-2.679776,7.121844 +0.2,0,1,0,-->,78.954811,-15.459000,76.581627 +0.2,0,1,0.2,-->,68.533958,-13.874765,66.609581 +0.2,0,1,0.4,-->,58.011246,-12.293845,56.214115 +0.2,0,1,0.6,-->,43.687210,-9.726391,42.826717 +0.2,0,1,0.8,-->,30.134600,-7.132947,29.202915 +0.2,0,1,1,-->,12.273913,-2.907232,7.895011 +0.2,0.2,0,0,-->,75.658669,5.787097,-12.251387 +0.2,0.2,0,0.2,-->,66.773285,4.526370,-10.363283 +0.2,0.2,0,0.4,-->,57.197998,3.673134,-8.727942 +0.2,0.2,0,0.6,-->,44.053749,2.658573,-6.550666 +0.2,0.2,0,0.8,-->,30.684420,2.475316,-4.336191 +0.2,0.2,0,1,-->,12.544548,2.302031,0.141603 +0.2,0.2,0.2,0,-->,74.435471,3.279156,2.607473 +0.2,0.2,0.2,0.2,-->,65.611115,2.363420,2.472155 +0.2,0.2,0.2,0.4,-->,56.210541,1.545734,1.824183 +0.2,0.2,0.2,0.6,-->,43.489975,0.868671,1.374941 +0.2,0.2,0.2,0.8,-->,29.762606,1.112223,1.200181 +0.2,0.2,0.2,1,-->,12.178796,1.471973,1.915804 +0.2,0.2,0.4,0,-->,73.458076,0.744904,18.693972 +0.2,0.2,0.4,0.2,-->,64.404228,0.079986,16.264654 +0.2,0.2,0.4,0.4,-->,54.853516,-0.448368,12.980582 +0.2,0.2,0.4,0.6,-->,42.328014,-0.568959,10.121965 +0.2,0.2,0.4,0.8,-->,28.799265,-0.072204,7.182367 +0.2,0.2,0.4,1,-->,11.866375,0.738886,3.587349 +0.2,0.2,0.6,0,-->,72.178482,-0.804037,37.065819 +0.2,0.2,0.6,0.2,-->,63.174088,-1.343251,32.381489 +0.2,0.2,0.6,0.4,-->,53.812008,-1.844885,26.741117 +0.2,0.2,0.6,0.6,-->,41.427155,-1.778259,20.618492 +0.2,0.2,0.6,0.8,-->,28.004429,-1.085176,14.408911 +0.2,0.2,0.6,1,-->,11.595066,0.081110,5.188797 +0.2,0.2,0.8,0,-->,71.292755,-1.565546,55.660789 +0.2,0.2,0.8,0.2,-->,62.331917,-2.148450,48.862587 +0.2,0.2,0.8,0.4,-->,53.042267,-2.751949,41.094208 +0.2,0.2,0.8,0.6,-->,40.537365,-2.577242,31.417755 +0.2,0.2,0.8,0.8,-->,27.521336,-1.786482,21.593231 +0.2,0.2,0.8,1,-->,11.401171,-0.402908,6.432394 +0.2,0.2,1,0,-->,70.907509,-1.749039,67.835609 +0.2,0.2,1,0.2,-->,61.957787,-2.426770,59.790409 +0.2,0.2,1,0.4,-->,52.645767,-3.143548,50.923309 +0.2,0.2,1,0.6,-->,39.946728,-2.923358,38.885571 +0.2,0.2,1,0.8,-->,27.338549,-2.101477,26.129488 +0.2,0.2,1,1,-->,11.307134,-0.640661,7.035831 +0.2,0.4,0,0,-->,66.530212,19.701237,-13.816705 +0.2,0.4,0,0.2,-->,58.996052,16.287954,-11.827208 +0.2,0.4,0,0.4,-->,50.437759,13.968042,-9.965870 +0.2,0.4,0,0.6,-->,39.088390,10.213814,-7.430980 +0.2,0.4,0,0.8,-->,27.374128,7.949698,-4.880686 +0.2,0.4,0,1,-->,11.093585,4.878262,0.440222 +0.2,0.4,0.2,0,-->,65.740288,17.195604,-0.344832 +0.2,0.4,0.2,0.2,-->,58.222366,14.242586,-0.040513 +0.2,0.4,0.2,0.4,-->,49.860012,11.658040,-0.199299 +0.2,0.4,0.2,0.6,-->,38.405666,8.679183,-0.095307 +0.2,0.4,0.2,0.8,-->,26.412136,6.640759,0.275508 +0.2,0.4,0.2,1,-->,10.882440,3.925455,1.998624 +0.2,0.4,0.4,0,-->,64.843117,15.087843,14.005630 +0.2,0.4,0.4,0.2,-->,57.045483,12.235579,12.306422 +0.2,0.4,0.4,0.4,-->,48.601978,9.837330,10.273090 +0.2,0.4,0.4,0.6,-->,37.499020,7.187869,8.263926 +0.2,0.4,0.4,0.8,-->,25.526016,5.417514,5.913782 +0.2,0.4,0.4,1,-->,10.704183,3.098574,3.424855 +0.2,0.4,0.6,0,-->,63.811398,13.545931,31.132725 +0.2,0.4,0.6,0.2,-->,55.915215,10.972405,27.364346 +0.2,0.4,0.6,0.4,-->,47.668129,8.411251,23.098421 +0.2,0.4,0.6,0.6,-->,36.630981,6.238391,17.811779 +0.2,0.4,0.6,0.8,-->,24.783310,4.528377,12.503815 +0.2,0.4,0.6,1,-->,10.550067,2.368345,4.753112 +0.2,0.4,0.8,0,-->,63.008839,13.014674,48.171741 +0.2,0.4,0.8,0.2,-->,55.200600,10.307167,42.569229 +0.2,0.4,0.8,0.4,-->,47.051132,7.712514,36.107918 +0.2,0.4,0.8,0.6,-->,35.974232,5.535809,27.629633 +0.2,0.4,0.8,0.8,-->,24.437912,3.864613,18.908112 +0.2,0.4,0.8,1,-->,10.441504,1.838562,5.711010 +0.2,0.4,1,0,-->,62.592518,13.101492,59.097885 +0.2,0.4,1,0.2,-->,54.916782,10.113180,52.350468 +0.2,0.4,1,0.4,-->,46.770763,7.571603,44.626408 +0.2,0.4,1,0.6,-->,35.638382,5.167305,34.260899 +0.2,0.4,1,0.8,-->,24.382599,3.527997,22.793966 +0.2,0.4,1,1,-->,10.388725,1.582091,6.167457 +0.2,0.6,0,0,-->,57.067734,35.130947,-14.246408 +0.2,0.6,0,0.2,-->,50.504379,29.942371,-12.444279 +0.2,0.6,0,0.4,-->,42.966084,25.829943,-10.531485 +0.2,0.6,0,0.6,-->,33.008438,19.645775,-7.965193 +0.2,0.6,0,0.8,-->,23.019012,14.762991,-5.139156 +0.2,0.6,0,1,-->,9.678073,7.558061,0.771457 +0.2,0.6,0.2,0,-->,56.415092,32.975262,-2.292394 +0.2,0.6,0.2,0.2,-->,49.974770,28.095457,-1.780592 +0.2,0.6,0.2,0.4,-->,42.559189,23.913630,-1.719567 +0.2,0.6,0.2,0.6,-->,32.701130,18.195194,-1.269899 +0.2,0.6,0.2,0.8,-->,22.346788,13.421434,-0.377951 +0.2,0.6,0.2,1,-->,9.632846,6.424946,2.093315 +0.2,0.6,0.4,0,-->,55.876469,31.023352,10.673058 +0.2,0.6,0.4,0.2,-->,49.036949,26.410870,9.284004 +0.2,0.6,0.4,0.4,-->,41.740326,21.985855,7.773570 +0.2,0.6,0.4,0.6,-->,31.836355,16.972906,6.288792 +0.2,0.6,0.4,0.8,-->,21.634951,12.254380,4.732441 +0.2,0.6,0.4,1,-->,9.593298,5.456454,3.261965 +0.2,0.6,0.6,0,-->,55.085682,29.752790,25.836874 +0.2,0.6,0.6,0.2,-->,48.116531,25.237555,22.794756 +0.2,0.6,0.6,0.4,-->,40.881813,20.724733,19.192337 +0.2,0.6,0.6,0.6,-->,31.210625,15.983089,14.749949 +0.2,0.6,0.6,0.8,-->,21.135847,11.383893,10.459250 +0.2,0.6,0.6,1,-->,9.560567,4.618280,4.264610 +0.2,0.6,0.8,0,-->,54.445694,29.299385,40.692421 +0.2,0.6,0.8,0.2,-->,47.610706,24.662918,36.142803 +0.2,0.6,0.8,0.4,-->,40.501366,20.090685,30.553104 +0.2,0.6,0.8,0.6,-->,30.718344,15.390641,23.007757 +0.2,0.6,0.8,0.8,-->,20.958073,10.725084,15.740404 +0.2,0.6,0.8,1,-->,9.537503,4.016772,4.971083 +0.2,0.6,1,0,-->,54.106289,29.340544,50.065514 +0.2,0.6,1,0.2,-->,47.461479,24.532860,44.414303 +0.2,0.6,1,0.4,-->,40.463875,19.935410,37.612534 +0.2,0.6,1,0.6,-->,30.443182,15.171453,28.285112 +0.2,0.6,1,0.8,-->,20.972637,10.383209,18.791336 +0.2,0.6,1,1,-->,9.526563,3.727896,5.309645 +0.2,0.8,0,0,-->,48.524342,50.538147,-13.901744 +0.2,0.8,0,0.2,-->,42.680481,43.940926,-12.499763 +0.2,0.8,0,0.4,-->,36.070305,38.024292,-10.705059 +0.2,0.8,0,0.6,-->,27.327692,29.344860,-8.198607 +0.2,0.8,0,0.8,-->,18.922911,21.447851,-5.103218 +0.2,0.8,0,1,-->,8.555699,9.809972,1.071778 +0.2,0.8,0.2,0,-->,48.091812,48.625404,-3.249228 +0.2,0.8,0.2,0.2,-->,42.353485,42.136158,-2.849817 +0.2,0.8,0.2,0.4,-->,35.759678,36.176620,-2.753727 +0.2,0.8,0.2,0.6,-->,27.270845,27.865828,-2.101120 +0.2,0.8,0.2,0.8,-->,18.524477,19.954470,-0.799766 +0.2,0.8,0.2,1,-->,8.651583,8.481578,2.156483 +0.2,0.8,0.4,0,-->,47.863285,46.608337,8.284399 +0.2,0.8,0.4,0.2,-->,41.771729,40.432922,7.000661 +0.2,0.8,0.4,0.4,-->,35.357143,34.251095,5.749175 +0.2,0.8,0.4,0.6,-->,26.676495,26.672068,4.686372 +0.2,0.8,0.4,0.8,-->,18.058487,18.675505,3.718974 +0.2,0.8,0.4,1,-->,8.731553,7.363435,3.061351 +0.2,0.8,0.6,0,-->,47.395580,45.433380,21.710552 +0.2,0.8,0.6,0.2,-->,41.157417,39.200195,18.976767 +0.2,0.8,0.6,0.4,-->,34.749264,32.908005,15.863746 +0.2,0.8,0.6,0.6,-->,26.286793,25.508266,12.087433 +0.2,0.8,0.6,0.8,-->,17.806084,17.660486,8.591347 +0.2,0.8,0.6,1,-->,8.799033,6.408911,3.828241 +0.2,0.8,0.8,0,-->,47.040558,44.893806,34.456741 +0.2,0.8,0.8,0.2,-->,40.911301,38.589474,30.401417 +0.2,0.8,0.8,0.4,-->,34.595325,32.186089,25.475468 +0.2,0.8,0.8,0.6,-->,26.004066,24.836859,18.865662 +0.2,0.8,0.8,0.8,-->,17.802952,16.952356,12.790213 +0.2,0.8,0.8,1,-->,8.845652,5.732957,4.367584 +0.2,0.8,1,0,-->,46.868832,44.782795,42.161480 +0.2,0.8,1,0.2,-->,40.910137,38.448425,37.132877 +0.2,0.8,1,0.4,-->,34.701786,31.968103,31.051699 +0.2,0.8,1,0.6,-->,25.855106,24.617413,22.874582 +0.2,0.8,1,0.8,-->,17.897776,16.620239,15.055164 +0.2,0.8,1,1,-->,8.868983,5.407330,4.624983 +0.2,1,0,0,-->,41.119175,65.264534,-12.806286 +0.2,1,0,0.2,-->,35.726528,57.811840,-12.037093 +0.2,1,0,0.4,-->,29.929388,50.155281,-10.524949 +0.2,1,0,0.6,-->,22.220495,39.031452,-8.164766 +0.2,1,0,0.8,-->,15.232828,27.859642,-4.799697 +0.2,1,0,1,-->,7.714419,11.568639,1.246386 +0.2,1,0.2,0,-->,41.016266,63.299885,-3.200356 +0.2,1,0.2,0.2,-->,35.566635,55.913963,-3.269025 +0.2,1,0.2,0.4,-->,29.648981,48.140720,-3.318256 +0.2,1,0.2,0.6,-->,22.248016,37.582832,-2.628973 +0.2,1,0.2,0.8,-->,15.069558,26.125961,-1.005069 +0.2,1,0.2,1,-->,7.922410,10.065759,2.126951 +0.2,1,0.4,0,-->,41.018024,61.088814,6.841981 +0.2,1,0.4,0.2,-->,35.452969,53.703880,5.458719 +0.2,1,0.4,0.4,-->,29.615099,46.284199,4.201989 +0.2,1,0.4,0.6,-->,22.183035,35.846355,3.493008 +0.2,1,0.4,0.8,-->,14.918369,24.497643,2.880572 +0.2,1,0.4,1,-->,8.095610,8.812054,2.857090 +0.2,1,0.6,0,-->,40.955307,59.689636,18.819029 +0.2,1,0.6,0.2,-->,35.238194,52.120777,15.972253 +0.2,1,0.6,0.4,-->,29.448076,44.380211,13.190331 +0.2,1,0.6,0.6,-->,22.007559,34.407223,9.880739 +0.2,1,0.6,0.8,-->,14.900416,23.198097,6.944439 +0.2,1,0.6,1,-->,8.241085,7.750679,3.474511 +0.2,1,0.8,0,-->,40.998478,58.753384,29.634541 +0.2,1,0.8,0.2,-->,35.292263,51.280079,25.516155 +0.2,1,0.8,0.4,-->,29.504608,43.427544,21.027122 +0.2,1,0.8,0.6,-->,21.980110,33.426128,15.341928 +0.2,1,0.8,0.8,-->,15.074097,22.377281,10.165025 +0.2,1,0.8,1,-->,8.342683,7.005980,3.908721 +0.2,1,1,0,-->,41.075497,58.312592,35.685123 +0.2,1,1,0.2,-->,35.446262,51.029961,30.795197 +0.2,1,1,0.4,-->,29.642799,43.233009,25.140675 +0.2,1,1,0.6,-->,22.030926,32.977997,18.270765 +0.2,1,1,0.8,-->,15.260574,22.043051,11.746636 +0.2,1,1,1,-->,8.390869,6.652204,4.114989 +0.4,0,0,0,-->,76.885948,-13.167593,-19.058098 +0.4,0,0,0.2,-->,67.327400,-11.567119,-16.602610 +0.4,0,0,0.4,-->,57.429005,-9.879470,-14.097479 +0.4,0,0,0.6,-->,44.451561,-7.745565,-11.057316 +0.4,0,0,0.8,-->,31.252605,-5.200636,-7.528665 +0.4,0,0,1,-->,12.847477,-1.280843,-1.961994 +0.4,0,0.2,0,-->,75.478256,-17.155920,-3.642165 +0.4,0,0.2,0.2,-->,65.918739,-15.012683,-3.314737 +0.4,0,0.2,0.4,-->,56.607254,-12.631389,-2.725480 +0.4,0,0.2,0.6,-->,43.421860,-9.921792,-2.650153 +0.4,0,0.2,0.8,-->,30.085472,-6.840932,-1.720426 +0.4,0,0.2,1,-->,12.463235,-2.193197,0.182018 +0.4,0,0.4,0,-->,74.302299,-20.191698,13.189343 +0.4,0,0.4,0.2,-->,64.765511,-17.713608,11.450602 +0.4,0,0.4,0.4,-->,54.844265,-14.967891,8.892488 +0.4,0,0.4,0.6,-->,42.249504,-11.786626,6.736499 +0.4,0,0.4,0.8,-->,29.045980,-8.344215,4.639057 +0.4,0,0.4,1,-->,12.134348,-3.002728,2.225138 +0.4,0,0.6,0,-->,72.902870,-22.806673,32.282284 +0.4,0,0.6,0.2,-->,63.470154,-20.093830,27.958847 +0.4,0,0.6,0.4,-->,53.731243,-17.125042,23.196213 +0.4,0,0.6,0.6,-->,41.068413,-13.449386,17.137939 +0.4,0,0.6,0.8,-->,28.158783,-9.697315,12.130507 +0.4,0,0.6,1,-->,11.848713,-3.734896,4.210850 +0.4,0,0.8,0,-->,71.820457,-24.307190,51.450462 +0.4,0,0.8,0.2,-->,62.339043,-21.547405,44.549500 +0.4,0,0.8,0.4,-->,52.916328,-18.588009,37.583622 +0.4,0,0.8,0.6,-->,40.117119,-14.664796,28.124199 +0.4,0,0.8,0.8,-->,27.613438,-10.698440,19.656961 +0.4,0,0.8,1,-->,11.644125,-4.275044,5.785213 +0.4,0,1,0,-->,71.270729,-24.772345,63.963982 +0.4,0,1,0.2,-->,61.684589,-22.071928,55.562950 +0.4,0,1,0.4,-->,52.483154,-19.218830,46.964378 +0.4,0,1,0.6,-->,39.601898,-15.250489,35.849472 +0.4,0,1,0.8,-->,27.406147,-11.181470,24.480467 +0.4,0,1,1,-->,11.545080,-4.539503,6.595116 +0.4,0.2,0,0,-->,68.704086,-1.402140,-20.934544 +0.4,0.2,0,0.2,-->,60.419811,-1.489672,-17.997948 +0.4,0.2,0,0.4,-->,52.101562,-1.431885,-14.879629 +0.4,0.2,0,0.6,-->,40.480122,-1.473948,-11.272452 +0.4,0.2,0,0.8,-->,28.287605,-0.527815,-7.631647 +0.4,0.2,0,1,-->,11.507203,1.223770,-1.610224 +0.4,0.2,0.2,0,-->,67.590233,-4.350660,-6.422856 +0.4,0.2,0.2,0.2,-->,59.557457,-4.314273,-5.432607 +0.4,0.2,0.2,0.4,-->,51.127453,-3.899746,-4.499605 +0.4,0.2,0.2,0.6,-->,39.708176,-3.610490,-3.486488 +0.4,0.2,0.2,0.8,-->,27.302052,-2.163216,-2.164189 +0.4,0.2,0.2,1,-->,11.249197,0.249396,0.327428 +0.4,0.2,0.4,0,-->,66.360260,-7.755399,8.854977 +0.4,0.2,0.4,0.2,-->,58.202110,-7.260681,7.839336 +0.4,0.2,0.4,0.4,-->,49.962749,-6.551563,6.373375 +0.4,0.2,0.4,0.6,-->,38.580917,-5.415173,5.219089 +0.4,0.2,0.4,0.8,-->,26.338139,-3.614571,3.778434 +0.4,0.2,0.4,1,-->,11.030860,-0.602161,2.133927 +0.4,0.2,0.6,0,-->,65.179184,-9.824100,26.674074 +0.4,0.2,0.6,0.2,-->,56.976151,-9.165048,23.552664 +0.4,0.2,0.6,0.4,-->,48.950554,-8.370160,19.847057 +0.4,0.2,0.6,0.6,-->,37.721279,-7.050978,15.520989 +0.4,0.2,0.6,0.8,-->,25.597984,-4.898119,10.887198 +0.4,0.2,0.6,1,-->,10.842757,-1.361041,3.851846 +0.4,0.2,0.8,0,-->,64.393341,-10.972557,44.577816 +0.4,0.2,0.8,0.2,-->,56.169312,-10.283974,39.406750 +0.4,0.2,0.8,0.4,-->,48.168289,-9.675771,33.523937 +0.4,0.2,0.8,0.6,-->,36.888588,-8.063319,25.755163 +0.4,0.2,0.8,0.8,-->,25.147259,-5.800457,17.721830 +0.4,0.2,0.8,1,-->,10.708801,-1.913357,5.178597 +0.4,0.2,1,0,-->,64.052933,-11.357309,56.170479 +0.4,0.2,1,0.2,-->,55.822201,-10.696920,49.676765 +0.4,0.2,1,0.4,-->,47.754513,-10.328743,42.534939 +0.4,0.2,1,0.6,-->,36.343330,-8.444857,32.492580 +0.4,0.2,1,0.8,-->,24.973314,-6.212188,21.870205 +0.4,0.2,1,1,-->,10.643464,-2.182527,5.823712 +0.4,0.4,0,0,-->,60.404766,11.809135,-21.917877 +0.4,0.4,0,0.2,-->,53.224228,9.833211,-18.954348 +0.4,0.4,0,0.4,-->,45.465580,8.301043,-15.901675 +0.4,0.4,0,0.6,-->,35.717922,5.784483,-11.961765 +0.4,0.4,0,0.8,-->,25.113260,4.697604,-7.890390 +0.4,0.4,0,1,-->,10.199648,3.795776,-1.235922 +0.4,0.4,0.2,0,-->,59.317459,9.278000,-8.763743 +0.4,0.4,0.2,0.2,-->,52.547997,7.247328,-7.325673 +0.4,0.4,0.2,0.4,-->,45.066166,5.819410,-6.237092 +0.4,0.4,0.2,0.6,-->,35.085049,4.022532,-4.674501 +0.4,0.4,0.2,0.8,-->,24.254324,3.138928,-2.743696 +0.4,0.4,0.2,1,-->,10.075915,2.718397,0.479861 +0.4,0.4,0.4,0,-->,58.631004,5.891926,5.247997 +0.4,0.4,0.4,0.2,-->,51.370533,4.733505,4.738156 +0.4,0.4,0.4,0.4,-->,43.971706,3.695492,4.000281 +0.4,0.4,0.4,0.6,-->,34.126438,2.188827,3.532511 +0.4,0.4,0.4,0.8,-->,23.432077,1.657889,2.821128 +0.4,0.4,0.4,1,-->,9.972667,1.789909,2.046563 +0.4,0.4,0.6,0,-->,57.365536,4.074574,21.375896 +0.4,0.4,0.6,0.2,-->,50.148548,2.911533,19.083496 +0.4,0.4,0.6,0.4,-->,43.089046,1.670839,16.458246 +0.4,0.4,0.6,0.6,-->,33.288845,0.743658,12.970125 +0.4,0.4,0.6,0.8,-->,22.763981,0.492644,9.331060 +0.4,0.4,0.6,1,-->,9.883470,0.976403,3.496793 +0.4,0.4,0.8,0,-->,56.472706,3.235579,37.465328 +0.4,0.4,0.8,0.2,-->,49.465107,1.958483,33.504375 +0.4,0.4,0.8,0.4,-->,42.577045,0.513132,28.807766 +0.4,0.4,0.8,0.6,-->,32.638607,-0.249274,22.180285 +0.4,0.4,0.8,0.8,-->,22.424873,-0.383924,15.408515 +0.4,0.4,0.8,1,-->,9.820196,0.389882,4.547041 +0.4,0.4,1,0,-->,56.086914,3.063646,47.712589 +0.4,0.4,1,0.2,-->,49.259609,1.714643,42.634922 +0.4,0.4,1,0.4,-->,42.394844,0.160222,36.578835 +0.4,0.4,1,0.6,-->,32.292561,-0.703905,27.994154 +0.4,0.4,1,0.8,-->,22.344107,-0.827862,18.936731 +0.4,0.4,1,1,-->,9.790023,0.104624,5.046973 +0.4,0.6,0,0,-->,51.292408,26.901865,-22.184731 +0.4,0.6,0,0.2,-->,45.283939,22.868549,-19.446634 +0.4,0.6,0,0.4,-->,38.632061,19.881908,-16.268919 +0.4,0.6,0,0.6,-->,30.037514,14.888719,-12.343850 +0.4,0.6,0,0.8,-->,21.010767,11.289916,-8.051517 +0.4,0.6,0,1,-->,8.934786,6.427651,-0.838136 +0.4,0.6,0.2,0,-->,50.472008,24.678833,-10.508047 +0.4,0.6,0.2,0.2,-->,44.706451,20.699686,-8.939636 +0.4,0.6,0.2,0.4,-->,38.167973,17.665548,-7.446263 +0.4,0.6,0.2,0.6,-->,29.636496,13.158930,-5.601606 +0.4,0.6,0.2,0.8,-->,20.405247,9.660761,-3.260605 +0.4,0.6,0.2,1,-->,8.951776,5.194298,0.644879 +0.4,0.6,0.4,0,-->,49.976387,21.615452,1.921823 +0.4,0.6,0.4,0.2,-->,43.698872,18.533316,1.769314 +0.4,0.6,0.4,0.4,-->,37.494934,15.525564,1.794773 +0.4,0.6,0.4,0.6,-->,28.814053,11.504361,1.858959 +0.4,0.6,0.4,0.8,-->,19.775587,8.187291,1.817632 +0.4,0.6,0.4,1,-->,8.966719,4.150145,1.959137 +0.4,0.6,0.6,0,-->,48.999508,20.015661,16.399168 +0.4,0.6,0.6,0.2,-->,42.721622,16.927416,14.685399 +0.4,0.6,0.6,0.4,-->,36.774639,13.804894,12.959881 +0.4,0.6,0.6,0.6,-->,28.273243,10.080745,10.267786 +0.4,0.6,0.6,0.8,-->,19.342751,7.051198,7.482232 +0.4,0.6,0.6,1,-->,8.979231,3.247556,3.098057 +0.4,0.6,0.8,0,-->,48.434021,19.268866,30.580843 +0.4,0.6,0.8,0.2,-->,42.331188,16.063007,27.382540 +0.4,0.6,0.8,0.4,-->,36.492290,12.694139,23.617746 +0.4,0.6,0.8,0.6,-->,27.784655,9.198630,17.913918 +0.4,0.6,0.8,0.8,-->,19.188257,6.276404,12.535261 +0.4,0.6,0.8,1,-->,8.987338,2.605467,3.897914 +0.4,0.6,1,0,-->,48.270004,19.099712,39.296101 +0.4,0.6,1,0.2,-->,42.330399,15.816537,35.078678 +0.4,0.6,1,0.4,-->,36.502460,12.240154,29.870098 +0.4,0.6,1,0.6,-->,27.474222,8.858746,22.387829 +0.4,0.6,1,0.8,-->,19.198484,5.927036,15.344116 +0.4,0.6,1,1,-->,8.992150,2.295191,4.281451 +0.4,0.8,0,0,-->,43.092793,41.936790,-22.012417 +0.4,0.8,0,0.2,-->,37.857464,36.204723,-19.672235 +0.4,0.8,0,0.4,-->,32.124287,31.684668,-16.540489 +0.4,0.8,0,0.6,-->,24.615294,24.167517,-12.764313 +0.4,0.8,0,0.8,-->,17.093634,17.712650,-8.120696 +0.4,0.8,0,1,-->,7.938783,8.599418,-0.495319 +0.4,0.8,0.2,0,-->,42.596497,39.795166,-11.569558 +0.4,0.8,0.2,0.2,-->,37.476746,34.259243,-10.148852 +0.4,0.8,0.2,0.4,-->,31.770456,29.677662,-8.595542 +0.4,0.8,0.2,0.6,-->,24.414579,22.461941,-6.546821 +0.4,0.8,0.2,0.8,-->,16.739729,15.943892,-3.746470 +0.4,0.8,0.2,1,-->,8.075661,7.201472,0.776397 +0.4,0.8,0.4,0,-->,42.306931,37.024521,-0.619701 +0.4,0.8,0.4,0.2,-->,36.808647,32.140068,-0.645175 +0.4,0.8,0.4,0.4,-->,31.403328,27.347900,-0.269109 +0.4,0.8,0.4,0.6,-->,23.869078,20.870296,0.221141 +0.4,0.8,0.4,0.8,-->,16.351498,14.391978,0.773084 +0.4,0.8,0.4,1,-->,8.189508,6.033536,1.835963 +0.4,0.8,0.6,0,-->,41.698547,35.295673,12.237464 +0.4,0.8,0.6,0.2,-->,36.174530,30.495150,10.878900 +0.4,0.8,0.6,0.4,-->,30.939466,25.661474,9.645882 +0.4,0.8,0.6,0.6,-->,23.568531,19.300037,7.569110 +0.4,0.8,0.6,0.8,-->,16.126974,13.165070,5.584993 +0.4,0.8,0.6,1,-->,8.286019,5.035269,2.736636 +0.4,0.8,0.8,0,-->,41.445286,34.448002,24.455542 +0.4,0.8,0.8,0.2,-->,36.046436,29.596178,21.796991 +0.4,0.8,0.8,0.4,-->,30.889568,24.528147,18.649376 +0.4,0.8,0.8,0.6,-->,23.322554,18.367037,13.869993 +0.4,0.8,0.8,0.8,-->,16.146151,12.350910,9.652052 +0.4,0.8,0.8,1,-->,8.352624,4.333067,3.369393 +0.4,0.8,1,0,-->,41.448948,34.243633,31.659073 +0.4,0.8,1,0.2,-->,36.177937,29.329569,28.089924 +0.4,0.8,1,0.4,-->,31.038866,24.021391,23.578259 +0.4,0.8,1,0.6,-->,23.173401,18.042351,17.290934 +0.4,0.8,1,0.8,-->,16.254934,11.998532,11.792189 +0.4,0.8,1,1,-->,8.384702,3.998092,3.672282 +0.4,1,0,0,-->,36.052670,56.182426,-21.416464 +0.4,1,0,0.2,-->,31.118465,49.589931,-19.714201 +0.4,1,0,0.4,-->,26.045218,43.686794,-16.839655 +0.4,1,0,0.6,-->,19.588774,33.551037,-13.305229 +0.4,1,0,0.8,-->,13.493850,23.904449,-8.138571 +0.4,1,0,1,-->,7.222003,10.168566,-0.204193 +0.4,1,0.2,0,-->,35.923969,53.809269,-11.928084 +0.4,1,0.2,0.2,-->,31.054745,47.492489,-10.973317 +0.4,1,0.2,0.4,-->,26.046282,41.481422,-9.723739 +0.4,1,0.2,0.6,-->,19.551472,31.877697,-7.569901 +0.4,1,0.2,0.8,-->,13.383969,21.919207,-4.223891 +0.4,1,0.2,1,-->,7.441939,8.672875,0.841845 +0.4,1,0.4,0,-->,35.876915,51.186378,-2.299264 +0.4,1,0.4,0.2,-->,30.912872,44.865005,-2.452160 +0.4,1,0.4,0.4,-->,25.835732,38.978771,-2.212409 +0.4,1,0.4,0.6,-->,19.442715,29.992878,-1.374196 +0.4,1,0.4,0.8,-->,13.284267,20.133242,-0.291330 +0.4,1,0.4,1,-->,7.625424,7.422529,1.708700 +0.4,1,0.6,0,-->,35.688828,48.930893,9.015754 +0.4,1,0.6,0.2,-->,30.707050,42.799450,7.777825 +0.4,1,0.6,0.4,-->,25.730610,36.908127,6.563851 +0.4,1,0.6,0.6,-->,19.303989,28.198614,4.912597 +0.4,1,0.6,0.8,-->,13.228896,18.739477,3.706405 +0.4,1,0.6,1,-->,7.782112,6.358769,2.448733 +0.4,1,0.8,0,-->,35.693913,47.861008,19.292166 +0.4,1,0.8,0.2,-->,30.791309,41.788235,16.947538 +0.4,1,0.8,0.4,-->,25.917234,35.644268,14.038795 +0.4,1,0.8,0.6,-->,19.385818,26.936064,10.173247 +0.4,1,0.8,0.8,-->,13.409101,17.764389,6.889068 +0.4,1,0.8,1,-->,7.892135,5.608309,2.969031 +0.4,1,1,0,-->,35.786652,47.671383,25.073448 +0.4,1,1,0.2,-->,30.971277,41.570187,21.933084 +0.4,1,1,0.4,-->,26.154936,35.166679,17.852909 +0.4,1,1,0.6,-->,19.533155,26.361170,12.906927 +0.4,1,1,0.8,-->,13.622345,17.311180,8.456439 +0.4,1,1,1,-->,7.944133,5.245732,3.218176 +0.6,0,0,0,-->,67.161377,-21.360220,-30.694807 +0.6,0,0,0.2,-->,58.717121,-18.946079,-26.898552 +0.6,0,0,0.4,-->,50.288475,-16.218897,-22.678719 +0.6,0,0,0.6,-->,38.863834,-12.786162,-17.831949 +0.6,0,0,0.8,-->,27.154572,-8.846328,-12.482901 +0.6,0,0,1,-->,11.520002,-2.687695,-4.050111 +0.6,0,0.2,0,-->,65.638512,-26.491852,-15.958012 +0.6,0,0.2,0.2,-->,57.304935,-23.515760,-14.094721 +0.6,0,0.2,0.4,-->,49.378418,-19.908850,-11.808611 +0.6,0,0.2,0.6,-->,37.980988,-15.764906,-9.757671 +0.6,0,0.2,0.8,-->,26.164520,-10.988562,-6.761524 +0.6,0,0.2,1,-->,11.288469,-3.778426,-1.695264 +0.6,0,0.4,0,-->,64.507042,-30.907185,0.542983 +0.6,0,0.4,0.2,-->,56.131195,-27.492908,0.111782 +0.6,0,0.4,0.4,-->,47.949982,-23.212551,-0.607177 +0.6,0,0.4,0.6,-->,36.911591,-18.297478,-0.605900 +0.6,0,0.4,0.8,-->,25.268364,-12.946513,-0.512828 +0.6,0,0.4,1,-->,11.093233,-4.733102,0.521066 +0.6,0,0.6,0,-->,63.214993,-34.640430,19.032518 +0.6,0,0.6,0.2,-->,54.871403,-30.837534,15.956187 +0.6,0,0.6,0.4,-->,46.804802,-26.255428,13.165374 +0.6,0,0.6,0.6,-->,35.759945,-20.460892,9.564899 +0.6,0,0.6,0.8,-->,24.597424,-14.710683,6.815018 +0.6,0,0.6,1,-->,10.923926,-5.584234,2.648967 +0.6,0,0.8,0,-->,62.064339,-37.007809,36.952751 +0.6,0,0.8,0.2,-->,53.727997,-33.069019,31.482595 +0.6,0,0.8,0.4,-->,46.012642,-28.260368,26.891727 +0.6,0,0.8,0.6,-->,34.999168,-22.122269,20.045269 +0.6,0,0.8,0.8,-->,24.184580,-15.973165,13.921852 +0.6,0,0.8,1,-->,10.804073,-6.204208,4.319205 +0.6,0,1,0,-->,61.387722,-37.933826,48.217655 +0.6,0,1,0.2,-->,53.041340,-34.020538,41.455265 +0.6,0,1,0.4,-->,45.639694,-29.069899,35.625587 +0.6,0,1,0.6,-->,34.684891,-22.951498,27.039812 +0.6,0,1,0.8,-->,24.021235,-16.557680,18.316727 +0.6,0,1,1,-->,10.746480,-6.506262,5.172229 +0.6,0.2,0,0,-->,59.787594,-10.125788,-31.794527 +0.6,0.2,0,0.2,-->,52.548866,-9.319988,-27.725554 +0.6,0.2,0,0.4,-->,45.426407,-8.065432,-23.056911 +0.6,0.2,0,0.6,-->,35.363831,-6.661248,-17.795647 +0.6,0.2,0,0.8,-->,24.535141,-4.264997,-12.356139 +0.6,0.2,0,1,-->,10.343037,-0.107071,-3.578139 +0.6,0.2,0.2,0,-->,58.626957,-14.451894,-17.722645 +0.6,0.2,0.2,0.2,-->,51.701027,-13.181326,-15.384872 +0.6,0.2,0.2,0.4,-->,44.641994,-11.444803,-13.033894 +0.6,0.2,0.2,0.6,-->,34.702923,-9.418669,-10.251188 +0.6,0.2,0.2,0.8,-->,23.714655,-6.342453,-6.937516 +0.6,0.2,0.2,1,-->,10.215815,-1.244623,-1.442995 +0.6,0.2,0.4,0,-->,57.648205,-19.107578,-2.950002 +0.6,0.2,0.4,0.2,-->,50.280617,-17.271639,-2.702096 +0.6,0.2,0.4,0.4,-->,43.478161,-14.859900,-2.310299 +0.6,0.2,0.4,0.6,-->,33.648476,-11.904465,-1.547953 +0.6,0.2,0.4,0.8,-->,22.904119,-8.235397,-1.041957 +0.6,0.2,0.4,1,-->,10.108020,-2.228163,0.528179 +0.6,0.2,0.6,0,-->,56.408894,-22.269815,14.361626 +0.6,0.2,0.6,0.2,-->,49.096306,-20.123066,12.356413 +0.6,0.2,0.6,0.4,-->,42.431793,-17.557756,10.606226 +0.6,0.2,0.6,0.6,-->,32.736858,-14.094979,8.178065 +0.6,0.2,0.6,0.8,-->,22.323111,-9.897489,5.795593 +0.6,0.2,0.6,1,-->,10.016064,-3.090944,2.386584 +0.6,0.2,0.8,0,-->,55.547256,-24.260012,31.250063 +0.6,0.2,0.8,0.2,-->,48.379795,-21.980520,27.250898 +0.6,0.2,0.8,0.4,-->,41.820290,-19.470156,23.501610 +0.6,0.2,0.8,0.6,-->,32.014015,-15.572385,17.749477 +0.6,0.2,0.8,0.8,-->,21.969549,-11.039351,12.209406 +0.6,0.2,0.8,1,-->,9.950647,-3.713480,3.811978 +0.6,0.2,1,0,-->,55.170517,-25.065536,41.655910 +0.6,0.2,1,0.2,-->,48.108601,-22.767694,36.577770 +0.6,0.2,1,0.4,-->,41.610397,-20.360439,31.660851 +0.6,0.2,1,0.6,-->,31.620323,-16.206579,23.899662 +0.6,0.2,1,0.8,-->,21.829645,-11.545126,16.030588 +0.6,0.2,1,1,-->,9.919333,-4.017897,4.505228 +0.6,0.4,0,0,-->,52.405064,2.349847,-32.097431 +0.6,0.4,0,0.2,-->,46.148373,1.303079,-28.184107 +0.6,0.4,0,0.4,-->,39.554840,1.223101,-23.589453 +0.6,0.4,0,0.6,-->,30.958021,0.251524,-18.219437 +0.6,0.4,0,0.8,-->,21.684196,0.769694,-12.375814 +0.6,0.4,0,1,-->,9.204648,2.494710,-3.093330 +0.6,0.4,0.2,0,-->,51.083954,-1.244752,-19.539145 +0.6,0.4,0.2,0.2,-->,45.297935,-2.010077,-16.750793 +0.6,0.4,0.2,0.4,-->,38.985767,-2.089576,-14.346274 +0.6,0.4,0.2,0.6,-->,30.478092,-2.270864,-10.831365 +0.6,0.4,0.2,0.8,-->,21.022013,-1.268836,-7.162107 +0.6,0.4,0.2,1,-->,9.184589,1.273395,-1.185932 +0.6,0.4,0.4,0,-->,50.449078,-5.877851,-6.043622 +0.6,0.4,0.4,0.2,-->,44.161545,-5.729439,-5.204793 +0.6,0.4,0.4,0.4,-->,37.936382,-5.014735,-4.415941 +0.6,0.4,0.4,0.6,-->,29.564011,-4.711344,-3.010297 +0.6,0.4,0.4,0.8,-->,20.348282,-3.157927,-1.725989 +0.6,0.4,0.4,1,-->,9.168319,0.233133,0.539609 +0.6,0.4,0.6,0,-->,49.129028,-9.088938,9.377874 +0.6,0.4,0.6,0.2,-->,42.860214,-8.643640,8.365380 +0.6,0.4,0.6,0.4,-->,36.972374,-7.828477,7.337642 +0.6,0.4,0.6,0.6,-->,28.811247,-6.642211,6.123303 +0.6,0.4,0.6,0.8,-->,19.839363,-4.632681,4.572682 +0.6,0.4,0.6,1,-->,9.154135,-0.671158,2.127681 +0.6,0.4,0.8,0,-->,48.397266,-10.776100,24.671688 +0.6,0.4,0.8,0.2,-->,42.294743,-10.251759,21.882942 +0.6,0.4,0.8,0.4,-->,36.566605,-9.619579,18.945274 +0.6,0.4,0.8,0.6,-->,28.212219,-8.050947,14.705812 +0.6,0.4,0.8,0.8,-->,19.573282,-5.707818,10.276252 +0.6,0.4,0.8,1,-->,9.143981,-1.316493,3.282226 +0.6,0.4,1,0,-->,48.219303,-11.206572,34.140079 +0.6,0.4,1,0.2,-->,42.260731,-10.691942,30.171026 +0.6,0.4,1,0.4,-->,36.544235,-10.280850,26.087082 +0.6,0.4,1,0.6,-->,27.882280,-8.747237,19.855188 +0.6,0.4,1,0.8,-->,19.499630,-6.234842,13.506033 +0.6,0.4,1,1,-->,9.139074,-1.626700,3.832953 +0.6,0.6,0,0,-->,43.896042,16.616669,-32.157619 +0.6,0.6,0,0.2,-->,38.653862,13.913402,-28.371717 +0.6,0.6,0,0.4,-->,33.173145,12.237418,-23.822161 +0.6,0.6,0,0.6,-->,25.850552,8.964258,-18.280075 +0.6,0.6,0,0.8,-->,18.122704,7.065424,-12.182230 +0.6,0.6,0,1,-->,8.113823,5.093239,-2.588763 +0.6,0.6,0.2,0,-->,42.963867,13.254137,-20.916464 +0.6,0.6,0.2,0.2,-->,38.049015,10.905255,-18.069468 +0.6,0.6,0.2,0.4,-->,32.599667,9.320086,-15.377357 +0.6,0.6,0.2,0.6,-->,25.461315,6.510518,-11.553812 +0.6,0.6,0.2,0.8,-->,17.633589,4.940062,-7.392443 +0.6,0.6,0.2,1,-->,8.205408,3.750026,-0.922841 +0.6,0.6,0.4,0,-->,42.601128,9.026772,-8.931163 +0.6,0.6,0.4,0.2,-->,37.096310,7.571618,-7.722075 +0.6,0.6,0.4,0.4,-->,31.907345,6.436315,-6.336897 +0.6,0.6,0.4,0.6,-->,24.774323,4.207902,-4.382138 +0.6,0.6,0.4,0.8,-->,17.136293,3.032549,-2.447069 +0.6,0.6,0.4,1,-->,8.281975,2.621046,0.550978 +0.6,0.6,0.6,0,-->,41.577198,6.320877,5.001071 +0.6,0.6,0.6,0.2,-->,36.040062,4.860616,4.405886 +0.6,0.6,0.6,0.4,-->,31.124332,4.025755,4.226916 +0.6,0.6,0.6,0.6,-->,24.302073,2.464418,3.800260 +0.6,0.6,0.6,0.8,-->,16.798565,1.664850,3.065653 +0.6,0.6,0.6,1,-->,8.345812,1.651201,1.836358 +0.6,0.6,0.8,0,-->,41.017895,4.820383,18.221125 +0.6,0.6,0.8,0.2,-->,35.702255,3.393986,16.086794 +0.6,0.6,0.8,0.4,-->,30.933073,2.311393,14.131662 +0.6,0.6,0.8,0.6,-->,23.868404,1.244562,10.948558 +0.6,0.6,0.8,0.8,-->,16.650436,0.745740,7.784832 +0.6,0.6,0.8,1,-->,8.390846,0.965156,2.740147 +0.6,0.6,1,0,-->,40.893028,4.346305,25.910666 +0.6,0.6,1,0.2,-->,35.800579,3.011528,22.896408 +0.6,0.6,1,0.4,-->,31.071308,1.530945,19.740511 +0.6,0.6,1,0.6,-->,23.591866,0.660686,14.887426 +0.6,0.6,1,0.8,-->,16.629820,0.328416,10.300905 +0.6,0.6,1,1,-->,8.412412,0.635425,3.171257 +0.6,0.8,0,0,-->,36.318771,30.668056,-32.236164 +0.6,0.8,0,0.2,-->,31.797768,26.519787,-28.661095 +0.6,0.8,0,0.4,-->,27.140913,23.259638,-24.171696 +0.6,0.8,0,0.6,-->,20.925051,17.596682,-18.594553 +0.6,0.8,0,0.8,-->,14.623889,12.981829,-12.081330 +0.6,0.8,0,1,-->,7.285795,7.097753,-2.125887 +0.6,0.8,0.2,0,-->,35.749836,27.476242,-22.048029 +0.6,0.8,0.2,0.2,-->,31.434107,23.653206,-19.286428 +0.6,0.8,0.2,0.4,-->,26.717966,20.565674,-16.478577 +0.6,0.8,0.2,0.6,-->,20.690599,15.200666,-12.487072 +0.6,0.8,0.2,0.8,-->,14.359343,10.761821,-7.740960 +0.6,0.8,0.2,1,-->,7.462002,5.666598,-0.683082 +0.6,0.8,0.4,0,-->,35.576973,23.439642,-11.531902 +0.6,0.8,0.4,0.2,-->,30.753756,20.376688,-10.094622 +0.6,0.8,0.4,0.4,-->,26.287846,17.575052,-8.327374 +0.6,0.8,0.4,0.6,-->,20.274054,13.041607,-5.874295 +0.6,0.8,0.4,0.8,-->,14.088466,8.834670,-3.313407 +0.6,0.8,0.4,1,-->,7.608222,4.466105,0.534502 +0.6,0.8,0.6,0,-->,34.942436,20.893749,0.983881 +0.6,0.8,0.6,0.2,-->,30.058229,17.722317,0.736347 +0.6,0.8,0.6,0.4,-->,25.793665,15.204268,1.158611 +0.6,0.8,0.6,0.6,-->,20.058516,11.141603,1.321607 +0.6,0.8,0.6,0.8,-->,13.949481,7.397056,1.429293 +0.6,0.8,0.6,1,-->,7.733540,3.440997,1.571892 +0.6,0.8,0.8,0,-->,34.625248,19.494785,12.362355 +0.6,0.8,0.8,0.2,-->,29.955206,16.329678,10.761501 +0.6,0.8,0.8,0.4,-->,25.828842,13.567423,9.530322 +0.6,0.8,0.8,0.6,-->,19.875402,9.916578,7.256144 +0.6,0.8,0.8,0.8,-->,13.958383,6.464631,5.274094 +0.6,0.8,0.8,1,-->,7.820838,2.719005,2.300070 +0.6,0.8,1,0,-->,34.579655,19.041029,18.633539 +0.6,0.8,1,0.2,-->,30.141609,15.988334,16.337185 +0.6,0.8,1,0.4,-->,26.080332,12.836038,13.896713 +0.6,0.8,1,0.6,-->,19.759562,9.410583,10.308064 +0.6,0.8,1,0.8,-->,14.021419,6.064406,7.214604 +0.6,0.8,1,1,-->,7.862475,2.370852,2.648861 +0.6,1,0,0,-->,29.948256,43.681034,-32.287834 +0.6,1,0,0.2,-->,25.793293,38.643845,-29.079756 +0.6,1,0,0.4,-->,21.576031,34.225773,-24.741112 +0.6,1,0,0.6,-->,16.291597,26.194115,-19.269268 +0.6,1,0,0.8,-->,11.299326,18.609676,-12.141192 +0.6,1,0,1,-->,6.710949,8.462534,-1.708958 +0.6,1,0.2,0,-->,29.666216,40.641579,-22.895063 +0.6,1,0.2,0.2,-->,25.647003,35.767838,-20.403294 +0.6,1,0.2,0.4,-->,21.499863,31.304415,-17.673050 +0.6,1,0.2,0.6,-->,16.289059,23.718760,-13.661293 +0.6,1,0.2,0.8,-->,11.314824,16.201927,-8.227281 +0.6,1,0.2,1,-->,6.943923,6.981282,-0.492203 +0.6,1,0.4,0,-->,29.590118,36.672935,-13.784482 +0.6,1,0.4,0.2,-->,25.343367,32.083023,-12.241727 +0.6,1,0.4,0.4,-->,21.209623,28.209908,-10.402201 +0.6,1,0.4,0.6,-->,16.190681,21.587090,-7.490378 +0.6,1,0.4,0.8,-->,11.319598,14.167213,-4.301134 +0.6,1,0.4,1,-->,7.138359,5.746166,0.521689 +0.6,1,0.6,0,-->,29.412651,33.813633,-2.550127 +0.6,1,0.6,0.2,-->,25.105345,29.156055,-2.483364 +0.6,1,0.6,0.4,-->,21.115681,25.371641,-1.804820 +0.6,1,0.6,0.6,-->,16.201094,19.256159,-1.251235 +0.6,1,0.6,0.8,-->,11.398939,12.487308,-0.253652 +0.6,1,0.6,1,-->,7.304056,4.692163,1.382951 +0.6,1,0.8,0,-->,29.404541,32.309460,7.344269 +0.6,1,0.8,0.2,-->,25.232613,27.748156,6.157790 +0.6,1,0.8,0.4,-->,21.387556,23.752533,5.286421 +0.6,1,0.8,0.6,-->,16.352579,17.732090,3.778905 +0.6,1,0.8,0.8,-->,11.596357,11.364833,2.887123 +0.6,1,0.8,1,-->,7.420522,3.949637,1.986511 +0.6,1,1,0,-->,29.474535,31.879719,12.637506 +0.6,1,1,0.2,-->,25.462774,27.477943,10.775743 +0.6,1,1,0.4,-->,21.704504,23.244074,8.707666 +0.6,1,1,0.6,-->,16.504929,17.119699,6.306286 +0.6,1,1,0.8,-->,11.769755,10.870677,4.411343 +0.6,1,1,1,-->,7.476198,3.594219,2.277940 +0.8,0,0,0,-->,58.925484,-28.973339,-40.630005 +0.8,0,0,0.2,-->,51.551811,-25.902899,-35.557449 +0.8,0,0,0.4,-->,44.218311,-22.318947,-30.114843 +0.8,0,0,0.6,-->,34.086605,-17.688660,-23.821812 +0.8,0,0,0.8,-->,23.661423,-12.242403,-16.770157 +0.8,0,0,1,-->,10.548929,-3.845713,-5.588793 +0.8,0,0.2,0,-->,57.257305,-35.769730,-26.420477 +0.8,0,0.2,0.2,-->,49.989826,-31.847839,-23.250921 +0.8,0,0.2,0.4,-->,43.146122,-27.178673,-19.730206 +0.8,0,0.2,0.6,-->,33.293518,-21.483767,-15.871794 +0.8,0,0.2,0.8,-->,22.867081,-14.849185,-11.017562 +0.8,0,0.2,1,-->,10.437964,-5.064003,-3.065584 +0.8,0,0.4,0,-->,56.269657,-42.083767,-10.064900 +0.8,0,0.4,0.2,-->,48.998707,-37.469803,-9.416716 +0.8,0,0.4,0.4,-->,42.104183,-31.659407,-8.666758 +0.8,0,0.4,0.6,-->,32.249058,-24.726109,-6.814440 +0.8,0,0.4,0.8,-->,22.110605,-17.219543,-4.802106 +0.8,0,0.4,1,-->,10.344302,-6.116175,-0.708145 +0.8,0,0.6,0,-->,55.030125,-47.318459,7.476729 +0.8,0,0.6,0.2,-->,47.771122,-42.202785,5.884798 +0.8,0,0.6,0.4,-->,40.962955,-35.871162,4.575160 +0.8,0,0.6,0.6,-->,31.400078,-27.694433,3.127437 +0.8,0,0.6,0.8,-->,21.641878,-19.448997,2.385337 +0.8,0,0.6,1,-->,10.263884,-7.042686,1.533316 +0.8,0,0.8,0,-->,53.903423,-50.946209,24.207521 +0.8,0,0.8,0.2,-->,46.727299,-45.474457,20.564413 +0.8,0,0.8,0.4,-->,40.193455,-38.575439,17.600557 +0.8,0,0.8,0.6,-->,30.781036,-29.833317,12.974669 +0.8,0,0.8,0.8,-->,21.325359,-21.018177,9.064133 +0.8,0,0.8,1,-->,10.207818,-7.709406,3.278760 +0.8,0,1,0,-->,53.236588,-52.570423,34.567406 +0.8,0,1,0.2,-->,46.144875,-46.915451,29.637657 +0.8,0,1,0.4,-->,39.866371,-39.572086,25.706511 +0.8,0,1,0.6,-->,30.470821,-30.826849,19.348919 +0.8,0,1,0.8,-->,21.173172,-21.728100,13.039966 +0.8,0,1,1,-->,10.180346,-8.032967,4.167001 +0.8,0.2,0,0,-->,52.230305,-18.322412,-41.132397 +0.8,0.2,0,0.2,-->,45.787018,-16.581688,-36.092083 +0.8,0.2,0,0.4,-->,39.471272,-14.245254,-30.454979 +0.8,0.2,0,0.6,-->,30.683210,-11.370791,-23.697010 +0.8,0.2,0,0.8,-->,21.179750,-7.494064,-16.514849 +0.8,0.2,0,1,-->,9.498242,-1.172442,-5.012896 +0.8,0.2,0.2,0,-->,51.031731,-24.371893,-27.527449 +0.8,0.2,0.2,0.2,-->,44.882961,-21.776602,-24.106514 +0.8,0.2,0.2,0.4,-->,38.742188,-18.673763,-20.704815 +0.8,0.2,0.2,0.6,-->,30.084982,-14.874028,-16.346184 +0.8,0.2,0.2,0.8,-->,20.527184,-10.013747,-11.099813 +0.8,0.2,0.2,1,-->,9.470835,-2.427598,-2.720381 +0.8,0.2,0.4,0,-->,50.206165,-30.553759,-13.067674 +0.8,0.2,0.4,0.2,-->,43.629753,-27.401165,-11.727607 +0.8,0.2,0.4,0.4,-->,37.676170,-23.188635,-10.119564 +0.8,0.2,0.4,0.6,-->,29.080750,-18.070143,-7.642165 +0.8,0.2,0.4,0.8,-->,19.867008,-12.316021,-5.216246 +0.8,0.2,0.4,1,-->,9.447856,-3.500342,-0.619048 +0.8,0.2,0.6,0,-->,48.981560,-35.447598,3.655457 +0.8,0.2,0.6,0.2,-->,42.553276,-31.676636,2.804698 +0.8,0.2,0.6,0.4,-->,36.721111,-27.100298,2.197141 +0.8,0.2,0.6,0.6,-->,28.349913,-21.100451,1.700963 +0.8,0.2,0.6,0.8,-->,19.463409,-14.426815,1.417271 +0.8,0.2,0.6,1,-->,9.427947,-4.433177,1.347628 +0.8,0.2,0.8,0,-->,48.114559,-38.675564,19.492323 +0.8,0.2,0.8,0.2,-->,41.905415,-34.573074,16.796125 +0.8,0.2,0.8,0.4,-->,36.209305,-29.777020,14.305206 +0.8,0.2,0.8,0.6,-->,27.786966,-23.175177,10.681721 +0.8,0.2,0.8,0.8,-->,19.209309,-15.893742,7.427378 +0.8,0.2,0.8,1,-->,9.414604,-5.101105,2.847970 +0.8,0.2,1,0,-->,47.731968,-39.997353,28.820808 +0.8,0.2,1,0.2,-->,41.665058,-35.832420,25.247358 +0.8,0.2,1,0.4,-->,36.067959,-30.917528,21.838089 +0.8,0.2,1,0.6,-->,27.481178,-24.069893,16.335787 +0.8,0.2,1,0.8,-->,19.097555,-16.553789,10.901258 +0.8,0.2,1,1,-->,9.407720,-5.424954,3.579036 +0.8,0.4,0,0,-->,45.439716,-6.481320,-40.947414 +0.8,0.4,0,0.2,-->,39.937275,-6.390543,-36.082546 +0.8,0.4,0,0.4,-->,34.141251,-5.098399,-30.599485 +0.8,0.4,0,0.6,-->,26.536358,-4.425334,-23.902359 +0.8,0.4,0,0.8,-->,18.498276,-2.336411,-16.385275 +0.8,0.4,0,1,-->,8.488671,1.477368,-4.422241 +0.8,0.4,0.2,0,-->,44.161926,-11.875198,-28.764153 +0.8,0.4,0.2,0.2,-->,38.983791,-11.053349,-25.081436 +0.8,0.4,0.2,0.4,-->,33.439621,-9.536448,-21.720669 +0.8,0.4,0.2,0.6,-->,26.059046,-7.724241,-16.588678 +0.8,0.4,0.2,0.8,-->,17.986187,-4.819023,-11.147864 +0.8,0.4,0.2,1,-->,8.547554,0.153079,-2.372844 +0.8,0.4,0.4,0,-->,43.529434,-17.986343,-15.547884 +0.8,0.4,0.4,0.2,-->,38.063133,-16.246157,-13.627163 +0.8,0.4,0.4,0.4,-->,32.542572,-13.531667,-11.959866 +0.8,0.4,0.4,0.6,-->,25.251896,-10.982125,-8.883870 +0.8,0.4,0.4,0.8,-->,17.467215,-7.135614,-5.760080 +0.8,0.4,0.4,1,-->,8.596587,-0.965384,-0.527047 +0.8,0.4,0.6,0,-->,42.281620,-22.802917,-0.816432 +0.8,0.4,0.6,0.2,-->,36.821918,-20.593109,-0.686426 +0.8,0.4,0.6,0.4,-->,31.648067,-17.492786,-0.746903 +0.8,0.4,0.6,0.6,-->,24.770039,-13.700006,-0.084439 +0.8,0.4,0.6,0.8,-->,17.171227,-9.045544,0.326000 +0.8,0.4,0.6,1,-->,8.637896,-1.928784,1.164782 +0.8,0.4,0.8,0,-->,41.655796,-25.735449,13.526750 +0.8,0.4,0.8,0.2,-->,36.312786,-23.182693,11.895026 +0.8,0.4,0.8,0.4,-->,31.314358,-20.071716,10.092266 +0.8,0.4,0.8,0.6,-->,24.331682,-15.688134,7.875206 +0.8,0.4,0.8,0.8,-->,17.005188,-10.438572,5.632005 +0.8,0.4,0.8,1,-->,8.667454,-2.612079,2.395581 +0.8,0.4,1,0,-->,41.558083,-26.730700,22.188232 +0.8,0.4,1,0.2,-->,36.323418,-23.990301,19.379864 +0.8,0.4,1,0.4,-->,31.345436,-21.029142,16.590845 +0.8,0.4,1,0.6,-->,24.047398,-16.676590,12.497643 +0.8,0.4,1,0.8,-->,16.943272,-11.123356,8.554930 +0.8,0.4,1,1,-->,8.681308,-2.940176,2.984671 +0.8,0.6,0,0,-->,37.650593,6.853016,-40.794716 +0.8,0.6,0,0.2,-->,33.003651,5.606212,-36.053013 +0.8,0.6,0,0.4,-->,28.223505,5.333751,-30.662264 +0.8,0.6,0,0.6,-->,21.927975,3.951841,-23.690475 +0.8,0.6,0,0.8,-->,15.348273,3.759359,-15.910962 +0.8,0.6,0,1,-->,7.537404,4.036029,-3.804136 +0.8,0.6,0.2,0,-->,36.708282,1.858974,-29.802637 +0.8,0.6,0.2,0.2,-->,32.317249,1.301544,-26.054510 +0.8,0.6,0.2,0.4,-->,27.624029,1.376431,-22.474852 +0.8,0.6,0.2,0.6,-->,21.544540,0.735177,-17.084703 +0.8,0.6,0.2,0.8,-->,14.990923,1.199223,-11.141633 +0.8,0.6,0.2,1,-->,7.680231,2.634148,-2.015222 +0.8,0.6,0.4,0,-->,36.343056,-3.630880,-18.105862 +0.8,0.6,0.4,0.2,-->,31.568701,-3.415021,-15.829000 +0.8,0.6,0.4,0.4,-->,26.994722,-2.475020,-13.610398 +0.8,0.6,0.4,0.6,-->,20.952843,-2.231613,-9.954067 +0.8,0.6,0.4,0.8,-->,14.635497,-1.088125,-6.246576 +0.8,0.6,0.4,1,-->,7.799790,1.456682,-0.434947 +0.8,0.6,0.6,0,-->,35.352295,-7.898507,-4.821751 +0.8,0.6,0.6,0.2,-->,30.564583,-7.516726,-4.282423 +0.8,0.6,0.6,0.4,-->,26.272678,-5.902497,-3.549192 +0.8,0.6,0.6,0.6,-->,20.710333,-4.769071,-2.094790 +0.8,0.6,0.6,0.8,-->,14.483671,-2.896714,-0.871939 +0.8,0.6,0.6,1,-->,7.900921,0.448156,0.954486 +0.8,0.6,0.8,0,-->,34.844307,-10.592205,7.464023 +0.8,0.6,0.8,0.2,-->,30.261091,-9.898856,6.553562 +0.8,0.6,0.8,0.4,-->,26.154562,-8.356648,5.691190 +0.8,0.6,0.8,0.6,-->,20.433010,-6.486434,4.587274 +0.8,0.6,0.8,0.8,-->,14.405723,-4.108218,3.544625 +0.8,0.6,0.8,1,-->,7.972255,-0.264686,1.931809 +0.8,0.6,1,0,-->,34.760406,-11.601628,14.367705 +0.8,0.6,1,0.2,-->,30.383614,-10.597304,12.682450 +0.8,0.6,1,0.4,-->,26.344219,-9.446878,10.801642 +0.8,0.6,1,0.6,-->,20.219015,-7.263827,8.208054 +0.8,0.6,1,0.8,-->,14.377646,-4.647728,5.824183 +0.8,0.6,1,1,-->,8.006804,-0.603924,2.397253 +0.8,0.8,0,0,-->,30.719355,19.904480,-40.803253 +0.8,0.8,0,0.2,-->,26.811386,17.331669,-36.233936 +0.8,0.8,0,0.4,-->,22.824429,15.411008,-30.839632 +0.8,0.8,0,0.6,-->,17.641668,11.861664,-23.704990 +0.8,0.8,0,0.8,-->,12.388500,9.188690,-15.531089 +0.8,0.8,0,1,-->,6.846563,5.881180,-3.219697 +0.8,0.8,0.2,0,-->,30.100096,15.210515,-30.846357 +0.8,0.8,0.2,0.2,-->,26.358995,13.170375,-27.083754 +0.8,0.8,0.2,0.4,-->,22.393753,11.690324,-23.313026 +0.8,0.8,0.2,0.6,-->,17.409897,8.694519,-17.673216 +0.8,0.8,0.2,0.8,-->,12.226678,6.562103,-11.159880 +0.8,0.8,0.2,1,-->,7.047845,4.436558,-1.666819 +0.8,0.8,0.4,0,-->,29.947618,9.890497,-20.474442 +0.8,0.8,0.4,0.2,-->,25.838062,8.556935,-17.950253 +0.8,0.8,0.4,0.4,-->,22.006975,7.858229,-15.259837 +0.8,0.8,0.4,0.6,-->,17.068455,5.922735,-11.080191 +0.8,0.8,0.4,0.8,-->,12.066195,4.286710,-6.727463 +0.8,0.8,0.4,1,-->,7.215692,3.231719,-0.343312 +0.8,0.8,0.6,0,-->,29.321674,5.948619,-8.522061 +0.8,0.8,0.6,0.2,-->,25.178423,4.599919,-7.593300 +0.8,0.8,0.6,0.4,-->,21.559006,4.546631,-6.143070 +0.8,0.8,0.6,0.6,-->,17.040615,3.303049,-4.087160 +0.8,0.8,0.6,0.8,-->,12.081239,2.421982,-2.053942 +0.8,0.8,0.6,1,-->,7.359318,2.202430,0.783298 +0.8,0.8,0.8,0,-->,29.014189,3.507082,2.075456 +0.8,0.8,0.8,0.2,-->,25.086052,2.387009,1.744661 +0.8,0.8,0.8,0.4,-->,21.640575,2.239379,1.721634 +0.8,0.8,0.8,0.6,-->,16.977318,1.626153,1.572014 +0.8,0.8,0.8,0.8,-->,12.128882,1.234759,1.623600 +0.8,0.8,0.8,1,-->,7.459477,1.480575,1.574202 +0.8,0.8,1,0,-->,28.977226,2.581163,7.747792 +0.8,0.8,1,0.2,-->,25.275717,1.773844,6.797341 +0.8,0.8,1,0.4,-->,21.921093,1.235093,5.722349 +0.8,0.8,1,0.6,-->,16.905890,0.945564,4.466258 +0.8,0.8,1,0.8,-->,12.165457,0.742959,3.448019 +0.8,0.8,1,1,-->,7.507858,1.134763,1.953285 +0.8,1,0,0,-->,24.898689,31.927931,-40.899818 +0.8,1,0,0.2,-->,21.590063,28.126007,-36.561874 +0.8,1,0,0.4,-->,18.091866,24.825064,-31.153374 +0.8,1,0,0.6,-->,13.789360,19.182686,-24.002636 +0.8,1,0,0.8,-->,9.716901,13.945351,-15.293374 +0.8,1,0,1,-->,6.366850,7.144202,-2.719438 +0.8,1,0.2,0,-->,24.553368,27.441376,-31.813070 +0.8,1,0.2,0.2,-->,21.304745,23.965261,-28.097965 +0.8,1,0.2,0.4,-->,17.899899,20.987072,-24.212749 +0.8,1,0.2,0.6,-->,13.771531,15.942204,-18.341927 +0.8,1,0.2,0.8,-->,9.786497,11.205151,-11.219346 +0.8,1,0.2,1,-->,6.608891,5.679806,-1.387891 +0.8,1,0.4,0,-->,24.534784,21.951946,-22.551790 +0.8,1,0.4,0.2,-->,21.080744,19.017456,-19.842960 +0.8,1,0.4,0.4,-->,17.717297,17.096674,-16.862629 +0.8,1,0.4,0.6,-->,13.714547,13.192565,-12.232288 +0.8,1,0.4,0.8,-->,9.846344,8.880100,-7.194891 +0.8,1,0.4,1,-->,6.810795,4.459418,-0.280205 +0.8,1,0.6,0,-->,24.368389,17.929255,-11.751652 +0.8,1,0.6,0.2,-->,20.849062,14.934605,-10.408683 +0.8,1,0.6,0.4,-->,17.641941,13.375138,-8.421518 +0.8,1,0.6,0.6,-->,13.871147,10.293761,-5.985401 +0.8,1,0.6,0.8,-->,10.041772,6.819502,-3.164113 +0.8,1,0.6,1,-->,6.982259,3.421207,0.662646 +0.8,1,0.8,0,-->,24.353870,15.570295,-2.364530 +0.8,1,0.8,0.2,-->,20.958139,12.828849,-2.253386 +0.8,1,0.8,0.4,-->,17.897524,11.226626,-1.662798 +0.8,1,0.8,0.6,-->,14.067791,8.398833,-1.051077 +0.8,1,0.8,0.8,-->,10.241632,5.501337,-0.044921 +0.8,1,0.8,1,-->,7.102746,2.691479,1.326440 +0.8,1,1,0,-->,24.415810,14.726695,2.631442 +0.8,1,1,0.2,-->,21.172371,12.333431,2.007257 +0.8,1,1,0.4,-->,18.194693,10.558729,1.479557 +0.8,1,1,0.6,-->,14.201352,7.623630,1.396387 +0.8,1,1,0.8,-->,10.367087,4.956325,1.502082 +0.8,1,1,1,-->,7.161061,2.343661,1.644909 +1,0,0,0,-->,52.342491,-35.847073,-48.662407 +1,0,0,0.2,-->,45.944031,-32.179882,-42.402584 +1,0,0,0.4,-->,39.346764,-28.022470,-36.203987 +1,0,0,0.6,-->,30.253679,-22.306309,-28.788456 +1,0,0,0.8,-->,20.909678,-15.249000,-20.226847 +1,0,0,1,-->,9.875845,-4.721011,-6.659317 +1,0,0.2,0,-->,50.526665,-44.844227,-34.867287 +1,0,0.2,0.2,-->,44.117111,-39.835678,-30.636837 +1,0,0.2,0.4,-->,38.083500,-34.306332,-26.253225 +1,0,0.2,0.6,-->,29.504395,-26.913181,-20.826136 +1,0,0.2,0.8,-->,20.292656,-18.244265,-14.368975 +1,0,0.2,1,-->,9.852652,-6.026188,-4.010069 +1,0,0.4,0,-->,49.766880,-53.469566,-18.519590 +1,0,0.4,0.2,-->,43.498634,-47.164482,-16.885071 +1,0,0.4,0.4,-->,37.427841,-40.057270,-15.099174 +1,0,0.4,0.6,-->,28.396297,-30.991152,-11.815025 +1,0,0.4,0.8,-->,19.640547,-20.978987,-8.146231 +1,0,0.4,1,-->,9.832537,-7.137620,-1.553159 +1,0,0.6,0,-->,48.512318,-60.816700,-2.035224 +1,0,0.6,0.2,-->,42.290531,-53.784744,-2.000988 +1,0,0.6,0.4,-->,36.310215,-45.765381,-2.330780 +1,0,0.6,0.6,-->,28.025345,-34.793030,-1.968720 +1,0,0.6,0.8,-->,19.333769,-23.702892,-1.073883 +1,0,0.6,1,-->,9.816158,-8.107701,0.774862 +1,0,0.8,0,-->,47.487053,-66.119911,13.754038 +1,0,0.8,0.2,-->,41.422070,-58.262844,12.112162 +1,0,0.8,0.4,-->,35.557636,-49.399689,10.034175 +1,0,0.8,0.6,-->,27.495813,-37.482494,7.236962 +1,0,0.8,0.8,-->,19.075405,-25.630445,5.216550 +1,0,0.8,1,-->,9.803836,-8.793344,2.573853 +1,0,1,0,-->,46.955338,-68.541733,23.621714 +1,0,1,0.2,-->,41.045261,-60.029362,20.561859 +1,0,1,0.4,-->,35.258625,-50.627041,17.581284 +1,0,1,0.6,-->,27.041637,-38.772503,13.037093 +1,0,1,0.8,-->,18.912260,-26.514666,8.813620 +1,0,1,1,-->,9.798619,-9.120164,3.488859 +1,0.2,0,0,-->,46.193958,-25.845764,-48.721943 +1,0.2,0,0.2,-->,40.270145,-23.178490,-42.954006 +1,0.2,0,0.4,-->,34.436340,-20.012934,-36.834759 +1,0.2,0,0.6,-->,26.658573,-15.675755,-28.797911 +1,0.2,0,0.8,-->,18.393101,-10.215698,-19.969334 +1,0.2,0,1,-->,8.915357,-1.960915,-5.998761 +1,0.2,0.2,0,-->,44.978592,-33.876930,-35.536545 +1,0.2,0.2,0.2,-->,39.285973,-30.050711,-31.383238 +1,0.2,0.2,0.4,-->,33.632393,-25.733055,-27.344488 +1,0.2,0.2,0.6,-->,26.051403,-20.109669,-21.624891 +1,0.2,0.2,0.8,-->,17.882875,-13.166111,-14.532062 +1,0.2,0.2,1,-->,8.960358,-3.298124,-3.594729 +1,0.2,0.4,0,-->,44.172649,-42.060719,-21.347345 +1,0.2,0.4,0.2,-->,38.373516,-37.403984,-18.997316 +1,0.2,0.4,0.4,-->,32.758904,-31.672029,-16.817001 +1,0.2,0.4,0.6,-->,25.076172,-24.098528,-12.927279 +1,0.2,0.4,0.8,-->,17.351206,-15.827731,-8.636815 +1,0.2,0.4,1,-->,8.998466,-4.426717,-1.399883 +1,0.2,0.6,0,-->,43.038651,-49.366684,-5.150715 +1,0.2,0.6,0.2,-->,37.453434,-43.549076,-4.808080 +1,0.2,0.6,0.4,-->,31.999842,-37.068516,-4.974731 +1,0.2,0.6,0.6,-->,24.711161,-28.062437,-3.680103 +1,0.2,0.6,0.8,-->,17.123711,-18.421162,-2.121989 +1,0.2,0.6,1,-->,9.029863,-5.395201,0.644271 +1,0.2,0.8,0,-->,42.239540,-54.261444,9.799971 +1,0.2,0.8,0.2,-->,36.848438,-47.878250,8.421572 +1,0.2,0.8,0.4,-->,31.510612,-40.851341,6.404321 +1,0.2,0.8,0.6,-->,24.336941,-30.793009,4.855296 +1,0.2,0.8,0.8,-->,16.960630,-20.275082,3.546585 +1,0.2,0.8,1,-->,9.052612,-6.075958,2.196214 +1,0.2,1,0,-->,41.886345,-56.195854,18.313732 +1,0.2,1,0.2,-->,36.595043,-49.802994,16.130583 +1,0.2,1,0.4,-->,31.305393,-42.504845,13.412649 +1,0.2,1,0.6,-->,24.057968,-32.007713,10.081384 +1,0.2,1,0.8,-->,16.868834,-21.145266,6.704246 +1,0.2,1,1,-->,9.063398,-6.398249,2.954304 +1,0.4,0,0,-->,39.702919,-14.687496,-48.299263 +1,0.4,0,0.2,-->,34.737747,-13.229993,-42.606018 +1,0.4,0,0.4,-->,29.382536,-10.842308,-36.794025 +1,0.4,0,0.6,-->,22.665894,-8.369970,-28.871725 +1,0.4,0,0.8,-->,15.741101,-4.726810,-19.806347 +1,0.4,0,1,-->,7.997836,0.738110,-5.327451 +1,0.4,0.2,0,-->,38.684727,-22.356449,-36.184834 +1,0.4,0.2,0.2,-->,33.763966,-19.861921,-32.079208 +1,0.4,0.2,0.4,-->,28.612003,-16.681105,-28.176590 +1,0.4,0.2,0.6,-->,22.061134,-12.545141,-21.804667 +1,0.4,0.2,0.8,-->,15.329563,-7.627369,-14.580145 +1,0.4,0.2,1,-->,8.112945,-0.653687,-3.177473 +1,0.4,0.4,0,-->,38.034885,-30.340361,-23.091125 +1,0.4,0.4,0.2,-->,33.195934,-26.610224,-20.355614 +1,0.4,0.4,0.4,-->,27.962339,-21.931618,-18.407915 +1,0.4,0.4,0.6,-->,21.397917,-16.834822,-14.012554 +1,0.4,0.4,0.8,-->,14.959391,-10.375237,-9.176538 +1,0.4,0.4,1,-->,8.208774,-1.816797,-1.248271 +1,0.4,0.6,0,-->,36.942959,-36.844975,-8.931664 +1,0.4,0.6,0.2,-->,32.126045,-32.625992,-7.824000 +1,0.4,0.6,0.4,-->,27.274851,-27.328985,-7.481988 +1,0.4,0.6,0.6,-->,21.327248,-20.499361,-5.394783 +1,0.4,0.6,0.8,-->,14.902626,-12.786937,-3.231711 +1,0.4,0.6,1,-->,8.290327,-2.802950,0.514819 +1,0.4,0.8,0,-->,36.346081,-41.646744,4.441346 +1,0.4,0.8,0.2,-->,31.612343,-36.701843,3.882016 +1,0.4,0.8,0.4,-->,26.984306,-30.956535,2.658147 +1,0.4,0.8,0.6,-->,21.123709,-23.122101,2.088421 +1,0.4,0.8,0.8,-->,14.847326,-14.578648,1.731499 +1,0.4,0.8,1,-->,8.346274,-3.492765,1.799181 +1,0.4,1,0,-->,36.201012,-43.876232,12.318065 +1,0.4,1,0.2,-->,31.552252,-38.288097,10.616380 +1,0.4,1,0.4,-->,26.973083,-32.360554,8.519135 +1,0.4,1,0.6,-->,20.905634,-24.419352,6.330270 +1,0.4,1,0.8,-->,14.797809,-15.488174,4.377038 +1,0.4,1,1,-->,8.373548,-3.823970,2.411753 +1,0.6,0,0,-->,32.681751,-2.186030,-47.825481 +1,0.6,0,0.2,-->,28.452927,-1.904595,-42.312061 +1,0.6,0,0.4,-->,23.941248,-0.892162,-36.613506 +1,0.6,0,0.6,-->,18.465979,-0.249669,-28.434034 +1,0.6,0,0.8,-->,12.864142,1.234835,-19.158131 +1,0.6,0,1,-->,7.161537,3.219271,-4.596477 +1,0.6,0.2,0,-->,31.806065,-9.175155,-36.903740 +1,0.6,0.2,0.2,-->,27.636198,-8.024273,-32.681484 +1,0.6,0.2,0.4,-->,23.387556,-6.203889,-28.539774 +1,0.6,0.2,0.6,-->,18.071369,-4.277841,-22.005259 +1,0.6,0.2,0.8,-->,12.644747,-1.689595,-14.394258 +1,0.6,0.2,1,-->,7.337113,1.801901,-2.727175 +1,0.6,0.4,0,-->,31.320515,-16.283752,-25.476418 +1,0.6,0.4,0.2,-->,27.200089,-14.181782,-22.339001 +1,0.6,0.4,0.4,-->,22.902924,-11.172860,-19.753368 +1,0.6,0.4,0.6,-->,17.531624,-7.992567,-14.786831 +1,0.6,0.4,0.8,-->,12.429356,-4.303596,-9.478257 +1,0.6,0.4,1,-->,7.483195,0.618934,-1.078192 +1,0.6,0.6,0,-->,30.411486,-22.617458,-12.793663 +1,0.6,0.6,0.2,-->,26.356304,-19.829288,-11.111508 +1,0.6,0.6,0.4,-->,22.364182,-15.863609,-9.976243 +1,0.6,0.6,0.6,-->,17.647221,-11.673452,-7.138365 +1,0.6,0.6,0.8,-->,12.520877,-6.672123,-4.158793 +1,0.6,0.6,1,-->,7.607464,-0.384912,0.375108 +1,0.6,0.8,0,-->,30.001125,-27.017029,-1.254389 +1,0.6,0.8,0.2,-->,26.079100,-23.523390,-0.915371 +1,0.6,0.8,0.4,-->,22.303299,-19.257132,-1.277742 +1,0.6,0.8,0.6,-->,17.594252,-13.953391,-0.787363 +1,0.6,0.8,0.8,-->,12.555638,-8.244478,0.043614 +1,0.6,0.8,1,-->,7.694949,-1.090640,1.397223 +1,0.6,1,0,-->,29.975790,-28.837442,5.133487 +1,0.6,1,0.2,-->,26.167992,-24.868952,4.689959 +1,0.6,1,0.4,-->,22.473238,-20.762428,3.415158 +1,0.6,1,0.6,-->,17.455940,-14.836950,2.659910 +1,0.6,1,0.8,-->,12.539920,-8.932067,2.151847 +1,0.6,1,1,-->,7.737289,-1.428837,1.884129 +1,0.8,0,0,-->,26.372360,9.985340,-47.519978 +1,0.8,0,0.2,-->,22.966291,8.919224,-42.185207 +1,0.8,0,0.4,-->,19.277105,8.285722,-36.357796 +1,0.8,0,0.6,-->,14.889807,7.006178,-27.969912 +1,0.8,0,0.8,-->,10.491961,6.286026,-18.396120 +1,0.8,0,1,-->,6.559575,4.996967,-3.928366 +1,0.8,0.2,0,-->,25.723944,3.372676,-37.744713 +1,0.8,0.2,0.2,-->,22.330555,3.027381,-33.348370 +1,0.8,0.2,0.4,-->,18.890467,3.257345,-28.890913 +1,0.8,0.2,0.6,-->,14.679604,3.043811,-21.970087 +1,0.8,0.2,0.8,-->,10.435880,3.320665,-13.944652 +1,0.8,0.2,1,-->,6.777783,3.568852,-2.305450 +1,0.8,0.4,0,-->,25.490463,-3.386485,-27.440531 +1,0.8,0.4,0.2,-->,22.101233,-2.879622,-24.028946 +1,0.8,0.4,0.4,-->,18.641750,-1.501847,-20.810898 +1,0.8,0.4,0.6,-->,14.360682,-0.427941,-15.342854 +1,0.8,0.4,0.8,-->,10.372559,0.734204,-9.449515 +1,0.8,0.4,1,-->,6.960298,2.376598,-0.916017 +1,0.8,0.6,0,-->,24.889498,-9.492772,-16.097677 +1,0.8,0.6,0.2,-->,21.562553,-8.321957,-13.900346 +1,0.8,0.6,0.4,-->,18.322441,-5.922598,-11.909397 +1,0.8,0.6,0.6,-->,14.593318,-4.048242,-8.473895 +1,0.8,0.6,0.8,-->,10.575173,-1.677086,-4.802266 +1,0.8,0.6,1,-->,7.114519,1.362767,0.269109 +1,0.8,0.8,0,-->,24.675350,-13.529273,-6.074278 +1,0.8,0.8,0.2,-->,21.479731,-11.760756,-5.043682 +1,0.8,0.8,0.4,-->,18.418707,-9.135348,-4.443223 +1,0.8,0.8,0.6,-->,14.685936,-6.268410,-2.977285 +1,0.8,0.8,0.8,-->,10.694690,-3.184267,-1.221391 +1,0.8,0.8,1,-->,7.223263,0.651125,1.101037 +1,0.8,1,0,-->,24.722328,-15.090359,-0.679518 +1,0.8,1,0.2,-->,21.637308,-12.963552,-0.376172 +1,0.8,1,0.4,-->,18.661106,-10.590899,-0.722668 +1,0.8,1,0.6,-->,14.661444,-7.101059,-0.129824 +1,0.8,1,0.8,-->,10.725100,-3.784437,0.550598 +1,0.8,1,1,-->,7.275325,0.310770,1.497188 +1,1,0,0,-->,20.961935,21.301086,-47.371368 +1,1,0,0.2,-->,18.487036,18.516687,-42.117584 +1,1,0,0.4,-->,15.554643,16.066078,-35.953678 +1,1,0,0.6,-->,12.041690,12.983075,-27.469168 +1,1,0,0.8,-->,8.673080,10.202688,-17.569407 +1,1,0,1,-->,6.142217,6.232813,-3.379554 +1,1,0.2,0,-->,20.645330,14.587273,-38.592220 +1,1,0.2,0.2,-->,18.045458,12.547466,-33.941452 +1,1,0.2,0.4,-->,15.262753,11.149065,-29.165676 +1,1,0.2,0.6,-->,11.963773,9.056776,-21.691980 +1,1,0.2,0.8,-->,8.737442,7.210896,-13.295942 +1,1,0.2,1,-->,6.390643,4.794499,-1.974351 +1,1,0.4,0,-->,20.756191,7.539913,-28.817501 +1,1,0.4,0.2,-->,18.110718,6.459433,-25.212133 +1,1,0.4,0.4,-->,15.317718,6.429263,-21.478203 +1,1,0.4,0.6,-->,11.961926,5.402938,-15.634087 +1,1,0.4,0.8,-->,8.815619,4.569597,-9.149020 +1,1,0.4,1,-->,6.597297,3.595998,-0.803581 +1,1,0.6,0,-->,20.582079,1.522464,-18.610914 +1,1,0.6,0.2,-->,17.920658,0.973135,-15.954698 +1,1,0.6,0.4,-->,15.269880,1.807920,-13.152188 +1,1,0.6,0.6,-->,12.242943,1.969153,-9.353700 +1,1,0.6,0.8,-->,9.088712,2.092479,-5.180232 +1,1,0.6,1,-->,6.772707,2.575403,0.196077 +1,1,0.8,0,-->,20.564705,-2.260658,-9.735838 +1,1,0.8,0.2,-->,17.963629,-2.275113,-8.242092 +1,1,0.8,0.4,-->,15.436031,-1.188219,-6.714210 +1,1,0.8,0.6,-->,12.466267,-0.398971,-4.448847 +1,1,0.8,0.8,-->,9.281761,0.539138,-2.077881 +1,1,0.8,1,-->,6.896080,1.859901,0.894404 +1,1,1,0,-->,20.634443,-3.674593,-4.889585 +1,1,1,0.2,-->,18.103180,-3.314387,-4.333667 +1,1,1,0.4,-->,15.639040,-2.346260,-3.816113 +1,1,1,0.6,-->,12.575631,-1.485576,-2.023118 +1,1,1,0.8,-->,9.364772,-0.082737,-0.474769 +1,1,1,1,-->,6.954689,1.518117,1.229880 +-0.1,0.5,0.5,0.5,-->,43.979511,19.235046,18.550354 +1.1,0.5,0.5,0.5,-->,22.731546,-17.395733,-12.557855 +0.5,-0.1,0.5,0.5,-->,46.066006,-17.573919,10.083268 +0.5,1.1,0.5,0.5,-->,21.215158,30.129396,-1.318613 +0.5,0.5,-0.1,0.5,-->,36.009247,9.171591,-17.228512 +0.5,0.5,1.1,0.5,-->,33.306507,0.959198,26.042580 +0.5,0.5,0.5,-0.1,-->,50.786514,7.001284,6.082600 +0.5,0.5,0.5,1.1,-->,9.148433,1.804774,2.048630 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4.icc b/Unicolour.Tests/Data/ICC/sGrey-v4.icc new file mode 100644 index 0000000..2187b67 Binary files /dev/null and b/Unicolour.Tests/Data/ICC/sGrey-v4.icc differ diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-0.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-0.csv new file mode 100644 index 0000000..2208be1 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-0.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000 +0,0,0.2,-->,0.000000 +0,0,0.4,-->,0.000000 +0,0,0.6,-->,0.000000 +0,0,0.8,-->,0.000000 +0,0,1,-->,0.000000 +0,0.2,0,-->,0.481383 +0,0.2,0.2,-->,0.481383 +0,0.2,0.4,-->,0.481383 +0,0.2,0.6,-->,0.481383 +0,0.2,0.8,-->,0.481383 +0,0.2,1,-->,0.481383 +0,0.4,0,-->,0.663616 +0,0.4,0.2,-->,0.663616 +0,0.4,0.4,-->,0.663616 +0,0.4,0.6,-->,0.663616 +0,0.4,0.8,-->,0.663616 +0,0.4,1,-->,0.663616 +0,0.6,0,-->,0.796914 +0,0.6,0.2,-->,0.796914 +0,0.6,0.4,-->,0.796914 +0,0.6,0.6,-->,0.796914 +0,0.6,0.8,-->,0.796914 +0,0.6,1,-->,0.796914 +0,0.8,0,-->,0.905987 +0,0.8,0.2,-->,0.905987 +0,0.8,0.4,-->,0.905987 +0,0.8,0.6,-->,0.905987 +0,0.8,0.8,-->,0.905987 +0,0.8,1,-->,0.905987 +0,1,0,-->,1.000000 +0,1,0.2,-->,1.000000 +0,1,0.4,-->,1.000000 +0,1,0.6,-->,1.000000 +0,1,0.8,-->,1.000000 +0,1,1,-->,1.000000 +0.2,0,0,-->,0.000000 +0.2,0,0.2,-->,0.000000 +0.2,0,0.4,-->,0.000000 +0.2,0,0.6,-->,0.000000 +0.2,0,0.8,-->,0.000000 +0.2,0,1,-->,0.000000 +0.2,0.2,0,-->,0.481383 +0.2,0.2,0.2,-->,0.481383 +0.2,0.2,0.4,-->,0.481383 +0.2,0.2,0.6,-->,0.481383 +0.2,0.2,0.8,-->,0.481383 +0.2,0.2,1,-->,0.481383 +0.2,0.4,0,-->,0.663616 +0.2,0.4,0.2,-->,0.663616 +0.2,0.4,0.4,-->,0.663616 +0.2,0.4,0.6,-->,0.663616 +0.2,0.4,0.8,-->,0.663616 +0.2,0.4,1,-->,0.663616 +0.2,0.6,0,-->,0.796914 +0.2,0.6,0.2,-->,0.796914 +0.2,0.6,0.4,-->,0.796914 +0.2,0.6,0.6,-->,0.796914 +0.2,0.6,0.8,-->,0.796914 +0.2,0.6,1,-->,0.796914 +0.2,0.8,0,-->,0.905987 +0.2,0.8,0.2,-->,0.905987 +0.2,0.8,0.4,-->,0.905987 +0.2,0.8,0.6,-->,0.905987 +0.2,0.8,0.8,-->,0.905987 +0.2,0.8,1,-->,0.905987 +0.2,1,0,-->,1.000000 +0.2,1,0.2,-->,1.000000 +0.2,1,0.4,-->,1.000000 +0.2,1,0.6,-->,1.000000 +0.2,1,0.8,-->,1.000000 +0.2,1,1,-->,1.000000 +0.4,0,0,-->,0.000000 +0.4,0,0.2,-->,0.000000 +0.4,0,0.4,-->,0.000000 +0.4,0,0.6,-->,0.000000 +0.4,0,0.8,-->,0.000000 +0.4,0,1,-->,0.000000 +0.4,0.2,0,-->,0.481383 +0.4,0.2,0.2,-->,0.481383 +0.4,0.2,0.4,-->,0.481383 +0.4,0.2,0.6,-->,0.481383 +0.4,0.2,0.8,-->,0.481383 +0.4,0.2,1,-->,0.481383 +0.4,0.4,0,-->,0.663616 +0.4,0.4,0.2,-->,0.663616 +0.4,0.4,0.4,-->,0.663616 +0.4,0.4,0.6,-->,0.663616 +0.4,0.4,0.8,-->,0.663616 +0.4,0.4,1,-->,0.663616 +0.4,0.6,0,-->,0.796914 +0.4,0.6,0.2,-->,0.796914 +0.4,0.6,0.4,-->,0.796914 +0.4,0.6,0.6,-->,0.796914 +0.4,0.6,0.8,-->,0.796914 +0.4,0.6,1,-->,0.796914 +0.4,0.8,0,-->,0.905987 +0.4,0.8,0.2,-->,0.905987 +0.4,0.8,0.4,-->,0.905987 +0.4,0.8,0.6,-->,0.905987 +0.4,0.8,0.8,-->,0.905987 +0.4,0.8,1,-->,0.905987 +0.4,1,0,-->,1.000000 +0.4,1,0.2,-->,1.000000 +0.4,1,0.4,-->,1.000000 +0.4,1,0.6,-->,1.000000 +0.4,1,0.8,-->,1.000000 +0.4,1,1,-->,1.000000 +0.6,0,0,-->,0.000000 +0.6,0,0.2,-->,0.000000 +0.6,0,0.4,-->,0.000000 +0.6,0,0.6,-->,0.000000 +0.6,0,0.8,-->,0.000000 +0.6,0,1,-->,0.000000 +0.6,0.2,0,-->,0.481383 +0.6,0.2,0.2,-->,0.481383 +0.6,0.2,0.4,-->,0.481383 +0.6,0.2,0.6,-->,0.481383 +0.6,0.2,0.8,-->,0.481383 +0.6,0.2,1,-->,0.481383 +0.6,0.4,0,-->,0.663616 +0.6,0.4,0.2,-->,0.663616 +0.6,0.4,0.4,-->,0.663616 +0.6,0.4,0.6,-->,0.663616 +0.6,0.4,0.8,-->,0.663616 +0.6,0.4,1,-->,0.663616 +0.6,0.6,0,-->,0.796914 +0.6,0.6,0.2,-->,0.796914 +0.6,0.6,0.4,-->,0.796914 +0.6,0.6,0.6,-->,0.796914 +0.6,0.6,0.8,-->,0.796914 +0.6,0.6,1,-->,0.796914 +0.6,0.8,0,-->,0.905987 +0.6,0.8,0.2,-->,0.905987 +0.6,0.8,0.4,-->,0.905987 +0.6,0.8,0.6,-->,0.905987 +0.6,0.8,0.8,-->,0.905987 +0.6,0.8,1,-->,0.905987 +0.6,1,0,-->,1.000000 +0.6,1,0.2,-->,1.000000 +0.6,1,0.4,-->,1.000000 +0.6,1,0.6,-->,1.000000 +0.6,1,0.8,-->,1.000000 +0.6,1,1,-->,1.000000 +0.8,0,0,-->,0.000000 +0.8,0,0.2,-->,0.000000 +0.8,0,0.4,-->,0.000000 +0.8,0,0.6,-->,0.000000 +0.8,0,0.8,-->,0.000000 +0.8,0,1,-->,0.000000 +0.8,0.2,0,-->,0.481383 +0.8,0.2,0.2,-->,0.481383 +0.8,0.2,0.4,-->,0.481383 +0.8,0.2,0.6,-->,0.481383 +0.8,0.2,0.8,-->,0.481383 +0.8,0.2,1,-->,0.481383 +0.8,0.4,0,-->,0.663616 +0.8,0.4,0.2,-->,0.663616 +0.8,0.4,0.4,-->,0.663616 +0.8,0.4,0.6,-->,0.663616 +0.8,0.4,0.8,-->,0.663616 +0.8,0.4,1,-->,0.663616 +0.8,0.6,0,-->,0.796914 +0.8,0.6,0.2,-->,0.796914 +0.8,0.6,0.4,-->,0.796914 +0.8,0.6,0.6,-->,0.796914 +0.8,0.6,0.8,-->,0.796914 +0.8,0.6,1,-->,0.796914 +0.8,0.8,0,-->,0.905987 +0.8,0.8,0.2,-->,0.905987 +0.8,0.8,0.4,-->,0.905987 +0.8,0.8,0.6,-->,0.905987 +0.8,0.8,0.8,-->,0.905987 +0.8,0.8,1,-->,0.905987 +0.8,1,0,-->,1.000000 +0.8,1,0.2,-->,1.000000 +0.8,1,0.4,-->,1.000000 +0.8,1,0.6,-->,1.000000 +0.8,1,0.8,-->,1.000000 +0.8,1,1,-->,1.000000 +1,0,0,-->,0.000000 +1,0,0.2,-->,0.000000 +1,0,0.4,-->,0.000000 +1,0,0.6,-->,0.000000 +1,0,0.8,-->,0.000000 +1,0,1,-->,0.000000 +1,0.2,0,-->,0.481383 +1,0.2,0.2,-->,0.481383 +1,0.2,0.4,-->,0.481383 +1,0.2,0.6,-->,0.481383 +1,0.2,0.8,-->,0.481383 +1,0.2,1,-->,0.481383 +1,0.4,0,-->,0.663616 +1,0.4,0.2,-->,0.663616 +1,0.4,0.4,-->,0.663616 +1,0.4,0.6,-->,0.663616 +1,0.4,0.8,-->,0.663616 +1,0.4,1,-->,0.663616 +1,0.6,0,-->,0.796914 +1,0.6,0.2,-->,0.796914 +1,0.6,0.4,-->,0.796914 +1,0.6,0.6,-->,0.796914 +1,0.6,0.8,-->,0.796914 +1,0.6,1,-->,0.796914 +1,0.8,0,-->,0.905987 +1,0.8,0.2,-->,0.905987 +1,0.8,0.4,-->,0.905987 +1,0.8,0.6,-->,0.905987 +1,0.8,0.8,-->,0.905987 +1,0.8,1,-->,0.905987 +1,1,0,-->,1.000000 +1,1,0.2,-->,1.000000 +1,1,0.4,-->,1.000000 +1,1,0.6,-->,1.000000 +1,1,0.8,-->,1.000000 +1,1,1,-->,1.000000 +-0.1,0.5,0.5,-->,0.734209 +1.1,0.5,0.5,-->,0.734209 +0.5,-0.1,0.5,-->,0.000000 +0.5,1.1,0.5,-->,1.000000 +0.5,0.5,-0.1,-->,0.734209 +0.5,0.5,1.1,-->,0.734209 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-1.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-1.csv new file mode 100644 index 0000000..2dac3a4 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-1.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000 +0,0,0.2,-->,0.000000 +0,0,0.4,-->,0.000000 +0,0,0.6,-->,0.000000 +0,0,0.8,-->,0.000000 +0,0,1,-->,0.000000 +0,0.2,0,-->,0.484534 +0,0.2,0.2,-->,0.484534 +0,0.2,0.4,-->,0.484534 +0,0.2,0.6,-->,0.484534 +0,0.2,0.8,-->,0.484534 +0,0.2,1,-->,0.484534 +0,0.4,0,-->,0.665187 +0,0.4,0.2,-->,0.665187 +0,0.4,0.4,-->,0.665187 +0,0.4,0.6,-->,0.665187 +0,0.4,0.8,-->,0.665187 +0,0.4,1,-->,0.665187 +0,0.6,0,-->,0.797742 +0,0.6,0.2,-->,0.797742 +0,0.6,0.4,-->,0.797742 +0,0.6,0.6,-->,0.797742 +0,0.6,0.8,-->,0.797742 +0,0.6,1,-->,0.797742 +0,0.8,0,-->,0.906335 +0,0.8,0.2,-->,0.906335 +0,0.8,0.4,-->,0.906335 +0,0.8,0.6,-->,0.906335 +0,0.8,0.8,-->,0.906335 +0,0.8,1,-->,0.906335 +0,1,0,-->,1.000000 +0,1,0.2,-->,1.000000 +0,1,0.4,-->,1.000000 +0,1,0.6,-->,1.000000 +0,1,0.8,-->,1.000000 +0,1,1,-->,1.000000 +0.2,0,0,-->,0.000000 +0.2,0,0.2,-->,0.000000 +0.2,0,0.4,-->,0.000000 +0.2,0,0.6,-->,0.000000 +0.2,0,0.8,-->,0.000000 +0.2,0,1,-->,0.000000 +0.2,0.2,0,-->,0.484534 +0.2,0.2,0.2,-->,0.484534 +0.2,0.2,0.4,-->,0.484534 +0.2,0.2,0.6,-->,0.484534 +0.2,0.2,0.8,-->,0.484534 +0.2,0.2,1,-->,0.484534 +0.2,0.4,0,-->,0.665187 +0.2,0.4,0.2,-->,0.665187 +0.2,0.4,0.4,-->,0.665187 +0.2,0.4,0.6,-->,0.665187 +0.2,0.4,0.8,-->,0.665187 +0.2,0.4,1,-->,0.665187 +0.2,0.6,0,-->,0.797742 +0.2,0.6,0.2,-->,0.797742 +0.2,0.6,0.4,-->,0.797742 +0.2,0.6,0.6,-->,0.797742 +0.2,0.6,0.8,-->,0.797742 +0.2,0.6,1,-->,0.797742 +0.2,0.8,0,-->,0.906335 +0.2,0.8,0.2,-->,0.906335 +0.2,0.8,0.4,-->,0.906335 +0.2,0.8,0.6,-->,0.906335 +0.2,0.8,0.8,-->,0.906335 +0.2,0.8,1,-->,0.906335 +0.2,1,0,-->,1.000000 +0.2,1,0.2,-->,1.000000 +0.2,1,0.4,-->,1.000000 +0.2,1,0.6,-->,1.000000 +0.2,1,0.8,-->,1.000000 +0.2,1,1,-->,1.000000 +0.4,0,0,-->,0.000000 +0.4,0,0.2,-->,0.000000 +0.4,0,0.4,-->,0.000000 +0.4,0,0.6,-->,0.000000 +0.4,0,0.8,-->,0.000000 +0.4,0,1,-->,0.000000 +0.4,0.2,0,-->,0.484534 +0.4,0.2,0.2,-->,0.484534 +0.4,0.2,0.4,-->,0.484534 +0.4,0.2,0.6,-->,0.484534 +0.4,0.2,0.8,-->,0.484534 +0.4,0.2,1,-->,0.484534 +0.4,0.4,0,-->,0.665187 +0.4,0.4,0.2,-->,0.665187 +0.4,0.4,0.4,-->,0.665187 +0.4,0.4,0.6,-->,0.665187 +0.4,0.4,0.8,-->,0.665187 +0.4,0.4,1,-->,0.665187 +0.4,0.6,0,-->,0.797742 +0.4,0.6,0.2,-->,0.797742 +0.4,0.6,0.4,-->,0.797742 +0.4,0.6,0.6,-->,0.797742 +0.4,0.6,0.8,-->,0.797742 +0.4,0.6,1,-->,0.797742 +0.4,0.8,0,-->,0.906335 +0.4,0.8,0.2,-->,0.906335 +0.4,0.8,0.4,-->,0.906335 +0.4,0.8,0.6,-->,0.906335 +0.4,0.8,0.8,-->,0.906335 +0.4,0.8,1,-->,0.906335 +0.4,1,0,-->,1.000000 +0.4,1,0.2,-->,1.000000 +0.4,1,0.4,-->,1.000000 +0.4,1,0.6,-->,1.000000 +0.4,1,0.8,-->,1.000000 +0.4,1,1,-->,1.000000 +0.6,0,0,-->,0.000000 +0.6,0,0.2,-->,0.000000 +0.6,0,0.4,-->,0.000000 +0.6,0,0.6,-->,0.000000 +0.6,0,0.8,-->,0.000000 +0.6,0,1,-->,0.000000 +0.6,0.2,0,-->,0.484534 +0.6,0.2,0.2,-->,0.484534 +0.6,0.2,0.4,-->,0.484534 +0.6,0.2,0.6,-->,0.484534 +0.6,0.2,0.8,-->,0.484534 +0.6,0.2,1,-->,0.484534 +0.6,0.4,0,-->,0.665187 +0.6,0.4,0.2,-->,0.665187 +0.6,0.4,0.4,-->,0.665187 +0.6,0.4,0.6,-->,0.665187 +0.6,0.4,0.8,-->,0.665187 +0.6,0.4,1,-->,0.665187 +0.6,0.6,0,-->,0.797742 +0.6,0.6,0.2,-->,0.797742 +0.6,0.6,0.4,-->,0.797742 +0.6,0.6,0.6,-->,0.797742 +0.6,0.6,0.8,-->,0.797742 +0.6,0.6,1,-->,0.797742 +0.6,0.8,0,-->,0.906335 +0.6,0.8,0.2,-->,0.906335 +0.6,0.8,0.4,-->,0.906335 +0.6,0.8,0.6,-->,0.906335 +0.6,0.8,0.8,-->,0.906335 +0.6,0.8,1,-->,0.906335 +0.6,1,0,-->,1.000000 +0.6,1,0.2,-->,1.000000 +0.6,1,0.4,-->,1.000000 +0.6,1,0.6,-->,1.000000 +0.6,1,0.8,-->,1.000000 +0.6,1,1,-->,1.000000 +0.8,0,0,-->,0.000000 +0.8,0,0.2,-->,0.000000 +0.8,0,0.4,-->,0.000000 +0.8,0,0.6,-->,0.000000 +0.8,0,0.8,-->,0.000000 +0.8,0,1,-->,0.000000 +0.8,0.2,0,-->,0.484534 +0.8,0.2,0.2,-->,0.484534 +0.8,0.2,0.4,-->,0.484534 +0.8,0.2,0.6,-->,0.484534 +0.8,0.2,0.8,-->,0.484534 +0.8,0.2,1,-->,0.484534 +0.8,0.4,0,-->,0.665187 +0.8,0.4,0.2,-->,0.665187 +0.8,0.4,0.4,-->,0.665187 +0.8,0.4,0.6,-->,0.665187 +0.8,0.4,0.8,-->,0.665187 +0.8,0.4,1,-->,0.665187 +0.8,0.6,0,-->,0.797742 +0.8,0.6,0.2,-->,0.797742 +0.8,0.6,0.4,-->,0.797742 +0.8,0.6,0.6,-->,0.797742 +0.8,0.6,0.8,-->,0.797742 +0.8,0.6,1,-->,0.797742 +0.8,0.8,0,-->,0.906335 +0.8,0.8,0.2,-->,0.906335 +0.8,0.8,0.4,-->,0.906335 +0.8,0.8,0.6,-->,0.906335 +0.8,0.8,0.8,-->,0.906335 +0.8,0.8,1,-->,0.906335 +0.8,1,0,-->,1.000000 +0.8,1,0.2,-->,1.000000 +0.8,1,0.4,-->,1.000000 +0.8,1,0.6,-->,1.000000 +0.8,1,0.8,-->,1.000000 +0.8,1,1,-->,1.000000 +1,0,0,-->,0.000000 +1,0,0.2,-->,0.000000 +1,0,0.4,-->,0.000000 +1,0,0.6,-->,0.000000 +1,0,0.8,-->,0.000000 +1,0,1,-->,0.000000 +1,0.2,0,-->,0.484534 +1,0.2,0.2,-->,0.484534 +1,0.2,0.4,-->,0.484534 +1,0.2,0.6,-->,0.484534 +1,0.2,0.8,-->,0.484534 +1,0.2,1,-->,0.484534 +1,0.4,0,-->,0.665187 +1,0.4,0.2,-->,0.665187 +1,0.4,0.4,-->,0.665187 +1,0.4,0.6,-->,0.665187 +1,0.4,0.8,-->,0.665187 +1,0.4,1,-->,0.665187 +1,0.6,0,-->,0.797742 +1,0.6,0.2,-->,0.797742 +1,0.6,0.4,-->,0.797742 +1,0.6,0.6,-->,0.797742 +1,0.6,0.8,-->,0.797742 +1,0.6,1,-->,0.797742 +1,0.8,0,-->,0.906335 +1,0.8,0.2,-->,0.906335 +1,0.8,0.4,-->,0.906335 +1,0.8,0.6,-->,0.906335 +1,0.8,0.8,-->,0.906335 +1,0.8,1,-->,0.906335 +1,1,0,-->,1.000000 +1,1,0.2,-->,1.000000 +1,1,0.4,-->,1.000000 +1,1,0.6,-->,1.000000 +1,1,0.8,-->,1.000000 +1,1,1,-->,1.000000 +-0.1,0.5,0.5,-->,0.735359 +1.1,0.5,0.5,-->,0.735359 +0.5,-0.1,0.5,-->,0.000000 +0.5,1.1,0.5,-->,1.000000 +0.5,0.5,-0.1,-->,0.735359 +0.5,0.5,1.1,-->,0.735359 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-2.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-2.csv new file mode 100644 index 0000000..2dac3a4 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-2.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000 +0,0,0.2,-->,0.000000 +0,0,0.4,-->,0.000000 +0,0,0.6,-->,0.000000 +0,0,0.8,-->,0.000000 +0,0,1,-->,0.000000 +0,0.2,0,-->,0.484534 +0,0.2,0.2,-->,0.484534 +0,0.2,0.4,-->,0.484534 +0,0.2,0.6,-->,0.484534 +0,0.2,0.8,-->,0.484534 +0,0.2,1,-->,0.484534 +0,0.4,0,-->,0.665187 +0,0.4,0.2,-->,0.665187 +0,0.4,0.4,-->,0.665187 +0,0.4,0.6,-->,0.665187 +0,0.4,0.8,-->,0.665187 +0,0.4,1,-->,0.665187 +0,0.6,0,-->,0.797742 +0,0.6,0.2,-->,0.797742 +0,0.6,0.4,-->,0.797742 +0,0.6,0.6,-->,0.797742 +0,0.6,0.8,-->,0.797742 +0,0.6,1,-->,0.797742 +0,0.8,0,-->,0.906335 +0,0.8,0.2,-->,0.906335 +0,0.8,0.4,-->,0.906335 +0,0.8,0.6,-->,0.906335 +0,0.8,0.8,-->,0.906335 +0,0.8,1,-->,0.906335 +0,1,0,-->,1.000000 +0,1,0.2,-->,1.000000 +0,1,0.4,-->,1.000000 +0,1,0.6,-->,1.000000 +0,1,0.8,-->,1.000000 +0,1,1,-->,1.000000 +0.2,0,0,-->,0.000000 +0.2,0,0.2,-->,0.000000 +0.2,0,0.4,-->,0.000000 +0.2,0,0.6,-->,0.000000 +0.2,0,0.8,-->,0.000000 +0.2,0,1,-->,0.000000 +0.2,0.2,0,-->,0.484534 +0.2,0.2,0.2,-->,0.484534 +0.2,0.2,0.4,-->,0.484534 +0.2,0.2,0.6,-->,0.484534 +0.2,0.2,0.8,-->,0.484534 +0.2,0.2,1,-->,0.484534 +0.2,0.4,0,-->,0.665187 +0.2,0.4,0.2,-->,0.665187 +0.2,0.4,0.4,-->,0.665187 +0.2,0.4,0.6,-->,0.665187 +0.2,0.4,0.8,-->,0.665187 +0.2,0.4,1,-->,0.665187 +0.2,0.6,0,-->,0.797742 +0.2,0.6,0.2,-->,0.797742 +0.2,0.6,0.4,-->,0.797742 +0.2,0.6,0.6,-->,0.797742 +0.2,0.6,0.8,-->,0.797742 +0.2,0.6,1,-->,0.797742 +0.2,0.8,0,-->,0.906335 +0.2,0.8,0.2,-->,0.906335 +0.2,0.8,0.4,-->,0.906335 +0.2,0.8,0.6,-->,0.906335 +0.2,0.8,0.8,-->,0.906335 +0.2,0.8,1,-->,0.906335 +0.2,1,0,-->,1.000000 +0.2,1,0.2,-->,1.000000 +0.2,1,0.4,-->,1.000000 +0.2,1,0.6,-->,1.000000 +0.2,1,0.8,-->,1.000000 +0.2,1,1,-->,1.000000 +0.4,0,0,-->,0.000000 +0.4,0,0.2,-->,0.000000 +0.4,0,0.4,-->,0.000000 +0.4,0,0.6,-->,0.000000 +0.4,0,0.8,-->,0.000000 +0.4,0,1,-->,0.000000 +0.4,0.2,0,-->,0.484534 +0.4,0.2,0.2,-->,0.484534 +0.4,0.2,0.4,-->,0.484534 +0.4,0.2,0.6,-->,0.484534 +0.4,0.2,0.8,-->,0.484534 +0.4,0.2,1,-->,0.484534 +0.4,0.4,0,-->,0.665187 +0.4,0.4,0.2,-->,0.665187 +0.4,0.4,0.4,-->,0.665187 +0.4,0.4,0.6,-->,0.665187 +0.4,0.4,0.8,-->,0.665187 +0.4,0.4,1,-->,0.665187 +0.4,0.6,0,-->,0.797742 +0.4,0.6,0.2,-->,0.797742 +0.4,0.6,0.4,-->,0.797742 +0.4,0.6,0.6,-->,0.797742 +0.4,0.6,0.8,-->,0.797742 +0.4,0.6,1,-->,0.797742 +0.4,0.8,0,-->,0.906335 +0.4,0.8,0.2,-->,0.906335 +0.4,0.8,0.4,-->,0.906335 +0.4,0.8,0.6,-->,0.906335 +0.4,0.8,0.8,-->,0.906335 +0.4,0.8,1,-->,0.906335 +0.4,1,0,-->,1.000000 +0.4,1,0.2,-->,1.000000 +0.4,1,0.4,-->,1.000000 +0.4,1,0.6,-->,1.000000 +0.4,1,0.8,-->,1.000000 +0.4,1,1,-->,1.000000 +0.6,0,0,-->,0.000000 +0.6,0,0.2,-->,0.000000 +0.6,0,0.4,-->,0.000000 +0.6,0,0.6,-->,0.000000 +0.6,0,0.8,-->,0.000000 +0.6,0,1,-->,0.000000 +0.6,0.2,0,-->,0.484534 +0.6,0.2,0.2,-->,0.484534 +0.6,0.2,0.4,-->,0.484534 +0.6,0.2,0.6,-->,0.484534 +0.6,0.2,0.8,-->,0.484534 +0.6,0.2,1,-->,0.484534 +0.6,0.4,0,-->,0.665187 +0.6,0.4,0.2,-->,0.665187 +0.6,0.4,0.4,-->,0.665187 +0.6,0.4,0.6,-->,0.665187 +0.6,0.4,0.8,-->,0.665187 +0.6,0.4,1,-->,0.665187 +0.6,0.6,0,-->,0.797742 +0.6,0.6,0.2,-->,0.797742 +0.6,0.6,0.4,-->,0.797742 +0.6,0.6,0.6,-->,0.797742 +0.6,0.6,0.8,-->,0.797742 +0.6,0.6,1,-->,0.797742 +0.6,0.8,0,-->,0.906335 +0.6,0.8,0.2,-->,0.906335 +0.6,0.8,0.4,-->,0.906335 +0.6,0.8,0.6,-->,0.906335 +0.6,0.8,0.8,-->,0.906335 +0.6,0.8,1,-->,0.906335 +0.6,1,0,-->,1.000000 +0.6,1,0.2,-->,1.000000 +0.6,1,0.4,-->,1.000000 +0.6,1,0.6,-->,1.000000 +0.6,1,0.8,-->,1.000000 +0.6,1,1,-->,1.000000 +0.8,0,0,-->,0.000000 +0.8,0,0.2,-->,0.000000 +0.8,0,0.4,-->,0.000000 +0.8,0,0.6,-->,0.000000 +0.8,0,0.8,-->,0.000000 +0.8,0,1,-->,0.000000 +0.8,0.2,0,-->,0.484534 +0.8,0.2,0.2,-->,0.484534 +0.8,0.2,0.4,-->,0.484534 +0.8,0.2,0.6,-->,0.484534 +0.8,0.2,0.8,-->,0.484534 +0.8,0.2,1,-->,0.484534 +0.8,0.4,0,-->,0.665187 +0.8,0.4,0.2,-->,0.665187 +0.8,0.4,0.4,-->,0.665187 +0.8,0.4,0.6,-->,0.665187 +0.8,0.4,0.8,-->,0.665187 +0.8,0.4,1,-->,0.665187 +0.8,0.6,0,-->,0.797742 +0.8,0.6,0.2,-->,0.797742 +0.8,0.6,0.4,-->,0.797742 +0.8,0.6,0.6,-->,0.797742 +0.8,0.6,0.8,-->,0.797742 +0.8,0.6,1,-->,0.797742 +0.8,0.8,0,-->,0.906335 +0.8,0.8,0.2,-->,0.906335 +0.8,0.8,0.4,-->,0.906335 +0.8,0.8,0.6,-->,0.906335 +0.8,0.8,0.8,-->,0.906335 +0.8,0.8,1,-->,0.906335 +0.8,1,0,-->,1.000000 +0.8,1,0.2,-->,1.000000 +0.8,1,0.4,-->,1.000000 +0.8,1,0.6,-->,1.000000 +0.8,1,0.8,-->,1.000000 +0.8,1,1,-->,1.000000 +1,0,0,-->,0.000000 +1,0,0.2,-->,0.000000 +1,0,0.4,-->,0.000000 +1,0,0.6,-->,0.000000 +1,0,0.8,-->,0.000000 +1,0,1,-->,0.000000 +1,0.2,0,-->,0.484534 +1,0.2,0.2,-->,0.484534 +1,0.2,0.4,-->,0.484534 +1,0.2,0.6,-->,0.484534 +1,0.2,0.8,-->,0.484534 +1,0.2,1,-->,0.484534 +1,0.4,0,-->,0.665187 +1,0.4,0.2,-->,0.665187 +1,0.4,0.4,-->,0.665187 +1,0.4,0.6,-->,0.665187 +1,0.4,0.8,-->,0.665187 +1,0.4,1,-->,0.665187 +1,0.6,0,-->,0.797742 +1,0.6,0.2,-->,0.797742 +1,0.6,0.4,-->,0.797742 +1,0.6,0.6,-->,0.797742 +1,0.6,0.8,-->,0.797742 +1,0.6,1,-->,0.797742 +1,0.8,0,-->,0.906335 +1,0.8,0.2,-->,0.906335 +1,0.8,0.4,-->,0.906335 +1,0.8,0.6,-->,0.906335 +1,0.8,0.8,-->,0.906335 +1,0.8,1,-->,0.906335 +1,1,0,-->,1.000000 +1,1,0.2,-->,1.000000 +1,1,0.4,-->,1.000000 +1,1,0.6,-->,1.000000 +1,1,0.8,-->,1.000000 +1,1,1,-->,1.000000 +-0.1,0.5,0.5,-->,0.735359 +1.1,0.5,0.5,-->,0.735359 +0.5,-0.1,0.5,-->,0.000000 +0.5,1.1,0.5,-->,1.000000 +0.5,0.5,-0.1,-->,0.735359 +0.5,0.5,1.1,-->,0.735359 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-3.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-3.csv new file mode 100644 index 0000000..2dac3a4 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToDevice_ICC-3.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000 +0,0,0.2,-->,0.000000 +0,0,0.4,-->,0.000000 +0,0,0.6,-->,0.000000 +0,0,0.8,-->,0.000000 +0,0,1,-->,0.000000 +0,0.2,0,-->,0.484534 +0,0.2,0.2,-->,0.484534 +0,0.2,0.4,-->,0.484534 +0,0.2,0.6,-->,0.484534 +0,0.2,0.8,-->,0.484534 +0,0.2,1,-->,0.484534 +0,0.4,0,-->,0.665187 +0,0.4,0.2,-->,0.665187 +0,0.4,0.4,-->,0.665187 +0,0.4,0.6,-->,0.665187 +0,0.4,0.8,-->,0.665187 +0,0.4,1,-->,0.665187 +0,0.6,0,-->,0.797742 +0,0.6,0.2,-->,0.797742 +0,0.6,0.4,-->,0.797742 +0,0.6,0.6,-->,0.797742 +0,0.6,0.8,-->,0.797742 +0,0.6,1,-->,0.797742 +0,0.8,0,-->,0.906335 +0,0.8,0.2,-->,0.906335 +0,0.8,0.4,-->,0.906335 +0,0.8,0.6,-->,0.906335 +0,0.8,0.8,-->,0.906335 +0,0.8,1,-->,0.906335 +0,1,0,-->,1.000000 +0,1,0.2,-->,1.000000 +0,1,0.4,-->,1.000000 +0,1,0.6,-->,1.000000 +0,1,0.8,-->,1.000000 +0,1,1,-->,1.000000 +0.2,0,0,-->,0.000000 +0.2,0,0.2,-->,0.000000 +0.2,0,0.4,-->,0.000000 +0.2,0,0.6,-->,0.000000 +0.2,0,0.8,-->,0.000000 +0.2,0,1,-->,0.000000 +0.2,0.2,0,-->,0.484534 +0.2,0.2,0.2,-->,0.484534 +0.2,0.2,0.4,-->,0.484534 +0.2,0.2,0.6,-->,0.484534 +0.2,0.2,0.8,-->,0.484534 +0.2,0.2,1,-->,0.484534 +0.2,0.4,0,-->,0.665187 +0.2,0.4,0.2,-->,0.665187 +0.2,0.4,0.4,-->,0.665187 +0.2,0.4,0.6,-->,0.665187 +0.2,0.4,0.8,-->,0.665187 +0.2,0.4,1,-->,0.665187 +0.2,0.6,0,-->,0.797742 +0.2,0.6,0.2,-->,0.797742 +0.2,0.6,0.4,-->,0.797742 +0.2,0.6,0.6,-->,0.797742 +0.2,0.6,0.8,-->,0.797742 +0.2,0.6,1,-->,0.797742 +0.2,0.8,0,-->,0.906335 +0.2,0.8,0.2,-->,0.906335 +0.2,0.8,0.4,-->,0.906335 +0.2,0.8,0.6,-->,0.906335 +0.2,0.8,0.8,-->,0.906335 +0.2,0.8,1,-->,0.906335 +0.2,1,0,-->,1.000000 +0.2,1,0.2,-->,1.000000 +0.2,1,0.4,-->,1.000000 +0.2,1,0.6,-->,1.000000 +0.2,1,0.8,-->,1.000000 +0.2,1,1,-->,1.000000 +0.4,0,0,-->,0.000000 +0.4,0,0.2,-->,0.000000 +0.4,0,0.4,-->,0.000000 +0.4,0,0.6,-->,0.000000 +0.4,0,0.8,-->,0.000000 +0.4,0,1,-->,0.000000 +0.4,0.2,0,-->,0.484534 +0.4,0.2,0.2,-->,0.484534 +0.4,0.2,0.4,-->,0.484534 +0.4,0.2,0.6,-->,0.484534 +0.4,0.2,0.8,-->,0.484534 +0.4,0.2,1,-->,0.484534 +0.4,0.4,0,-->,0.665187 +0.4,0.4,0.2,-->,0.665187 +0.4,0.4,0.4,-->,0.665187 +0.4,0.4,0.6,-->,0.665187 +0.4,0.4,0.8,-->,0.665187 +0.4,0.4,1,-->,0.665187 +0.4,0.6,0,-->,0.797742 +0.4,0.6,0.2,-->,0.797742 +0.4,0.6,0.4,-->,0.797742 +0.4,0.6,0.6,-->,0.797742 +0.4,0.6,0.8,-->,0.797742 +0.4,0.6,1,-->,0.797742 +0.4,0.8,0,-->,0.906335 +0.4,0.8,0.2,-->,0.906335 +0.4,0.8,0.4,-->,0.906335 +0.4,0.8,0.6,-->,0.906335 +0.4,0.8,0.8,-->,0.906335 +0.4,0.8,1,-->,0.906335 +0.4,1,0,-->,1.000000 +0.4,1,0.2,-->,1.000000 +0.4,1,0.4,-->,1.000000 +0.4,1,0.6,-->,1.000000 +0.4,1,0.8,-->,1.000000 +0.4,1,1,-->,1.000000 +0.6,0,0,-->,0.000000 +0.6,0,0.2,-->,0.000000 +0.6,0,0.4,-->,0.000000 +0.6,0,0.6,-->,0.000000 +0.6,0,0.8,-->,0.000000 +0.6,0,1,-->,0.000000 +0.6,0.2,0,-->,0.484534 +0.6,0.2,0.2,-->,0.484534 +0.6,0.2,0.4,-->,0.484534 +0.6,0.2,0.6,-->,0.484534 +0.6,0.2,0.8,-->,0.484534 +0.6,0.2,1,-->,0.484534 +0.6,0.4,0,-->,0.665187 +0.6,0.4,0.2,-->,0.665187 +0.6,0.4,0.4,-->,0.665187 +0.6,0.4,0.6,-->,0.665187 +0.6,0.4,0.8,-->,0.665187 +0.6,0.4,1,-->,0.665187 +0.6,0.6,0,-->,0.797742 +0.6,0.6,0.2,-->,0.797742 +0.6,0.6,0.4,-->,0.797742 +0.6,0.6,0.6,-->,0.797742 +0.6,0.6,0.8,-->,0.797742 +0.6,0.6,1,-->,0.797742 +0.6,0.8,0,-->,0.906335 +0.6,0.8,0.2,-->,0.906335 +0.6,0.8,0.4,-->,0.906335 +0.6,0.8,0.6,-->,0.906335 +0.6,0.8,0.8,-->,0.906335 +0.6,0.8,1,-->,0.906335 +0.6,1,0,-->,1.000000 +0.6,1,0.2,-->,1.000000 +0.6,1,0.4,-->,1.000000 +0.6,1,0.6,-->,1.000000 +0.6,1,0.8,-->,1.000000 +0.6,1,1,-->,1.000000 +0.8,0,0,-->,0.000000 +0.8,0,0.2,-->,0.000000 +0.8,0,0.4,-->,0.000000 +0.8,0,0.6,-->,0.000000 +0.8,0,0.8,-->,0.000000 +0.8,0,1,-->,0.000000 +0.8,0.2,0,-->,0.484534 +0.8,0.2,0.2,-->,0.484534 +0.8,0.2,0.4,-->,0.484534 +0.8,0.2,0.6,-->,0.484534 +0.8,0.2,0.8,-->,0.484534 +0.8,0.2,1,-->,0.484534 +0.8,0.4,0,-->,0.665187 +0.8,0.4,0.2,-->,0.665187 +0.8,0.4,0.4,-->,0.665187 +0.8,0.4,0.6,-->,0.665187 +0.8,0.4,0.8,-->,0.665187 +0.8,0.4,1,-->,0.665187 +0.8,0.6,0,-->,0.797742 +0.8,0.6,0.2,-->,0.797742 +0.8,0.6,0.4,-->,0.797742 +0.8,0.6,0.6,-->,0.797742 +0.8,0.6,0.8,-->,0.797742 +0.8,0.6,1,-->,0.797742 +0.8,0.8,0,-->,0.906335 +0.8,0.8,0.2,-->,0.906335 +0.8,0.8,0.4,-->,0.906335 +0.8,0.8,0.6,-->,0.906335 +0.8,0.8,0.8,-->,0.906335 +0.8,0.8,1,-->,0.906335 +0.8,1,0,-->,1.000000 +0.8,1,0.2,-->,1.000000 +0.8,1,0.4,-->,1.000000 +0.8,1,0.6,-->,1.000000 +0.8,1,0.8,-->,1.000000 +0.8,1,1,-->,1.000000 +1,0,0,-->,0.000000 +1,0,0.2,-->,0.000000 +1,0,0.4,-->,0.000000 +1,0,0.6,-->,0.000000 +1,0,0.8,-->,0.000000 +1,0,1,-->,0.000000 +1,0.2,0,-->,0.484534 +1,0.2,0.2,-->,0.484534 +1,0.2,0.4,-->,0.484534 +1,0.2,0.6,-->,0.484534 +1,0.2,0.8,-->,0.484534 +1,0.2,1,-->,0.484534 +1,0.4,0,-->,0.665187 +1,0.4,0.2,-->,0.665187 +1,0.4,0.4,-->,0.665187 +1,0.4,0.6,-->,0.665187 +1,0.4,0.8,-->,0.665187 +1,0.4,1,-->,0.665187 +1,0.6,0,-->,0.797742 +1,0.6,0.2,-->,0.797742 +1,0.6,0.4,-->,0.797742 +1,0.6,0.6,-->,0.797742 +1,0.6,0.8,-->,0.797742 +1,0.6,1,-->,0.797742 +1,0.8,0,-->,0.906335 +1,0.8,0.2,-->,0.906335 +1,0.8,0.4,-->,0.906335 +1,0.8,0.6,-->,0.906335 +1,0.8,0.8,-->,0.906335 +1,0.8,1,-->,0.906335 +1,1,0,-->,1.000000 +1,1,0.2,-->,1.000000 +1,1,0.4,-->,1.000000 +1,1,0.6,-->,1.000000 +1,1,0.8,-->,1.000000 +1,1,1,-->,1.000000 +-0.1,0.5,0.5,-->,0.735359 +1.1,0.5,0.5,-->,0.735359 +0.5,-0.1,0.5,-->,0.000000 +0.5,1.1,0.5,-->,1.000000 +0.5,0.5,-0.1,-->,0.735359 +0.5,0.5,1.1,-->,0.735359 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-0.csv new file mode 100644 index 0000000..0b166b7 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-0.csv @@ -0,0 +1,8 @@ +0,-->,0.003360,0.003473,0.002870 +0.2,-->,0.035168,0.036463,0.030083 +0.4,-->,0.131024,0.135878,0.112091 +0.6,-->,0.309430,0.320911,0.264723 +0.8,-->,0.583539,0.605201,0.499232 +1,-->,0.964200,1.000000,0.824900 +-0.1,-->,0.000000,0.000000,0.000000 +1.1,-->,1.197466,1.241930,1.024467 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-1.csv new file mode 100644 index 0000000..d19dcb0 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-1.csv @@ -0,0 +1,8 @@ +0,-->,0.000000,0.000000,0.000000 +0.2,-->,0.031919,0.033105,0.027308 +0.4,-->,0.128110,0.132867,0.109602 +0.6,-->,0.307140,0.318544,0.262767 +0.8,-->,0.582208,0.603825,0.498095 +1,-->,0.964200,1.000000,0.824900 +-0.1,-->,-0.007462,-0.007739,-0.006384 +1.1,-->,1.198282,1.242773,1.025164 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-2.csv new file mode 100644 index 0000000..d19dcb0 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-2.csv @@ -0,0 +1,8 @@ +0,-->,0.000000,0.000000,0.000000 +0.2,-->,0.031919,0.033105,0.027308 +0.4,-->,0.128110,0.132867,0.109602 +0.6,-->,0.307140,0.318544,0.262767 +0.8,-->,0.582208,0.603825,0.498095 +1,-->,0.964200,1.000000,0.824900 +-0.1,-->,-0.007462,-0.007739,-0.006384 +1.1,-->,1.198282,1.242773,1.025164 diff --git a/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-3.csv new file mode 100644 index 0000000..8372177 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sGrey-v4_ToPcs_ICC-3.csv @@ -0,0 +1,8 @@ +0,-->,0.000000,0.000000,0.000000 +0.2,-->,0.031919,0.033105,0.027308 +0.4,-->,0.128110,0.132867,0.109602 +0.6,-->,0.307140,0.318544,0.262767 +0.8,-->,0.582208,0.603825,0.498095 +1,-->,0.964200,1.000000,0.824900 +-0.1,-->,0.000000,0.000000,0.000000 +1.1,-->,1.198282,1.242773,1.025164 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-0.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-0.csv new file mode 100644 index 0000000..1daa377 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-0.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.000000,0.075349,0.563890 +0,0,0.4,-->,0.000000,0.119562,0.773613 +0,0,0.6,-->,0.000000,0.151891,0.927108 +0,0,0.8,-->,0.000000,0.178371,1.000000 +0,0,1,-->,0.000000,0.201163,1.000000 +0,0.2,0,-->,0.000000,0.648341,0.000000 +0,0.2,0.2,-->,0.000000,0.653440,0.519822 +0,0.2,0.4,-->,0.000000,0.658571,0.745093 +0,0.2,0.6,-->,0.000000,0.663657,0.904813 +0,0.2,0.8,-->,0.000000,0.668683,1.000000 +0,0.2,1,-->,0.000000,0.673662,1.000000 +0,0.4,0,-->,0.000000,0.887292,0.000000 +0,0.4,0.2,-->,0.000000,0.890694,0.469514 +0,0.4,0.4,-->,0.000000,0.894123,0.714521 +0,0.4,0.6,-->,0.000000,0.897539,0.881352 +0,0.4,0.8,-->,0.000000,0.900937,1.000000 +0,0.4,1,-->,0.000000,0.904314,1.000000 +0,0.6,0,-->,0.000000,1.000000,0.000000 +0,0.6,0.2,-->,0.000000,1.000000,0.411317 +0,0.6,0.4,-->,0.000000,1.000000,0.682153 +0,0.6,0.6,-->,0.000000,1.000000,0.857036 +0,0.6,0.8,-->,0.000000,1.000000,0.994311 +0,0.6,1,-->,0.000000,1.000000,1.000000 +0,0.8,0,-->,0.000000,1.000000,0.000000 +0,0.8,0.2,-->,0.000000,1.000000,0.340618 +0,0.8,0.4,-->,0.000000,1.000000,0.647661 +0,0.8,0.6,-->,0.000000,1.000000,0.831782 +0,0.8,0.8,-->,0.000000,1.000000,0.973678 +0,0.8,1,-->,0.000000,1.000000,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.245308 +0,1,0.4,-->,0.000000,1.000000,0.610621 +0,1,0.6,-->,0.000000,1.000000,0.805464 +0,1,0.8,-->,0.000000,1.000000,0.952440 +0,1,1,-->,0.000000,1.000000,1.000000 +0.2,0,0,-->,0.808567,0.000000,0.124211 +0.2,0,0.2,-->,0.749273,0.000000,0.576876 +0.2,0,0.4,-->,0.682097,0.000000,0.782310 +0.2,0,0.6,-->,0.605028,0.000000,0.933977 +0.2,0,0.8,-->,0.512698,0.000000,1.000000 +0.2,0,1,-->,0.392265,0.000000,1.000000 +0.2,0.2,0,-->,0.583365,0.467018,0.000000 +0.2,0.2,0.2,-->,0.487242,0.474732,0.534182 +0.2,0.2,0.4,-->,0.355782,0.482394,0.754219 +0.2,0.2,0.6,-->,0.065540,0.489905,0.911904 +0.2,0.2,0.8,-->,0.000000,0.497280,1.000000 +0.2,0.2,1,-->,0.000000,0.504523,1.000000 +0.2,0.4,0,-->,0.000000,0.779315,0.000000 +0.2,0.4,0.2,-->,0.000000,0.783343,0.485755 +0.2,0.4,0.4,-->,0.000000,0.787403,0.724152 +0.2,0.4,0.6,-->,0.000000,0.791434,0.888693 +0.2,0.4,0.8,-->,0.000000,0.795434,1.000000 +0.2,0.4,1,-->,0.000000,0.799418,1.000000 +0.2,0.6,0,-->,0.000000,0.979482,0.000000 +0.2,0.6,0.2,-->,0.000000,0.982469,0.430355 +0.2,0.6,0.4,-->,0.000000,0.985482,0.692373 +0.2,0.6,0.6,-->,0.000000,0.988484,0.864647 +0.2,0.6,0.8,-->,0.000000,0.991476,1.000000 +0.2,0.6,1,-->,0.000000,0.994452,1.000000 +0.2,0.8,0,-->,0.000000,1.000000,0.000000 +0.2,0.8,0.2,-->,0.000000,1.000000,0.364261 +0.2,0.8,0.4,-->,0.000000,1.000000,0.658570 +0.2,0.8,0.6,-->,0.000000,1.000000,0.839697 +0.2,0.8,0.8,-->,0.000000,1.000000,0.980118 +0.2,0.8,1,-->,0.000000,1.000000,1.000000 +0.2,1,0,-->,0.000000,1.000000,0.000000 +0.2,1,0.2,-->,0.000000,1.000000,0.278920 +0.2,1,0.4,-->,0.000000,1.000000,0.622372 +0.2,1,0.6,-->,0.000000,1.000000,0.813717 +0.2,1,0.8,-->,0.000000,1.000000,0.959072 +0.2,1,1,-->,0.000000,1.000000,1.000000 +0.4,0,0,-->,1.000000,0.000000,0.185112 +0.4,0,0.2,-->,1.000000,0.000000,0.589701 +0.4,0,0.4,-->,1.000000,0.000000,0.791018 +0.4,0,0.6,-->,0.979260,0.000000,0.940895 +0.4,0,0.8,-->,0.933331,0.000000,1.000000 +0.4,0,1,-->,0.884210,0.000000,1.000000 +0.4,0.2,0,-->,0.967889,0.000000,0.000000 +0.4,0.2,0.2,-->,0.921894,0.000000,0.548305 +0.4,0.2,0.4,-->,0.871910,0.021484,0.763350 +0.4,0.2,0.6,-->,0.817828,0.088837,0.919040 +0.4,0.2,0.8,-->,0.758606,0.128799,1.000000 +0.4,0.2,1,-->,0.692630,0.159264,1.000000 +0.4,0.4,0,-->,0.800039,0.644451,0.000000 +0.4,0.4,0.2,-->,0.739839,0.649603,0.501627 +0.4,0.4,0.4,-->,0.671417,0.654765,0.733780 +0.4,0.4,0.6,-->,0.592531,0.659885,0.896073 +0.4,0.4,0.8,-->,0.497160,0.664942,1.000000 +0.4,0.4,1,-->,0.370228,0.669966,1.000000 +0.4,0.6,0,-->,0.565060,0.884718,0.000000 +0.4,0.6,0.2,-->,0.464005,0.888128,0.448699 +0.4,0.6,0.4,-->,0.320416,0.891574,0.702565 +0.4,0.6,0.6,-->,0.000000,0.895003,0.872303 +0.4,0.6,0.8,-->,0.000000,0.898410,1.000000 +0.4,0.6,1,-->,0.000000,0.901802,1.000000 +0.4,0.8,0,-->,0.000000,1.000000,0.000000 +0.4,0.8,0.2,-->,0.000000,1.000000,0.386538 +0.4,0.8,0.4,-->,0.000000,1.000000,0.669438 +0.4,0.8,0.6,-->,0.000000,1.000000,0.847640 +0.4,0.8,0.8,-->,0.000000,1.000000,0.986608 +0.4,0.8,1,-->,0.000000,1.000000,1.000000 +0.4,1,0,-->,0.000000,1.000000,0.000000 +0.4,1,0.2,-->,0.000000,1.000000,0.308818 +0.4,1,0.4,-->,0.000000,1.000000,0.634042 +0.4,1,0.6,-->,0.000000,1.000000,0.822004 +0.4,1,0.8,-->,0.000000,1.000000,0.965749 +0.4,1,1,-->,0.000000,1.000000,1.000000 +0.6,0,0,-->,1.000000,0.000000,0.229622 +0.6,0,0.2,-->,1.000000,0.000000,0.602188 +0.6,0,0.4,-->,1.000000,0.000000,0.799614 +0.6,0,0.6,-->,1.000000,0.000000,0.947744 +0.6,0,0.8,-->,1.000000,0.000000,1.000000 +0.6,0,1,-->,1.000000,0.000000,1.000000 +0.6,0.2,0,-->,1.000000,0.000000,0.000000 +0.6,0.2,0.2,-->,1.000000,0.000000,0.561975 +0.6,0.2,0.4,-->,1.000000,0.000000,0.772343 +0.6,0.2,0.6,-->,1.000000,0.000000,0.926110 +0.6,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.6,0.2,1,-->,1.000000,0.000000,1.000000 +0.6,0.4,0,-->,1.000000,0.457118,0.000000 +0.6,0.4,0.2,-->,1.000000,0.465035,0.516877 +0.6,0.4,0.4,-->,1.000000,0.472898,0.743241 +0.6,0.4,0.6,-->,0.972651,0.480604,0.903377 +0.6,0.4,0.8,-->,0.926289,0.488153,1.000000 +0.6,0.4,1,-->,0.876630,0.495556,1.000000 +0.6,0.6,0,-->,0.958553,0.774231,0.000000 +0.6,0.6,0.2,-->,0.911937,0.778292,0.466148 +0.6,0.6,0.4,-->,0.861178,0.782389,0.712564 +0.6,0.6,0.6,-->,0.806149,0.786456,0.879864 +0.6,0.6,0.8,-->,0.745690,0.790490,1.000000 +0.6,0.6,1,-->,0.678052,0.794497,1.000000 +0.6,0.8,0,-->,0.788000,0.975718,0.000000 +0.6,0.8,0.2,-->,0.726485,0.978723,0.407347 +0.6,0.8,0.4,-->,0.656235,0.981756,0.680070 +0.6,0.8,0.6,-->,0.574587,0.984774,0.855495 +0.6,0.8,0.8,-->,0.474540,0.987781,0.993052 +0.6,0.8,1,-->,0.336720,0.990772,1.000000 +0.6,1,0,-->,0.545972,1.000000,0.000000 +0.6,1,0.2,-->,0.439209,1.000000,0.335609 +0.6,1,0.4,-->,0.279642,1.000000,0.645435 +0.6,1,0.6,-->,0.000000,1.000000,0.830174 +0.6,1,0.8,-->,0.000000,1.000000,0.972375 +0.6,1,1,-->,0.000000,1.000000,1.000000 +0.8,0,0,-->,1.000000,0.000000,0.266062 +0.8,0,0.2,-->,1.000000,0.000000,0.614348 +0.8,0,0.4,-->,1.000000,0.000000,0.808081 +0.8,0,0.6,-->,1.000000,0.000000,0.954536 +0.8,0,0.8,-->,1.000000,0.000000,1.000000 +0.8,0,1,-->,1.000000,0.000000,1.000000 +0.8,0.2,0,-->,1.000000,0.000000,0.114315 +0.8,0.2,0.2,-->,1.000000,0.000000,0.575231 +0.8,0.2,0.4,-->,1.000000,0.000000,0.781203 +0.8,0.2,0.6,-->,1.000000,0.000000,0.933097 +0.8,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.8,0.2,1,-->,1.000000,0.000000,1.000000 +0.8,0.4,0,-->,1.000000,0.000000,0.000000 +0.8,0.4,0.2,-->,1.000000,0.000000,0.531575 +0.8,0.4,0.4,-->,1.000000,0.000000,0.752544 +0.8,0.4,0.6,-->,1.000000,0.001068,0.910604 +0.8,0.4,0.8,-->,1.000000,0.076792,1.000000 +0.8,0.4,1,-->,1.000000,0.120520,1.000000 +0.8,0.6,0,-->,1.000000,0.637933,0.000000 +0.8,0.6,0.2,-->,1.000000,0.643143,0.482821 +0.8,0.6,0.4,-->,1.000000,0.648379,0.722387 +0.8,0.6,0.6,-->,1.000000,0.653553,0.887340 +0.8,0.6,0.8,-->,1.000000,0.658680,1.000000 +0.8,0.6,1,-->,1.000000,0.663766,1.000000 +0.8,0.8,0,-->,1.000000,0.880418,0.000000 +0.8,0.8,0.2,-->,1.000000,0.883855,0.426925 +0.8,0.8,0.4,-->,1.000000,0.887316,0.690501 +0.8,0.8,0.6,-->,0.963378,0.890768,0.863258 +0.8,0.8,0.8,-->,0.916389,0.894198,0.999432 +0.8,0.8,1,-->,0.865984,0.897612,1.000000 +0.8,1,0,-->,0.949097,1.000000,0.000000 +0.8,1,0.2,-->,0.901830,1.000000,0.360048 +0.8,1,0.4,-->,0.850271,1.000000,0.656586 +0.8,1,0.6,-->,0.794235,1.000000,0.838243 +0.8,1,0.8,-->,0.732477,1.000000,0.978934 +0.8,1,1,-->,0.663054,1.000000,1.000000 +1,0,0,-->,1.000000,0.000000,0.297471 +1,0,0.2,-->,1.000000,0.000000,0.626211 +1,0,0.4,-->,1.000000,0.000000,0.816436 +1,0,0.6,-->,1.000000,0.000000,0.961257 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,1.000000,0.000000,0.178635 +1,0.2,0.2,-->,1.000000,0.000000,0.588103 +1,0.2,0.4,-->,1.000000,0.000000,0.789931 +1,0.2,0.6,-->,1.000000,0.000000,0.940030 +1,0.2,0.8,-->,1.000000,0.000000,1.000000 +1,0.2,1,-->,1.000000,0.000000,1.000000 +1,0.4,0,-->,1.000000,0.000000,0.000000 +1,0.4,0.2,-->,1.000000,0.000000,0.545780 +1,0.4,0.4,-->,1.000000,0.000000,0.761708 +1,0.4,0.6,-->,1.000000,0.000000,0.917758 +1,0.4,0.8,-->,1.000000,0.000000,1.000000 +1,0.4,1,-->,1.000000,0.000000,1.000000 +1,0.6,0,-->,1.000000,0.446953,0.000000 +1,0.6,0.2,-->,1.000000,0.455096,0.498802 +1,0.6,0.4,-->,1.000000,0.463160,0.732049 +1,0.6,0.6,-->,1.000000,0.471073,0.894743 +1,0.6,0.8,-->,1.000000,0.478807,1.000000 +1,0.6,1,-->,1.000000,0.486387,1.000000 +1,0.8,0,-->,1.000000,0.769100,0.000000 +1,0.8,0.2,-->,1.000000,0.773196,0.445441 +1,0.8,0.4,-->,1.000000,0.777331,0.700734 +1,0.8,0.6,-->,1.000000,0.781428,0.870922 +1,0.8,0.8,-->,1.000000,0.785502,1.000000 +1,0.8,1,-->,1.000000,0.789545,1.000000 +1,1,0,-->,1.000000,0.971947,0.000000 +1,1,0.2,-->,1.000000,0.974960,0.382627 +1,1,0.4,-->,1.000000,0.978008,0.667492 +1,1,0.6,-->,1.000000,0.981042,0.846206 +1,1,0.8,-->,1.000000,0.984067,0.985439 +1,1,1,-->,1.000000,0.987078,1.000000 +-0.1,0.5,0.5,-->,0.000000,0.987365,0.789991 +1.1,0.5,0.5,-->,1.000000,0.000000,0.835757 +0.5,-0.1,0.5,-->,1.000000,0.000000,0.874015 +0.5,1.1,0.5,-->,0.000000,1.000000,0.725402 +0.5,0.5,-0.1,-->,0.883985,0.713183,0.000000 +0.5,0.5,1.1,-->,0.502026,0.737870,1.000000 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-1.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-1.csv new file mode 100644 index 0000000..8ebe433 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-1.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.000000,0.075935,0.566723 +0,0,0.4,-->,0.000000,0.119827,0.774896 +0,0,0.6,-->,0.000000,0.152003,0.927642 +0,0,0.8,-->,0.000000,0.178381,1.000000 +0,0,1,-->,0.000000,0.201097,1.000000 +0,0.2,0,-->,0.000000,0.652464,0.000000 +0,0.2,0.2,-->,0.000000,0.657592,0.522311 +0,0.2,0.4,-->,0.000000,0.662659,0.746027 +0,0.2,0.6,-->,0.000000,0.667682,0.905048 +0,0.2,0.8,-->,0.000000,0.672650,1.000000 +0,0.2,1,-->,0.000000,0.677576,1.000000 +0,0.4,0,-->,0.000000,0.889356,0.000000 +0,0.4,0.2,-->,0.000000,0.892781,0.472522 +0,0.4,0.4,-->,0.000000,0.896191,0.715625 +0,0.4,0.6,-->,0.000000,0.899585,0.881674 +0,0.4,0.8,-->,0.000000,0.902960,1.000000 +0,0.4,1,-->,0.000000,0.906319,1.000000 +0,0.6,0,-->,0.000000,1.000000,0.000000 +0,0.6,0.2,-->,0.000000,1.000000,0.415077 +0,0.6,0.4,-->,0.000000,1.000000,0.683437 +0,0.6,0.6,-->,0.000000,1.000000,0.857459 +0,0.6,0.8,-->,0.000000,1.000000,0.994225 +0,0.6,1,-->,0.000000,1.000000,1.000000 +0,0.8,0,-->,0.000000,1.000000,0.000000 +0,0.8,0.2,-->,0.000000,1.000000,0.345610 +0,0.8,0.4,-->,0.000000,1.000000,0.649157 +0,0.8,0.6,-->,0.000000,1.000000,0.832305 +0,0.8,0.8,-->,0.000000,1.000000,0.973661 +0,0.8,1,-->,0.000000,1.000000,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.253018 +0,1,0.4,-->,0.000000,1.000000,0.612356 +0,1,0.6,-->,0.000000,1.000000,0.806117 +0,1,0.8,-->,0.000000,1.000000,0.952497 +0,1,1,-->,0.000000,1.000000,1.000000 +0.2,0,0,-->,0.813415,0.000000,0.125224 +0.2,0,0.2,-->,0.753951,0.000000,0.579800 +0.2,0,0.4,-->,0.687624,0.000000,0.783690 +0.2,0,0.6,-->,0.611755,0.000000,0.934597 +0.2,0,0.8,-->,0.521323,0.000000,1.000000 +0.2,0,1,-->,0.404696,0.000000,1.000000 +0.2,0.2,0,-->,0.586784,0.470214,0.000000 +0.2,0.2,0.2,-->,0.490354,0.477939,0.536785 +0.2,0.2,0.4,-->,0.360882,0.485508,0.755261 +0.2,0.2,0.6,-->,0.092969,0.492942,0.912232 +0.2,0.2,0.8,-->,0.000000,0.500234,1.000000 +0.2,0.2,1,-->,0.000000,0.507399,1.000000 +0.2,0.4,0,-->,0.000000,0.780167,0.000000 +0.2,0.4,0.2,-->,0.000000,0.784235,0.488863 +0.2,0.4,0.4,-->,0.000000,0.788272,0.725367 +0.2,0.4,0.6,-->,0.000000,0.792283,0.889109 +0.2,0.4,0.8,-->,0.000000,0.796261,1.000000 +0.2,0.4,1,-->,0.000000,0.800226,1.000000 +0.2,0.6,0,-->,0.000000,0.979507,0.000000 +0.2,0.6,0.2,-->,0.000000,0.982525,0.434161 +0.2,0.6,0.4,-->,0.000000,0.985529,0.693764 +0.2,0.6,0.6,-->,0.000000,0.988521,0.865166 +0.2,0.6,0.8,-->,0.000000,0.991501,1.000000 +0.2,0.6,1,-->,0.000000,0.994468,1.000000 +0.2,0.8,0,-->,0.000000,1.000000,0.000000 +0.2,0.8,0.2,-->,0.000000,1.000000,0.369184 +0.2,0.8,0.4,-->,0.000000,1.000000,0.660180 +0.2,0.8,0.6,-->,0.000000,1.000000,0.840322 +0.2,0.8,0.8,-->,0.000000,1.000000,0.980189 +0.2,0.8,1,-->,0.000000,1.000000,1.000000 +0.2,1,0,-->,0.000000,1.000000,0.000000 +0.2,1,0.2,-->,0.000000,1.000000,0.285963 +0.2,1,0.4,-->,0.000000,1.000000,0.624231 +0.2,1,0.6,-->,0.000000,1.000000,0.814466 +0.2,1,0.8,-->,0.000000,1.000000,0.959218 +0.2,1,1,-->,0.000000,1.000000,1.000000 +0.4,0,0,-->,1.000000,0.000000,0.185617 +0.4,0,0.2,-->,1.000000,0.000000,0.592512 +0.4,0,0.4,-->,1.000000,0.000000,0.792354 +0.4,0,0.6,-->,0.981879,0.000000,0.941490 +0.4,0,0.8,-->,0.936289,0.000000,1.000000 +0.4,0,1,-->,0.887552,0.000000,1.000000 +0.4,0.2,0,-->,0.968654,0.000000,0.000000 +0.4,0.2,0.2,-->,0.922193,0.000000,0.550766 +0.4,0.2,0.4,-->,0.872410,0.062171,0.764342 +0.4,0.2,0.6,-->,0.818568,0.111009,0.919336 +0.4,0.2,0.8,-->,0.759633,0.145139,1.000000 +0.4,0.2,1,-->,0.694028,0.172572,1.000000 +0.4,0.4,0,-->,0.801681,0.646072,0.000000 +0.4,0.4,0.2,-->,0.740967,0.651264,0.504554 +0.4,0.4,0.4,-->,0.672955,0.656399,0.734935 +0.4,0.4,0.6,-->,0.594621,0.661474,0.896464 +0.4,0.4,0.8,-->,0.500145,0.666499,1.000000 +0.4,0.4,1,-->,0.375055,0.671484,1.000000 +0.4,0.6,0,-->,0.568680,0.885100,0.000000 +0.4,0.6,0.2,-->,0.467383,0.888554,0.452263 +0.4,0.6,0.4,-->,0.326316,0.891981,0.703894 +0.4,0.6,0.6,-->,0.000000,0.895397,0.872787 +0.4,0.6,0.8,-->,0.000000,0.898786,1.000000 +0.4,0.6,1,-->,0.000000,0.902168,1.000000 +0.4,0.8,0,-->,0.000000,1.000000,0.000000 +0.4,0.8,0.2,-->,0.000000,1.000000,0.391051 +0.4,0.8,0.4,-->,0.000000,1.000000,0.670975 +0.4,0.8,0.6,-->,0.000000,1.000000,0.848233 +0.4,0.8,0.8,-->,0.000000,1.000000,0.986655 +0.4,0.8,1,-->,0.000000,1.000000,1.000000 +0.4,1,0,-->,0.000000,1.000000,0.000000 +0.4,1,0.2,-->,0.000000,1.000000,0.314996 +0.4,1,0.4,-->,0.000000,1.000000,0.635816 +0.4,1,0.6,-->,0.000000,1.000000,0.822709 +0.4,1,0.8,-->,0.000000,1.000000,0.965873 +0.4,1,1,-->,0.000000,1.000000,1.000000 +0.6,0,0,-->,1.000000,0.000000,0.229874 +0.6,0,0.2,-->,1.000000,0.000000,0.604872 +0.6,0,0.4,-->,1.000000,0.000000,0.800890 +0.6,0,0.6,-->,1.000000,0.000000,0.948312 +0.6,0,0.8,-->,1.000000,0.000000,1.000000 +0.6,0,1,-->,1.000000,0.000000,1.000000 +0.6,0.2,0,-->,1.000000,0.000000,0.000000 +0.6,0.2,0.2,-->,1.000000,0.000000,0.564313 +0.6,0.2,0.4,-->,1.000000,0.000000,0.773290 +0.6,0.2,0.6,-->,1.000000,0.000000,0.926380 +0.6,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.6,0.2,1,-->,1.000000,0.000000,1.000000 +0.6,0.4,0,-->,1.000000,0.460439,0.000000 +0.6,0.4,0.2,-->,1.000000,0.468376,0.519640 +0.6,0.4,0.4,-->,1.000000,0.476147,0.744340 +0.6,0.4,0.6,-->,0.972752,0.483753,0.903735 +0.6,0.4,0.8,-->,0.926564,0.491225,1.000000 +0.6,0.4,1,-->,0.877111,0.498547,1.000000 +0.6,0.6,0,-->,0.959360,0.775106,0.000000 +0.6,0.6,0.2,-->,0.912270,0.779205,0.469490 +0.6,0.6,0.4,-->,0.861722,0.783279,0.713841 +0.6,0.6,0.6,-->,0.806937,0.787328,0.880317 +0.6,0.6,0.8,-->,0.746783,0.791345,1.000000 +0.6,0.6,1,-->,0.679534,0.795331,1.000000 +0.6,0.8,0,-->,0.789724,0.975759,0.000000 +0.6,0.8,0.2,-->,0.727683,0.978797,0.411509 +0.6,0.8,0.4,-->,0.657862,0.981819,0.681541 +0.6,0.8,0.6,-->,0.576840,0.984827,0.856053 +0.6,0.8,0.8,-->,0.477774,0.987821,0.993077 +0.6,0.8,1,-->,0.342237,0.990803,1.000000 +0.6,1,0,-->,0.549812,1.000000,0.000000 +0.6,1,0.2,-->,0.442909,1.000000,0.341136 +0.6,1,0.4,-->,0.286678,1.000000,0.647135 +0.6,1,0.6,-->,0.000000,1.000000,0.830846 +0.6,1,0.8,-->,0.000000,1.000000,0.972472 +0.6,1,1,-->,0.000000,1.000000,1.000000 +0.8,0,0,-->,1.000000,0.000000,0.266158 +0.8,0,0.2,-->,1.000000,0.000000,0.616928 +0.8,0,0.4,-->,1.000000,0.000000,0.809319 +0.8,0,0.6,-->,1.000000,0.000000,0.955072 +0.8,0,0.8,-->,1.000000,0.000000,1.000000 +0.8,0,1,-->,1.000000,0.000000,1.000000 +0.8,0.2,0,-->,1.000000,0.000000,0.110866 +0.8,0.2,0.2,-->,1.000000,0.000000,0.577456 +0.8,0.2,0.4,-->,1.000000,0.000000,0.782109 +0.8,0.2,0.6,-->,1.000000,0.000000,0.933342 +0.8,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.8,0.2,1,-->,1.000000,0.000000,1.000000 +0.8,0.4,0,-->,1.000000,0.000000,0.000000 +0.8,0.4,0.2,-->,1.000000,0.000000,0.534195 +0.8,0.4,0.4,-->,1.000000,0.000000,0.753599 +0.8,0.4,0.6,-->,1.000000,0.045586,0.910937 +0.8,0.4,0.8,-->,1.000000,0.101410,1.000000 +0.8,0.4,1,-->,1.000000,0.137860,1.000000 +0.8,0.6,0,-->,1.000000,0.639600,0.000000 +0.8,0.6,0.2,-->,1.000000,0.644847,0.485949 +0.8,0.6,0.4,-->,1.000000,0.650049,0.723609 +0.8,0.6,0.6,-->,1.000000,0.655192,0.887765 +0.8,0.6,0.8,-->,1.000000,0.660285,1.000000 +0.8,0.6,1,-->,1.000000,0.665331,1.000000 +0.8,0.8,0,-->,1.000000,0.880820,0.000000 +0.8,0.8,0.2,-->,1.000000,0.884291,0.430789 +0.8,0.8,0.4,-->,1.000000,0.887739,0.691914 +0.8,0.8,0.6,-->,0.963511,0.891180,0.863781 +0.8,0.8,0.8,-->,0.916704,0.894598,0.999434 +0.8,0.8,1,-->,0.866497,0.897995,1.000000 +0.8,1,0,-->,0.949948,1.000000,0.000000 +0.8,1,0.2,-->,0.902200,1.000000,0.365048 +0.8,1,0.4,-->,0.850854,1.000000,0.658203 +0.8,1,0.6,-->,0.795074,1.000000,0.838878 +0.8,1,0.8,-->,0.733640,1.000000,0.979008 +0.8,1,1,-->,0.664628,1.000000,1.000000 +1,0,0,-->,1.000000,0.000000,0.297453 +1,0,0.2,-->,1.000000,0.000000,0.628688 +1,0,0.4,-->,1.000000,0.000000,0.817626 +1,0,0.6,-->,1.000000,0.000000,0.961760 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,1.000000,0.000000,0.176263 +1,0.2,0.2,-->,1.000000,0.000000,0.590226 +1,0.2,0.4,-->,1.000000,0.000000,0.790791 +1,0.2,0.6,-->,1.000000,0.000000,0.940251 +1,0.2,0.8,-->,1.000000,0.000000,1.000000 +1,0.2,1,-->,1.000000,0.000000,1.000000 +1,0.4,0,-->,1.000000,0.000000,0.000000 +1,0.4,0.2,-->,1.000000,0.000000,0.548269 +1,0.4,0.4,-->,1.000000,0.000000,0.762706 +1,0.4,0.6,-->,1.000000,0.000000,0.918056 +1,0.4,0.8,-->,1.000000,0.000000,1.000000 +1,0.4,1,-->,1.000000,0.000000,1.000000 +1,0.6,0,-->,1.000000,0.450415,0.000000 +1,0.6,0.2,-->,1.000000,0.458560,0.501756 +1,0.6,0.4,-->,1.000000,0.466535,0.733209 +1,0.6,0.6,-->,1.000000,0.474338,0.895139 +1,0.6,0.8,-->,1.000000,0.481988,1.000000 +1,0.6,1,-->,1.000000,0.489479,1.000000 +1,0.8,0,-->,1.000000,0.770007,0.000000 +1,0.8,0.2,-->,1.000000,0.774143,0.449046 +1,0.8,0.4,-->,1.000000,0.778249,0.702073 +1,0.8,0.6,-->,1.000000,0.782332,0.871414 +1,0.8,0.8,-->,1.000000,0.786384,1.000000 +1,0.8,1,-->,1.000000,0.790406,1.000000 +1,1,0,-->,1.000000,0.972003,0.000000 +1,1,0.2,-->,1.000000,0.975048,0.387192 +1,1,0.4,-->,1.000000,0.978086,0.669038 +1,1,0.6,-->,1.000000,0.981109,0.846808 +1,1,0.8,-->,1.000000,0.984124,0.985490 +1,1,1,-->,1.000000,0.987124,1.000000 +-0.1,0.5,0.5,-->,0.000000,1.000000,0.786385 +1.1,0.5,0.5,-->,1.000000,0.000000,0.836407 +0.5,-0.1,0.5,-->,1.000000,0.000000,0.886823 +0.5,1.1,0.5,-->,0.000000,1.000000,0.726594 +0.5,0.5,-0.1,-->,0.910044,0.712090,0.000000 +0.5,0.5,1.1,-->,0.504963,0.739004,1.000000 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-2.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-2.csv new file mode 100644 index 0000000..8ebe433 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-2.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.000000,0.075935,0.566723 +0,0,0.4,-->,0.000000,0.119827,0.774896 +0,0,0.6,-->,0.000000,0.152003,0.927642 +0,0,0.8,-->,0.000000,0.178381,1.000000 +0,0,1,-->,0.000000,0.201097,1.000000 +0,0.2,0,-->,0.000000,0.652464,0.000000 +0,0.2,0.2,-->,0.000000,0.657592,0.522311 +0,0.2,0.4,-->,0.000000,0.662659,0.746027 +0,0.2,0.6,-->,0.000000,0.667682,0.905048 +0,0.2,0.8,-->,0.000000,0.672650,1.000000 +0,0.2,1,-->,0.000000,0.677576,1.000000 +0,0.4,0,-->,0.000000,0.889356,0.000000 +0,0.4,0.2,-->,0.000000,0.892781,0.472522 +0,0.4,0.4,-->,0.000000,0.896191,0.715625 +0,0.4,0.6,-->,0.000000,0.899585,0.881674 +0,0.4,0.8,-->,0.000000,0.902960,1.000000 +0,0.4,1,-->,0.000000,0.906319,1.000000 +0,0.6,0,-->,0.000000,1.000000,0.000000 +0,0.6,0.2,-->,0.000000,1.000000,0.415077 +0,0.6,0.4,-->,0.000000,1.000000,0.683437 +0,0.6,0.6,-->,0.000000,1.000000,0.857459 +0,0.6,0.8,-->,0.000000,1.000000,0.994225 +0,0.6,1,-->,0.000000,1.000000,1.000000 +0,0.8,0,-->,0.000000,1.000000,0.000000 +0,0.8,0.2,-->,0.000000,1.000000,0.345610 +0,0.8,0.4,-->,0.000000,1.000000,0.649157 +0,0.8,0.6,-->,0.000000,1.000000,0.832305 +0,0.8,0.8,-->,0.000000,1.000000,0.973661 +0,0.8,1,-->,0.000000,1.000000,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.253018 +0,1,0.4,-->,0.000000,1.000000,0.612356 +0,1,0.6,-->,0.000000,1.000000,0.806117 +0,1,0.8,-->,0.000000,1.000000,0.952497 +0,1,1,-->,0.000000,1.000000,1.000000 +0.2,0,0,-->,0.813415,0.000000,0.125224 +0.2,0,0.2,-->,0.753951,0.000000,0.579800 +0.2,0,0.4,-->,0.687624,0.000000,0.783690 +0.2,0,0.6,-->,0.611755,0.000000,0.934597 +0.2,0,0.8,-->,0.521323,0.000000,1.000000 +0.2,0,1,-->,0.404696,0.000000,1.000000 +0.2,0.2,0,-->,0.586784,0.470214,0.000000 +0.2,0.2,0.2,-->,0.490354,0.477939,0.536785 +0.2,0.2,0.4,-->,0.360882,0.485508,0.755261 +0.2,0.2,0.6,-->,0.092969,0.492942,0.912232 +0.2,0.2,0.8,-->,0.000000,0.500234,1.000000 +0.2,0.2,1,-->,0.000000,0.507399,1.000000 +0.2,0.4,0,-->,0.000000,0.780167,0.000000 +0.2,0.4,0.2,-->,0.000000,0.784235,0.488863 +0.2,0.4,0.4,-->,0.000000,0.788272,0.725367 +0.2,0.4,0.6,-->,0.000000,0.792283,0.889109 +0.2,0.4,0.8,-->,0.000000,0.796261,1.000000 +0.2,0.4,1,-->,0.000000,0.800226,1.000000 +0.2,0.6,0,-->,0.000000,0.979507,0.000000 +0.2,0.6,0.2,-->,0.000000,0.982525,0.434161 +0.2,0.6,0.4,-->,0.000000,0.985529,0.693764 +0.2,0.6,0.6,-->,0.000000,0.988521,0.865166 +0.2,0.6,0.8,-->,0.000000,0.991501,1.000000 +0.2,0.6,1,-->,0.000000,0.994468,1.000000 +0.2,0.8,0,-->,0.000000,1.000000,0.000000 +0.2,0.8,0.2,-->,0.000000,1.000000,0.369184 +0.2,0.8,0.4,-->,0.000000,1.000000,0.660180 +0.2,0.8,0.6,-->,0.000000,1.000000,0.840322 +0.2,0.8,0.8,-->,0.000000,1.000000,0.980189 +0.2,0.8,1,-->,0.000000,1.000000,1.000000 +0.2,1,0,-->,0.000000,1.000000,0.000000 +0.2,1,0.2,-->,0.000000,1.000000,0.285963 +0.2,1,0.4,-->,0.000000,1.000000,0.624231 +0.2,1,0.6,-->,0.000000,1.000000,0.814466 +0.2,1,0.8,-->,0.000000,1.000000,0.959218 +0.2,1,1,-->,0.000000,1.000000,1.000000 +0.4,0,0,-->,1.000000,0.000000,0.185617 +0.4,0,0.2,-->,1.000000,0.000000,0.592512 +0.4,0,0.4,-->,1.000000,0.000000,0.792354 +0.4,0,0.6,-->,0.981879,0.000000,0.941490 +0.4,0,0.8,-->,0.936289,0.000000,1.000000 +0.4,0,1,-->,0.887552,0.000000,1.000000 +0.4,0.2,0,-->,0.968654,0.000000,0.000000 +0.4,0.2,0.2,-->,0.922193,0.000000,0.550766 +0.4,0.2,0.4,-->,0.872410,0.062171,0.764342 +0.4,0.2,0.6,-->,0.818568,0.111009,0.919336 +0.4,0.2,0.8,-->,0.759633,0.145139,1.000000 +0.4,0.2,1,-->,0.694028,0.172572,1.000000 +0.4,0.4,0,-->,0.801681,0.646072,0.000000 +0.4,0.4,0.2,-->,0.740967,0.651264,0.504554 +0.4,0.4,0.4,-->,0.672955,0.656399,0.734935 +0.4,0.4,0.6,-->,0.594621,0.661474,0.896464 +0.4,0.4,0.8,-->,0.500145,0.666499,1.000000 +0.4,0.4,1,-->,0.375055,0.671484,1.000000 +0.4,0.6,0,-->,0.568680,0.885100,0.000000 +0.4,0.6,0.2,-->,0.467383,0.888554,0.452263 +0.4,0.6,0.4,-->,0.326316,0.891981,0.703894 +0.4,0.6,0.6,-->,0.000000,0.895397,0.872787 +0.4,0.6,0.8,-->,0.000000,0.898786,1.000000 +0.4,0.6,1,-->,0.000000,0.902168,1.000000 +0.4,0.8,0,-->,0.000000,1.000000,0.000000 +0.4,0.8,0.2,-->,0.000000,1.000000,0.391051 +0.4,0.8,0.4,-->,0.000000,1.000000,0.670975 +0.4,0.8,0.6,-->,0.000000,1.000000,0.848233 +0.4,0.8,0.8,-->,0.000000,1.000000,0.986655 +0.4,0.8,1,-->,0.000000,1.000000,1.000000 +0.4,1,0,-->,0.000000,1.000000,0.000000 +0.4,1,0.2,-->,0.000000,1.000000,0.314996 +0.4,1,0.4,-->,0.000000,1.000000,0.635816 +0.4,1,0.6,-->,0.000000,1.000000,0.822709 +0.4,1,0.8,-->,0.000000,1.000000,0.965873 +0.4,1,1,-->,0.000000,1.000000,1.000000 +0.6,0,0,-->,1.000000,0.000000,0.229874 +0.6,0,0.2,-->,1.000000,0.000000,0.604872 +0.6,0,0.4,-->,1.000000,0.000000,0.800890 +0.6,0,0.6,-->,1.000000,0.000000,0.948312 +0.6,0,0.8,-->,1.000000,0.000000,1.000000 +0.6,0,1,-->,1.000000,0.000000,1.000000 +0.6,0.2,0,-->,1.000000,0.000000,0.000000 +0.6,0.2,0.2,-->,1.000000,0.000000,0.564313 +0.6,0.2,0.4,-->,1.000000,0.000000,0.773290 +0.6,0.2,0.6,-->,1.000000,0.000000,0.926380 +0.6,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.6,0.2,1,-->,1.000000,0.000000,1.000000 +0.6,0.4,0,-->,1.000000,0.460439,0.000000 +0.6,0.4,0.2,-->,1.000000,0.468376,0.519640 +0.6,0.4,0.4,-->,1.000000,0.476147,0.744340 +0.6,0.4,0.6,-->,0.972752,0.483753,0.903735 +0.6,0.4,0.8,-->,0.926564,0.491225,1.000000 +0.6,0.4,1,-->,0.877111,0.498547,1.000000 +0.6,0.6,0,-->,0.959360,0.775106,0.000000 +0.6,0.6,0.2,-->,0.912270,0.779205,0.469490 +0.6,0.6,0.4,-->,0.861722,0.783279,0.713841 +0.6,0.6,0.6,-->,0.806937,0.787328,0.880317 +0.6,0.6,0.8,-->,0.746783,0.791345,1.000000 +0.6,0.6,1,-->,0.679534,0.795331,1.000000 +0.6,0.8,0,-->,0.789724,0.975759,0.000000 +0.6,0.8,0.2,-->,0.727683,0.978797,0.411509 +0.6,0.8,0.4,-->,0.657862,0.981819,0.681541 +0.6,0.8,0.6,-->,0.576840,0.984827,0.856053 +0.6,0.8,0.8,-->,0.477774,0.987821,0.993077 +0.6,0.8,1,-->,0.342237,0.990803,1.000000 +0.6,1,0,-->,0.549812,1.000000,0.000000 +0.6,1,0.2,-->,0.442909,1.000000,0.341136 +0.6,1,0.4,-->,0.286678,1.000000,0.647135 +0.6,1,0.6,-->,0.000000,1.000000,0.830846 +0.6,1,0.8,-->,0.000000,1.000000,0.972472 +0.6,1,1,-->,0.000000,1.000000,1.000000 +0.8,0,0,-->,1.000000,0.000000,0.266158 +0.8,0,0.2,-->,1.000000,0.000000,0.616928 +0.8,0,0.4,-->,1.000000,0.000000,0.809319 +0.8,0,0.6,-->,1.000000,0.000000,0.955072 +0.8,0,0.8,-->,1.000000,0.000000,1.000000 +0.8,0,1,-->,1.000000,0.000000,1.000000 +0.8,0.2,0,-->,1.000000,0.000000,0.110866 +0.8,0.2,0.2,-->,1.000000,0.000000,0.577456 +0.8,0.2,0.4,-->,1.000000,0.000000,0.782109 +0.8,0.2,0.6,-->,1.000000,0.000000,0.933342 +0.8,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.8,0.2,1,-->,1.000000,0.000000,1.000000 +0.8,0.4,0,-->,1.000000,0.000000,0.000000 +0.8,0.4,0.2,-->,1.000000,0.000000,0.534195 +0.8,0.4,0.4,-->,1.000000,0.000000,0.753599 +0.8,0.4,0.6,-->,1.000000,0.045586,0.910937 +0.8,0.4,0.8,-->,1.000000,0.101410,1.000000 +0.8,0.4,1,-->,1.000000,0.137860,1.000000 +0.8,0.6,0,-->,1.000000,0.639600,0.000000 +0.8,0.6,0.2,-->,1.000000,0.644847,0.485949 +0.8,0.6,0.4,-->,1.000000,0.650049,0.723609 +0.8,0.6,0.6,-->,1.000000,0.655192,0.887765 +0.8,0.6,0.8,-->,1.000000,0.660285,1.000000 +0.8,0.6,1,-->,1.000000,0.665331,1.000000 +0.8,0.8,0,-->,1.000000,0.880820,0.000000 +0.8,0.8,0.2,-->,1.000000,0.884291,0.430789 +0.8,0.8,0.4,-->,1.000000,0.887739,0.691914 +0.8,0.8,0.6,-->,0.963511,0.891180,0.863781 +0.8,0.8,0.8,-->,0.916704,0.894598,0.999434 +0.8,0.8,1,-->,0.866497,0.897995,1.000000 +0.8,1,0,-->,0.949948,1.000000,0.000000 +0.8,1,0.2,-->,0.902200,1.000000,0.365048 +0.8,1,0.4,-->,0.850854,1.000000,0.658203 +0.8,1,0.6,-->,0.795074,1.000000,0.838878 +0.8,1,0.8,-->,0.733640,1.000000,0.979008 +0.8,1,1,-->,0.664628,1.000000,1.000000 +1,0,0,-->,1.000000,0.000000,0.297453 +1,0,0.2,-->,1.000000,0.000000,0.628688 +1,0,0.4,-->,1.000000,0.000000,0.817626 +1,0,0.6,-->,1.000000,0.000000,0.961760 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,1.000000,0.000000,0.176263 +1,0.2,0.2,-->,1.000000,0.000000,0.590226 +1,0.2,0.4,-->,1.000000,0.000000,0.790791 +1,0.2,0.6,-->,1.000000,0.000000,0.940251 +1,0.2,0.8,-->,1.000000,0.000000,1.000000 +1,0.2,1,-->,1.000000,0.000000,1.000000 +1,0.4,0,-->,1.000000,0.000000,0.000000 +1,0.4,0.2,-->,1.000000,0.000000,0.548269 +1,0.4,0.4,-->,1.000000,0.000000,0.762706 +1,0.4,0.6,-->,1.000000,0.000000,0.918056 +1,0.4,0.8,-->,1.000000,0.000000,1.000000 +1,0.4,1,-->,1.000000,0.000000,1.000000 +1,0.6,0,-->,1.000000,0.450415,0.000000 +1,0.6,0.2,-->,1.000000,0.458560,0.501756 +1,0.6,0.4,-->,1.000000,0.466535,0.733209 +1,0.6,0.6,-->,1.000000,0.474338,0.895139 +1,0.6,0.8,-->,1.000000,0.481988,1.000000 +1,0.6,1,-->,1.000000,0.489479,1.000000 +1,0.8,0,-->,1.000000,0.770007,0.000000 +1,0.8,0.2,-->,1.000000,0.774143,0.449046 +1,0.8,0.4,-->,1.000000,0.778249,0.702073 +1,0.8,0.6,-->,1.000000,0.782332,0.871414 +1,0.8,0.8,-->,1.000000,0.786384,1.000000 +1,0.8,1,-->,1.000000,0.790406,1.000000 +1,1,0,-->,1.000000,0.972003,0.000000 +1,1,0.2,-->,1.000000,0.975048,0.387192 +1,1,0.4,-->,1.000000,0.978086,0.669038 +1,1,0.6,-->,1.000000,0.981109,0.846808 +1,1,0.8,-->,1.000000,0.984124,0.985490 +1,1,1,-->,1.000000,0.987124,1.000000 +-0.1,0.5,0.5,-->,0.000000,1.000000,0.786385 +1.1,0.5,0.5,-->,1.000000,0.000000,0.836407 +0.5,-0.1,0.5,-->,1.000000,0.000000,0.886823 +0.5,1.1,0.5,-->,0.000000,1.000000,0.726594 +0.5,0.5,-0.1,-->,0.910044,0.712090,0.000000 +0.5,0.5,1.1,-->,0.504963,0.739004,1.000000 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-3.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-3.csv new file mode 100644 index 0000000..850596b --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToDevice_ICC-3.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.000000,0.075935,0.566723 +0,0,0.4,-->,0.000000,0.119827,0.774896 +0,0,0.6,-->,0.000000,0.152003,0.927642 +0,0,0.8,-->,0.000000,0.178381,1.000000 +0,0,1,-->,0.000000,0.201097,1.000000 +0,0.2,0,-->,0.000000,0.652464,0.000000 +0,0.2,0.2,-->,0.000000,0.657592,0.522311 +0,0.2,0.4,-->,0.000000,0.662659,0.746027 +0,0.2,0.6,-->,0.000000,0.667682,0.905048 +0,0.2,0.8,-->,0.000000,0.672650,1.000000 +0,0.2,1,-->,0.000000,0.677576,1.000000 +0,0.4,0,-->,0.000000,0.889356,0.000000 +0,0.4,0.2,-->,0.000000,0.892781,0.472522 +0,0.4,0.4,-->,0.000000,0.896191,0.715625 +0,0.4,0.6,-->,0.000000,0.899585,0.881674 +0,0.4,0.8,-->,0.000000,0.902960,1.000000 +0,0.4,1,-->,0.000000,0.906319,1.000000 +0,0.6,0,-->,0.000000,1.000000,0.000000 +0,0.6,0.2,-->,0.000000,1.000000,0.415077 +0,0.6,0.4,-->,0.000000,1.000000,0.683437 +0,0.6,0.6,-->,0.000000,1.000000,0.857459 +0,0.6,0.8,-->,0.000000,1.000000,0.994225 +0,0.6,1,-->,0.000000,1.000000,1.000000 +0,0.8,0,-->,0.000000,1.000000,0.000000 +0,0.8,0.2,-->,0.000000,1.000000,0.345610 +0,0.8,0.4,-->,0.000000,1.000000,0.649157 +0,0.8,0.6,-->,0.000000,1.000000,0.832305 +0,0.8,0.8,-->,0.000000,1.000000,0.973661 +0,0.8,1,-->,0.000000,1.000000,1.000000 +0,1,0,-->,0.000000,1.000000,0.000000 +0,1,0.2,-->,0.000000,1.000000,0.253018 +0,1,0.4,-->,0.000000,1.000000,0.612356 +0,1,0.6,-->,0.000000,1.000000,0.806117 +0,1,0.8,-->,0.000000,1.000000,0.952497 +0,1,1,-->,0.000000,1.000000,1.000000 +0.2,0,0,-->,0.813415,0.000000,0.125224 +0.2,0,0.2,-->,0.753951,0.000000,0.579800 +0.2,0,0.4,-->,0.687624,0.000000,0.783690 +0.2,0,0.6,-->,0.611755,0.000000,0.934597 +0.2,0,0.8,-->,0.521323,0.000000,1.000000 +0.2,0,1,-->,0.404696,0.000000,1.000000 +0.2,0.2,0,-->,0.586784,0.470214,0.000000 +0.2,0.2,0.2,-->,0.490354,0.477939,0.536785 +0.2,0.2,0.4,-->,0.360882,0.485508,0.755261 +0.2,0.2,0.6,-->,0.092969,0.492942,0.912232 +0.2,0.2,0.8,-->,0.000000,0.500234,1.000000 +0.2,0.2,1,-->,0.000000,0.507399,1.000000 +0.2,0.4,0,-->,0.000000,0.780167,0.000000 +0.2,0.4,0.2,-->,0.000000,0.784235,0.488863 +0.2,0.4,0.4,-->,0.000000,0.788272,0.725367 +0.2,0.4,0.6,-->,0.000000,0.792283,0.889109 +0.2,0.4,0.8,-->,0.000000,0.796261,1.000000 +0.2,0.4,1,-->,0.000000,0.800226,1.000000 +0.2,0.6,0,-->,0.000000,0.979507,0.000000 +0.2,0.6,0.2,-->,0.000000,0.982525,0.434161 +0.2,0.6,0.4,-->,0.000000,0.985529,0.693764 +0.2,0.6,0.6,-->,0.000000,0.988521,0.865166 +0.2,0.6,0.8,-->,0.000000,0.991501,1.000000 +0.2,0.6,1,-->,0.000000,0.994468,1.000000 +0.2,0.8,0,-->,0.000000,1.000000,0.000000 +0.2,0.8,0.2,-->,0.000000,1.000000,0.369184 +0.2,0.8,0.4,-->,0.000000,1.000000,0.660180 +0.2,0.8,0.6,-->,0.000000,1.000000,0.840322 +0.2,0.8,0.8,-->,0.000000,1.000000,0.980189 +0.2,0.8,1,-->,0.000000,1.000000,1.000000 +0.2,1,0,-->,0.000000,1.000000,0.000000 +0.2,1,0.2,-->,0.000000,1.000000,0.285963 +0.2,1,0.4,-->,0.000000,1.000000,0.624231 +0.2,1,0.6,-->,0.000000,1.000000,0.814466 +0.2,1,0.8,-->,0.000000,1.000000,0.959218 +0.2,1,1,-->,0.000000,1.000000,1.000000 +0.4,0,0,-->,1.000000,0.000000,0.185617 +0.4,0,0.2,-->,1.000000,0.000000,0.592512 +0.4,0,0.4,-->,1.000000,0.000000,0.792354 +0.4,0,0.6,-->,0.981879,0.000000,0.941490 +0.4,0,0.8,-->,0.936289,0.000000,1.000000 +0.4,0,1,-->,0.887552,0.000000,1.000000 +0.4,0.2,0,-->,0.968654,0.000000,0.000000 +0.4,0.2,0.2,-->,0.922193,0.000000,0.550766 +0.4,0.2,0.4,-->,0.872410,0.062171,0.764342 +0.4,0.2,0.6,-->,0.818568,0.111009,0.919336 +0.4,0.2,0.8,-->,0.759633,0.145139,1.000000 +0.4,0.2,1,-->,0.694028,0.172572,1.000000 +0.4,0.4,0,-->,0.801681,0.646072,0.000000 +0.4,0.4,0.2,-->,0.740967,0.651264,0.504554 +0.4,0.4,0.4,-->,0.672955,0.656399,0.734935 +0.4,0.4,0.6,-->,0.594621,0.661474,0.896464 +0.4,0.4,0.8,-->,0.500145,0.666499,1.000000 +0.4,0.4,1,-->,0.375055,0.671484,1.000000 +0.4,0.6,0,-->,0.568680,0.885100,0.000000 +0.4,0.6,0.2,-->,0.467383,0.888554,0.452263 +0.4,0.6,0.4,-->,0.326316,0.891981,0.703894 +0.4,0.6,0.6,-->,0.000000,0.895397,0.872787 +0.4,0.6,0.8,-->,0.000000,0.898786,1.000000 +0.4,0.6,1,-->,0.000000,0.902168,1.000000 +0.4,0.8,0,-->,0.000000,1.000000,0.000000 +0.4,0.8,0.2,-->,0.000000,1.000000,0.391051 +0.4,0.8,0.4,-->,0.000000,1.000000,0.670975 +0.4,0.8,0.6,-->,0.000000,1.000000,0.848233 +0.4,0.8,0.8,-->,0.000000,1.000000,0.986655 +0.4,0.8,1,-->,0.000000,1.000000,1.000000 +0.4,1,0,-->,0.000000,1.000000,0.000000 +0.4,1,0.2,-->,0.000000,1.000000,0.314996 +0.4,1,0.4,-->,0.000000,1.000000,0.635816 +0.4,1,0.6,-->,0.000000,1.000000,0.822709 +0.4,1,0.8,-->,0.000000,1.000000,0.965873 +0.4,1,1,-->,0.000000,1.000000,1.000000 +0.6,0,0,-->,1.000000,0.000000,0.229874 +0.6,0,0.2,-->,1.000000,0.000000,0.604872 +0.6,0,0.4,-->,1.000000,0.000000,0.800890 +0.6,0,0.6,-->,1.000000,0.000000,0.948312 +0.6,0,0.8,-->,1.000000,0.000000,1.000000 +0.6,0,1,-->,1.000000,0.000000,1.000000 +0.6,0.2,0,-->,1.000000,0.000000,0.000000 +0.6,0.2,0.2,-->,1.000000,0.000000,0.564313 +0.6,0.2,0.4,-->,1.000000,0.000000,0.773290 +0.6,0.2,0.6,-->,1.000000,0.000000,0.926380 +0.6,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.6,0.2,1,-->,1.000000,0.000000,1.000000 +0.6,0.4,0,-->,1.000000,0.460439,0.000000 +0.6,0.4,0.2,-->,1.000000,0.468376,0.519640 +0.6,0.4,0.4,-->,1.000000,0.476147,0.744340 +0.6,0.4,0.6,-->,0.972752,0.483753,0.903735 +0.6,0.4,0.8,-->,0.926564,0.491225,1.000000 +0.6,0.4,1,-->,0.877111,0.498547,1.000000 +0.6,0.6,0,-->,0.959360,0.775106,0.000000 +0.6,0.6,0.2,-->,0.912270,0.779205,0.469490 +0.6,0.6,0.4,-->,0.861722,0.783279,0.713841 +0.6,0.6,0.6,-->,0.806937,0.787328,0.880317 +0.6,0.6,0.8,-->,0.746783,0.791345,1.000000 +0.6,0.6,1,-->,0.679534,0.795331,1.000000 +0.6,0.8,0,-->,0.789724,0.975759,0.000000 +0.6,0.8,0.2,-->,0.727683,0.978797,0.411509 +0.6,0.8,0.4,-->,0.657862,0.981819,0.681541 +0.6,0.8,0.6,-->,0.576840,0.984827,0.856053 +0.6,0.8,0.8,-->,0.477774,0.987821,0.993077 +0.6,0.8,1,-->,0.342237,0.990803,1.000000 +0.6,1,0,-->,0.549812,1.000000,0.000000 +0.6,1,0.2,-->,0.442909,1.000000,0.341136 +0.6,1,0.4,-->,0.286678,1.000000,0.647135 +0.6,1,0.6,-->,0.000000,1.000000,0.830846 +0.6,1,0.8,-->,0.000000,1.000000,0.972472 +0.6,1,1,-->,0.000000,1.000000,1.000000 +0.8,0,0,-->,1.000000,0.000000,0.266158 +0.8,0,0.2,-->,1.000000,0.000000,0.616928 +0.8,0,0.4,-->,1.000000,0.000000,0.809319 +0.8,0,0.6,-->,1.000000,0.000000,0.955072 +0.8,0,0.8,-->,1.000000,0.000000,1.000000 +0.8,0,1,-->,1.000000,0.000000,1.000000 +0.8,0.2,0,-->,1.000000,0.000000,0.110866 +0.8,0.2,0.2,-->,1.000000,0.000000,0.577456 +0.8,0.2,0.4,-->,1.000000,0.000000,0.782109 +0.8,0.2,0.6,-->,1.000000,0.000000,0.933342 +0.8,0.2,0.8,-->,1.000000,0.000000,1.000000 +0.8,0.2,1,-->,1.000000,0.000000,1.000000 +0.8,0.4,0,-->,1.000000,0.000000,0.000000 +0.8,0.4,0.2,-->,1.000000,0.000000,0.534195 +0.8,0.4,0.4,-->,1.000000,0.000000,0.753599 +0.8,0.4,0.6,-->,1.000000,0.045586,0.910937 +0.8,0.4,0.8,-->,1.000000,0.101410,1.000000 +0.8,0.4,1,-->,1.000000,0.137860,1.000000 +0.8,0.6,0,-->,1.000000,0.639600,0.000000 +0.8,0.6,0.2,-->,1.000000,0.644847,0.485949 +0.8,0.6,0.4,-->,1.000000,0.650049,0.723609 +0.8,0.6,0.6,-->,1.000000,0.655192,0.887765 +0.8,0.6,0.8,-->,1.000000,0.660285,1.000000 +0.8,0.6,1,-->,1.000000,0.665331,1.000000 +0.8,0.8,0,-->,1.000000,0.880820,0.000000 +0.8,0.8,0.2,-->,1.000000,0.884291,0.430789 +0.8,0.8,0.4,-->,1.000000,0.887739,0.691914 +0.8,0.8,0.6,-->,0.963511,0.891180,0.863781 +0.8,0.8,0.8,-->,0.916704,0.894598,0.999434 +0.8,0.8,1,-->,0.866497,0.897995,1.000000 +0.8,1,0,-->,0.949948,1.000000,0.000000 +0.8,1,0.2,-->,0.902200,1.000000,0.365048 +0.8,1,0.4,-->,0.850854,1.000000,0.658203 +0.8,1,0.6,-->,0.795074,1.000000,0.838878 +0.8,1,0.8,-->,0.733640,1.000000,0.979008 +0.8,1,1,-->,0.664628,1.000000,1.000000 +1,0,0,-->,1.000000,0.000000,0.297453 +1,0,0.2,-->,1.000000,0.000000,0.628688 +1,0,0.4,-->,1.000000,0.000000,0.817626 +1,0,0.6,-->,1.000000,0.000000,0.961760 +1,0,0.8,-->,1.000000,0.000000,1.000000 +1,0,1,-->,1.000000,0.000000,1.000000 +1,0.2,0,-->,1.000000,0.000000,0.176263 +1,0.2,0.2,-->,1.000000,0.000000,0.590226 +1,0.2,0.4,-->,1.000000,0.000000,0.790791 +1,0.2,0.6,-->,1.000000,0.000000,0.940251 +1,0.2,0.8,-->,1.000000,0.000000,1.000000 +1,0.2,1,-->,1.000000,0.000000,1.000000 +1,0.4,0,-->,1.000000,0.000000,0.000000 +1,0.4,0.2,-->,1.000000,0.000000,0.548269 +1,0.4,0.4,-->,1.000000,0.000000,0.762706 +1,0.4,0.6,-->,1.000000,0.000000,0.918056 +1,0.4,0.8,-->,1.000000,0.000000,1.000000 +1,0.4,1,-->,1.000000,0.000000,1.000000 +1,0.6,0,-->,1.000000,0.450415,0.000000 +1,0.6,0.2,-->,1.000000,0.458560,0.501756 +1,0.6,0.4,-->,1.000000,0.466535,0.733209 +1,0.6,0.6,-->,1.000000,0.474338,0.895139 +1,0.6,0.8,-->,1.000000,0.481988,1.000000 +1,0.6,1,-->,1.000000,0.489479,1.000000 +1,0.8,0,-->,1.000000,0.770007,0.000000 +1,0.8,0.2,-->,1.000000,0.774143,0.449046 +1,0.8,0.4,-->,1.000000,0.778249,0.702073 +1,0.8,0.6,-->,1.000000,0.782332,0.871414 +1,0.8,0.8,-->,1.000000,0.786384,1.000000 +1,0.8,1,-->,1.000000,0.790406,1.000000 +1,1,0,-->,1.000000,0.972003,0.000000 +1,1,0.2,-->,1.000000,0.975048,0.387192 +1,1,0.4,-->,1.000000,0.978086,0.669038 +1,1,0.6,-->,1.000000,0.981109,0.846808 +1,1,0.8,-->,1.000000,0.984124,0.985490 +1,1,1,-->,1.000000,0.987124,1.000000 +-0.1,0.5,0.5,-->,0.000000,0.988869,0.790708 +1.1,0.5,0.5,-->,1.000000,0.000000,0.836407 +0.5,-0.1,0.5,-->,1.000000,0.000000,0.874915 +0.5,1.1,0.5,-->,0.000000,1.000000,0.726594 +0.5,0.5,-0.1,-->,0.885157,0.714379,0.000000 +0.5,0.5,1.1,-->,0.504963,0.739004,1.000000 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-0.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-0.csv new file mode 100644 index 0000000..d6378be --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-0.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.003360,0.003473,0.002870 +0,0,0.2,-->,0.008081,0.005473,0.026433 +0,0,0.4,-->,0.022303,0.011498,0.097424 +0,0,0.6,-->,0.048775,0.022713,0.229552 +0,0,0.8,-->,0.089446,0.039942,0.432558 +0,0,1,-->,0.145928,0.063871,0.714482 +0,0.2,0,-->,0.016069,0.027128,0.006073 +0,0.2,0.2,-->,0.020789,0.029128,0.029636 +0,0.2,0.4,-->,0.035012,0.035153,0.100627 +0,0.2,0.6,-->,0.061483,0.046367,0.232755 +0,0.2,0.8,-->,0.102154,0.063597,0.435761 +0,0.2,1,-->,0.158636,0.087525,0.717685 +0,0.4,0,-->,0.054357,0.098395,0.015724 +0,0.4,0.2,-->,0.059078,0.100395,0.039287 +0,0.4,0.4,-->,0.073300,0.106420,0.110278 +0,0.4,0.6,-->,0.099772,0.117634,0.242406 +0,0.4,0.8,-->,0.140443,0.134864,0.445412 +0,0.4,1,-->,0.196925,0.158792,0.727336 +0,0.6,0,-->,0.125620,0.231038,0.033686 +0,0.6,0.2,-->,0.130341,0.233038,0.057249 +0,0.6,0.4,-->,0.144563,0.239063,0.128239 +0,0.6,0.6,-->,0.171035,0.250278,0.260368 +0,0.6,0.8,-->,0.211706,0.267507,0.463374 +0,0.6,1,-->,0.268188,0.291436,0.745297 +0,0.8,0,-->,0.235111,0.434835,0.061283 +0,0.8,0.2,-->,0.239831,0.436835,0.084846 +0,0.8,0.4,-->,0.254054,0.442860,0.155837 +0,0.8,0.6,-->,0.280525,0.454074,0.287965 +0,0.8,0.8,-->,0.321197,0.471304,0.490971 +0,0.8,1,-->,0.377679,0.495232,0.772895 +0,1,0,-->,0.387165,0.717857,0.099609 +0,1,0.2,-->,0.391886,0.719856,0.123172 +0,1,0.4,-->,0.406108,0.725882,0.194162 +0,1,0.6,-->,0.432580,0.737096,0.326291 +0,1,0.8,-->,0.473251,0.754326,0.529297 +0,1,1,-->,0.529733,0.778254,0.811220 +0.2,0,0,-->,0.017749,0.010815,0.003329 +0.2,0,0.2,-->,0.022469,0.012814,0.026892 +0.2,0,0.4,-->,0.036692,0.018840,0.097883 +0.2,0,0.6,-->,0.063163,0.030054,0.230011 +0.2,0,0.8,-->,0.103835,0.047284,0.433017 +0.2,0,1,-->,0.160317,0.071212,0.714941 +0.2,0.2,0,-->,0.030457,0.034469,0.006532 +0.2,0.2,0.2,-->,0.035178,0.036469,0.030095 +0.2,0.2,0.4,-->,0.049401,0.042494,0.101086 +0.2,0.2,0.6,-->,0.075872,0.053709,0.233214 +0.2,0.2,0.8,-->,0.116543,0.070939,0.436221 +0.2,0.2,1,-->,0.173025,0.094867,0.718144 +0.2,0.4,0,-->,0.068746,0.105736,0.016183 +0.2,0.4,0.2,-->,0.073467,0.107736,0.039746 +0.2,0.4,0.4,-->,0.087689,0.113762,0.110737 +0.2,0.4,0.6,-->,0.114160,0.124976,0.242865 +0.2,0.4,0.8,-->,0.154832,0.142206,0.445871 +0.2,0.4,1,-->,0.211314,0.166134,0.727795 +0.2,0.6,0,-->,0.140009,0.238380,0.034145 +0.2,0.6,0.2,-->,0.144730,0.240379,0.057708 +0.2,0.6,0.4,-->,0.158952,0.246405,0.128699 +0.2,0.6,0.6,-->,0.185423,0.257619,0.260827 +0.2,0.6,0.8,-->,0.226095,0.274849,0.463833 +0.2,0.6,1,-->,0.282577,0.298777,0.745757 +0.2,0.8,0,-->,0.249499,0.442176,0.061742 +0.2,0.8,0.2,-->,0.254220,0.444176,0.085305 +0.2,0.8,0.4,-->,0.268443,0.450202,0.156296 +0.2,0.8,0.6,-->,0.294914,0.461416,0.288424 +0.2,0.8,0.8,-->,0.335585,0.478646,0.491430 +0.2,0.8,1,-->,0.392067,0.502574,0.773354 +0.2,1,0,-->,0.401554,0.725198,0.100068 +0.2,1,0.2,-->,0.406274,0.727198,0.123631 +0.2,1,0.4,-->,0.420497,0.733223,0.194621 +0.2,1,0.6,-->,0.446968,0.744437,0.326750 +0.2,1,0.8,-->,0.487640,0.761667,0.529756 +0.2,1,1,-->,0.544122,0.785595,0.811679 +0.4,0,0,-->,0.061099,0.032933,0.004713 +0.4,0,0.2,-->,0.065820,0.034933,0.028276 +0.4,0,0.4,-->,0.080043,0.040958,0.099266 +0.4,0,0.6,-->,0.106514,0.052172,0.231395 +0.4,0,0.8,-->,0.147185,0.069402,0.434401 +0.4,0,1,-->,0.203667,0.093330,0.716324 +0.4,0.2,0,-->,0.073808,0.056588,0.007916 +0.4,0.2,0.2,-->,0.078529,0.058588,0.031479 +0.4,0.2,0.4,-->,0.092751,0.064613,0.102469 +0.4,0.2,0.6,-->,0.119222,0.075827,0.234598 +0.4,0.2,0.8,-->,0.159894,0.093057,0.437604 +0.4,0.2,1,-->,0.216376,0.116985,0.719527 +0.4,0.4,0,-->,0.112096,0.127855,0.017567 +0.4,0.4,0.2,-->,0.116817,0.129855,0.041129 +0.4,0.4,0.4,-->,0.131040,0.135880,0.112120 +0.4,0.4,0.6,-->,0.157511,0.147094,0.244249 +0.4,0.4,0.8,-->,0.198182,0.164324,0.447255 +0.4,0.4,1,-->,0.254664,0.188252,0.729178 +0.4,0.6,0,-->,0.183359,0.260498,0.035528 +0.4,0.6,0.2,-->,0.188080,0.262498,0.059091 +0.4,0.6,0.4,-->,0.202303,0.268523,0.130082 +0.4,0.6,0.6,-->,0.228774,0.279737,0.262211 +0.4,0.6,0.8,-->,0.269445,0.296967,0.465217 +0.4,0.6,1,-->,0.325927,0.320895,0.747140 +0.4,0.8,0,-->,0.292850,0.464295,0.063126 +0.4,0.8,0.2,-->,0.297571,0.466295,0.086689 +0.4,0.8,0.4,-->,0.311793,0.472320,0.157679 +0.4,0.8,0.6,-->,0.338265,0.483534,0.289808 +0.4,0.8,0.8,-->,0.378936,0.500764,0.492814 +0.4,0.8,1,-->,0.435418,0.524692,0.774737 +0.4,1,0,-->,0.444904,0.747316,0.101451 +0.4,1,0.2,-->,0.449625,0.749316,0.125014 +0.4,1,0.4,-->,0.463848,0.755342,0.196005 +0.4,1,0.6,-->,0.490319,0.766556,0.328133 +0.4,1,0.8,-->,0.530990,0.783786,0.531139 +0.4,1,1,-->,0.587472,0.807714,0.813063 +0.6,0,0,-->,0.141784,0.074100,0.007287 +0.6,0,0.2,-->,0.146504,0.076100,0.030850 +0.6,0,0.4,-->,0.160727,0.082125,0.101841 +0.6,0,0.6,-->,0.187198,0.093339,0.233969 +0.6,0,0.8,-->,0.227869,0.110569,0.436976 +0.6,0,1,-->,0.284351,0.134497,0.718899 +0.6,0.2,0,-->,0.154492,0.097755,0.010491 +0.6,0.2,0.2,-->,0.159213,0.099755,0.034054 +0.6,0.2,0.4,-->,0.173435,0.105780,0.105044 +0.6,0.2,0.6,-->,0.199907,0.116994,0.237173 +0.6,0.2,0.8,-->,0.240578,0.134224,0.440179 +0.6,0.2,1,-->,0.297060,0.158152,0.722102 +0.6,0.4,0,-->,0.192781,0.169022,0.020141 +0.6,0.4,0.2,-->,0.197501,0.171022,0.043704 +0.6,0.4,0.4,-->,0.211724,0.177047,0.114695 +0.6,0.4,0.6,-->,0.238195,0.188261,0.246823 +0.6,0.4,0.8,-->,0.278867,0.205491,0.449830 +0.6,0.4,1,-->,0.335349,0.229419,0.731753 +0.6,0.6,0,-->,0.264044,0.301665,0.038103 +0.6,0.6,0.2,-->,0.268764,0.303665,0.061666 +0.6,0.6,0.4,-->,0.282987,0.309690,0.132657 +0.6,0.6,0.6,-->,0.309458,0.320904,0.264785 +0.6,0.6,0.8,-->,0.350130,0.338134,0.467791 +0.6,0.6,1,-->,0.406611,0.362062,0.749715 +0.6,0.8,0,-->,0.373534,0.505462,0.065701 +0.6,0.8,0.2,-->,0.378255,0.507462,0.089264 +0.6,0.8,0.4,-->,0.392478,0.513487,0.160254 +0.6,0.8,0.6,-->,0.418949,0.524701,0.292383 +0.6,0.8,0.8,-->,0.459620,0.541931,0.495389 +0.6,0.8,1,-->,0.516102,0.565859,0.777312 +0.6,1,0,-->,0.525588,0.788483,0.104026 +0.6,1,0.2,-->,0.530309,0.790483,0.127589 +0.6,1,0.4,-->,0.544532,0.796509,0.198580 +0.6,1,0.6,-->,0.571003,0.807723,0.330708 +0.6,1,0.8,-->,0.611674,0.824953,0.533714 +0.6,1,1,-->,0.668156,0.848881,0.815638 +0.8,0,0,-->,0.265749,0.137350,0.011244 +0.8,0,0.2,-->,0.270470,0.139350,0.034807 +0.8,0,0.4,-->,0.284693,0.145375,0.105797 +0.8,0,0.6,-->,0.311164,0.156590,0.237926 +0.8,0,0.8,-->,0.351835,0.173820,0.440932 +0.8,0,1,-->,0.408317,0.197748,0.722855 +0.8,0.2,0,-->,0.278458,0.161005,0.014447 +0.8,0.2,0.2,-->,0.283179,0.163005,0.038010 +0.8,0.2,0.4,-->,0.297401,0.169030,0.109000 +0.8,0.2,0.6,-->,0.323873,0.180244,0.241129 +0.8,0.2,0.8,-->,0.364544,0.197474,0.444135 +0.8,0.2,1,-->,0.421026,0.221402,0.726058 +0.8,0.4,0,-->,0.316747,0.232272,0.024098 +0.8,0.4,0.2,-->,0.321467,0.234272,0.047660 +0.8,0.4,0.4,-->,0.335690,0.240297,0.118651 +0.8,0.4,0.6,-->,0.362161,0.251512,0.250780 +0.8,0.4,0.8,-->,0.402832,0.268742,0.453786 +0.8,0.4,1,-->,0.459314,0.292670,0.735709 +0.8,0.6,0,-->,0.388009,0.364915,0.042059 +0.8,0.6,0.2,-->,0.392730,0.366915,0.065622 +0.8,0.6,0.4,-->,0.406953,0.372940,0.136613 +0.8,0.6,0.6,-->,0.433424,0.384155,0.268741 +0.8,0.6,0.8,-->,0.474095,0.401385,0.471748 +0.8,0.6,1,-->,0.530577,0.425313,0.753671 +0.8,0.8,0,-->,0.497500,0.568712,0.069657 +0.8,0.8,0.2,-->,0.502221,0.570712,0.093220 +0.8,0.8,0.4,-->,0.516443,0.576737,0.164210 +0.8,0.8,0.6,-->,0.542915,0.587952,0.296339 +0.8,0.8,0.8,-->,0.583586,0.605182,0.499345 +0.8,0.8,1,-->,0.640068,0.629110,0.781268 +0.8,1,0,-->,0.649554,0.851734,0.107982 +0.8,1,0.2,-->,0.654275,0.853734,0.131545 +0.8,1,0.4,-->,0.668498,0.859759,0.202536 +0.8,1,0.6,-->,0.694969,0.870973,0.334664 +0.8,1,0.8,-->,0.735640,0.888203,0.537670 +0.8,1,1,-->,0.792122,0.912131,0.819594 +1,0,0,-->,0.437906,0.225189,0.016738 +1,0,0.2,-->,0.442627,0.227189,0.040301 +1,0,0.4,-->,0.456849,0.233214,0.111291 +1,0,0.6,-->,0.483321,0.244428,0.243420 +1,0,0.8,-->,0.523992,0.261658,0.446426 +1,0,1,-->,0.580474,0.285586,0.728349 +1,0.2,0,-->,0.450615,0.248843,0.019941 +1,0.2,0.2,-->,0.455335,0.250843,0.043504 +1,0.2,0.4,-->,0.469558,0.256869,0.114494 +1,0.2,0.6,-->,0.496029,0.268083,0.246623 +1,0.2,0.8,-->,0.536701,0.285313,0.449629 +1,0.2,1,-->,0.593183,0.309241,0.731552 +1,0.4,0,-->,0.488903,0.320111,0.029592 +1,0.4,0.2,-->,0.493624,0.322111,0.053154 +1,0.4,0.4,-->,0.507847,0.328136,0.124145 +1,0.4,0.6,-->,0.534318,0.339350,0.256274 +1,0.4,0.8,-->,0.574989,0.356580,0.459280 +1,0.4,1,-->,0.631471,0.380508,0.741203 +1,0.6,0,-->,0.560166,0.452754,0.047553 +1,0.6,0.2,-->,0.564887,0.454754,0.071116 +1,0.6,0.4,-->,0.579110,0.460779,0.142107 +1,0.6,0.6,-->,0.605581,0.471993,0.274235 +1,0.6,0.8,-->,0.646252,0.489223,0.477242 +1,0.6,1,-->,0.702734,0.513151,0.759165 +1,0.8,0,-->,0.669657,0.656551,0.075151 +1,0.8,0.2,-->,0.674377,0.658550,0.098714 +1,0.8,0.4,-->,0.688600,0.664576,0.169704 +1,0.8,0.6,-->,0.715071,0.675790,0.301833 +1,0.8,0.8,-->,0.755743,0.693020,0.504839 +1,0.8,1,-->,0.812225,0.716948,0.786762 +1,1,0,-->,0.821711,0.939572,0.113476 +1,1,0.2,-->,0.826432,0.941572,0.137039 +1,1,0.4,-->,0.840654,0.947597,0.208030 +1,1,0.6,-->,0.867126,0.958812,0.340158 +1,1,0.8,-->,0.907797,0.976042,0.543164 +1,1,1,-->,0.964279,0.999970,0.825088 +-0.1,0.5,0.5,-->,0.116028,0.169312,0.175894 +1.1,0.5,0.5,-->,0.550574,0.391027,0.189762 +0.5,-0.1,0.5,-->,0.126889,0.063858,0.158156 +0.5,1.1,0.5,-->,0.510694,0.778242,0.254895 +0.5,0.5,-0.1,-->,0.178525,0.203841,0.026545 +0.5,0.5,1.1,-->,0.321093,0.264239,0.738156 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-1.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-1.csv new file mode 100644 index 0000000..7295258 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-1.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.004737,0.002007,0.023645 +0,0,0.4,-->,0.019010,0.008053,0.094884 +0,0,0.6,-->,0.045573,0.019306,0.227473 +0,0,0.8,-->,0.086387,0.036597,0.431188 +0,0,1,-->,0.143066,0.060608,0.714096 +0,0.2,0,-->,0.012753,0.023737,0.003214 +0,0.2,0.2,-->,0.017490,0.025744,0.026860 +0,0.2,0.4,-->,0.031763,0.031790,0.098098 +0,0.2,0.6,-->,0.058326,0.043044,0.230688 +0,0.2,0.8,-->,0.099140,0.060334,0.434403 +0,0.2,1,-->,0.155819,0.084345,0.717310 +0,0.4,0,-->,0.051175,0.095253,0.012899 +0,0.4,0.2,-->,0.055913,0.097260,0.036544 +0,0.4,0.4,-->,0.070185,0.103306,0.107783 +0,0.4,0.6,-->,0.096749,0.114559,0.240372 +0,0.4,0.8,-->,0.137562,0.131849,0.444087 +0,0.4,1,-->,0.194242,0.155861,0.726995 +0,0.6,0,-->,0.122688,0.228358,0.030923 +0,0.6,0.2,-->,0.127425,0.230365,0.054569 +0,0.6,0.4,-->,0.141697,0.236411,0.125807 +0,0.6,0.6,-->,0.168261,0.247665,0.258397 +0,0.6,0.8,-->,0.209075,0.264955,0.462112 +0,0.6,1,-->,0.265754,0.288966,0.745019 +0,0.8,0,-->,0.232561,0.432865,0.058617 +0,0.8,0.2,-->,0.237298,0.434872,0.082262 +0,0.8,0.4,-->,0.251571,0.440918,0.153501 +0,0.8,0.6,-->,0.278134,0.452172,0.286091 +0,0.8,0.8,-->,0.318948,0.469462,0.489805 +0,0.8,1,-->,0.375627,0.493473,0.772713 +0,1,0,-->,0.385147,0.716873,0.097076 +0,1,0.2,-->,0.389884,0.718880,0.120722 +0,1,0.4,-->,0.404157,0.724926,0.191960 +0,1,0.6,-->,0.430721,0.736180,0.324550 +0,1,0.8,-->,0.471534,0.753470,0.528265 +0,1,1,-->,0.528214,0.777481,0.811172 +0.2,0,0,-->,0.014439,0.007367,0.000461 +0.2,0,0.2,-->,0.019176,0.009374,0.024106 +0.2,0,0.4,-->,0.033449,0.015420,0.095345 +0.2,0,0.6,-->,0.060012,0.026674,0.227934 +0.2,0,0.8,-->,0.100826,0.043964,0.431649 +0.2,0,1,-->,0.157505,0.067975,0.714557 +0.2,0.2,0,-->,0.027192,0.031104,0.003675 +0.2,0.2,0.2,-->,0.031929,0.033111,0.027320 +0.2,0.2,0.4,-->,0.046202,0.039157,0.098559 +0.2,0.2,0.6,-->,0.072765,0.050411,0.231149 +0.2,0.2,0.8,-->,0.113579,0.067701,0.434864 +0.2,0.2,1,-->,0.170258,0.091712,0.717771 +0.2,0.4,0,-->,0.065615,0.102620,0.013360 +0.2,0.4,0.2,-->,0.070352,0.104627,0.037005 +0.2,0.4,0.4,-->,0.084624,0.110673,0.108243 +0.2,0.4,0.6,-->,0.111188,0.121926,0.240833 +0.2,0.4,0.8,-->,0.152001,0.139216,0.444548 +0.2,0.4,1,-->,0.208681,0.163228,0.727456 +0.2,0.6,0,-->,0.137127,0.235725,0.031384 +0.2,0.6,0.2,-->,0.141864,0.237732,0.055029 +0.2,0.6,0.4,-->,0.156136,0.243778,0.126268 +0.2,0.6,0.6,-->,0.182700,0.255032,0.258858 +0.2,0.6,0.8,-->,0.223514,0.272322,0.462573 +0.2,0.6,1,-->,0.280193,0.296333,0.745480 +0.2,0.8,0,-->,0.247000,0.440232,0.059078 +0.2,0.8,0.2,-->,0.251737,0.442239,0.082723 +0.2,0.8,0.4,-->,0.266010,0.448285,0.153962 +0.2,0.8,0.6,-->,0.292574,0.459539,0.286551 +0.2,0.8,0.8,-->,0.333387,0.476829,0.490266 +0.2,0.8,1,-->,0.390067,0.500840,0.773174 +0.2,1,0,-->,0.399586,0.724240,0.097537 +0.2,1,0.2,-->,0.404323,0.726247,0.121182 +0.2,1,0.4,-->,0.418596,0.732293,0.192421 +0.2,1,0.6,-->,0.445160,0.743547,0.325011 +0.2,1,0.8,-->,0.485973,0.760837,0.528726 +0.2,1,1,-->,0.542653,0.784848,0.811633 +0.4,0,0,-->,0.057941,0.029563,0.001849 +0.4,0,0.2,-->,0.062678,0.031569,0.025494 +0.4,0,0.4,-->,0.076951,0.037616,0.096733 +0.4,0,0.6,-->,0.103515,0.048869,0.229323 +0.4,0,0.8,-->,0.144328,0.066159,0.433037 +0.4,0,1,-->,0.201008,0.090171,0.715945 +0.4,0.2,0,-->,0.070694,0.053300,0.005063 +0.4,0.2,0.2,-->,0.075431,0.055307,0.028709 +0.4,0.2,0.4,-->,0.089704,0.061353,0.099947 +0.4,0.2,0.6,-->,0.116268,0.072606,0.232537 +0.4,0.2,0.8,-->,0.157081,0.089896,0.436252 +0.4,0.2,1,-->,0.213761,0.113908,0.719160 +0.4,0.4,0,-->,0.109117,0.124815,0.014748 +0.4,0.4,0.2,-->,0.113854,0.126822,0.038393 +0.4,0.4,0.4,-->,0.128126,0.132868,0.109632 +0.4,0.4,0.6,-->,0.154690,0.144122,0.242221 +0.4,0.4,0.8,-->,0.195504,0.161412,0.445936 +0.4,0.4,1,-->,0.252183,0.185423,0.728844 +0.4,0.6,0,-->,0.180629,0.257921,0.032772 +0.4,0.6,0.2,-->,0.185366,0.259928,0.056418 +0.4,0.6,0.4,-->,0.199638,0.265974,0.127656 +0.4,0.6,0.6,-->,0.226202,0.277227,0.260246 +0.4,0.6,0.8,-->,0.267016,0.294517,0.463961 +0.4,0.6,1,-->,0.323695,0.318529,0.746869 +0.4,0.8,0,-->,0.290502,0.462428,0.060466 +0.4,0.8,0.2,-->,0.295239,0.464435,0.084111 +0.4,0.8,0.4,-->,0.309512,0.470481,0.155350 +0.4,0.8,0.6,-->,0.336076,0.481734,0.287940 +0.4,0.8,0.8,-->,0.376889,0.499024,0.491654 +0.4,0.8,1,-->,0.433569,0.523036,0.774562 +0.4,1,0,-->,0.443088,0.746436,0.098925 +0.4,1,0.2,-->,0.447825,0.748443,0.122571 +0.4,1,0.4,-->,0.462098,0.754489,0.193809 +0.4,1,0.6,-->,0.488662,0.765742,0.326399 +0.4,1,0.8,-->,0.529475,0.783032,0.530114 +0.4,1,1,-->,0.586155,0.807044,0.813022 +0.6,0,0,-->,0.138908,0.070873,0.004433 +0.6,0,0.2,-->,0.143645,0.072880,0.028078 +0.6,0,0.4,-->,0.157917,0.078926,0.099317 +0.6,0,0.6,-->,0.184481,0.090180,0.231906 +0.6,0,0.8,-->,0.225295,0.107470,0.435621 +0.6,0,1,-->,0.281974,0.131481,0.718529 +0.6,0.2,0,-->,0.151661,0.094610,0.007647 +0.6,0.2,0.2,-->,0.156398,0.096617,0.031293 +0.6,0.2,0.4,-->,0.170670,0.102663,0.102531 +0.6,0.2,0.6,-->,0.197234,0.113917,0.235121 +0.6,0.2,0.8,-->,0.238048,0.131207,0.438836 +0.6,0.2,1,-->,0.294727,0.155218,0.721743 +0.6,0.4,0,-->,0.190083,0.166126,0.017332 +0.6,0.4,0.2,-->,0.194820,0.168133,0.040977 +0.6,0.4,0.4,-->,0.209093,0.174179,0.112215 +0.6,0.4,0.6,-->,0.235656,0.185432,0.244805 +0.6,0.4,0.8,-->,0.276470,0.202722,0.448520 +0.6,0.4,1,-->,0.333149,0.226734,0.731428 +0.6,0.6,0,-->,0.261595,0.299231,0.035356 +0.6,0.6,0.2,-->,0.266332,0.301238,0.059002 +0.6,0.6,0.4,-->,0.280605,0.307284,0.130240 +0.6,0.6,0.6,-->,0.307169,0.318538,0.262830 +0.6,0.6,0.8,-->,0.347982,0.335828,0.466545 +0.6,0.6,1,-->,0.404662,0.359839,0.749452 +0.6,0.8,0,-->,0.371469,0.503738,0.063050 +0.6,0.8,0.2,-->,0.376206,0.505745,0.086695 +0.6,0.8,0.4,-->,0.390478,0.511791,0.157934 +0.6,0.8,0.6,-->,0.417042,0.523045,0.290523 +0.6,0.8,0.8,-->,0.457856,0.540335,0.494238 +0.6,0.8,1,-->,0.514535,0.564346,0.777146 +0.6,1,0,-->,0.524055,0.787746,0.101509 +0.6,1,0.2,-->,0.528792,0.789753,0.125155 +0.6,1,0.4,-->,0.543064,0.795799,0.196393 +0.6,1,0.6,-->,0.569628,0.807053,0.328983 +0.6,1,0.8,-->,0.610442,0.824343,0.532698 +0.6,1,1,-->,0.667121,0.848354,0.815605 +0.8,0,0,-->,0.263307,0.134344,0.008403 +0.8,0,0.2,-->,0.268044,0.136351,0.032048 +0.8,0,0.4,-->,0.282317,0.142397,0.103287 +0.8,0,0.6,-->,0.308880,0.153650,0.235876 +0.8,0,0.8,-->,0.349694,0.170940,0.439591 +0.8,0,1,-->,0.406373,0.194952,0.722499 +0.8,0.2,0,-->,0.276060,0.158081,0.011617 +0.8,0.2,0.2,-->,0.280797,0.160088,0.035262 +0.8,0.2,0.4,-->,0.295070,0.166134,0.106501 +0.8,0.2,0.6,-->,0.321633,0.177387,0.239091 +0.8,0.2,0.8,-->,0.362447,0.194678,0.442806 +0.8,0.2,1,-->,0.419126,0.218689,0.725713 +0.8,0.4,0,-->,0.314482,0.229597,0.021302 +0.8,0.4,0.2,-->,0.319220,0.231603,0.044947 +0.8,0.4,0.4,-->,0.333492,0.237650,0.116185 +0.8,0.4,0.6,-->,0.360056,0.248903,0.248775 +0.8,0.4,0.8,-->,0.400869,0.266193,0.452490 +0.8,0.4,1,-->,0.457549,0.290204,0.735398 +0.8,0.6,0,-->,0.385994,0.362702,0.039326 +0.8,0.6,0.2,-->,0.390732,0.364709,0.062971 +0.8,0.6,0.4,-->,0.405004,0.370755,0.134210 +0.8,0.6,0.6,-->,0.431568,0.382008,0.266800 +0.8,0.6,0.8,-->,0.472381,0.399298,0.470515 +0.8,0.6,1,-->,0.529061,0.423310,0.753422 +0.8,0.8,0,-->,0.495868,0.567209,0.067020 +0.8,0.8,0.2,-->,0.500605,0.569216,0.090665 +0.8,0.8,0.4,-->,0.514878,0.575262,0.161904 +0.8,0.8,0.6,-->,0.541441,0.586516,0.294493 +0.8,0.8,0.8,-->,0.582255,0.603806,0.498208 +0.8,0.8,1,-->,0.638934,0.627817,0.781116 +0.8,1,0,-->,0.648454,0.851217,0.105479 +0.8,1,0.2,-->,0.653191,0.853224,0.129124 +0.8,1,0.4,-->,0.667464,0.859270,0.200363 +0.8,1,0.6,-->,0.694027,0.870524,0.332953 +0.8,1,0.8,-->,0.734841,0.887814,0.536668 +0.8,1,1,-->,0.791520,0.911825,0.819575 +1,0,0,-->,0.436066,0.222488,0.013916 +1,0,0.2,-->,0.440803,0.224495,0.037561 +1,0,0.4,-->,0.455075,0.230542,0.108800 +1,0,0.6,-->,0.481639,0.241795,0.241389 +1,0,0.8,-->,0.522453,0.259085,0.445104 +1,0,1,-->,0.579132,0.283096,0.728012 +1,0.2,0,-->,0.448819,0.246226,0.017130 +1,0.2,0.2,-->,0.453556,0.248232,0.040776 +1,0.2,0.4,-->,0.467828,0.254279,0.112014 +1,0.2,0.6,-->,0.494392,0.265532,0.244604 +1,0.2,0.8,-->,0.535206,0.282822,0.448319 +1,0.2,1,-->,0.591885,0.306833,0.731227 +1,0.4,0,-->,0.487241,0.317741,0.026815 +1,0.4,0.2,-->,0.491978,0.319748,0.050460 +1,0.4,0.4,-->,0.506251,0.325794,0.121699 +1,0.4,0.6,-->,0.532815,0.337048,0.254288 +1,0.4,0.8,-->,0.573628,0.354338,0.458003 +1,0.4,1,-->,0.630308,0.378349,0.740911 +1,0.6,0,-->,0.558753,0.450846,0.044839 +1,0.6,0.2,-->,0.563491,0.452853,0.068485 +1,0.6,0.4,-->,0.577763,0.458900,0.139723 +1,0.6,0.6,-->,0.604327,0.470153,0.272313 +1,0.6,0.8,-->,0.645140,0.487443,0.476028 +1,0.6,1,-->,0.701820,0.511454,0.758936 +1,0.8,0,-->,0.668627,0.655354,0.072533 +1,0.8,0.2,-->,0.673364,0.657360,0.096178 +1,0.8,0.4,-->,0.687636,0.663407,0.167417 +1,0.8,0.6,-->,0.714200,0.674660,0.300007 +1,0.8,0.8,-->,0.755014,0.691950,0.503721 +1,0.8,1,-->,0.811693,0.715962,0.786629 +1,1,0,-->,0.821213,0.939362,0.110992 +1,1,0.2,-->,0.825950,0.941368,0.134638 +1,1,0.4,-->,0.840222,0.947415,0.205876 +1,1,0.6,-->,0.866786,0.958668,0.338466 +1,1,0.8,-->,0.907600,0.975958,0.542181 +1,1,1,-->,0.964279,0.999969,0.825089 +-0.1,0.5,0.5,-->,0.113062,0.166417,0.173628 +1.1,0.5,0.5,-->,0.549128,0.388905,0.187544 +0.5,-0.1,0.5,-->,0.123961,0.060596,0.155828 +0.5,1.1,0.5,-->,0.509108,0.777469,0.252904 +0.5,0.5,-0.1,-->,0.175777,0.201067,0.023757 +0.5,0.5,1.1,-->,0.318844,0.261674,0.737854 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-2.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-2.csv new file mode 100644 index 0000000..7295258 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-2.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.004737,0.002007,0.023645 +0,0,0.4,-->,0.019010,0.008053,0.094884 +0,0,0.6,-->,0.045573,0.019306,0.227473 +0,0,0.8,-->,0.086387,0.036597,0.431188 +0,0,1,-->,0.143066,0.060608,0.714096 +0,0.2,0,-->,0.012753,0.023737,0.003214 +0,0.2,0.2,-->,0.017490,0.025744,0.026860 +0,0.2,0.4,-->,0.031763,0.031790,0.098098 +0,0.2,0.6,-->,0.058326,0.043044,0.230688 +0,0.2,0.8,-->,0.099140,0.060334,0.434403 +0,0.2,1,-->,0.155819,0.084345,0.717310 +0,0.4,0,-->,0.051175,0.095253,0.012899 +0,0.4,0.2,-->,0.055913,0.097260,0.036544 +0,0.4,0.4,-->,0.070185,0.103306,0.107783 +0,0.4,0.6,-->,0.096749,0.114559,0.240372 +0,0.4,0.8,-->,0.137562,0.131849,0.444087 +0,0.4,1,-->,0.194242,0.155861,0.726995 +0,0.6,0,-->,0.122688,0.228358,0.030923 +0,0.6,0.2,-->,0.127425,0.230365,0.054569 +0,0.6,0.4,-->,0.141697,0.236411,0.125807 +0,0.6,0.6,-->,0.168261,0.247665,0.258397 +0,0.6,0.8,-->,0.209075,0.264955,0.462112 +0,0.6,1,-->,0.265754,0.288966,0.745019 +0,0.8,0,-->,0.232561,0.432865,0.058617 +0,0.8,0.2,-->,0.237298,0.434872,0.082262 +0,0.8,0.4,-->,0.251571,0.440918,0.153501 +0,0.8,0.6,-->,0.278134,0.452172,0.286091 +0,0.8,0.8,-->,0.318948,0.469462,0.489805 +0,0.8,1,-->,0.375627,0.493473,0.772713 +0,1,0,-->,0.385147,0.716873,0.097076 +0,1,0.2,-->,0.389884,0.718880,0.120722 +0,1,0.4,-->,0.404157,0.724926,0.191960 +0,1,0.6,-->,0.430721,0.736180,0.324550 +0,1,0.8,-->,0.471534,0.753470,0.528265 +0,1,1,-->,0.528214,0.777481,0.811172 +0.2,0,0,-->,0.014439,0.007367,0.000461 +0.2,0,0.2,-->,0.019176,0.009374,0.024106 +0.2,0,0.4,-->,0.033449,0.015420,0.095345 +0.2,0,0.6,-->,0.060012,0.026674,0.227934 +0.2,0,0.8,-->,0.100826,0.043964,0.431649 +0.2,0,1,-->,0.157505,0.067975,0.714557 +0.2,0.2,0,-->,0.027192,0.031104,0.003675 +0.2,0.2,0.2,-->,0.031929,0.033111,0.027320 +0.2,0.2,0.4,-->,0.046202,0.039157,0.098559 +0.2,0.2,0.6,-->,0.072765,0.050411,0.231149 +0.2,0.2,0.8,-->,0.113579,0.067701,0.434864 +0.2,0.2,1,-->,0.170258,0.091712,0.717771 +0.2,0.4,0,-->,0.065615,0.102620,0.013360 +0.2,0.4,0.2,-->,0.070352,0.104627,0.037005 +0.2,0.4,0.4,-->,0.084624,0.110673,0.108243 +0.2,0.4,0.6,-->,0.111188,0.121926,0.240833 +0.2,0.4,0.8,-->,0.152001,0.139216,0.444548 +0.2,0.4,1,-->,0.208681,0.163228,0.727456 +0.2,0.6,0,-->,0.137127,0.235725,0.031384 +0.2,0.6,0.2,-->,0.141864,0.237732,0.055029 +0.2,0.6,0.4,-->,0.156136,0.243778,0.126268 +0.2,0.6,0.6,-->,0.182700,0.255032,0.258858 +0.2,0.6,0.8,-->,0.223514,0.272322,0.462573 +0.2,0.6,1,-->,0.280193,0.296333,0.745480 +0.2,0.8,0,-->,0.247000,0.440232,0.059078 +0.2,0.8,0.2,-->,0.251737,0.442239,0.082723 +0.2,0.8,0.4,-->,0.266010,0.448285,0.153962 +0.2,0.8,0.6,-->,0.292574,0.459539,0.286551 +0.2,0.8,0.8,-->,0.333387,0.476829,0.490266 +0.2,0.8,1,-->,0.390067,0.500840,0.773174 +0.2,1,0,-->,0.399586,0.724240,0.097537 +0.2,1,0.2,-->,0.404323,0.726247,0.121182 +0.2,1,0.4,-->,0.418596,0.732293,0.192421 +0.2,1,0.6,-->,0.445160,0.743547,0.325011 +0.2,1,0.8,-->,0.485973,0.760837,0.528726 +0.2,1,1,-->,0.542653,0.784848,0.811633 +0.4,0,0,-->,0.057941,0.029563,0.001849 +0.4,0,0.2,-->,0.062678,0.031569,0.025494 +0.4,0,0.4,-->,0.076951,0.037616,0.096733 +0.4,0,0.6,-->,0.103515,0.048869,0.229323 +0.4,0,0.8,-->,0.144328,0.066159,0.433037 +0.4,0,1,-->,0.201008,0.090171,0.715945 +0.4,0.2,0,-->,0.070694,0.053300,0.005063 +0.4,0.2,0.2,-->,0.075431,0.055307,0.028709 +0.4,0.2,0.4,-->,0.089704,0.061353,0.099947 +0.4,0.2,0.6,-->,0.116268,0.072606,0.232537 +0.4,0.2,0.8,-->,0.157081,0.089896,0.436252 +0.4,0.2,1,-->,0.213761,0.113908,0.719160 +0.4,0.4,0,-->,0.109117,0.124815,0.014748 +0.4,0.4,0.2,-->,0.113854,0.126822,0.038393 +0.4,0.4,0.4,-->,0.128126,0.132868,0.109632 +0.4,0.4,0.6,-->,0.154690,0.144122,0.242221 +0.4,0.4,0.8,-->,0.195504,0.161412,0.445936 +0.4,0.4,1,-->,0.252183,0.185423,0.728844 +0.4,0.6,0,-->,0.180629,0.257921,0.032772 +0.4,0.6,0.2,-->,0.185366,0.259928,0.056418 +0.4,0.6,0.4,-->,0.199638,0.265974,0.127656 +0.4,0.6,0.6,-->,0.226202,0.277227,0.260246 +0.4,0.6,0.8,-->,0.267016,0.294517,0.463961 +0.4,0.6,1,-->,0.323695,0.318529,0.746869 +0.4,0.8,0,-->,0.290502,0.462428,0.060466 +0.4,0.8,0.2,-->,0.295239,0.464435,0.084111 +0.4,0.8,0.4,-->,0.309512,0.470481,0.155350 +0.4,0.8,0.6,-->,0.336076,0.481734,0.287940 +0.4,0.8,0.8,-->,0.376889,0.499024,0.491654 +0.4,0.8,1,-->,0.433569,0.523036,0.774562 +0.4,1,0,-->,0.443088,0.746436,0.098925 +0.4,1,0.2,-->,0.447825,0.748443,0.122571 +0.4,1,0.4,-->,0.462098,0.754489,0.193809 +0.4,1,0.6,-->,0.488662,0.765742,0.326399 +0.4,1,0.8,-->,0.529475,0.783032,0.530114 +0.4,1,1,-->,0.586155,0.807044,0.813022 +0.6,0,0,-->,0.138908,0.070873,0.004433 +0.6,0,0.2,-->,0.143645,0.072880,0.028078 +0.6,0,0.4,-->,0.157917,0.078926,0.099317 +0.6,0,0.6,-->,0.184481,0.090180,0.231906 +0.6,0,0.8,-->,0.225295,0.107470,0.435621 +0.6,0,1,-->,0.281974,0.131481,0.718529 +0.6,0.2,0,-->,0.151661,0.094610,0.007647 +0.6,0.2,0.2,-->,0.156398,0.096617,0.031293 +0.6,0.2,0.4,-->,0.170670,0.102663,0.102531 +0.6,0.2,0.6,-->,0.197234,0.113917,0.235121 +0.6,0.2,0.8,-->,0.238048,0.131207,0.438836 +0.6,0.2,1,-->,0.294727,0.155218,0.721743 +0.6,0.4,0,-->,0.190083,0.166126,0.017332 +0.6,0.4,0.2,-->,0.194820,0.168133,0.040977 +0.6,0.4,0.4,-->,0.209093,0.174179,0.112215 +0.6,0.4,0.6,-->,0.235656,0.185432,0.244805 +0.6,0.4,0.8,-->,0.276470,0.202722,0.448520 +0.6,0.4,1,-->,0.333149,0.226734,0.731428 +0.6,0.6,0,-->,0.261595,0.299231,0.035356 +0.6,0.6,0.2,-->,0.266332,0.301238,0.059002 +0.6,0.6,0.4,-->,0.280605,0.307284,0.130240 +0.6,0.6,0.6,-->,0.307169,0.318538,0.262830 +0.6,0.6,0.8,-->,0.347982,0.335828,0.466545 +0.6,0.6,1,-->,0.404662,0.359839,0.749452 +0.6,0.8,0,-->,0.371469,0.503738,0.063050 +0.6,0.8,0.2,-->,0.376206,0.505745,0.086695 +0.6,0.8,0.4,-->,0.390478,0.511791,0.157934 +0.6,0.8,0.6,-->,0.417042,0.523045,0.290523 +0.6,0.8,0.8,-->,0.457856,0.540335,0.494238 +0.6,0.8,1,-->,0.514535,0.564346,0.777146 +0.6,1,0,-->,0.524055,0.787746,0.101509 +0.6,1,0.2,-->,0.528792,0.789753,0.125155 +0.6,1,0.4,-->,0.543064,0.795799,0.196393 +0.6,1,0.6,-->,0.569628,0.807053,0.328983 +0.6,1,0.8,-->,0.610442,0.824343,0.532698 +0.6,1,1,-->,0.667121,0.848354,0.815605 +0.8,0,0,-->,0.263307,0.134344,0.008403 +0.8,0,0.2,-->,0.268044,0.136351,0.032048 +0.8,0,0.4,-->,0.282317,0.142397,0.103287 +0.8,0,0.6,-->,0.308880,0.153650,0.235876 +0.8,0,0.8,-->,0.349694,0.170940,0.439591 +0.8,0,1,-->,0.406373,0.194952,0.722499 +0.8,0.2,0,-->,0.276060,0.158081,0.011617 +0.8,0.2,0.2,-->,0.280797,0.160088,0.035262 +0.8,0.2,0.4,-->,0.295070,0.166134,0.106501 +0.8,0.2,0.6,-->,0.321633,0.177387,0.239091 +0.8,0.2,0.8,-->,0.362447,0.194678,0.442806 +0.8,0.2,1,-->,0.419126,0.218689,0.725713 +0.8,0.4,0,-->,0.314482,0.229597,0.021302 +0.8,0.4,0.2,-->,0.319220,0.231603,0.044947 +0.8,0.4,0.4,-->,0.333492,0.237650,0.116185 +0.8,0.4,0.6,-->,0.360056,0.248903,0.248775 +0.8,0.4,0.8,-->,0.400869,0.266193,0.452490 +0.8,0.4,1,-->,0.457549,0.290204,0.735398 +0.8,0.6,0,-->,0.385994,0.362702,0.039326 +0.8,0.6,0.2,-->,0.390732,0.364709,0.062971 +0.8,0.6,0.4,-->,0.405004,0.370755,0.134210 +0.8,0.6,0.6,-->,0.431568,0.382008,0.266800 +0.8,0.6,0.8,-->,0.472381,0.399298,0.470515 +0.8,0.6,1,-->,0.529061,0.423310,0.753422 +0.8,0.8,0,-->,0.495868,0.567209,0.067020 +0.8,0.8,0.2,-->,0.500605,0.569216,0.090665 +0.8,0.8,0.4,-->,0.514878,0.575262,0.161904 +0.8,0.8,0.6,-->,0.541441,0.586516,0.294493 +0.8,0.8,0.8,-->,0.582255,0.603806,0.498208 +0.8,0.8,1,-->,0.638934,0.627817,0.781116 +0.8,1,0,-->,0.648454,0.851217,0.105479 +0.8,1,0.2,-->,0.653191,0.853224,0.129124 +0.8,1,0.4,-->,0.667464,0.859270,0.200363 +0.8,1,0.6,-->,0.694027,0.870524,0.332953 +0.8,1,0.8,-->,0.734841,0.887814,0.536668 +0.8,1,1,-->,0.791520,0.911825,0.819575 +1,0,0,-->,0.436066,0.222488,0.013916 +1,0,0.2,-->,0.440803,0.224495,0.037561 +1,0,0.4,-->,0.455075,0.230542,0.108800 +1,0,0.6,-->,0.481639,0.241795,0.241389 +1,0,0.8,-->,0.522453,0.259085,0.445104 +1,0,1,-->,0.579132,0.283096,0.728012 +1,0.2,0,-->,0.448819,0.246226,0.017130 +1,0.2,0.2,-->,0.453556,0.248232,0.040776 +1,0.2,0.4,-->,0.467828,0.254279,0.112014 +1,0.2,0.6,-->,0.494392,0.265532,0.244604 +1,0.2,0.8,-->,0.535206,0.282822,0.448319 +1,0.2,1,-->,0.591885,0.306833,0.731227 +1,0.4,0,-->,0.487241,0.317741,0.026815 +1,0.4,0.2,-->,0.491978,0.319748,0.050460 +1,0.4,0.4,-->,0.506251,0.325794,0.121699 +1,0.4,0.6,-->,0.532815,0.337048,0.254288 +1,0.4,0.8,-->,0.573628,0.354338,0.458003 +1,0.4,1,-->,0.630308,0.378349,0.740911 +1,0.6,0,-->,0.558753,0.450846,0.044839 +1,0.6,0.2,-->,0.563491,0.452853,0.068485 +1,0.6,0.4,-->,0.577763,0.458900,0.139723 +1,0.6,0.6,-->,0.604327,0.470153,0.272313 +1,0.6,0.8,-->,0.645140,0.487443,0.476028 +1,0.6,1,-->,0.701820,0.511454,0.758936 +1,0.8,0,-->,0.668627,0.655354,0.072533 +1,0.8,0.2,-->,0.673364,0.657360,0.096178 +1,0.8,0.4,-->,0.687636,0.663407,0.167417 +1,0.8,0.6,-->,0.714200,0.674660,0.300007 +1,0.8,0.8,-->,0.755014,0.691950,0.503721 +1,0.8,1,-->,0.811693,0.715962,0.786629 +1,1,0,-->,0.821213,0.939362,0.110992 +1,1,0.2,-->,0.825950,0.941368,0.134638 +1,1,0.4,-->,0.840222,0.947415,0.205876 +1,1,0.6,-->,0.866786,0.958668,0.338466 +1,1,0.8,-->,0.907600,0.975958,0.542181 +1,1,1,-->,0.964279,0.999969,0.825089 +-0.1,0.5,0.5,-->,0.113062,0.166417,0.173628 +1.1,0.5,0.5,-->,0.549128,0.388905,0.187544 +0.5,-0.1,0.5,-->,0.123961,0.060596,0.155828 +0.5,1.1,0.5,-->,0.509108,0.777469,0.252904 +0.5,0.5,-0.1,-->,0.175777,0.201067,0.023757 +0.5,0.5,1.1,-->,0.318844,0.261674,0.737854 diff --git a/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-3.csv b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-3.csv new file mode 100644 index 0000000..7295258 --- /dev/null +++ b/Unicolour.Tests/Data/ICC/sRGB2014_ToPcs_ICC-3.csv @@ -0,0 +1,222 @@ +0,0,0,-->,0.000000,0.000000,0.000000 +0,0,0.2,-->,0.004737,0.002007,0.023645 +0,0,0.4,-->,0.019010,0.008053,0.094884 +0,0,0.6,-->,0.045573,0.019306,0.227473 +0,0,0.8,-->,0.086387,0.036597,0.431188 +0,0,1,-->,0.143066,0.060608,0.714096 +0,0.2,0,-->,0.012753,0.023737,0.003214 +0,0.2,0.2,-->,0.017490,0.025744,0.026860 +0,0.2,0.4,-->,0.031763,0.031790,0.098098 +0,0.2,0.6,-->,0.058326,0.043044,0.230688 +0,0.2,0.8,-->,0.099140,0.060334,0.434403 +0,0.2,1,-->,0.155819,0.084345,0.717310 +0,0.4,0,-->,0.051175,0.095253,0.012899 +0,0.4,0.2,-->,0.055913,0.097260,0.036544 +0,0.4,0.4,-->,0.070185,0.103306,0.107783 +0,0.4,0.6,-->,0.096749,0.114559,0.240372 +0,0.4,0.8,-->,0.137562,0.131849,0.444087 +0,0.4,1,-->,0.194242,0.155861,0.726995 +0,0.6,0,-->,0.122688,0.228358,0.030923 +0,0.6,0.2,-->,0.127425,0.230365,0.054569 +0,0.6,0.4,-->,0.141697,0.236411,0.125807 +0,0.6,0.6,-->,0.168261,0.247665,0.258397 +0,0.6,0.8,-->,0.209075,0.264955,0.462112 +0,0.6,1,-->,0.265754,0.288966,0.745019 +0,0.8,0,-->,0.232561,0.432865,0.058617 +0,0.8,0.2,-->,0.237298,0.434872,0.082262 +0,0.8,0.4,-->,0.251571,0.440918,0.153501 +0,0.8,0.6,-->,0.278134,0.452172,0.286091 +0,0.8,0.8,-->,0.318948,0.469462,0.489805 +0,0.8,1,-->,0.375627,0.493473,0.772713 +0,1,0,-->,0.385147,0.716873,0.097076 +0,1,0.2,-->,0.389884,0.718880,0.120722 +0,1,0.4,-->,0.404157,0.724926,0.191960 +0,1,0.6,-->,0.430721,0.736180,0.324550 +0,1,0.8,-->,0.471534,0.753470,0.528265 +0,1,1,-->,0.528214,0.777481,0.811172 +0.2,0,0,-->,0.014439,0.007367,0.000461 +0.2,0,0.2,-->,0.019176,0.009374,0.024106 +0.2,0,0.4,-->,0.033449,0.015420,0.095345 +0.2,0,0.6,-->,0.060012,0.026674,0.227934 +0.2,0,0.8,-->,0.100826,0.043964,0.431649 +0.2,0,1,-->,0.157505,0.067975,0.714557 +0.2,0.2,0,-->,0.027192,0.031104,0.003675 +0.2,0.2,0.2,-->,0.031929,0.033111,0.027320 +0.2,0.2,0.4,-->,0.046202,0.039157,0.098559 +0.2,0.2,0.6,-->,0.072765,0.050411,0.231149 +0.2,0.2,0.8,-->,0.113579,0.067701,0.434864 +0.2,0.2,1,-->,0.170258,0.091712,0.717771 +0.2,0.4,0,-->,0.065615,0.102620,0.013360 +0.2,0.4,0.2,-->,0.070352,0.104627,0.037005 +0.2,0.4,0.4,-->,0.084624,0.110673,0.108243 +0.2,0.4,0.6,-->,0.111188,0.121926,0.240833 +0.2,0.4,0.8,-->,0.152001,0.139216,0.444548 +0.2,0.4,1,-->,0.208681,0.163228,0.727456 +0.2,0.6,0,-->,0.137127,0.235725,0.031384 +0.2,0.6,0.2,-->,0.141864,0.237732,0.055029 +0.2,0.6,0.4,-->,0.156136,0.243778,0.126268 +0.2,0.6,0.6,-->,0.182700,0.255032,0.258858 +0.2,0.6,0.8,-->,0.223514,0.272322,0.462573 +0.2,0.6,1,-->,0.280193,0.296333,0.745480 +0.2,0.8,0,-->,0.247000,0.440232,0.059078 +0.2,0.8,0.2,-->,0.251737,0.442239,0.082723 +0.2,0.8,0.4,-->,0.266010,0.448285,0.153962 +0.2,0.8,0.6,-->,0.292574,0.459539,0.286551 +0.2,0.8,0.8,-->,0.333387,0.476829,0.490266 +0.2,0.8,1,-->,0.390067,0.500840,0.773174 +0.2,1,0,-->,0.399586,0.724240,0.097537 +0.2,1,0.2,-->,0.404323,0.726247,0.121182 +0.2,1,0.4,-->,0.418596,0.732293,0.192421 +0.2,1,0.6,-->,0.445160,0.743547,0.325011 +0.2,1,0.8,-->,0.485973,0.760837,0.528726 +0.2,1,1,-->,0.542653,0.784848,0.811633 +0.4,0,0,-->,0.057941,0.029563,0.001849 +0.4,0,0.2,-->,0.062678,0.031569,0.025494 +0.4,0,0.4,-->,0.076951,0.037616,0.096733 +0.4,0,0.6,-->,0.103515,0.048869,0.229323 +0.4,0,0.8,-->,0.144328,0.066159,0.433037 +0.4,0,1,-->,0.201008,0.090171,0.715945 +0.4,0.2,0,-->,0.070694,0.053300,0.005063 +0.4,0.2,0.2,-->,0.075431,0.055307,0.028709 +0.4,0.2,0.4,-->,0.089704,0.061353,0.099947 +0.4,0.2,0.6,-->,0.116268,0.072606,0.232537 +0.4,0.2,0.8,-->,0.157081,0.089896,0.436252 +0.4,0.2,1,-->,0.213761,0.113908,0.719160 +0.4,0.4,0,-->,0.109117,0.124815,0.014748 +0.4,0.4,0.2,-->,0.113854,0.126822,0.038393 +0.4,0.4,0.4,-->,0.128126,0.132868,0.109632 +0.4,0.4,0.6,-->,0.154690,0.144122,0.242221 +0.4,0.4,0.8,-->,0.195504,0.161412,0.445936 +0.4,0.4,1,-->,0.252183,0.185423,0.728844 +0.4,0.6,0,-->,0.180629,0.257921,0.032772 +0.4,0.6,0.2,-->,0.185366,0.259928,0.056418 +0.4,0.6,0.4,-->,0.199638,0.265974,0.127656 +0.4,0.6,0.6,-->,0.226202,0.277227,0.260246 +0.4,0.6,0.8,-->,0.267016,0.294517,0.463961 +0.4,0.6,1,-->,0.323695,0.318529,0.746869 +0.4,0.8,0,-->,0.290502,0.462428,0.060466 +0.4,0.8,0.2,-->,0.295239,0.464435,0.084111 +0.4,0.8,0.4,-->,0.309512,0.470481,0.155350 +0.4,0.8,0.6,-->,0.336076,0.481734,0.287940 +0.4,0.8,0.8,-->,0.376889,0.499024,0.491654 +0.4,0.8,1,-->,0.433569,0.523036,0.774562 +0.4,1,0,-->,0.443088,0.746436,0.098925 +0.4,1,0.2,-->,0.447825,0.748443,0.122571 +0.4,1,0.4,-->,0.462098,0.754489,0.193809 +0.4,1,0.6,-->,0.488662,0.765742,0.326399 +0.4,1,0.8,-->,0.529475,0.783032,0.530114 +0.4,1,1,-->,0.586155,0.807044,0.813022 +0.6,0,0,-->,0.138908,0.070873,0.004433 +0.6,0,0.2,-->,0.143645,0.072880,0.028078 +0.6,0,0.4,-->,0.157917,0.078926,0.099317 +0.6,0,0.6,-->,0.184481,0.090180,0.231906 +0.6,0,0.8,-->,0.225295,0.107470,0.435621 +0.6,0,1,-->,0.281974,0.131481,0.718529 +0.6,0.2,0,-->,0.151661,0.094610,0.007647 +0.6,0.2,0.2,-->,0.156398,0.096617,0.031293 +0.6,0.2,0.4,-->,0.170670,0.102663,0.102531 +0.6,0.2,0.6,-->,0.197234,0.113917,0.235121 +0.6,0.2,0.8,-->,0.238048,0.131207,0.438836 +0.6,0.2,1,-->,0.294727,0.155218,0.721743 +0.6,0.4,0,-->,0.190083,0.166126,0.017332 +0.6,0.4,0.2,-->,0.194820,0.168133,0.040977 +0.6,0.4,0.4,-->,0.209093,0.174179,0.112215 +0.6,0.4,0.6,-->,0.235656,0.185432,0.244805 +0.6,0.4,0.8,-->,0.276470,0.202722,0.448520 +0.6,0.4,1,-->,0.333149,0.226734,0.731428 +0.6,0.6,0,-->,0.261595,0.299231,0.035356 +0.6,0.6,0.2,-->,0.266332,0.301238,0.059002 +0.6,0.6,0.4,-->,0.280605,0.307284,0.130240 +0.6,0.6,0.6,-->,0.307169,0.318538,0.262830 +0.6,0.6,0.8,-->,0.347982,0.335828,0.466545 +0.6,0.6,1,-->,0.404662,0.359839,0.749452 +0.6,0.8,0,-->,0.371469,0.503738,0.063050 +0.6,0.8,0.2,-->,0.376206,0.505745,0.086695 +0.6,0.8,0.4,-->,0.390478,0.511791,0.157934 +0.6,0.8,0.6,-->,0.417042,0.523045,0.290523 +0.6,0.8,0.8,-->,0.457856,0.540335,0.494238 +0.6,0.8,1,-->,0.514535,0.564346,0.777146 +0.6,1,0,-->,0.524055,0.787746,0.101509 +0.6,1,0.2,-->,0.528792,0.789753,0.125155 +0.6,1,0.4,-->,0.543064,0.795799,0.196393 +0.6,1,0.6,-->,0.569628,0.807053,0.328983 +0.6,1,0.8,-->,0.610442,0.824343,0.532698 +0.6,1,1,-->,0.667121,0.848354,0.815605 +0.8,0,0,-->,0.263307,0.134344,0.008403 +0.8,0,0.2,-->,0.268044,0.136351,0.032048 +0.8,0,0.4,-->,0.282317,0.142397,0.103287 +0.8,0,0.6,-->,0.308880,0.153650,0.235876 +0.8,0,0.8,-->,0.349694,0.170940,0.439591 +0.8,0,1,-->,0.406373,0.194952,0.722499 +0.8,0.2,0,-->,0.276060,0.158081,0.011617 +0.8,0.2,0.2,-->,0.280797,0.160088,0.035262 +0.8,0.2,0.4,-->,0.295070,0.166134,0.106501 +0.8,0.2,0.6,-->,0.321633,0.177387,0.239091 +0.8,0.2,0.8,-->,0.362447,0.194678,0.442806 +0.8,0.2,1,-->,0.419126,0.218689,0.725713 +0.8,0.4,0,-->,0.314482,0.229597,0.021302 +0.8,0.4,0.2,-->,0.319220,0.231603,0.044947 +0.8,0.4,0.4,-->,0.333492,0.237650,0.116185 +0.8,0.4,0.6,-->,0.360056,0.248903,0.248775 +0.8,0.4,0.8,-->,0.400869,0.266193,0.452490 +0.8,0.4,1,-->,0.457549,0.290204,0.735398 +0.8,0.6,0,-->,0.385994,0.362702,0.039326 +0.8,0.6,0.2,-->,0.390732,0.364709,0.062971 +0.8,0.6,0.4,-->,0.405004,0.370755,0.134210 +0.8,0.6,0.6,-->,0.431568,0.382008,0.266800 +0.8,0.6,0.8,-->,0.472381,0.399298,0.470515 +0.8,0.6,1,-->,0.529061,0.423310,0.753422 +0.8,0.8,0,-->,0.495868,0.567209,0.067020 +0.8,0.8,0.2,-->,0.500605,0.569216,0.090665 +0.8,0.8,0.4,-->,0.514878,0.575262,0.161904 +0.8,0.8,0.6,-->,0.541441,0.586516,0.294493 +0.8,0.8,0.8,-->,0.582255,0.603806,0.498208 +0.8,0.8,1,-->,0.638934,0.627817,0.781116 +0.8,1,0,-->,0.648454,0.851217,0.105479 +0.8,1,0.2,-->,0.653191,0.853224,0.129124 +0.8,1,0.4,-->,0.667464,0.859270,0.200363 +0.8,1,0.6,-->,0.694027,0.870524,0.332953 +0.8,1,0.8,-->,0.734841,0.887814,0.536668 +0.8,1,1,-->,0.791520,0.911825,0.819575 +1,0,0,-->,0.436066,0.222488,0.013916 +1,0,0.2,-->,0.440803,0.224495,0.037561 +1,0,0.4,-->,0.455075,0.230542,0.108800 +1,0,0.6,-->,0.481639,0.241795,0.241389 +1,0,0.8,-->,0.522453,0.259085,0.445104 +1,0,1,-->,0.579132,0.283096,0.728012 +1,0.2,0,-->,0.448819,0.246226,0.017130 +1,0.2,0.2,-->,0.453556,0.248232,0.040776 +1,0.2,0.4,-->,0.467828,0.254279,0.112014 +1,0.2,0.6,-->,0.494392,0.265532,0.244604 +1,0.2,0.8,-->,0.535206,0.282822,0.448319 +1,0.2,1,-->,0.591885,0.306833,0.731227 +1,0.4,0,-->,0.487241,0.317741,0.026815 +1,0.4,0.2,-->,0.491978,0.319748,0.050460 +1,0.4,0.4,-->,0.506251,0.325794,0.121699 +1,0.4,0.6,-->,0.532815,0.337048,0.254288 +1,0.4,0.8,-->,0.573628,0.354338,0.458003 +1,0.4,1,-->,0.630308,0.378349,0.740911 +1,0.6,0,-->,0.558753,0.450846,0.044839 +1,0.6,0.2,-->,0.563491,0.452853,0.068485 +1,0.6,0.4,-->,0.577763,0.458900,0.139723 +1,0.6,0.6,-->,0.604327,0.470153,0.272313 +1,0.6,0.8,-->,0.645140,0.487443,0.476028 +1,0.6,1,-->,0.701820,0.511454,0.758936 +1,0.8,0,-->,0.668627,0.655354,0.072533 +1,0.8,0.2,-->,0.673364,0.657360,0.096178 +1,0.8,0.4,-->,0.687636,0.663407,0.167417 +1,0.8,0.6,-->,0.714200,0.674660,0.300007 +1,0.8,0.8,-->,0.755014,0.691950,0.503721 +1,0.8,1,-->,0.811693,0.715962,0.786629 +1,1,0,-->,0.821213,0.939362,0.110992 +1,1,0.2,-->,0.825950,0.941368,0.134638 +1,1,0.4,-->,0.840222,0.947415,0.205876 +1,1,0.6,-->,0.866786,0.958668,0.338466 +1,1,0.8,-->,0.907600,0.975958,0.542181 +1,1,1,-->,0.964279,0.999969,0.825089 +-0.1,0.5,0.5,-->,0.113062,0.166417,0.173628 +1.1,0.5,0.5,-->,0.549128,0.388905,0.187544 +0.5,-0.1,0.5,-->,0.123961,0.060596,0.155828 +0.5,1.1,0.5,-->,0.509108,0.777469,0.252904 +0.5,0.5,-0.1,-->,0.175777,0.201067,0.023757 +0.5,0.5,1.1,-->,0.318844,0.261674,0.737854 diff --git a/Unicolour.Tests/DifferenceTests.cs b/Unicolour.Tests/DifferenceTests.cs index da44f07..8c37c7c 100644 --- a/Unicolour.Tests/DifferenceTests.cs +++ b/Unicolour.Tests/DifferenceTests.cs @@ -10,6 +10,8 @@ public class DifferenceTests // ReSharper disable CollectionNeverQueried.Local - used in test case sources by name private static readonly List<(Unicolour reference, Unicolour sample)> ReferenceSamplePairs = []; + // ReSharper restore CollectionNeverQueried.Local + static DifferenceTests() { for (var i = 0; i < 100; i++) diff --git a/Unicolour.Tests/IccConversionTests.cs b/Unicolour.Tests/IccConversionTests.cs index afcf072..e8ef418 100644 --- a/Unicolour.Tests/IccConversionTests.cs +++ b/Unicolour.Tests/IccConversionTests.cs @@ -17,48 +17,37 @@ namespace Wacton.Unicolour.Tests; */ public class IccConversionTests { - // device channels --> PCS (LAB or XYZ, using ICC D50 white point) - private static List Fogra39ToPcsTestData; - private static List Fogra55ToPcsTestData; - private static List Swop2006ToPcsTestData; - private static List Swop2013ToPcsTestData; - private static List JapanColor2011ToPcsTestData; - private static List RommRgbToPcsTestData; - private static List StandardRgbV4ToPcsTestData; - - // PCS (LAB or XYZ, using ICC D50 white point) --> device channels - private static List Fogra39ToDeviceTestData; - private static List Fogra55ToDeviceTestData; - private static List Swop2006ToDeviceTestData; - private static List Swop2013ToDeviceTestData; - private static List JapanColor2011ToDeviceTestData; - private static List RommRgbToDeviceTestData; - private static List StandardRgbV4ToDeviceTestData; + // ReSharper disable CollectionNeverQueried.Local - used in test case sources by name + private static readonly List ToPcsTestData = []; + private static readonly List ToDeviceTestData = []; + // ReSharper restore CollectionNeverQueried.Local private static List DeviceToUnicolourD65TestData; private static List UnicolourD65ToDeviceTestData; - + static IccConversionTests() { - (Fogra39ToPcsTestData, Fogra39ToDeviceTestData) = ParseTestData(IccFile.Fogra39); - (Fogra55ToPcsTestData, Fogra55ToDeviceTestData) = ParseTestData(IccFile.Fogra55); - (Swop2006ToPcsTestData, Swop2006ToDeviceTestData) = ParseTestData(IccFile.Swop2006); - (Swop2013ToPcsTestData, Swop2013ToDeviceTestData) = ParseTestData(IccFile.Swop2013); - (JapanColor2011ToPcsTestData, JapanColor2011ToDeviceTestData) = ParseTestData(IccFile.JapanColor2011); - (RommRgbToPcsTestData, RommRgbToDeviceTestData) = ParseTestData(IccFile.RommRgb); - (StandardRgbV4ToPcsTestData, StandardRgbV4ToDeviceTestData) = ParseTestData(IccFile.StandardRgbV4); - + AddTestData(IccFile.Fogra39); + AddTestData(IccFile.Fogra55); + AddTestData(IccFile.Swop2006); + AddTestData(IccFile.Swop2013); + AddTestData(IccFile.JapanColor2011); + AddTestData(IccFile.JapanColor2003); + AddTestData(IccFile.RommRgb); + AddTestData(IccFile.StandardRgbV4); + AddTestData(IccFile.StandardRgbV2); + AddTestData(IccFile.StandardRgbGreyV4); + AddTestData(IccFile.D65Xyz); + AddTestData(IccFile.CxMonitorWeird); + AddTestData(IccFile.CxCmykProof); + AddTestData(IccFile.CxScannerGrey); // CxScannerGrey is one-way, to PCS only + AddTestData(IccFile.HackCxCmykKtrc); + DeviceToUnicolourD65TestData = GenerateDeviceToUnicolourTestData(); UnicolourD65ToDeviceTestData = GenerateUnicolourToDeviceTestData(); } - [TestCaseSource(nameof(Fogra39ToPcsTestData))] - [TestCaseSource(nameof(Fogra55ToPcsTestData))] - [TestCaseSource(nameof(Swop2006ToPcsTestData))] - [TestCaseSource(nameof(Swop2013ToPcsTestData))] - [TestCaseSource(nameof(JapanColor2011ToPcsTestData))] - [TestCaseSource(nameof(RommRgbToPcsTestData))] - [TestCaseSource(nameof(StandardRgbV4ToPcsTestData))] + [TestCaseSource(nameof(ToPcsTestData))] public void DeviceToPcs(IccTestColour testColour) { var expected = testColour.Output; @@ -66,30 +55,25 @@ public void DeviceToPcs(IccTestColour testColour) var deviceValues = testColour.Input; var intent = testColour.Intent; - var actual = testColour.Profile.ToXyzStandardD50(deviceValues, intent); + var actual = testColour.Profile.Transform.ToXyz(deviceValues, intent); if (pcs == Signatures.Lab) { var xyz = new Xyz(actual[0], actual[1], actual[2]); - actual = Lab.FromXyz(xyz, Profile.XyzD50).Triplet.ToArray(); + actual = Lab.FromXyz(xyz, Transform.XyzD50).Triplet.ToArray(); } var tolerance = pcs switch { - Signatures.Lab => 0.00075, - Signatures.Xyz => 0.0000075, + Signatures.Lab => 0.0001, + Signatures.Xyz => 0.00000075, _ => throw new ArgumentOutOfRangeException() }; Assert.That(actual, Is.EqualTo(expected).Within(tolerance)); } - [TestCaseSource(nameof(Fogra39ToDeviceTestData))] - [TestCaseSource(nameof(Fogra55ToDeviceTestData))] - [TestCaseSource(nameof(Swop2006ToDeviceTestData))] - [TestCaseSource(nameof(Swop2013ToDeviceTestData))] - [TestCaseSource(nameof(JapanColor2011ToDeviceTestData))] - [TestCaseSource(nameof(RommRgbToDeviceTestData))] - [TestCaseSource(nameof(StandardRgbV4ToDeviceTestData))] + [TestCaseSource(nameof(ToDeviceTestData))] + public void PcsToDevice(IccTestColour testColour) { var expected = testColour.Output; @@ -99,21 +83,43 @@ public void PcsToDevice(IccTestColour testColour) var (first, second, third) = (testColour.Input[0], testColour.Input[1], testColour.Input[2]); var xyz = pcs == Signatures.Lab - ? Lab.ToXyz(new Lab(first, second, third), Profile.XyzD50) + ? Lab.ToXyz(new Lab(first, second, third), Transform.XyzD50) : new Xyz(first, second, third); - var actual = testColour.Profile.FromStandardXyzD50(xyz.Triplet.ToArray(), intent); + var actual = testColour.Profile.Transform.FromXyz(xyz.Triplet.ToArray(), intent); var tolerance = device switch { - Signatures.Cmyk => intent == Intent.AbsoluteColorimetric ? 0.00001 : 0.000001, - Signatures.Clr7 => intent == Intent.AbsoluteColorimetric ? 0.000025 : 0.00000125, - Signatures.Rgb => intent == Intent.AbsoluteColorimetric ? 0.000125 : 0.000015, + Signatures.Cmyk => intent == Intent.AbsoluteColorimetric ? 0.000002 : 0.00000125, + Signatures.Clr7 => intent == Intent.AbsoluteColorimetric ? 0.0000025 : 0.00000125, + Signatures.Rgb => 0.000015, + Signatures.Grey => 0.000005, _ => throw new ArgumentOutOfRangeException() }; Assert.That(actual, Is.EqualTo(expected).Within(tolerance)); } + [Test] // slightly unusual case; it's possible for a profile to be supported but only have A2B transform + public void NoReverseTransform() + { + var profile = IccFile.CxScannerGrey.GetProfile(); + Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(); }); + Assert.DoesNotThrow(() => { profile.Transform.ToXyz([], Intent.RelativeColorimetric); }); + Assert.Throws(() => { profile.Transform.FromXyz([], Intent.RelativeColorimetric); }); + + var rgb = new Rgb(0.25, 0.5, 1.0); + var expected = Enumerable.Range(0, 15).Select(_ => double.NaN).ToArray(); + + var iccConfig = new IccConfiguration(profile, Intent.Unspecified, "no reverse transform"); + var config = new Configuration(iccConfiguration: iccConfig); + var unicolour = new Unicolour(config, ColourSpace.Rgb, rgb.Triplet.Tuple); + Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); + Assert.That(iccConfig.Error, Is.Null); + Assert.That(unicolour.Icc.Values, Is.EqualTo(expected)); + Assert.That(unicolour.Icc.ColourSpace, Is.EqualTo(profile.Header.DataColourSpace)); + Assert.That(unicolour.Icc.Error!.Contains("transform is not defined")); + } + [TestCaseSource(nameof(DeviceToUnicolourD65TestData))] public void DeviceToUnicolourXyzD65(IccFile iccFile, Intent intent, double[] deviceValues) { @@ -124,11 +130,11 @@ public void DeviceToUnicolourXyzD65(IccFile iccFile, Intent intent, double[] dev var unicolourD65 = new Unicolour(iccD65Config, new Channels(deviceValues)); // unicolour converted to the ICC D50 white point - var iccD50Config = GetConfig(Profile.XyzD50, iccFile, intent); + var iccD50Config = GetConfig(Transform.XyzD50, iccFile, intent); var unicolourD50 = unicolourD65.ConvertToConfiguration(iccD50Config); // the XYZ values should be the same as calling the core ICC profile function - var expectedXyzD50 = profile.ToXyzStandardD50(deviceValues, intent); + var expectedXyzD50 = profile.Transform.ToXyz(deviceValues, intent); Assert.That(unicolourD50.Xyz.Triplet.ToArray(), Is.EqualTo(expectedXyzD50).Within(1e-15)); } @@ -138,7 +144,7 @@ public void UnicolourXyzD65ToDevice(IccFile iccFile, Intent intent, double[] xyz var profile = iccFile.GetProfile(); // XYZ values are used to create D50 unicolour - var iccD50Config = GetConfig(Profile.XyzD50, iccFile, intent); + var iccD50Config = GetConfig(Transform.XyzD50, iccFile, intent); var unicolourD50 = new Unicolour(iccD50Config, ColourSpace.Xyz, xyzValues[0], xyzValues[1], xyzValues[2]); // unicolour converted to the ICC D65 white point @@ -146,21 +152,21 @@ public void UnicolourXyzD65ToDevice(IccFile iccFile, Intent intent, double[] xyz var unicolourD65 = unicolourD50.ConvertToConfiguration(iccD65Config); // the device channel values should be the same as calling the core ICC profile function - var expectedDevice = profile.FromStandardXyzD50(xyzValues, intent); + var expectedDevice = profile.Transform.FromXyz(xyzValues, intent); Assert.That(unicolourD65.Icc.Values, Is.EqualTo(expectedDevice).Within(1e-15)); } - - private static (List toPcs, List toDevice) ParseTestData(IccFile iccFile) + + private static void AddTestData(IccFile iccFile) { const string DataSource = "ICC"; var profile = iccFile.GetProfile(); - var toPcsTestCaseData = new List(); - var toDeviceTestCaseData = new List(); + var toPcsTestData = new List(); + var toDeviceTestData = new List(); foreach (var intent in intents) { - toPcsTestCaseData.AddRange(ParseTestCaseData(IccTransform.ToPcs, intent)); - toDeviceTestCaseData.AddRange(ParseTestCaseData(IccTransform.ToDevice, intent)); + toPcsTestData.AddRange(ParseTestCaseData(IccTransform.ToPcs, intent)); + toDeviceTestData.AddRange(ParseTestCaseData(IccTransform.ToDevice, intent)); } List ParseTestCaseData(IccTransform transform, Intent intent) @@ -175,12 +181,18 @@ List ParseTestCaseData(IccTransform transform, Intent intent) var intentValue = (int)intent; var csvFileName = $"{iccFile.Name}_{transformName}_{DataSource}-{intentValue}.csv"; var csvPath = Path.Combine(IccFile.DataFolderName, csvFileName); + if (!File.Exists(csvPath)) + { + return []; + } + var testColours = ParseCsv(profile, transform, csvPath, DataSource, intent).ToList(); var testCases = testColours.Select(x => new TestCaseData(x).SetName($"{iccFile}, {x}")); return testCases.ToList(); } - return (toPcsTestCaseData, toDeviceTestCaseData); + ToPcsTestData.AddRange(toPcsTestData); + ToDeviceTestData.AddRange(toDeviceTestData); } private static List ParseCsv(Profile profile, IccTransform iccTransform, string csvFile, string source, Intent intent) @@ -208,9 +220,10 @@ private static List GenerateDeviceToUnicolourTestData() { foreach (var intent in intents) { - for (var channel = 0; channel < iccFile.DeviceChannels; channel++) + var deviceChannels = IccFile.GetDeviceChannels(iccFile); + for (var channel = 0; channel < deviceChannels; channel++) { - var channelValues = new double[iccFile.DeviceChannels]; + var channelValues = new double[deviceChannels]; channelValues[channel] = 1.0; var testCaseName = $"{iccFile}, {intent}, [{string.Join(",", channelValues)}]"; testCases.Add(new TestCaseData(iccFile, intent, channelValues).SetName(testCaseName)); diff --git a/Unicolour.Tests/IccLookupTests.cs b/Unicolour.Tests/IccLookupTests.cs new file mode 100644 index 0000000..7eb710b --- /dev/null +++ b/Unicolour.Tests/IccLookupTests.cs @@ -0,0 +1,43 @@ +using NUnit.Framework; +using Wacton.Unicolour.Icc; + +namespace Wacton.Unicolour.Tests; + +public class IccLookupTests +{ + private static readonly double[] table = [0, 0.1, 0.2, 0.4, 0.8, 1.0]; + private static readonly Curve curve = new TableCurve(table); + private static readonly Curve inverseCurve = curve.Inverse(); + + // input is % distance along the curve, e.g. 0.5 -> find value halfway along curve -> 0.3 + [TestCase(0.25, 0.1, 0.2, 0.25)] + [TestCase(0.5, 0.2, 0.4, 0.5)] + [TestCase(0.75, 0.4, 0.8, 0.75)] + public void Lookup(double input, double lower, double upper, double distance) + { + var lookup = Lut.Lookup(table, input); + Assert.That(lookup.lower, Is.EqualTo(lower)); + Assert.That(lookup.upper, Is.EqualTo(upper)); + Assert.That(lookup.distance, Is.EqualTo(distance)); + } + + // input is % distance along the curve, e.g. 0.5 -> find value halfway along curve -> 0.3 + [TestCase(0.25, 0.125)] + [TestCase(0.5, 0.3)] + [TestCase(0.75, 0.7)] + public void Curve(double input, double expected) + { + var actual = curve.Lookup(input); + Assert.That(actual, Is.EqualTo(expected).Within(0.000000000000001)); + } + + // output is % distance along the curve, e.g. 0.3 -> is halfway along curve -> 0.5 + [TestCase(0.125, 0.25)] + [TestCase(0.3, 0.50)] + [TestCase(0.7, 0.75)] + public void InverseCurve(double input, double expected) + { + var actual = inverseCurve.Lookup(input); + Assert.That(actual, Is.EqualTo(expected).Within(0.000000000000001)); + } +} \ No newline at end of file diff --git a/Unicolour.Tests/IccNonexistentTests.cs b/Unicolour.Tests/IccNonexistentTests.cs index 6b6617d..b6b4f20 100644 --- a/Unicolour.Tests/IccNonexistentTests.cs +++ b/Unicolour.Tests/IccNonexistentTests.cs @@ -1,5 +1,4 @@ -using System; -using System.IO; +using System.IO; using System.Linq; using System.Reflection; using NUnit.Framework; @@ -19,34 +18,44 @@ public class IccNonexistentTests [Test] public void BCurvesOnly() { - const int channels = 15; - var lutsAB = CreateLutsBCurvesOnly(isAToB: true, channels); - var lutsBA = CreateLutsBCurvesOnly(isAToB: false, channels); - Assert.That(lutsAB.ToString(), Is.EqualTo($"B [x{channels}]")); - Assert.That(lutsBA.ToString(), Is.EqualTo($"B [x{channels}]")); + const string path = "b_curves_only.icc"; + WriteProfileWithBCurvesOnly(path); + var profile = new Profile(path); - var inputs = Enumerable.Range(0, channels).Select(_ => 0.5).ToArray(); - var outputs = lutsAB.Apply(inputs); - var roundtrip = lutsBA.Apply(outputs); - Assert.That(roundtrip, Is.EqualTo(inputs).Within(0.00005)); - } + Assert.That(profile.Tags.AToB0.Value!.ToString(), Is.EqualTo("B [x3]")); + Assert.That(profile.Tags.BToA0.Value!.ToString(), Is.EqualTo("B [x3]")); - private static Luts CreateLutsBCurvesOnly(bool isAToB, int channels) - { - var bCurvesToPcs = Enumerable.Range(1, channels).Select(value => GenerateTableCurve(power: 1 + value / (double)channels, isAToB)).ToList(); - return new Luts(ACurves: null, Clut: null, MCurves: null, Matrices: null, bCurvesToPcs, isAToB ? LutType.LutAB : LutType.LutBA, isAToB); + double[] deviceValues = [0.25, 0.5, 0.75]; + var xyz = profile.Transform.ToXyz(deviceValues, Intent.Perceptual); + var roundtrip = profile.Transform.FromXyz(xyz, Intent.Perceptual); + Assert.That(roundtrip, Is.EqualTo(deviceValues)); } - - private static Curve GenerateTableCurve(double power, bool isAToB) + + private static void WriteProfileWithBCurvesOnly(string modifiedPath) { - var table = new double[100]; - for (var i = 0; i < table.Length; i++) + var profile = IccFile.RommRgb.GetProfile(); + var a2b0 = profile.Tags.Single(x => x.Signature == Signatures.AToB0); + var b2a0 = profile.Tags.Single(x => x.Signature == Signatures.BToA0); + + // set the offset of every LUT element except B curves to 0, indicating that they are not present + // (see Luts.ReadTablesAB for details) + + var bytes = File.ReadAllBytes(profile.FileInfo.FullName); + byte[] bytesToZero = + [ + 16, 17, 18, 19, // matrix offset + 20, 21, 22, 23, // M curves offset + 24, 25, 26, 27, // CLUT offset + 28, 29, 30, 31 // A curves offset + ]; + + foreach (var i in bytesToZero) { - table[i] = isAToB ? Math.Pow(i, power) : Math.Pow(i, 1 / power); + bytes[a2b0.Offset + i] = 0; + bytes[b2a0.Offset + i] = 0; } - - table = table.Select(x => x / table.Max()).ToArray(); - return new TableCurve(table); + + File.WriteAllBytes(modifiedPath, bytes); } /* not found a profile that uses an 8-bit CLUT in LutAToB or LutBToA */ @@ -67,8 +76,8 @@ public void Clut8Bit() File.WriteAllBytes(modifiedName, bytes); var modifiedProfile = new Profile(modifiedName); - Assert.DoesNotThrow(() => modifiedProfile.ToXyzStandardD50([0.2, 0.4, 0.6, 0.8], Intent.Perceptual)); - Assert.DoesNotThrow(() => modifiedProfile.FromStandardXyzD50([0.25, 0.5, 0.75], Intent.Perceptual)); + Assert.DoesNotThrow(() => modifiedProfile.Transform.ToXyz([0.2, 0.4, 0.6, 0.8], Intent.Perceptual)); + Assert.DoesNotThrow(() => modifiedProfile.Transform.FromXyz([0.25, 0.5, 0.75], Intent.Perceptual)); File.Delete(modifiedName); } diff --git a/Unicolour.Tests/IccProfileTests.cs b/Unicolour.Tests/IccProfileTests.cs index 616c51f..20bf40d 100644 --- a/Unicolour.Tests/IccProfileTests.cs +++ b/Unicolour.Tests/IccProfileTests.cs @@ -34,7 +34,7 @@ public void Fogra39() Assert.That(header.Intent, Is.EqualTo(Intent.Perceptual)); Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); Assert.That(header.ProfileCreator, Is.EqualTo(Signatures.Null)); - Assert.That(header.ProfileId, Is.EqualTo(new byte[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 })); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("00000000-00000000-00000000-00000000"))); Assert.That(tags.Count, Is.EqualTo(14)); AssertTag(tags[0], "desc", 300, 177); @@ -86,7 +86,7 @@ public void Fogra55() Assert.That(header.Intent, Is.EqualTo(Intent.Perceptual)); Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); Assert.That(header.ProfileCreator, Is.EqualTo("CoLg")); - Assert.That(header.ProfileId, Is.EqualTo(new byte[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 })); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("00000000-00000000-00000000-00000000"))); Assert.That(tags.Count, Is.EqualTo(16)); AssertTag(tags[0], "desc", 324, 205); @@ -140,7 +140,7 @@ public void JapanColor2011() Assert.That(header.Intent, Is.EqualTo(Intent.Perceptual)); Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); Assert.That(header.ProfileCreator, Is.EqualTo("XRIT")); - Assert.That(header.ProfileId, Is.EqualTo(new byte[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 })); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("00000000-00000000-00000000-00000000"))); Assert.That(tags.Count, Is.EqualTo(10)); AssertTag(tags[0], "desc", 252, 164); @@ -215,6 +215,47 @@ public void Prmg() Assert.That(tags.MediaWhite.Value, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); } + [Test] + public void RommRgb() + { + var profile = IccFile.RommRgb.GetProfile(); + var header = profile.Header; + var tags = profile.Tags; + + Assert.That(profile.FileInfo.Length, Is.EqualTo(header.ProfileSize)); + + Assert.That(header.ProfileSize, Is.EqualTo(864)); + Assert.That(header.PreferredCmmType, Is.EqualTo("none")); + Assert.That(header.ProfileVersion, Is.EqualTo(new Version(4, 0, 0))); + Assert.That(header.ProfileClass, Is.EqualTo(Signatures.ColourSpace)); + Assert.That(header.DataColourSpace, Is.EqualTo(Signatures.Rgb)); + Assert.That(header.Pcs, Is.EqualTo(Signatures.Xyz)); + Assert.That(header.DateTime, Is.EqualTo(new DateTime(2006, 11, 19, 15, 19, 53))); + Assert.That(header.ProfileFileSignature, Is.EqualTo(Signatures.Profile)); + Assert.That(header.PrimaryPlatform, Is.EqualTo(Signatures.Null)); + Assert.That(header.ProfileFlags, Is.EqualTo(new[] { DataTypes.NotEmbedded, DataTypes.Independent })); + Assert.That(header.DeviceManufacturer, Is.EqualTo("none")); + Assert.That(header.DeviceModel, Is.EqualTo("none")); + Assert.That(header.DeviceAttributes, Is.EqualTo(new[] { DataTypes.Reflective, DataTypes.Glossy, DataTypes.Positive, DataTypes.Colour })); + Assert.That(header.Intent, Is.EqualTo(Intent.Perceptual)); + Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); + Assert.That(header.ProfileCreator, Is.EqualTo("none")); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("2c98a166-95257d52-13906e04-02c0eac9"))); + Assert.That(profile.CalculateProfileId(), Is.EqualTo(header.ProfileId)); + + Assert.That(tags.Count, Is.EqualTo(6)); + AssertTag(tags[0], "desc", 204, 84); + AssertTag(tags[1], Signatures.AToB0, 288, 212); + AssertTag(tags[2], Signatures.BToA0, 500, 212); + AssertTag(tags[3], Signatures.MediaWhitePoint, 712, 20); + AssertTag(tags[4], "cprt", 732, 88); + AssertTag(tags[5], "chad", 820, 44); + + AssertLuts(tags.AToB0.Value!, lutType: LutType.LutAB, LutElements.MB, 3, 3, null); + AssertLuts(tags.BToA0.Value!, lutType: LutType.LutBA, LutElements.BM, 3, 3, null); + Assert.That(tags.MediaWhite.Value, Is.EqualTo((0.85809, 0.89000, 0.73421)).Within(0.000005)); + } + [Test] public void StandardRgbV4() { @@ -262,44 +303,228 @@ public void StandardRgbV4() } [Test] - public void RommRgb() + public void StandardRgbV2() { - var profile = IccFile.RommRgb.GetProfile(); + var profile = IccFile.StandardRgbV2.GetProfile(); var header = profile.Header; var tags = profile.Tags; Assert.That(profile.FileInfo.Length, Is.EqualTo(header.ProfileSize)); - Assert.That(header.ProfileSize, Is.EqualTo(864)); + Assert.That(header.ProfileSize, Is.EqualTo(3024)); + Assert.That(header.PreferredCmmType, Is.EqualTo(Signatures.Null)); + Assert.That(header.ProfileVersion, Is.EqualTo(new Version(2, 0, 0))); + Assert.That(header.ProfileClass, Is.EqualTo(Signatures.Display)); + Assert.That(header.DataColourSpace, Is.EqualTo(Signatures.Rgb)); + Assert.That(header.Pcs, Is.EqualTo(Signatures.Xyz)); + Assert.That(header.DateTime, Is.EqualTo(new DateTime(2015, 02, 15, 00, 00, 00))); + Assert.That(header.ProfileFileSignature, Is.EqualTo(Signatures.Profile)); + Assert.That(header.PrimaryPlatform, Is.EqualTo(Signatures.Null)); + Assert.That(header.ProfileFlags, Is.EqualTo(new[] { DataTypes.NotEmbedded, DataTypes.Independent })); + Assert.That(header.DeviceManufacturer, Is.EqualTo(Signatures.Null)); + Assert.That(header.DeviceModel, Is.EqualTo(Signatures.Null)); + Assert.That(header.DeviceAttributes, Is.EqualTo(new[] { DataTypes.Reflective, DataTypes.Glossy, DataTypes.Positive, DataTypes.Colour })); + Assert.That(header.Intent, Is.EqualTo(Intent.Perceptual)); + Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); + Assert.That(header.ProfileCreator, Is.EqualTo(Signatures.Null)); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("3d0eb2de-ae9397be-9b6726ce-8c0a43ce"))); + Assert.That(profile.CalculateProfileId(), Is.EqualTo(header.ProfileId)); + + Assert.That(tags.Count, Is.EqualTo(16)); + AssertTag(tags[0], "desc", 324, 99); + AssertTag(tags[1], Signatures.BlueMatrixColumn, 424, 20); + AssertTag(tags[2], Signatures.BlueTrc, 444, 2060); + AssertTag(tags[3], Signatures.GreenTrc, 444, 2060); + AssertTag(tags[4], Signatures.RedTrc, 444, 2060); + AssertTag(tags[5], "dmdd", 2504, 136); + AssertTag(tags[6], Signatures.GreenMatrixColumn, 2640, 20); + AssertTag(tags[7], "lumi", 2660, 20); + AssertTag(tags[8], "meas", 2680, 36); + AssertTag(tags[9], "bkpt", 2716, 20); + AssertTag(tags[10], Signatures.RedMatrixColumn, 2736, 20); + AssertTag(tags[11], "tech", 2756, 12); + AssertTag(tags[12], "vued", 2768, 135); + AssertTag(tags[13], Signatures.MediaWhitePoint, 2904, 20); + AssertTag(tags[14], "cprt", 2924, 55); + AssertTag(tags[15], "chad", 2980, 44); + + Assert.That(tags.RedTrc.Value!.ToString(), Is.EqualTo("Table curve: 1024")); + Assert.That(tags.GreenTrc.Value!.ToString(), Is.EqualTo("Table curve: 1024")); + Assert.That(tags.BlueTrc.Value!.ToString(), Is.EqualTo("Table curve: 1024")); + Assert.That(tags.RedMatrixColumn.Value, Is.EqualTo((0.43607, 0.22249, 0.01392)).Within(0.000005)); + Assert.That(tags.GreenMatrixColumn.Value, Is.EqualTo((0.38515, 0.71687, 0.09708)).Within(0.000005)); + Assert.That(tags.BlueMatrixColumn.Value, Is.EqualTo((0.14307, 0.06061, 0.71410)).Within(0.000005)); + Assert.That(tags.MediaWhite.Value, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); + } + + [Test] + public void StandardRgbGreyV4() + { + var profile = IccFile.StandardRgbGreyV4.GetProfile(); + var header = profile.Header; + var tags = profile.Tags; + + Assert.That(profile.FileInfo.Length, Is.EqualTo(header.ProfileSize)); + + Assert.That(header.ProfileSize, Is.EqualTo(360)); + Assert.That(header.PreferredCmmType, Is.EqualTo("lcms")); + Assert.That(header.ProfileVersion, Is.EqualTo(new Version(4, 2, 0))); + Assert.That(header.ProfileClass, Is.EqualTo(Signatures.Display)); + Assert.That(header.DataColourSpace, Is.EqualTo(Signatures.Grey)); + Assert.That(header.Pcs, Is.EqualTo(Signatures.Xyz)); + Assert.That(header.DateTime, Is.EqualTo(new DateTime(2018, 03, 20, 09, 14, 29))); + Assert.That(header.ProfileFileSignature, Is.EqualTo(Signatures.Profile)); + Assert.That(header.PrimaryPlatform, Is.EqualTo("MSFT")); + Assert.That(header.ProfileFlags, Is.EqualTo(new[] { DataTypes.NotEmbedded, DataTypes.Independent })); + Assert.That(header.DeviceManufacturer, Is.EqualTo("saws")); + Assert.That(header.DeviceModel, Is.EqualTo("ctrl")); + Assert.That(header.DeviceAttributes, Is.EqualTo(new[] { DataTypes.Reflective, DataTypes.Glossy, DataTypes.Positive, DataTypes.Colour })); + Assert.That(header.Intent, Is.EqualTo(Intent.Perceptual)); + Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); + Assert.That(header.ProfileCreator, Is.EqualTo("hand")); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("bbba6208-bba6b00f-c97a69b7-67a6edc1"))); + Assert.That(profile.CalculateProfileId(), Is.EqualTo(header.ProfileId)); + + Assert.That(tags.Count, Is.EqualTo(5)); + AssertTag(tags[0], "desc", 192, 36); + AssertTag(tags[1], "cprt", 228, 34); + AssertTag(tags[2], Signatures.MediaWhitePoint, 264, 20); + AssertTag(tags[3], "chad", 284, 44); + AssertTag(tags[4], Signatures.GreyTrc, 328, 32); + + Assert.That(tags.GreyTrc.Value!.ToString(), Is.EqualTo("Parametric curve: type 3")); + Assert.That(tags.MediaWhite.Value, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); + } + + [Test] + public void D65Xyz() + { + var profile = IccFile.D65Xyz.GetProfile(); + var header = profile.Header; + var tags = profile.Tags; + + Assert.That(profile.FileInfo.Length, Is.EqualTo(header.ProfileSize)); + + Assert.That(header.ProfileSize, Is.EqualTo(968)); Assert.That(header.PreferredCmmType, Is.EqualTo("none")); - Assert.That(header.ProfileVersion, Is.EqualTo(new Version(4, 0, 0))); - Assert.That(header.ProfileClass, Is.EqualTo(Signatures.ColourSpace)); + Assert.That(header.ProfileVersion, Is.EqualTo(new Version(2, 4, 0))); + Assert.That(header.ProfileClass, Is.EqualTo(Signatures.Display)); Assert.That(header.DataColourSpace, Is.EqualTo(Signatures.Rgb)); Assert.That(header.Pcs, Is.EqualTo(Signatures.Xyz)); - Assert.That(header.DateTime, Is.EqualTo(new DateTime(2006, 11, 19, 15, 19, 53))); + Assert.That(header.DateTime, Is.EqualTo(new DateTime(2004, 07, 21, 18, 57, 42))); Assert.That(header.ProfileFileSignature, Is.EqualTo(Signatures.Profile)); Assert.That(header.PrimaryPlatform, Is.EqualTo(Signatures.Null)); Assert.That(header.ProfileFlags, Is.EqualTo(new[] { DataTypes.NotEmbedded, DataTypes.Independent })); Assert.That(header.DeviceManufacturer, Is.EqualTo("none")); Assert.That(header.DeviceModel, Is.EqualTo("none")); Assert.That(header.DeviceAttributes, Is.EqualTo(new[] { DataTypes.Reflective, DataTypes.Glossy, DataTypes.Positive, DataTypes.Colour })); - Assert.That(header.Intent, Is.EqualTo(Intent.Perceptual)); + Assert.That(header.Intent, Is.EqualTo(Intent.RelativeColorimetric)); Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); Assert.That(header.ProfileCreator, Is.EqualTo("none")); - Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("2c98a166-95257d52-13906e04-02c0eac9"))); - Assert.That(profile.CalculateProfileId(), Is.EqualTo(header.ProfileId)); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("00000000-00000000-00000000-00000000"))); + + Assert.That(tags.Count, Is.EqualTo(16)); + AssertTag(tags[0], "desc", 324, 106); + AssertTag(tags[1], Signatures.BlueMatrixColumn, 432, 20); + AssertTag(tags[2], Signatures.BlueTrc, 452, 12); + AssertTag(tags[3], "dmdd", 464, 136); + AssertTag(tags[4], Signatures.GreenMatrixColumn, 600, 20); + AssertTag(tags[5], Signatures.GreenTrc, 452, 12); + AssertTag(tags[6], "lumi", 620, 20); + AssertTag(tags[7], "meas", 640, 36); + AssertTag(tags[8], "bkpt", 676, 20); + AssertTag(tags[9], Signatures.RedMatrixColumn, 696, 20); + AssertTag(tags[10], Signatures.RedTrc, 452, 12); + AssertTag(tags[11], "tech", 716, 12); + AssertTag(tags[12], "vued", 728, 135); + AssertTag(tags[13], Signatures.MediaWhitePoint, 864, 20); + AssertTag(tags[14], "cprt", 884, 40); + AssertTag(tags[15], "chad", 924, 44); + + Assert.That(tags.RedTrc.Value!.ToString(), Is.EqualTo("Table curve: 2")); + Assert.That(tags.GreenTrc.Value!.ToString(), Is.EqualTo("Table curve: 2")); + Assert.That(tags.BlueTrc.Value!.ToString(), Is.EqualTo("Table curve: 2")); + Assert.That(tags.RedMatrixColumn.Value, Is.EqualTo((1.04791, 0.02960, -0.00925)).Within(0.000005)); + Assert.That(tags.GreenMatrixColumn.Value, Is.EqualTo((0.02293, 0.99046, 0.01506)).Within(0.000005)); + Assert.That(tags.BlueMatrixColumn.Value, Is.EqualTo((-0.05020, -0.01707, 0.75179)).Within(0.000005)); + Assert.That(tags.MediaWhite.Value, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); + } + + [Test] + public void CxScannerGrey() + { + var profile = IccFile.CxScannerGrey.GetProfile(); + var header = profile.Header; + var tags = profile.Tags; + + Assert.That(profile.FileInfo.Length, Is.EqualTo(header.ProfileSize)); + + Assert.That(header.ProfileSize, Is.EqualTo(3012)); + Assert.That(header.PreferredCmmType, Is.EqualTo("appl")); + Assert.That(header.ProfileVersion, Is.EqualTo(new Version(2, 2, 0))); + Assert.That(header.ProfileClass, Is.EqualTo(Signatures.Input)); + Assert.That(header.DataColourSpace, Is.EqualTo(Signatures.Rgb)); + Assert.That(header.Pcs, Is.EqualTo(Signatures.Lab)); + Assert.That(header.DateTime, Is.EqualTo(new DateTime(2002, 02, 04, 16, 11, 56))); + Assert.That(header.ProfileFileSignature, Is.EqualTo(Signatures.Profile)); + Assert.That(header.PrimaryPlatform, Is.EqualTo("APPL")); + Assert.That(header.ProfileFlags, Is.EqualTo(new[] { DataTypes.NotEmbedded, DataTypes.Independent })); + Assert.That(header.DeviceManufacturer, Is.EqualTo("CMiX")); + Assert.That(header.DeviceModel, Is.EqualTo(" ")); + Assert.That(header.DeviceAttributes, Is.EqualTo(new[] { DataTypes.Reflective, DataTypes.Glossy, DataTypes.Positive, DataTypes.Colour })); + Assert.That(header.Intent, Is.EqualTo(Intent.RelativeColorimetric)); + Assert.That(header.PcsIlluminant, Is.EqualTo((0.96420, 1.00000, 0.82491)).Within(0.000005)); + Assert.That(header.ProfileCreator, Is.EqualTo("CMiX")); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("00000000-00000000-00000000-00000000"))); Assert.That(tags.Count, Is.EqualTo(6)); - AssertTag(tags[0], "desc", 204, 84); - AssertTag(tags[1], Signatures.AToB0, 288, 212); - AssertTag(tags[2], Signatures.BToA0, 500, 212); - AssertTag(tags[3], Signatures.MediaWhitePoint, 712, 20); - AssertTag(tags[4], "cprt", 732, 88); - AssertTag(tags[5], "chad", 820, 44); + AssertTag(tags[0], Signatures.MediaWhitePoint, 204, 20); + AssertTag(tags[1], "cprt", 2828, 37); + AssertTag(tags[2], "desc", 2868, 141); + AssertTag(tags[3], Signatures.AToB0, 224, 868); + AssertTag(tags[4], Signatures.AToB1, 1092, 868); + AssertTag(tags[5], Signatures.AToB2, 1960, 868); + + AssertLuts(tags.AToB0.Value!, lutType: LutType.Lut16, LutElements.AB, 3, 3, [2, 2, 2, 3]); + AssertLuts(tags.AToB1.Value!, lutType: LutType.Lut16, LutElements.AB, 3, 3, [2, 2, 2, 3]); + AssertLuts(tags.AToB2.Value!, lutType: LutType.Lut16, LutElements.AB, 3, 3, [2, 2, 2, 3]); + } + + [Test] + public void CxHue45Abstract() + { + var profile = IccFile.CxHue45Abstract.GetProfile(); + var header = profile.Header; + var tags = profile.Tags; + + Assert.That(profile.FileInfo.Length, Is.EqualTo(header.ProfileSize)); + + Assert.That(header.ProfileSize, Is.EqualTo(11624)); + Assert.That(header.PreferredCmmType, Is.EqualTo("HDM ")); + Assert.That(header.ProfileVersion, Is.EqualTo(new Version(2, 0, 0))); + Assert.That(header.ProfileClass, Is.EqualTo("abst")); + Assert.That(header.DataColourSpace, Is.EqualTo(Signatures.Lab)); + Assert.That(header.Pcs, Is.EqualTo(Signatures.Lab)); + Assert.That(header.DateTime, Is.EqualTo(new DateTime(2002, 04, 09, 04, 00, 03))); + Assert.That(header.ProfileFileSignature, Is.EqualTo(Signatures.Profile)); + Assert.That(header.PrimaryPlatform, Is.EqualTo("APPL")); + Assert.That(header.ProfileFlags, Is.EqualTo(new[] { DataTypes.NotEmbedded, DataTypes.Independent })); + Assert.That(header.DeviceManufacturer, Is.EqualTo("CMiX")); + Assert.That(header.DeviceModel, Is.EqualTo(Signatures.Null)); + Assert.That(header.DeviceAttributes, Is.EqualTo(new[] { DataTypes.Reflective, DataTypes.Glossy, DataTypes.Positive, DataTypes.Colour })); + Assert.That(header.Intent, Is.EqualTo(Intent.RelativeColorimetric)); + Assert.That(header.PcsIlluminant, Is.EqualTo((0.96419, 1.00000, 0.82489)).Within(0.000005)); + Assert.That(header.ProfileCreator, Is.EqualTo("CMiX")); + Assert.That(header.ProfileId, Is.EqualTo(HexToBytes("0be4e014-0be4e004-0be00bd0-00000004"))); - AssertLuts(tags.AToB0.Value!, lutType: LutType.LutAB, LutElements.MB, 3, 3, null); - AssertLuts(tags.BToA0.Value!, lutType: LutType.LutBA, LutElements.BM, 3, 3, null); - Assert.That(tags.MediaWhite.Value, Is.EqualTo((0.85809, 0.89000, 0.73421)).Within(0.000005)); + Assert.That(tags.Count, Is.EqualTo(5)); + AssertTag(tags[0], "desc", 11488, 134); + AssertTag(tags[1], "pseq", 192, 124); + AssertTag(tags[2], "cprt", 316, 37); + AssertTag(tags[3], Signatures.MediaWhitePoint, 356, 20); + AssertTag(tags[4], Signatures.AToB0, 376, 11110); + + AssertLuts(tags.AToB0.Value!, lutType: LutType.Lut16, LutElements.AB, 3, 3, [11, 11, 11, 3]); } private static void AssertTag(Tag tag, string signature, int offset, int size) @@ -312,19 +537,19 @@ private static void AssertTag(Tag tag, string signature, int offset, int size) Assert.That(tag.ToString().EndsWith($"{size} bytes")); } - private static void AssertLuts(Luts luts, LutType lutType, LutElements lutElements, int aCount, int bCount, double[]? clutDimensions) + private static void AssertLuts(Luts luts, LutType lutType, LutElements lutElements, int? aCount, int bCount, double[]? clutDimensions) { - Assert.That(luts.LutType, Is.EqualTo(lutType)); - Assert.That(luts.LutElements, Is.EqualTo(lutElements)); + Assert.That(luts.Type, Is.EqualTo(lutType)); + Assert.That(luts.Elements, Is.EqualTo(lutElements)); - var expectedStringStart = luts.IsAToB switch + var expectedStringStart = luts.IsDeviceToPcs switch { true when lutElements is LutElements.MB => $"M [x{bCount}]", true => $"A [x{aCount}]", false => $"B [x{bCount}]" }; - - var expectedStringEnd = luts.IsAToB switch + + var expectedStringEnd = luts.IsDeviceToPcs switch { false when lutElements is LutElements.BM => $"M [x{bCount}]", false => $"A [x{aCount}]", diff --git a/Unicolour.Tests/IccUnsupportedTests.cs b/Unicolour.Tests/IccUnsupportedTests.cs index 1fe6b9f..0d65599 100644 --- a/Unicolour.Tests/IccUnsupportedTests.cs +++ b/Unicolour.Tests/IccUnsupportedTests.cs @@ -10,14 +10,14 @@ namespace Wacton.Unicolour.Tests; public class IccUnsupportedTests { [Test] - public void FileNullFromCmyk() + public void FileNullFromChannels() { - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); - var expected = Channels.UncalibratedToRgb(cmyk); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); var iccConfig = new IccConfiguration(null, "not provided"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(Intent.Unspecified)); Assert.That(unicolour.Icc.ColourSpace, Is.EqualTo(Channels.UncalibratedCmyk)); @@ -40,17 +40,17 @@ public void FileNullFromRgb() } [Test] - public void FileNotFoundFromCmyk() + public void FileNotFoundFromChannels() { const string path = "🚫"; Assert.Throws(() => { _ = new Profile(path); }); - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); - var expected = Channels.UncalibratedToRgb(cmyk); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not found"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(Intent.Unspecified)); Assert.That(iccConfig.Error!.StartsWith("could not find file", StringComparison.CurrentCultureIgnoreCase)); @@ -78,18 +78,18 @@ public void FileNotFoundFromRgb() } [Test] - public void FileNotEnoughBytesFromCmyk() + public void FileNotEnoughBytesFromChannels() { const string path = "not_enough_bytes.icc"; File.WriteAllBytes(path, CreateBytes(64)); Assert.Throws(() => { _ = new Profile(path); }); - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); - var expected = Channels.UncalibratedToRgb(cmyk); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not enough bytes"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(Intent.Unspecified)); Assert.That(iccConfig.Error!.Contains("does not contain enough bytes", StringComparison.CurrentCultureIgnoreCase)); @@ -120,18 +120,18 @@ public void FileNotEnoughBytesFromRgb() } [Test] - public void FileNotParseableFromCmyk() + public void FileNotParseableFromChannels() { const string path = "not_parseable.icc"; File.WriteAllBytes(path, CreateBytes(512)); Assert.Throws(() => { _ = new Profile(path); }); - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); - var expected = Channels.UncalibratedToRgb(cmyk); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not parseable"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(Intent.Unspecified)); Assert.That(iccConfig.Error!.Contains("could not be parsed", StringComparison.CurrentCultureIgnoreCase)); @@ -162,22 +162,60 @@ public void FileNotParseableFromRgb() } [Test] - public void ProfileNotSupportedHeaderFromCmyk() + public void ProfileNotSupportedHeaderFromChannels() { - var path = IccFile.StandardRgbV2.Path; + var profile = IccFile.CxHue45Abstract.GetProfile(); + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); + + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); + + var iccConfig = new IccConfiguration(profile, Intent.Unspecified, "not supported header"); + var config = new Configuration(iccConfiguration: iccConfig); + var unicolour = new Unicolour(config, channels); + TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); + Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); + Assert.That(iccConfig.Error!.Contains("not supported", StringComparison.CurrentCultureIgnoreCase)); + Assert.That(unicolour.Icc.ColourSpace, Is.EqualTo(Channels.UncalibratedCmyk)); + Assert.That(unicolour.Icc.Error, Is.Null); + } + + [Test] + public void ProfileNotSupportedHeaderFromRgb() + { + var profile = IccFile.CxHue45Abstract.GetProfile(); + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); + + var rgb = new Rgb(0.25, 0.5, 1.0); + var expected = Channels.UncalibratedFromRgb(rgb); + + var iccConfig = new IccConfiguration(profile, Intent.Unspecified, "not supported header"); + var config = new Configuration(iccConfiguration: iccConfig); + var unicolour = new Unicolour(config, ColourSpace.Rgb, rgb.Triplet.Tuple); + Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); + Assert.That(iccConfig.Error!.Contains("not supported", StringComparison.CurrentCultureIgnoreCase)); + Assert.That(unicolour.Icc, Is.EqualTo(expected)); + Assert.That(unicolour.Icc.ColourSpace, Is.EqualTo(Channels.UncalibratedCmyk)); + Assert.That(unicolour.Icc.Error, Is.Null); + } + + [Test] + public void ProfileNotSupportedTransformDToBFromChannels() + { + const string path = "bad_profile_transform.icc"; + WriteProfileWithDToBTags(path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.Throws(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); - var expected = Channels.UncalibratedToRgb(cmyk); + Assert.Throws(() => { profile.Transform.ToXyz([], Intent.Unspecified); }); - var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not supported header"); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); + + var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not supported transform"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); Assert.That(iccConfig.Error!.Contains("not supported", StringComparison.CurrentCultureIgnoreCase)); @@ -186,20 +224,20 @@ public void ProfileNotSupportedHeaderFromCmyk() } [Test] - public void ProfileNotSupportedHeaderFromRgb() + public void ProfileNotSupportedTransformDToBFromRgb() { - var path = IccFile.StandardRgbV2.Path; + const string path = "bad_profile_transform.icc"; + WriteProfileWithDToBTags(path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.Throws(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); + + Assert.Throws(() => { profile.Transform.FromXyz([], Intent.Unspecified); }); var rgb = new Rgb(0.25, 0.5, 1.0); var expected = Channels.UncalibratedFromRgb(rgb); - var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not supported header"); + var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not supported transform"); var config = new Configuration(iccConfiguration: iccConfig); var unicolour = new Unicolour(config, ColourSpace.Rgb, rgb.Triplet.Tuple); Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); @@ -209,44 +247,48 @@ public void ProfileNotSupportedHeaderFromRgb() Assert.That(unicolour.Icc.Error, Is.Null); } - [TestCase(Signatures.AToB0, Intent.Perceptual)] - [TestCase(Signatures.BToA0, Intent.Perceptual)] - [TestCase(Signatures.MediaWhitePoint, Intent.AbsoluteColorimetric)] - public void ProfileNotSupportedIntentFromCmyk(string signatureToRemove, Intent intent) + [Test] + public void ProfileNotSupportedTransformNoneFromChannels() { - var profile = new Profile(IccFile.Fogra39.Path); - profile.Tags.RemoveAll(x => x.Signature == signatureToRemove); - Assert.Throws(() => { profile.ErrorIfUnsupported(intent); }); - - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); - var expected = Channels.UncalibratedToRgb(cmyk); + const string path = "bad_profile_transform.icc"; + WriteProfileWithNoTransformTags(path); + Profile profile = null!; + Assert.DoesNotThrow(() => { profile = new Profile(path); }); + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); + + Assert.Throws(() => { profile.Transform.ToXyz([], Intent.Unspecified); }); - var iccConfig = new IccConfiguration(profile, intent, "not supported intent"); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); + + var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not supported transform"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); - Assert.That(iccConfig.Intent, Is.EqualTo(intent)); + Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); Assert.That(iccConfig.Error!.Contains("not supported", StringComparison.CurrentCultureIgnoreCase)); Assert.That(unicolour.Icc.ColourSpace, Is.EqualTo(Channels.UncalibratedCmyk)); Assert.That(unicolour.Icc.Error, Is.Null); } - [TestCase(Signatures.AToB0, Intent.Perceptual)] - [TestCase(Signatures.BToA0, Intent.Perceptual)] - [TestCase(Signatures.MediaWhitePoint, Intent.AbsoluteColorimetric)] - public void ProfileNotSupportedIntentFromRgb(string signatureToRemove, Intent intent) + [Test] + public void ProfileNotSupportedTransformNoneFromRgb() { - var profile = new Profile(IccFile.Fogra39.Path); - profile.Tags.RemoveAll(x => x.Signature == signatureToRemove); - Assert.Throws(() => { profile.ErrorIfUnsupported(intent); }); + const string path = "bad_profile_transform.icc"; + WriteProfileWithNoTransformTags(path); + Profile profile = null!; + Assert.DoesNotThrow(() => { profile = new Profile(path); }); + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); + + Assert.Throws(() => { profile.Transform.FromXyz([], Intent.Unspecified); }); var rgb = new Rgb(0.25, 0.5, 1.0); var expected = Channels.UncalibratedFromRgb(rgb); - var iccConfig = new IccConfiguration(profile, intent, "not supported intent"); + var iccConfig = new IccConfiguration(path, Intent.Unspecified, "not supported transform"); var config = new Configuration(iccConfiguration: iccConfig); var unicolour = new Unicolour(config, ColourSpace.Rgb, rgb.Triplet.Tuple); - Assert.That(iccConfig.Intent, Is.EqualTo(intent)); + Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); Assert.That(iccConfig.Error!.Contains("not supported", StringComparison.CurrentCultureIgnoreCase)); Assert.That(unicolour.Icc, Is.EqualTo(expected)); Assert.That(unicolour.Icc.ColourSpace, Is.EqualTo(Channels.UncalibratedCmyk)); @@ -254,23 +296,20 @@ public void ProfileNotSupportedIntentFromRgb(string signatureToRemove, Intent in } [Test] - public void ProfileBadSignatureFromCmyk() + public void ProfileBadSignatureFromChannels() { const string path = "bad_profile_signature.icc"; CorruptProfileSignature(IccFile.Fogra39, path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.Throws(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); - var expected = Channels.UncalibratedToRgb(cmyk); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); + var expected = Channels.UncalibratedToRgb(channels); var iccConfig = new IccConfiguration(path, Intent.Unspecified, "bad profile signature"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); Assert.That(iccConfig.Error!.Contains("signature is incorrect", StringComparison.CurrentCultureIgnoreCase)); @@ -286,10 +325,7 @@ public void ProfileBadSignatureFromRgb() CorruptProfileSignature(IccFile.Fogra39, path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.Throws(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.Throws(() => { profile.ErrorIfUnsupported(); }); var rgb = new Rgb(0.25, 0.5, 1.0); var expected = Channels.UncalibratedFromRgb(rgb); @@ -306,23 +342,20 @@ public void ProfileBadSignatureFromRgb() } [Test] - public void LutBadSignatureFromCmyk() + public void LutBadSignatureFromChannels() { const string path = "bad_lut_signature.icc"; CorruptLutSignature(IccFile.Swop2013, path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(); }); - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); var expected = new Rgb(double.NaN, double.NaN, double.NaN); var iccConfig = new IccConfiguration(path, Intent.Unspecified, "bad lut signature"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); Assert.That(iccConfig.Error, Is.Null); @@ -338,10 +371,7 @@ public void LutBadSignatureFromRgb() CorruptLutSignature(IccFile.Swop2013, path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(); }); var rgb = new Rgb(0.25, 0.5, 1.0); var expected = Enumerable.Range(0, 15).Select(_ => double.NaN).ToArray(); @@ -358,23 +388,20 @@ public void LutBadSignatureFromRgb() } [Test] - public void CurveBadSignatureFromCmyk() + public void CurveBadSignatureFromChannels() { const string path = "bad_curve_signature.icc"; CorruptCurveSignature(IccFile.Swop2013, path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(); }); - var cmyk = new Channels(0.8, 0.6, 0.4, 0.2); + var channels = new Channels(0.8, 0.6, 0.4, 0.2); var expected = new Rgb(double.NaN, double.NaN, double.NaN); var iccConfig = new IccConfiguration(path, Intent.Unspecified, "bad curve signature"); var config = new Configuration(iccConfiguration: iccConfig); - var unicolour = new Unicolour(config, cmyk); + var unicolour = new Unicolour(config, channels); TestUtils.AssertTriplet(unicolour, expected.Triplet, 0); Assert.That(iccConfig.Intent, Is.EqualTo(profile.Header.Intent)); Assert.That(iccConfig.Error, Is.Null); @@ -390,10 +417,7 @@ public void CurveBadSignatureFromRgb() CorruptCurveSignature(IccFile.Swop2013, path); Profile profile = null!; Assert.DoesNotThrow(() => { profile = new Profile(path); }); - foreach (var intent in intents) - { - Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(intent); }); - } + Assert.DoesNotThrow(() => { profile.ErrorIfUnsupported(); }); var rgb = new Rgb(0.25, 0.5, 1.0); var expected = Enumerable.Range(0, 15).Select(_ => double.NaN).ToArray(); @@ -492,19 +516,41 @@ private static void CorruptCurveSignature(IccFile iccFile, string corruptedPath) File.WriteAllBytes(corruptedPath, bytes); } - private static void CorruptSignature(byte[] bytes, uint index) + private static void WriteProfileWithDToBTags(string modifiedPath) { - bytes[index + 0] = 115; - bytes[index + 1] = 109; - bytes[index + 2] = 101; - bytes[index + 3] = 103; + // with ROMM RGB profile: tag table index 1 = A2B0, tag table index 2 = B2A0 + var profile = IccFile.RommRgb.GetProfile(); + const uint a2b0TagTableIndex = 128 + 4 + 1 * 12; + const uint b2a0TagTableIndex = 128 + 4 + 2 * 12; + + // ROMM RGB only has A2B0 and B2A0, this replaces both with D2B0 and B2D0 in the tag table + var bytes = File.ReadAllBytes(profile.FileInfo.FullName); + ModifySignature(bytes, a2b0TagTableIndex, [68, 50, 66, 48]); // "D2B0" + ModifySignature(bytes, b2a0TagTableIndex, [66, 50, 68, 48]); // "B2D0" + File.WriteAllBytes(modifiedPath, bytes); } - private static readonly Intent[] intents = - [ - Intent.Perceptual, - Intent.RelativeColorimetric, - Intent.Saturation, - Intent.AbsoluteColorimetric - ]; + private static void WriteProfileWithNoTransformTags(string modifiedPath) + { + // with ROMM RGB profile: tag table index 1 = A2B0, tag table index 2 = B2A0 + var profile = IccFile.RommRgb.GetProfile(); + const uint a2b0TagTableIndex = 128 + 4 + 1 * 12; + const uint b2a0TagTableIndex = 128 + 4 + 2 * 12; + + // ROMM RGB only has A2B0 and B2A0; this replaces both with "NONE" in the tag table + // effectively creating a profile with no transform tags + var bytes = File.ReadAllBytes(profile.FileInfo.FullName); + ModifySignature(bytes, a2b0TagTableIndex, [78, 79, 78, 69]); // "NONE" + ModifySignature(bytes, b2a0TagTableIndex, [78, 79, 78, 69]); // "NONE" + File.WriteAllBytes(modifiedPath, bytes); + } + + private static void CorruptSignature(byte[] bytes, uint index) => ModifySignature(bytes, index, [115, 109, 101, 103]); + private static void ModifySignature(byte[] bytes, uint index, byte[] modifiedBytes) + { + bytes[index + 0] = modifiedBytes[0]; + bytes[index + 1] = modifiedBytes[1]; + bytes[index + 2] = modifiedBytes[2]; + bytes[index + 3] = modifiedBytes[3]; + } } \ No newline at end of file diff --git a/Unicolour.Tests/InvalidIntentTests.cs b/Unicolour.Tests/InvalidIntentTests.cs index 85e5c33..ab8ed2f 100644 --- a/Unicolour.Tests/InvalidIntentTests.cs +++ b/Unicolour.Tests/InvalidIntentTests.cs @@ -13,9 +13,9 @@ public class InvalidIntentTests public void InvalidParameter() { var profile = IccFile.Fogra39.GetProfile(); - Assert.Throws(() => profile.ToXyzStandardD50([0.5, 0.5, 0.5, 0.5], BadIntent)); - Assert.Throws(() => profile.FromStandardXyzD50([0.5, 0.5, 0.5], BadIntent)); - Assert.Throws(() => profile.ToXyzStandardD50([0.5, 0.5, 0.5, 0.5], Intent.Unspecified)); - Assert.Throws(() => profile.FromStandardXyzD50([0.5, 0.5, 0.5], Intent.Unspecified)); + Assert.Throws(() => profile.Transform.ToXyz([0.5, 0.5, 0.5, 0.5], BadIntent)); + Assert.Throws(() => profile.Transform.FromXyz([0.5, 0.5, 0.5], BadIntent)); + Assert.Throws(() => profile.Transform.ToXyz([0.5, 0.5, 0.5, 0.5], Intent.Unspecified)); + Assert.Throws(() => profile.Transform.FromXyz([0.5, 0.5, 0.5], Intent.Unspecified)); } } \ No newline at end of file diff --git a/Unicolour.Tests/KnownIccTests.cs b/Unicolour.Tests/KnownIccTests.cs index ef51fa0..206c604 100644 --- a/Unicolour.Tests/KnownIccTests.cs +++ b/Unicolour.Tests/KnownIccTests.cs @@ -144,7 +144,7 @@ private static Configuration GetConfig(IccFile iccFile) { // CSS ICC profiles default to relative colorimetric return new Configuration( - xyzConfiguration: Profile.XyzD50, + xyzConfiguration: Transform.XyzD50, iccConfiguration: new IccConfiguration(iccFile.GetProfile(), Intent.RelativeColorimetric) ); } diff --git a/Unicolour.Tests/MatrixTests.cs b/Unicolour.Tests/MatrixTests.cs index b38d614..02a30f1 100644 --- a/Unicolour.Tests/MatrixTests.cs +++ b/Unicolour.Tests/MatrixTests.cs @@ -88,9 +88,9 @@ public void InverseUnsupported() var threeByOne = new Matrix(new[,] { { 1.0 }, { 2.0 }, { 3.0 } }); var oneByThree = new Matrix(new[,] { { 1.0, 2.0, 3.0 } }); - Assert.Throws(() => twoByTwo.Inverse()); - Assert.Throws(() => threeByOne.Inverse()); - Assert.Throws(() => oneByThree.Inverse()); + Assert.Throws(() => twoByTwo.Inverse()); + Assert.Throws(() => threeByOne.Inverse()); + Assert.Throws(() => oneByThree.Inverse()); } [Test] @@ -202,7 +202,7 @@ public void ToTripletIncompatibleRowDimensions() { 2.0 } }); - Assert.Throws(() => notEnoughRows.ToTriplet()); + Assert.Throws(() => notEnoughRows.ToTriplet()); } [Test] @@ -213,7 +213,7 @@ public void ToTripletIncompatibleColumnDimensions() { 1.0, 2.0 } }); - Assert.Throws(() => tooManyColumns.ToTriplet()); + Assert.Throws(() => tooManyColumns.ToTriplet()); } private static void AssertMatrixMultiply(double[,] dataA, double[,] dataB, double[,] expected) diff --git a/Unicolour.Tests/Unicolour.Tests.csproj b/Unicolour.Tests/Unicolour.Tests.csproj index 409be9a..36ef529 100644 --- a/Unicolour.Tests/Unicolour.Tests.csproj +++ b/Unicolour.Tests/Unicolour.Tests.csproj @@ -30,262 +30,466 @@ - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always - - - Always + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - Always + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest - - Always + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest diff --git a/Unicolour.Tests/Utils/HsluvTestColour.cs b/Unicolour.Tests/Utils/HsluvTestColour.cs index 64a552f..290965d 100644 --- a/Unicolour.Tests/Utils/HsluvTestColour.cs +++ b/Unicolour.Tests/Utils/HsluvTestColour.cs @@ -9,6 +9,7 @@ internal static class HsluvTestColour { // ReSharper disable CollectionNeverQueried.Global - used in test case sources by name internal static readonly List All = []; + // ReSharper restore CollectionNeverQueried.Global static HsluvTestColour() { @@ -17,7 +18,7 @@ static HsluvTestColour() foreach (var (hex, jsonData) in snapshotJson) { - if (jsonData == null) throw new InvalidOperationException(); + if (jsonData == null) throw new Exception(); All.Add(new TestColour { Hex = hex, diff --git a/Unicolour.Tests/Utils/IccFile.cs b/Unicolour.Tests/Utils/IccFile.cs index 620f0dd..4595d88 100644 --- a/Unicolour.Tests/Utils/IccFile.cs +++ b/Unicolour.Tests/Utils/IccFile.cs @@ -3,20 +3,28 @@ namespace Wacton.Unicolour.Tests.Utils; -public record IccFile(string Id, string Name, int DeviceChannels) +public record IccFile(string Id, string Name) { internal const string DataFolderName = "Data/ICC"; - internal static IccFile Fogra39 = new(nameof(Fogra39), "Coated_Fogra39L_VIGC_300", 4); // v2 CMYK -> LAB, prtr, lut16 - internal static IccFile Fogra55 = new(nameof(Fogra55), "Ref-ECG-CMYKOGV_FOGRA55_TAC300", 7); // v2 7CLR -> LAB, prtr, lut16 - internal static IccFile Swop2006 = new(nameof(Swop2006), "SWOP2006_Coated5v2", 4); // v2 CMYK -> LAB, prtr, lut16 - internal static IccFile Swop2013 = new(nameof(Swop2013), "SWOP2013C3_CRPC5", 4); // v4 CMYK -> LAB, prtr, lutAToB: B-CLUT-A - internal static IccFile JapanColor2011 = new(nameof(JapanColor2011), "JapanColor2011Coated", 4); // v2 CMYK -> LAB, prtr, lut8 - internal static IccFile Cgats21 = new(nameof(Cgats21), "CGATS21_CRPC7", 4); // v4 CMYK -> LAB, prtr, lutAToB: B-CLUT-A - internal static IccFile Prmg = new(nameof(Prmg), "PRMG_v2.0.1_MR", 4); // v4 CMYK -> LAB, prtr, lutAToB: B-CLUT-A - internal static IccFile RommRgb = new(nameof(RommRgb), "ISO22028-2_ROMM-RGB", 3); // v4 RGB -> XYZ, spac, lutAToB: B-Matrix-M [only intent 0] - internal static IccFile StandardRgbV4 = new(nameof(StandardRgbV4), "sRGB_v4_ICC_preference", 3); // v4 RGB -> LAB, spac, lutAToB: B-Matrix-M-CLUT-A [only intent 0 & 1] - internal static IccFile StandardRgbV2 = new(nameof(StandardRgbV2), "sRGB2014", 3); // v2 RGB -> XYZ, mntr + internal static IccFile Fogra39 = new(nameof(Fogra39), "Coated_Fogra39L_VIGC_300"); // v2 CMYK -> LAB, prtr, lut16 + internal static IccFile Fogra55 = new(nameof(Fogra55), "Ref-ECG-CMYKOGV_FOGRA55_TAC300"); // v2 7CLR -> LAB, prtr, lut16 + internal static IccFile Swop2006 = new(nameof(Swop2006), "SWOP2006_Coated5v2"); // v2 CMYK -> LAB, prtr, lut16 + internal static IccFile Swop2013 = new(nameof(Swop2013), "SWOP2013C3_CRPC5"); // v4 CMYK -> LAB, prtr, lutAToB: B-CLUT-A + internal static IccFile JapanColor2011 = new(nameof(JapanColor2011), "JapanColor2011Coated"); // v2 CMYK -> LAB, prtr, lut8 (A2B) + internal static IccFile JapanColor2003 = new(nameof(JapanColor2003), "JapanColor2003WebCoated"); // v2 CMYK -> LAB, prtr, lut8 (B2A) + internal static IccFile Cgats21 = new(nameof(Cgats21), "CGATS21_CRPC7"); // v4 CMYK -> LAB, prtr, lutAToB: B-CLUT-A + internal static IccFile Prmg = new(nameof(Prmg), "PRMG_v2.0.1_MR"); // v4 CMYK -> LAB, prtr, lutAToB: B-CLUT-A + internal static IccFile RommRgb = new(nameof(RommRgb), "ISO22028-2_ROMM-RGB"); // v4 RGB -> XYZ, spac, lutAToB: B-Matrix-M [only intent 0] + internal static IccFile StandardRgbV4 = new(nameof(StandardRgbV4), "sRGB_v4_ICC_preference"); // v4 RGB -> LAB, spac, lutAToB: B-Matrix-M-CLUT-A [only intent 0 & 1] + internal static IccFile StandardRgbV2 = new(nameof(StandardRgbV2), "sRGB2014"); // v2 RGB -> XYZ, mntr, TRC matrix + internal static IccFile StandardRgbGreyV4 = new(nameof(StandardRgbGreyV4), "sGrey-v4"); // v4 GRAY -> XYZ, mntr, TRC grey + internal static IccFile D65Xyz = new(nameof(D65Xyz), "D65_XYZ"); // v2 RGB -> XYZ, mntr, TRC matrix + internal static IccFile CxMonitorWeird = new(nameof(CxMonitorWeird), "CX_Monitor_weird"); // v2 RGB -> LAB, mntr, lut16 [only intent 0] & TRC matrix [unused] + internal static IccFile CxCmykProof = new(nameof(CxCmykProof), "CX_CMYK_ProofTest_PCS_RGB"); // v2 CMYK -> LAB, prtr, lut16 & TRC grey [unused] + internal static IccFile CxScannerGrey = new(nameof(CxScannerGrey), "CX_scnr_RGB-_Gray"); // v2 RGB -> LAB, scnr, lut16 [A2B only, no B2A] + internal static IccFile CxHue45Abstract = new(nameof(CxHue45Abstract), "CX_Hue+45_abst"); // v2 LAB -> LAB, abst, lut16 [A2B only, no B2A] + internal static IccFile HackCxCmykKtrc = new(nameof(HackCxCmykKtrc), "Hack_(CX_CMYK_ktrc_only)"); // v2 GRAY -> LAB, prtr, TRC grey ℹ️ hacked variant of CxCmykProof ℹ️ internal string Path => System.IO.Path.Combine(DataFolderName, $"{Name}.icc"); @@ -40,12 +48,26 @@ internal Profile GetProfile() { nameof(Swop2006), Swop2006 }, { nameof(Swop2013), Swop2013 }, { nameof(JapanColor2011), JapanColor2011 }, + { nameof(JapanColor2003), JapanColor2003 }, { nameof(Cgats21), Cgats21 }, { nameof(Prmg), Prmg }, { nameof(RommRgb), RommRgb }, { nameof(StandardRgbV4), StandardRgbV4 }, - { nameof(StandardRgbV2), StandardRgbV2 } + { nameof(StandardRgbV2), StandardRgbV2 }, + { nameof(StandardRgbGreyV4), StandardRgbGreyV4 }, + { nameof(D65Xyz), D65Xyz } }; + + internal static int GetDeviceChannels(IccFile iccFile) + { + return iccFile.GetProfile().Header.DataColourSpace switch + { + Signatures.Cmyk => 4, + Signatures.Clr7 => 7, + Signatures.Grey => 1, + _ => 3 + }; + } public override string ToString() => Id; } \ No newline at end of file diff --git a/Unicolour.Tests/WavelengthDegreeTests.cs b/Unicolour.Tests/WavelengthDegreeTests.cs index 2a7cb2c..136e358 100644 --- a/Unicolour.Tests/WavelengthDegreeTests.cs +++ b/Unicolour.Tests/WavelengthDegreeTests.cs @@ -12,6 +12,7 @@ public class WavelengthDegreeTests // ReSharper disable CollectionNeverQueried.Local - used in test case sources by name private static readonly List Wavelengths = []; private static readonly List Degrees = []; + // ReSharper restore CollectionNeverQueried.Local static WavelengthDegreeTests() { diff --git a/Unicolour.Tests/_NOTES.md b/Unicolour.Tests/_NOTES.md index 5c2bc6b..213bb8b 100644 --- a/Unicolour.Tests/_NOTES.md +++ b/Unicolour.Tests/_NOTES.md @@ -18,7 +18,7 @@ Tests to add / update for new colour spaces: To obtain code coverage metrics (as GitLab CI is setup to do): 0. Install `reportgenerator` if not already installed
` -dotnet tool install -g dotnet-reportgenerator-globaltool'` +dotnet tool install -g dotnet-reportgenerator-globaltool` 1. Run tests and output artifacts
`dotnet test --test-adapter-path:. --logger:"junit;LogFilePath=..\artifacts\{assembly}-test-result.xml;MethodFormat=Class;FailureBodyFormat=Verbose" --collect:"XPlat Code Coverage" --results-directory:".\artifacts"` 2. Generate report from artifacts
diff --git a/Unicolour/Icc/Convert.cs b/Unicolour/Icc/Convert.cs deleted file mode 100644 index eab7297..0000000 --- a/Unicolour/Icc/Convert.cs +++ /dev/null @@ -1,158 +0,0 @@ -namespace Wacton.Unicolour.Icc; - -internal static class Convert -{ - internal static double[] IccLabToXyz(double[] iccLab, Intent intent, LutType lutType, double[] refBlack, double[] refWhite, double[] mediaWhite, int version) - { - const bool isDeviceToPcs = true; - - iccLab = lutType == LutType.Lut16 ? IccLab2ToIccLab4(iccLab) : iccLab; - switch (intent) - { - case Intent.Perceptual when version == 2: - { - var iccXyz = IccLabToIccXyz(iccLab); - var adjustedIccXyz = IccXyzToAdjustedPerceptual(iccXyz, refBlack, refWhite, isDeviceToPcs); - return IccXyzToXyz(adjustedIccXyz); - } - case Intent.AbsoluteColorimetric: - { - var iccXyz = IccLabToIccXyz(iccLab); - var adjustedIccXyz = IccXyzToAdjustedAbsolute(iccXyz, refWhite, mediaWhite, isDeviceToPcs); - return IccXyzToXyz(adjustedIccXyz); - } - default: - { - var lab = IccLabToLab(iccLab); - return LabToXyz(lab); - } - } - } - - internal static double[] XyzToIccLab(double[] xyz, Intent intent, LutType lutType, double[] refBlack, double[] refWhite, double[] mediaWhite, int version) - { - const bool isDeviceToPcs = false; - - switch (intent) - { - case Intent.Perceptual when version == 2: - { - var iccXyz = XyzToIccXyz(xyz, isFromLab: true).ToArray(); - var adjustedIccXyz = IccXyzToAdjustedPerceptual(iccXyz, refBlack, refWhite, isDeviceToPcs); - var adjustedIccLab = AdjustedIccXyzToLab4(adjustedIccXyz); - return IccLab4ToIccLab2(adjustedIccLab); - } - case Intent.AbsoluteColorimetric: - { - var iccXyz = XyzToIccXyz(xyz, isFromLab: true).ToArray(); - var adjustedIccXyz = IccXyzToAdjustedAbsolute(iccXyz, refWhite, mediaWhite, isDeviceToPcs); - var adjustedIccLab = AdjustedIccXyzToLab4(adjustedIccXyz); - return version == 2 ? IccLab4ToIccLab2(adjustedIccLab) : adjustedIccLab; - } - default: - { - var lab = XyzToLab(xyz); - var iccLab = LabToIccLab(lab); - return lutType == LutType.Lut16 ? IccLab4ToIccLab2(iccLab) : iccLab; - } - } - } - - internal static double[] IccXyzToXyz(double[] iccXyz, Intent intent, double[] refWhite, double[] mediaWhite) - { - const bool isDeviceToPcs = true; - switch (intent) - { - case Intent.AbsoluteColorimetric: - { - var adjustedIccXyz = IccXyzToAdjustedAbsolute(iccXyz, refWhite, mediaWhite, isDeviceToPcs); - var clippedAdjustedIccXyz = adjustedIccXyz.Select(value => Math.Max(0, value)).ToArray(); // assumes DemoIccMAX #ifndef SAMPLEICC_NOCLIPLABTOXYZ - return IccXyzToXyz(clippedAdjustedIccXyz); - } - default: - { - return IccXyzToXyz(iccXyz); - } - } - } - - internal static double[] XyzToIccXyz(double[] xyz, Intent intent, double[] refWhite, double[] mediaWhite) - { - const bool isDeviceToPcs = false; - switch (intent) - { - case Intent.AbsoluteColorimetric: - { - var iccXyz = XyzToIccXyz(xyz, isFromLab: false); - var adjustedIccXyz = IccXyzToAdjustedAbsolute(iccXyz, refWhite, mediaWhite, isDeviceToPcs); - var clippedAdjustedIccXyz = adjustedIccXyz.Select(value => Math.Max(0, value)).ToArray(); // assumes DemoIccMAX #ifndef SAMPLEICC_NOCLIPLABTOXYZ - return clippedAdjustedIccXyz; - } - default: - { - return XyzToIccXyz(xyz, isFromLab: false); - } - } - } - - private static double[] IccLabToLab(double[] iccLab) - { - var l = iccLab[0] * 100; - var a = iccLab[1] * (127 + 128) - 128; - var b = iccLab[2] * (127 + 128) - 128; - return new[] { l, a, b }; - } - - private static double[] LabToIccLab(double[] lab) - { - var l = lab[0] / 100.0; - var a = (lab[1] + 128) / (127 + 128); - var b = (lab[2] + 128) / (127 + 128); - return new[] { l, a, b }; - } - - private static double[] IccLab2ToIccLab4(double[] iccLab2) => iccLab2.Select(x => x * 65535.0 / 65280.0).ToArray(); - private static double[] IccLab4ToIccLab2(double[] iccLab2) => iccLab2.Select(x => x * 65280.0 / 65535.0).ToArray(); - - private static double[] IccLabToIccXyz(double[] iccLab) - { - var lab = IccLabToLab(iccLab); - var xyz = LabToXyz(lab); - return XyzToIccXyz(xyz, isFromLab: true); - } - - // XYZ values are clipped in DemoIccMAX XYZ -> LAB conversion (IccUtil.cpp : icLabToXYZ > icICubeth) - private static double[] XyzToIccXyz(double[] xyz, bool isFromLab) => xyz.Select(value => XyzToIccXyz(isFromLab ? Math.Max(value, 0) : value)).ToArray(); - private static double XyzToIccXyz(double value) => value * 32768.0 / 65535.0; - private static double[] IccXyzToXyz(double[] iccXyz) => iccXyz.Select(x => x * 65535.0 / 32768.0).ToArray(); - - private static double[] IccXyzToAdjustedPerceptual(double[] iccXyz, double[] refBlack, double[] refWhite, bool isDeviceToPcs) - { - double GetScale(int i) => isDeviceToPcs ? 1 - refBlack[i] / refWhite[i] : 1 / (1 - refBlack[i] / refWhite[i]); - double GetOffset(int i) => isDeviceToPcs ? XyzToIccXyz(refBlack[i]) : -XyzToIccXyz(refBlack[i]) * GetScale(i); - double GetAdjusted(int i) => iccXyz[i] * GetScale(i) + GetOffset(i); - - var adjustedIccXyz = Enumerable.Range(0, 3).Select(GetAdjusted).ToArray(); - return adjustedIccXyz; - } - - private static double[] IccXyzToAdjustedAbsolute(double[] iccXyz, double[] refWhite, double[] mediaWhite, bool isDeviceToPcs) - { - double GetScale(int i) => isDeviceToPcs ? mediaWhite[i] / refWhite[i] : refWhite[i] / mediaWhite[i]; - double GetAdjusted(int i) => iccXyz[i] * GetScale(i); - - var adjustedIccXyz = Enumerable.Range(0, 3).Select(GetAdjusted).ToArray(); - return adjustedIccXyz; - } - - private static double[] AdjustedIccXyzToLab4(double[] adjustedIccXyz) - { - var adjustedXyz = IccXyzToXyz(adjustedIccXyz); - var adjustedLab = XyzToLab(adjustedXyz); - var adjustedIccLab4 = LabToIccLab(adjustedLab); - return adjustedIccLab4; - } - - private static double[] LabToXyz(double[] lab) => Lab.ToXyz(new Lab(lab[0], lab[1], lab[2]), Profile.XyzD50).Triplet.ToArray(); - private static double[] XyzToLab(double[] xyz) => Lab.FromXyz(new Xyz(xyz[0], xyz[1], xyz[2]), Profile.XyzD50).Triplet.ToArray(); -} \ No newline at end of file diff --git a/Unicolour/Icc/Curve.cs b/Unicolour/Icc/Curve.cs index d4f6d01..92f339e 100644 --- a/Unicolour/Icc/Curve.cs +++ b/Unicolour/Icc/Curve.cs @@ -3,6 +3,7 @@ internal abstract record Curve { internal abstract double Lookup(double value); + protected abstract double[] AsTable(); internal static Curve FromStream(Stream stream) { @@ -24,11 +25,11 @@ private static Curve ReadCurve(Stream stream) switch (entries) { case 0: - return new TableCurve(new[] { 0.0, 1.0 }); + return TableCurve.Identity; case 1: { var gamma = stream.ReadU8Fixed8(); - return new ParametricCurve(x => Math.Pow(x, gamma)); + return new ParametricCurve(x => Math.Pow(x, gamma), $"gamma {gamma}"); } default: { @@ -95,12 +96,53 @@ private static ParametricCurve ReadParametricCurve(Stream stream) } } - return new ParametricCurve(function); + return new ParametricCurve(function, $"type {functionType}"); + } + + internal Curve Inverse() + { + var tableToInvert = AsTable(); + var inverse = new List(); + + const double length = 2048; + for (var i = 0; i < length; i++) + { + var value = i / (length - 1); + inverse.Add(GetNormalisedIndex(tableToInvert, value)); + } + + return new TableCurve(inverse.ToArray()); + } + + private static double GetNormalisedIndex(double[] table, double value) + { + var index = Array.BinarySearch(table, value); + + double exactIndex; + if (index >= 0) + { + exactIndex = index; + } + else + { + // if value is not found, returns bitwise complement of first index larger than it + var upperIndex = ~index; + var lowerIndex = upperIndex - 1; + var valueDifference = value - table[lowerIndex]; + var totalDifference = table[upperIndex] - table[lowerIndex]; + var indexDistance = valueDifference / totalDifference; + exactIndex = lowerIndex + indexDistance; + } + + var normalised = exactIndex / (table.Length - 1); + return normalised; } } -internal record TableCurve(double[] Table) : Curve +internal record TableCurve(params double[] Table) : Curve { + internal static TableCurve Identity => new(0.0, 1.0); + internal double[] Table { get; } = Table; private bool IsIdentity => Table.Length == 2 && Table[0] == 0.0 && Table[1] == 1.0; @@ -111,9 +153,13 @@ internal override double Lookup(double value) var (lowerValue, upperValue, distance) = Lut.Lookup(Table, value); return Interpolation.Interpolate(lowerValue, upperValue, distance); } + + protected override double[] AsTable() => Table; + + public override string ToString() => $"Table curve: {Table.Length}"; } -internal record ParametricCurve(Func function) : Curve +internal record ParametricCurve(Func function, string name) : Curve { /* * specification says the value should be clamped: @@ -122,8 +168,25 @@ internal record ParametricCurve(Func function) : Curve * however, this doesn't make sense for LAB parametric curves (e.g. sRGB v4 preference) * which are not at all in 0 - 1 range * (and DemoIccMAX reference implementation does not clip 🤷, and least not at this level) - */ + */ private readonly Func function = function; - + private readonly string name = name; + internal override double Lookup(double value) => function(value); + + protected override double[] AsTable() + { + var table = new List(); + + const double length = 2048; + for (var i = 0; i < length; i++) + { + var value = i / (length - 1); + table.Add(Lookup(value)); + } + + return table.ToArray(); + } + + public override string ToString() => $"Parametric curve: {name}"; } \ No newline at end of file diff --git a/Unicolour/Icc/Luts.cs b/Unicolour/Icc/Luts.cs index a649c35..4c13a0d 100644 --- a/Unicolour/Icc/Luts.cs +++ b/Unicolour/Icc/Luts.cs @@ -1,49 +1,29 @@ namespace Wacton.Unicolour.Icc; -internal record Luts(List? ACurves, Clut? Clut, List? MCurves, Matrices? Matrices, List BCurves, LutType LutType, bool IsAToB) +internal class Luts { - internal List? ACurves { get; } = ACurves; - internal Clut? Clut { get; } = Clut; - internal List? MCurves { get; } = MCurves; - internal Matrices? Matrices { get; } = Matrices; - internal List BCurves { get; } = BCurves; - internal LutType LutType { get; } = LutType; - internal bool IsAToB { get; } = IsAToB; - internal readonly LutElements LutElements = GetElements(IsAToB, ACurves != null, MCurves != null && Matrices != null); - - internal double[] Apply(double[] inputs) - { - var outputChannels = LutElements switch - { - LutElements.AB => BCurves.Count, - LutElements.BA => ACurves!.Count, - LutElements.AMB => BCurves.Count, - LutElements.BMA => ACurves!.Count, - LutElements.MB => BCurves.Count, - LutElements.BM => MCurves!.Count, - _ => BCurves.Count - }; - - if (inputs.Any(double.IsNaN)) - { - return Enumerable.Range(0, outputChannels).Select(_ => double.NaN).ToArray(); - } - - return LutElements switch - { - LutElements.AB => Transform.AB(inputs, ACurves!, Clut!, BCurves), - LutElements.BA => Transform.BA(inputs, BCurves, Clut!, ACurves!), - LutElements.AMB => Transform.AMB(inputs, ACurves!, Clut!, MCurves!, Matrices!, BCurves), - LutElements.BMA => Transform.BMA(inputs, BCurves, Matrices!, MCurves!, Clut!, ACurves!), - LutElements.MB => Transform.MB(inputs, MCurves!, Matrices!, BCurves), - LutElements.BM => Transform.BM(inputs, BCurves, Matrices!, MCurves!), - _ => Transform.B(inputs, BCurves) - }; - } - - private static LutElements GetElements(bool isAToB, bool hasA, bool hasM) + internal List? ACurves { get; } + internal Clut? Clut { get; } + internal List? MCurves { get; } + internal Matrices? Matrices { get; } + internal List BCurves { get; } + internal LutType Type { get; } + internal bool IsDeviceToPcs { get; } + internal readonly LutElements Elements; + + private Luts(List? aCurves, Clut? clut, List? mCurves, Matrices? matrices, List bCurves, LutType type, bool isDeviceToPcs) { - return isAToB switch + ACurves = aCurves; + Clut = clut; + MCurves = mCurves; + Matrices = matrices; + BCurves = bCurves; + Type = type; + IsDeviceToPcs = isDeviceToPcs; + + var hasA = ACurves != null; + var hasM = MCurves != null && Matrices != null; + Elements = IsDeviceToPcs switch { true when hasA => hasM ? LutElements.AMB : LutElements.AB, true => hasM ? LutElements.MB : LutElements.B, @@ -52,23 +32,23 @@ private static LutElements GetElements(bool isAToB, bool hasA, bool hasM) }; } - internal static Luts AToBFromStream(Stream stream) => FromStream(stream, isAToB: true); - internal static Luts BToAFromStream(Stream stream) => FromStream(stream, isAToB: false); - private static Luts FromStream(Stream stream, bool isAToB) + internal static Luts AToBFromStream(Stream stream) => FromStream(stream, isDeviceToPcs: true); + internal static Luts BToAFromStream(Stream stream) => FromStream(stream, isDeviceToPcs: false); + private static Luts FromStream(Stream stream, bool isDeviceToPcs) { var lutSignature = stream.ReadSignature(); // bytes 0 - 3 stream.Seek(-4, SeekOrigin.Current); // revert the stream, allowing LUT reading to be better encapsulated return lutSignature switch { - Signatures.MultiFunctionTable1Byte => ReadTables(stream, isAToB, is8Bit: true), - Signatures.MultiFunctionTable2Byte => ReadTables(stream, isAToB, is8Bit: false), - Signatures.MultiFunctionAToB => ReadTablesAB(stream, isAToB), - Signatures.MultiFunctionBToA => ReadTablesAB(stream, isAToB), + Signatures.MultiFunctionTable1Byte => ReadTables(stream, isDeviceToPcs, is8Bit: true), + Signatures.MultiFunctionTable2Byte => ReadTables(stream, isDeviceToPcs, is8Bit: false), + Signatures.MultiFunctionAToB => ReadTablesAB(stream, isDeviceToPcs), + Signatures.MultiFunctionBToA => ReadTablesAB(stream, isDeviceToPcs), _ => throw new ArgumentOutOfRangeException(nameof(lutSignature), lutSignature, null) }; } - private static Luts ReadTables(Stream stream, bool isAToB, bool is8Bit) + private static Luts ReadTables(Stream stream, bool isDeviceToPcs, bool is8Bit) { stream.ReadSignature(); // bytes 0 - 3 stream.ReadBytes(4); // reserved // bytes 4 - 7 @@ -77,8 +57,15 @@ private static Luts ReadTables(Stream stream, bool isAToB, bool is8Bit) var clutGridPointsG = stream.ReadUInt8(); // byte 10 stream.ReadByte(); // reserved (padding) // byte 11 - // use if PCS XYZ is supported (so far I've found no CMYK <-> XYZ profiles) - // https://github.com/InternationalColorConsortium/DemoIccMAX/issues/46 + /* + * these matrix values are only used for output `prtr` profiles with XYZ PCS + * and must be identity matrix values when not XYZ PCS + * (see v4 spec 10.10 (13) pg 51 & 10.11 (15) pg 56) + * TODO: find a profile that meets this criteria (i.e. CMYK <-> XYZ with A2B/B2A tags) to confirm how to apply these correctly + * NOTE: it seems to be impossible to find a profile of this criteria + * do not plan to put in the extra work to support and test this extreme edge case until one is found + * see also https://github.com/InternationalColorConsortium/DemoIccMAX/issues/46 + */ stream.ReadS15Fixed16(); // e1 // bytes 12 - 15 stream.ReadS15Fixed16(); // e2 // bytes 16 - 19 stream.ReadS15Fixed16(); // e3 // bytes 20 - 23 @@ -90,11 +77,11 @@ private static Luts ReadTables(Stream stream, bool isAToB, bool is8Bit) stream.ReadS15Fixed16(); // e9 // bytes 44 - 47 return is8Bit - ? Read8BitTables(stream, inputChannelsI, clutGridPointsG, outputChannelsO, isAToB) - : Read16BitTables(stream, inputChannelsI, clutGridPointsG, outputChannelsO, isAToB); + ? Read8BitTables(stream, inputChannelsI, clutGridPointsG, outputChannelsO, isDeviceToPcs) + : Read16BitTables(stream, inputChannelsI, clutGridPointsG, outputChannelsO, isDeviceToPcs); } - private static Luts ReadTablesAB(Stream stream, bool isAToB) + private static Luts ReadTablesAB(Stream stream, bool isDeviceToPcs) { stream.ReadSignature(); // bytes 0 - 3 stream.ReadBytes(4); // reserved // bytes 4 - 7 @@ -107,9 +94,9 @@ private static Luts ReadTablesAB(Stream stream, bool isAToB) var clutOffset = stream.ReadUInt32(); // bytes 24 - 27 var aCurvesOffset = stream.ReadUInt32(); // bytes 28 - 31 - var bCurvesCount = isAToB ? outputChannelsO : inputChannelsI; - var mCurvesCount = isAToB ? outputChannelsO : inputChannelsI; - var aCurvesCount = isAToB ? inputChannelsI : outputChannelsO; + var bCurvesCount = isDeviceToPcs ? outputChannelsO : inputChannelsI; + var mCurvesCount = isDeviceToPcs ? outputChannelsO : inputChannelsI; + var aCurvesCount = isDeviceToPcs ? inputChannelsI : outputChannelsO; // bytes 32 - end (variable, requires seeking data using offset, unlike Lut8 or Lut16) var bCurves = ReadCurves(stream, bCurvesOffset, bCurvesCount)!; @@ -118,11 +105,11 @@ private static Luts ReadTablesAB(Stream stream, bool isAToB) var clut = ReadClut(stream, clutOffset, inputChannelsI, outputChannelsO); var aCurves = ReadCurves(stream, aCurvesOffset, aCurvesCount)!; - var lutType = isAToB ? LutType.LutAB : LutType.LutBA; - return new Luts(aCurves, clut, mCurves, matrix, bCurves, lutType, isAToB); + var lutType = isDeviceToPcs ? LutType.LutAB : LutType.LutBA; + return new Luts(aCurves, clut, mCurves, matrix, bCurves, lutType, isDeviceToPcs); } - private static Luts Read8BitTables(Stream stream, byte inputChannelsI, byte clutGridPointsG, byte outputChannelsO, bool isAToB) + private static Luts Read8BitTables(Stream stream, byte inputChannelsI, byte clutGridPointsG, byte outputChannelsO, bool isDeviceToPcs) { const int inputTableEntriesN = 256; const int outputTableEntriesM = 256; @@ -148,12 +135,12 @@ private static Luts Read8BitTables(Stream stream, byte inputChannelsI, byte clut outputCurves.Add(new TableCurve(NumberTypes.From8BitPrecision(array))); } - var aCurves = isAToB ? inputCurves : outputCurves; - var bCurves = isAToB ? outputCurves : inputCurves; - return new Luts(aCurves, clut, MCurves: null, Matrices: null, bCurves, LutType.Lut8, isAToB); + var aCurves = isDeviceToPcs ? inputCurves : outputCurves; + var bCurves = isDeviceToPcs ? outputCurves : inputCurves; + return new Luts(aCurves, clut, mCurves: null, matrices: null, bCurves, LutType.Lut8, isDeviceToPcs); } - private static Luts Read16BitTables(Stream stream, byte inputChannelsI, byte clutGridPointsG, byte outputChannelsO, bool isAToB) + private static Luts Read16BitTables(Stream stream, byte inputChannelsI, byte clutGridPointsG, byte outputChannelsO, bool isDeviceToPcs) { var inputTableEntriesN = stream.ReadUInt16(); // bytes 48 - 49 var outputTableEntriesM = stream.ReadUInt16(); // bytes 50 - 51 @@ -179,9 +166,9 @@ private static Luts Read16BitTables(Stream stream, byte inputChannelsI, byte clu outputCurves.Add(new TableCurve(NumberTypes.From16BitPrecision(array))); } - var aCurves = isAToB ? inputCurves : outputCurves; - var bCurves = isAToB ? outputCurves : inputCurves; - return new Luts(aCurves, clut, MCurves: null, Matrices: null, bCurves, LutType.Lut16, isAToB); + var aCurves = isDeviceToPcs ? inputCurves : outputCurves; + var bCurves = isDeviceToPcs ? outputCurves : inputCurves; + return new Luts(aCurves, clut, mCurves: null, matrices: null, bCurves, LutType.Lut16, isDeviceToPcs); } private static List? ReadCurves(Stream stream, uint offset, byte count) @@ -270,7 +257,7 @@ private static void MoveToFourByteBoundary(Stream stream, long startPosition) public override string ToString() { - return LutElements switch + return Elements switch { LutElements.AB => $"A [x{ACurves!.Count}] -> CLUT {Clut} -> B [x{BCurves.Count}]", LutElements.BA => $"B [x{BCurves.Count}] -> CLUT {Clut} -> A [x{ACurves!.Count}]", diff --git a/Unicolour/Icc/Matrices.cs b/Unicolour/Icc/Matrices.cs index 60ab12e..513142a 100644 --- a/Unicolour/Icc/Matrices.cs +++ b/Unicolour/Icc/Matrices.cs @@ -4,6 +4,8 @@ internal record Matrices(Matrix Multiply, Matrix Offset) { internal Matrix Multiply { get; } = Multiply; internal Matrix Offset { get; } = Offset; + + internal static Matrix ZeroOffset = new(new[,] { { 0.0 }, { 0.0 }, { 0.0 } }); internal double[] Apply(double[] inputs) { diff --git a/Unicolour/Icc/Profile.cs b/Unicolour/Icc/Profile.cs index 31d75d8..070d34d 100644 --- a/Unicolour/Icc/Profile.cs +++ b/Unicolour/Icc/Profile.cs @@ -4,15 +4,11 @@ namespace Wacton.Unicolour.Icc; public class Profile { - private static readonly double[] RefWhite = { 0.9642, 1.0000, 0.8249 }; - private static readonly double[] RefBlack = { 0.00336, 0.0034731, 0.00287 }; - internal static readonly XyzConfiguration XyzD50 = new(WhitePoint.FromXyz(new Xyz(RefWhite[0], RefWhite[1], RefWhite[2])), "ICC XYZ D50"); - public FileInfo FileInfo { get; } public Header Header { get; } public Tags Tags { get; } - - private double[] mediaWhite => Tags.MediaWhite.Value.ToArray(); + + internal Transform Transform { get; } public Profile(string filePath) { @@ -31,44 +27,27 @@ public Profile(string filePath) { throw new ArgumentException($"[{FileInfo}] could not be parsed as ICC data", e); } + + Transform = GetTransform(); } internal Xyz ToXyz(double[] deviceValues, XyzConfiguration xyzConfig, Intent intent) { - var xyzD50 = ToXyzStandardD50(deviceValues, intent); + // NOTE: iccMAX allows "profile connection conditions" (customToStandardPCC, standardToCustomPCC) + // but if it is ever implemented, it probably doesn't change this device-to-"StandardD50" calculation + var xyzD50 = Transform.ToXyz(deviceValues, intent); var xyzD50Matrix = new Matrix(new[,] { { xyzD50[0] }, { xyzD50[1] }, { xyzD50[2] } }); - var (x, y, z) = Adaptation.WhitePoint(xyzD50Matrix, XyzD50.WhitePoint, xyzConfig.WhitePoint).ToTriplet().Tuple; + var (x, y, z) = Adaptation.WhitePoint(xyzD50Matrix, Transform.XyzD50.WhitePoint, xyzConfig.WhitePoint).ToTriplet().Tuple; return new Xyz(x, y, z); } internal double[] FromXyz(Xyz xyz, XyzConfiguration xyzConfig, Intent intent) { + // NOTE: iccMAX allows "profile connection conditions" (customToStandardPCC, standardToCustomPCC) + // but if it is ever implemented, it probably doesn't change this "StandardD50"-to-device calculation var xyzMatrix = Matrix.FromTriplet(xyz.Triplet); - var xyzD50 = Adaptation.WhitePoint(xyzMatrix, xyzConfig.WhitePoint, XyzD50.WhitePoint).ToTriplet().ToArray(); - return FromStandardXyzD50(xyzD50, intent); - } - - // NOTE: iccMAX allows "profile connection conditions" (customToStandardPCC, standardToCustomPCC) - // but if it is ever implemented, it probably doesn't change this device-to-"StandardD50" calculation - internal double[] ToXyzStandardD50(double[] deviceValues, Intent intent) - { - var luts = Tags.GetLuts(intent, isDeviceToPcs: true); - var pcsValues = luts.Apply(deviceValues); - return Header.Pcs == Signatures.Lab - ? Convert.IccLabToXyz(pcsValues, intent, luts.LutType, RefBlack, RefWhite, mediaWhite, Header.ProfileVersion.Major) - : Convert.IccXyzToXyz(pcsValues, intent, RefWhite, mediaWhite); - } - - // NOTE: iccMAX allows "profile connection conditions" (customToStandardPCC, standardToCustomPCC) - // but if it is ever implemented, it probably doesn't change this "StandardD50"-to-device calculation - internal double[] FromStandardXyzD50(double[] xyzD50, Intent intent) - { - var luts = Tags.GetLuts(intent, isDeviceToPcs: false); - var pcsValues = Header.Pcs == Signatures.Lab - ? Convert.XyzToIccLab(xyzD50, intent, luts.LutType, RefBlack, RefWhite, mediaWhite, Header.ProfileVersion.Major) - : Convert.XyzToIccXyz(xyzD50, intent, RefWhite, mediaWhite); - - return luts.Apply(pcsValues); + var xyzD50 = Adaptation.WhitePoint(xyzMatrix, xyzConfig.WhitePoint, Transform.XyzD50.WhitePoint).ToTriplet().ToArray(); + return Transform.FromXyz(xyzD50, intent); } private static readonly int[] indexesToZeroForHash = { 44, 45, 46, 47, 64, 65, 66, 67, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 }; @@ -84,7 +63,7 @@ public byte[] CalculateProfileId() return md5.ComputeHash(bytes); } - internal void ErrorIfUnsupported(Intent intent) + internal void ErrorIfUnsupported() { if (Header.ProfileFileSignature != Signatures.Profile) { @@ -92,45 +71,64 @@ internal void ErrorIfUnsupported(Intent intent) } ErrorIfUnsupportedHeader(); - ErrorIfUnsupportedIntent(intent); + ErrorIfUnsupportedTransform(); } private void ErrorIfUnsupportedHeader() { var isHeaderSupported = Header is { - Pcs: Signatures.Lab or Signatures.Xyz, - ProfileClass: Signatures.Output or Signatures.ColourSpace + ProfileClass: Signatures.Input or Signatures.Display or Signatures.Output or Signatures.ColourSpace }; if (isHeaderSupported) return; - const string expected = $"PCS {Signatures.Lab} or {Signatures.Xyz}, Profile class {Signatures.Output} or {Signatures.ColourSpace}"; - var actual = $"PCS {Header.Pcs}, Class {Header.ProfileClass}"; + const string expected = $"profile class {Signatures.Input} or {Signatures.Display} or {Signatures.Output} or {Signatures.ColourSpace}"; + var actual = $"profile class {Header.ProfileClass}"; throw new ArgumentException($"[{FileInfo}] is not supported: expected [{expected}] but was [{actual}]"); } - - private void ErrorIfUnsupportedIntent(Intent intent) + + private void ErrorIfUnsupportedTransform() + { + var isTransformSupported = Transform is TransformAToB or TransformTrcMatrix or TransformTrcGrey; + + if (isTransformSupported) return; + const string expected = $"transform {nameof(TransformAToB)} or {nameof(TransformTrcMatrix)} or {nameof(TransformTrcGrey)}"; + var actual = $"transform {Transform.GetType().Name}"; + throw new ArgumentException($"[{FileInfo}] is not supported: expected [{expected}] but was [{actual}]"); + } + + /* + * transform tag precedence for input, display, output, or colour space profile types + * 1) use BToD* and DToB* if present, except where not needed [v5+ / iccMax also has BToD3 and DToB3 for absolute] + * 2) use BToA* and AToB* if present, when tag in 1) is not used + * 3) use BToA0 and AToB0 if present, when tags in 1), 2) are not used + * 4) use TRCs when tags in 1), 2), 3) are not used + * ---------- + * device link and abstract profile types precedence is 1) DToB0 2) AToB0, but these are not currently supported + */ + private Transform GetTransform() { - // AToB0 is used as a fallback regardless of intent - var requiredSignatures = new List { Signatures.AToB0, Signatures.BToA0 }; - if (intent == Intent.AbsoluteColorimetric) + if (Tags.HasAny(Signatures.DToB0, Signatures.DToB1, Signatures.DToB2, Signatures.DToB3)) { - requiredSignatures.Add(Signatures.MediaWhitePoint); + return new TransformDToB(Header, Tags); } - var signatures = Tags.Select(x => x.Signature).ToList(); - var missing = new List(); - foreach (var requiredSignature in requiredSignatures) + if (Tags.Has(Signatures.AToB0)) // AToB0 is used as a fallback regardless of intent when AToB1 or AToB2 is missing + { + return new TransformAToB(Header, Tags); + } + + if (Tags.HasAll(Signatures.RedTrc, Signatures.GreenTrc, Signatures.BlueTrc, Signatures.RedMatrixColumn, Signatures.GreenMatrixColumn, Signatures.BlueMatrixColumn)) + { + return new TransformTrcMatrix(Header, Tags); + } + + if (Tags.Has(Signatures.GreyTrc)) { - var isMissing = !signatures.Contains(requiredSignature); - if (isMissing) - { - missing.Add(requiredSignature); - } + return new TransformTrcGrey(Header, Tags); } - if (!missing.Any()) return; - throw new ArgumentException($"[{FileInfo}] with intent [{intent}] is not supported: missing required tags [{string.Join(" · ", missing)}]"); + return new TransformNone(Header, Tags); } public override string ToString() => $"{FileInfo} · {Header} · {Tags.Count} tags"; diff --git a/Unicolour/Icc/Signatures.cs b/Unicolour/Icc/Signatures.cs index 825283f..90e0a9f 100644 --- a/Unicolour/Icc/Signatures.cs +++ b/Unicolour/Icc/Signatures.cs @@ -7,19 +7,39 @@ internal static class Signatures internal const string Cmyk = "CMYK"; internal const string Clr7 = "7CLR"; internal const string Rgb = "RGB "; + internal const string Grey = "GRAY"; internal const string Lab = "Lab "; internal const string Xyz = "XYZ "; - + + internal const string Input = "scnr"; + internal const string Display = "mntr"; internal const string Output = "prtr"; internal const string ColourSpace = "spac"; - + internal const string AToB0 = "A2B0"; internal const string AToB1 = "A2B1"; internal const string AToB2 = "A2B2"; internal const string BToA0 = "B2A0"; internal const string BToA1 = "B2A1"; internal const string BToA2 = "B2A2"; + + internal const string DToB0 = "D2B0"; + internal const string DToB1 = "D2B1"; + internal const string DToB2 = "D2B2"; + internal const string DToB3 = "D2B3"; + internal const string BToD0 = "B2D0"; + internal const string BToD1 = "B2D1"; + internal const string BToD2 = "B2D2"; + internal const string BToD3 = "B2D3"; + + internal const string RedMatrixColumn = "rXYZ"; + internal const string GreenMatrixColumn = "gXYZ"; + internal const string BlueMatrixColumn = "bXYZ"; + internal const string RedTrc = "rTRC"; + internal const string GreenTrc = "gTRC"; + internal const string BlueTrc = "bTRC"; + internal const string GreyTrc = "kTRC"; internal const string MultiFunctionTable1Byte = "mft1"; internal const string MultiFunctionTable2Byte = "mft2"; diff --git a/Unicolour/Icc/Tags.cs b/Unicolour/Icc/Tags.cs index 4ca5451..1fba7f1 100644 --- a/Unicolour/Icc/Tags.cs +++ b/Unicolour/Icc/Tags.cs @@ -8,8 +8,18 @@ public class Tags : List internal Lazy BToA0 { get; } internal Lazy BToA1 { get; } internal Lazy BToA2 { get; } - internal Lazy<(double x, double y, double z)> MediaWhite { get; } + internal Lazy<(double x, double y, double z)> RedMatrixColumn { get; } + internal Lazy<(double x, double y, double z)> GreenMatrixColumn { get; } + internal Lazy<(double x, double y, double z)> BlueMatrixColumn { get; } + internal Lazy RedTrc { get; } + internal Lazy GreenTrc { get; } + internal Lazy BlueTrc { get; } + + internal Lazy GreyTrc { get; } + + internal Lazy<(double x, double y, double z)> MediaWhite { get; } + private Tags() { AToB0 = new Lazy(() => Read(Signatures.AToB0, Luts.AToBFromStream)); @@ -18,36 +28,22 @@ private Tags() BToA0 = new Lazy(() => Read(Signatures.BToA0, Luts.BToAFromStream)); BToA1 = new Lazy(() => Read(Signatures.BToA1, Luts.BToAFromStream)); BToA2 = new Lazy(() => Read(Signatures.BToA2, Luts.BToAFromStream)); + + RedMatrixColumn = new Lazy<(double x, double y, double z)>(() => Read(Signatures.RedMatrixColumn, DataTypes.ReadXyzType)); + GreenMatrixColumn = new Lazy<(double x, double y, double z)>(() => Read(Signatures.GreenMatrixColumn, DataTypes.ReadXyzType)); + BlueMatrixColumn = new Lazy<(double x, double y, double z)>(() => Read(Signatures.BlueMatrixColumn, DataTypes.ReadXyzType)); + RedTrc = new Lazy(() => Read(Signatures.RedTrc, Curve.FromStream)); + GreenTrc = new Lazy(() => Read(Signatures.GreenTrc, Curve.FromStream)); + BlueTrc = new Lazy(() => Read(Signatures.BlueTrc, Curve.FromStream)); + + GreyTrc = new Lazy(() => Read(Signatures.GreyTrc, Curve.FromStream)); + MediaWhite = new Lazy<(double x, double y, double z)>(() => Read(Signatures.MediaWhitePoint, DataTypes.ReadXyzType)); } - - internal Luts GetLuts(Intent intent, bool isDeviceToPcs) - { - /* - * LUT tag precedence - * 1) use BToD* and DToB* if present, except where not needed [v5+ / iccMax also has BToD3 and DToB3 for absolute] - * 2) use BToA* and AToB* if present, when tag in 1) is not used - * 3) use BToA0 and AToB0 if present, when tags in 1), 2) are not used - * 4) use TRCs when tags in 1), 2), 3) are not used - */ - return isDeviceToPcs - ? intent switch - { - Intent.Perceptual => AToB0.Value!, - Intent.RelativeColorimetric => AToB1.Value ?? AToB0.Value!, - Intent.Saturation => AToB2.Value ?? AToB0.Value!, - Intent.AbsoluteColorimetric => AToB1.Value ?? AToB0.Value!, - _ => throw new ArgumentOutOfRangeException(nameof(intent), intent, null) - } - : intent switch - { - Intent.Perceptual => BToA0.Value!, - Intent.RelativeColorimetric => BToA1.Value ?? BToA0.Value!, - Intent.Saturation => BToA2.Value ?? BToA0.Value!, - Intent.AbsoluteColorimetric => BToA1.Value ?? BToA0.Value!, - _ => throw new ArgumentOutOfRangeException(nameof(intent), intent, null) - }; - } + + internal bool Has(string signature) => this.Any(x => x.Signature == signature); + internal bool HasAll(params string[] signatures) => signatures.All(Has); + internal bool HasAny(params string[] signatures) => signatures.Any(Has); private T? Read(string signature, Func read) { diff --git a/Unicolour/Icc/Transform.cs b/Unicolour/Icc/Transform.cs index d1cf407..db7b340 100644 --- a/Unicolour/Icc/Transform.cs +++ b/Unicolour/Icc/Transform.cs @@ -1,7 +1,33 @@ namespace Wacton.Unicolour.Icc; -internal static class Transform +internal abstract class Transform { + protected static readonly double[] RefWhite = { 0.9642, 1.0000, 0.8249 }; + private static readonly double[] RefBlack = { 0.00336, 0.0034731, 0.00287 }; + internal static readonly XyzConfiguration XyzD50 = new(WhitePoint.FromXyz(new Xyz(RefWhite[0], RefWhite[1], RefWhite[2])), "ICC XYZ D50"); + + private readonly Header header; + protected readonly Tags tags; + private int ProfileVersion => header.ProfileVersion.Major; + protected bool IsLabPcs => header.Pcs == Signatures.Lab; + private double[] MediaWhite => tags.MediaWhite.Value.ToArray(); + + // seems largely useless, value must be D50 when rounded to 4 decimals, i.e the same as RefWhite + // but reference implementation uses this value specifically for absolute intent PCS adjustment + private double[] PcsIlluminant => header.PcsIlluminant.ToArray(); + + private readonly bool hasPerceptualHandling; + + protected Transform(Header header, Tags tags, bool hasPerceptualHandling) + { + this.header = header; + this.tags = tags; + this.hasPerceptualHandling = hasPerceptualHandling; + } + + internal abstract double[] ToXyz(double[] deviceValues, Intent intent); + internal abstract double[] FromXyz(double[] xyz, Intent intent); + // A -> CLUT -> B (or input -> CLUT -> output) internal static double[] AB(double[] aCurveInputs, List aCurves, Clut clut, List bCurves) { @@ -73,4 +99,110 @@ private static double[] ApplyCurves(List curves, double[] inputs) return outputs; } + + private enum PcsAdjustment + { + None, + Perceptual, + AbsoluteColorimetric + } + + protected double[] AdjustXyz(double[] xyz, Intent intent, bool isDeviceToPcs) + { + var pcsAdjustment = intent switch + { + Intent.Perceptual when ProfileVersion == 2 || !hasPerceptualHandling => PcsAdjustment.Perceptual, + Intent.AbsoluteColorimetric => PcsAdjustment.AbsoluteColorimetric, + _ => PcsAdjustment.None + }; + + /* + * when using LAB PCS, negative values are clipped before PCS adjustment + * see DemoIccMAX --- IccCmm.cpp > CIccXform::AdjustPCS > CIccPCS::LabToXyz > IccUtil.cpp icLabtoXYZ > icICubeth (assumes #ifndef SAMPLEICC_NOCLIPLABTOXYZ) + * triggered by CIccXform::CheckDstAbs after transform when device-to-PCS + * triggered by CIccXform::CheckSrcAbs before transform when PCS-to-device + */ + if (IsLabPcs) + { + xyz = pcsAdjustment switch + { + PcsAdjustment.None => xyz, + _ => NegativeClip(xyz) + }; + } + + xyz = pcsAdjustment switch + { + PcsAdjustment.Perceptual => AdjustXyzPerceptual(xyz, isDeviceToPcs), + PcsAdjustment.AbsoluteColorimetric => AdjustXyzAbsolute(xyz, isDeviceToPcs), + _ => xyz + }; + + /* + * when using XYZ PCS, negative values are clipped after PCS adjustment + * see DemoIccMAX --- IccCmm.cpp > CIccXform::AdjustPCS > CIccPCS::NegClip (assumes #ifndef SAMPLEICC_NOCLIPLABTOXYZ) + * triggered by CIccXform::CheckDstAbs after transform when device-to-PCS + * triggered by CIccXform::CheckSrcAbs before transform when PCS-to-device + */ + if (!IsLabPcs) + { + xyz = pcsAdjustment switch + { + PcsAdjustment.None => xyz, + _ => NegativeClip(xyz) + }; + } + + return xyz; + } + + private static double[] AdjustXyzPerceptual(double[] xyz, bool isDeviceToPcs) + { + double GetScale(int i) => isDeviceToPcs ? 1 - RefBlack[i] / RefWhite[i] : 1 / (1 - RefBlack[i] / RefWhite[i]); + double GetOffset(int i) => isDeviceToPcs ? RefBlack[i] : -RefBlack[i] * GetScale(i); + double GetAdjusted(int i) => xyz[i] * GetScale(i) + GetOffset(i); + + var adjustedXyz = Enumerable.Range(0, 3).Select(GetAdjusted).ToArray(); + return adjustedXyz; + } + + private double[] AdjustXyzAbsolute(double[] xyz, bool isDeviceToPcs) + { + double GetScale(int i) => isDeviceToPcs ? MediaWhite[i] / PcsIlluminant[i] : PcsIlluminant[i] / MediaWhite[i]; + double GetAdjusted(int i) => xyz[i] * GetScale(i); + + var adjustedXyz = Enumerable.Range(0, 3).Select(GetAdjusted).ToArray(); + return adjustedXyz; + } + + internal static double[] IccLabToLab(double[] iccLab) + { + var l = iccLab[0] * 100; + var a = iccLab[1] * (127 + 128) - 128; + var b = iccLab[2] * (127 + 128) - 128; + return new[] { l, a, b }; + } + + internal static double[] LabToIccLab(double[] lab) + { + var l = lab[0] / 100.0; + var a = (lab[1] + 128) / (127 + 128); + var b = (lab[2] + 128) / (127 + 128); + return new[] { l, a, b }; + } + + internal static double[] IccLab2ToIccLab4(double[] iccLab2) => iccLab2.Select(x => x * 65535.0 / 65280.0).ToArray(); + internal static double[] IccLab4ToIccLab2(double[] iccLab2) => iccLab2.Select(x => x * 65280.0 / 65535.0).ToArray(); + + internal static double[] XyzToIccXyz(double[] xyz) => xyz.Select(XyzToIccXyz).ToArray(); + internal static double[] IccXyzToXyz(double[] iccXyz) => iccXyz.Select(IccXyzToXyz).ToArray(); + + private static double XyzToIccXyz(double value) => value * 32768.0 / 65535.0; + private static double IccXyzToXyz(double value) => value * 65535.0 / 32768.0; + + internal static double[] LabToXyz(double[] lab) => Lab.ToXyz(new Lab(lab[0], lab[1], lab[2]), XyzD50).Triplet.ToArray(); + internal static double[] XyzToLab(double[] xyz) => Lab.FromXyz(new Xyz(xyz[0], xyz[1], xyz[2]), XyzD50).Triplet.ToArray(); + + private static double[] NegativeClip(double[] xyz) => xyz.Select(NegativeClip).ToArray(); + private static double NegativeClip(double value) => Math.Max(value, 0); } \ No newline at end of file diff --git a/Unicolour/Icc/TransformAToB.cs b/Unicolour/Icc/TransformAToB.cs new file mode 100644 index 0000000..e129852 --- /dev/null +++ b/Unicolour/Icc/TransformAToB.cs @@ -0,0 +1,127 @@ +namespace Wacton.Unicolour.Icc; + +internal class TransformAToB : Transform +{ + private readonly Lazy ab0; + private readonly Lazy ab1; + private readonly Lazy ab2; + + private readonly Lazy ba0; + private readonly Lazy ba1; + private readonly Lazy ba2; + + internal TransformAToB(Header header, Tags tags) + : base(header, tags, hasPerceptualHandling: true) + { + ab0 = tags.AToB0; + ab1 = tags.AToB1; + ab2 = tags.AToB2; + ba0 = tags.BToA0; + ba1 = tags.BToA1; + ba2 = tags.BToA2; + } + + internal override double[] ToXyz(double[] deviceValues, Intent intent) + { + var lazyLuts = intent switch + { + Intent.Perceptual => ab0, + Intent.RelativeColorimetric => tags.Has(Signatures.AToB1) ? ab1 : ab0, + Intent.Saturation => tags.Has(Signatures.AToB2) ? ab2 : ab0, + Intent.AbsoluteColorimetric => tags.Has(Signatures.AToB1) ? ab1 : ab0, + _ => throw new ArgumentOutOfRangeException(nameof(intent), intent, null) + }; + + var luts = lazyLuts.Value!; + var pcsValues = ToPcs(deviceValues, luts); + + double[] xyz; + if (IsLabPcs) + { + var iccLab = pcsValues; + iccLab = luts.Type == LutType.Lut16 ? IccLab2ToIccLab4(iccLab) : iccLab; + var lab = IccLabToLab(iccLab); + xyz = LabToXyz(lab); + } + else + { + var iccXyz = pcsValues; + xyz = IccXyzToXyz(iccXyz); + } + + return AdjustXyz(xyz, intent, isDeviceToPcs: true); + } + + internal override double[] FromXyz(double[] xyz, Intent intent) + { + // unlike TRC transforms which are easily reversible + // AToB transform needs explicit tag for the reverse operation, which is not guaranteed to be present + // (e.g. input `scnr` profiles only need scanner device -> PCS, little need to convert the other way) + if (!tags.Has(Signatures.BToA0)) + { + throw new ArgumentException("BToA transform is not defined"); + } + + var lazyLuts = intent switch + { + Intent.Perceptual => ba0, + Intent.RelativeColorimetric => tags.Has(Signatures.BToA1) ? ba1 : ba0, + Intent.Saturation => tags.Has(Signatures.BToA2) ? ba2 : ba0, + Intent.AbsoluteColorimetric => tags.Has(Signatures.BToA1) ? ba1 : ba0, + _ => throw new ArgumentOutOfRangeException(nameof(intent), intent, null) + }; + + var luts = lazyLuts.Value!; + + xyz = AdjustXyz(xyz, intent, isDeviceToPcs: false); + + double[] pcsValues; + if (IsLabPcs) + { + var lab = XyzToLab(xyz); + var iccLab = LabToIccLab(lab); + iccLab = luts.Type == LutType.Lut16 ? IccLab4ToIccLab2(iccLab) : iccLab; + pcsValues = iccLab; + } + else + { + var iccXyz = XyzToIccXyz(xyz); + pcsValues = iccXyz; + } + + return ToDevice(pcsValues, luts); + } + + private static double[] ToPcs(double[] deviceValues, Luts luts) => ApplyLuts(deviceValues, luts); + private static double[] ToDevice(double[] pcsValues, Luts luts) => ApplyLuts(pcsValues, luts); + + private static double[] ApplyLuts(double[] inputValues, Luts luts) + { + var outputChannels = luts.Elements switch + { + LutElements.AB => luts.BCurves.Count, + LutElements.BA => luts.ACurves!.Count, + LutElements.AMB => luts.BCurves.Count, + LutElements.BMA => luts.ACurves!.Count, + LutElements.MB => luts.BCurves.Count, + LutElements.BM => luts.MCurves!.Count, + _ => luts.BCurves.Count + }; + + if (inputValues.Any(double.IsNaN)) + { + return Enumerable.Range(0, outputChannels).Select(_ => double.NaN).ToArray(); + } + + return luts.Elements switch + { + LutElements.AB => AB(inputValues, luts.ACurves!, luts.Clut!, luts.BCurves), + LutElements.BA => BA(inputValues, luts.BCurves, luts.Clut!, luts.ACurves!), + LutElements.AMB => AMB(inputValues, luts.ACurves!, luts.Clut!, luts.MCurves!, luts.Matrices!, luts.BCurves), + LutElements.BMA => BMA(inputValues, luts.BCurves, luts.Matrices!, luts.MCurves!, luts.Clut!, luts.ACurves!), + LutElements.MB => MB(inputValues, luts.MCurves!, luts.Matrices!, luts.BCurves), + LutElements.BM => BM(inputValues, luts.BCurves, luts.Matrices!, luts.MCurves!), + _ => B(inputValues, luts.BCurves) + }; + } +} \ No newline at end of file diff --git a/Unicolour/Icc/TransformDToB.cs b/Unicolour/Icc/TransformDToB.cs new file mode 100644 index 0000000..e7af4a3 --- /dev/null +++ b/Unicolour/Icc/TransformDToB.cs @@ -0,0 +1,22 @@ +namespace Wacton.Unicolour.Icc; + +internal class TransformDToB : Transform +{ + internal TransformDToB(Header header, Tags tags) + : base(header, tags, hasPerceptualHandling: true) + { + } + + internal override double[] ToXyz(double[] deviceValues, Intent intent) + { + throw new NotSupportedException("Transform DToB is not supported"); + } + + internal override double[] FromXyz(double[] xyz, Intent intent) + { + // if ever supported, check whether BToD is required + // or whether it might be missing, like BToA in input `scnr` profiles + // (see TransformAToB) + throw new NotSupportedException("Transform BToD is not supported"); + } +} \ No newline at end of file diff --git a/Unicolour/Icc/TransformNone.cs b/Unicolour/Icc/TransformNone.cs new file mode 100644 index 0000000..e762d68 --- /dev/null +++ b/Unicolour/Icc/TransformNone.cs @@ -0,0 +1,19 @@ +namespace Wacton.Unicolour.Icc; + +internal class TransformNone : Transform +{ + internal TransformNone(Header header, Tags tags) + : base(header, tags, hasPerceptualHandling: true) + { + } + + internal override double[] ToXyz(double[] deviceValues, Intent intent) + { + throw new NotSupportedException("Transform is not defined"); + } + + internal override double[] FromXyz(double[] xyz, Intent intent) + { + throw new NotSupportedException("Transform is not defined"); + } +} \ No newline at end of file diff --git a/Unicolour/Icc/TransformTrcGrey.cs b/Unicolour/Icc/TransformTrcGrey.cs new file mode 100644 index 0000000..f99a6ef --- /dev/null +++ b/Unicolour/Icc/TransformTrcGrey.cs @@ -0,0 +1,61 @@ +namespace Wacton.Unicolour.Icc; + +internal class TransformTrcGrey : Transform +{ + private readonly Lazy> bCurves; + private readonly Lazy> bCurvesInverse; + + // when LAB PCS, grey TRC is performed on the normalised "IccLab" + private static readonly double[] RefWhiteIccLab = LabToIccLab(XyzToLab(RefWhite)); + + internal TransformTrcGrey(Header header, Tags tags) + : base(header, tags, hasPerceptualHandling: false) + { + bCurves = new Lazy>(() => new List { tags.GreyTrc.Value! }); + bCurvesInverse = new Lazy>(() => new List { tags.GreyTrc.Value!.Inverse() }); + } + + internal override double[] ToXyz(double[] deviceValues, Intent intent) + { + // PCS is the single-channel "GRAY" + var pcsValues = ToPcs(deviceValues); + var grey = pcsValues.Single(); + + double[] xyz; + if (IsLabPcs) + { + var iccLab = RefWhiteIccLab.Select(value => value * grey).ToArray(); + var lab = IccLabToLab(iccLab); + xyz = LabToXyz(lab); + } + else + { + xyz = RefWhite.Select(value => value * grey).ToArray(); + } + + return AdjustXyz(xyz, intent, isDeviceToPcs: true); + } + + internal override double[] FromXyz(double[] xyz, Intent intent) + { + xyz = AdjustXyz(xyz, intent, isDeviceToPcs: false); + + double grey; + if (IsLabPcs) + { + var lab = XyzToLab(xyz); + var iccLab = LabToIccLab(lab); + grey = iccLab[0] / RefWhiteIccLab[0]; // L is the lightness + } + else + { + grey = xyz[1] / RefWhite[1]; // Y is the luminance + } + + var pcsValues = new[] { grey }; + return ToDevice(pcsValues); + } + + private double[] ToPcs(double[] deviceValues) => B(deviceValues, bCurves.Value); + private double[] ToDevice(double[] pcsValues) => B(pcsValues, bCurvesInverse.Value); +} \ No newline at end of file diff --git a/Unicolour/Icc/TransformTrcMatrix.cs b/Unicolour/Icc/TransformTrcMatrix.cs new file mode 100644 index 0000000..6d22dae --- /dev/null +++ b/Unicolour/Icc/TransformTrcMatrix.cs @@ -0,0 +1,51 @@ +namespace Wacton.Unicolour.Icc; + +internal class TransformTrcMatrix : Transform +{ + private readonly Lazy> bCurves; + private readonly Lazy> bCurvesInverse; + private readonly Lazy matrices; + private readonly Lazy matricesInverse; + private readonly List mCurves = new() { TableCurve.Identity, TableCurve.Identity, TableCurve.Identity }; + + internal TransformTrcMatrix(Header header, Tags tags) + : base(header, tags, hasPerceptualHandling: false) + { + bCurves = new Lazy>(() => new List { tags.RedTrc.Value!, tags.GreenTrc.Value!, tags.BlueTrc.Value! }); + matrices = new Lazy(() => new Matrices(Multiply: GetMatrix(), Offset: Matrices.ZeroOffset)); + + bCurvesInverse = new Lazy>(() => new List { tags.RedTrc.Value!.Inverse(), tags.GreenTrc.Value!.Inverse(), tags.BlueTrc.Value!.Inverse() }); + matricesInverse = new Lazy(() => new Matrices(Multiply: GetMatrix().Inverse(), Offset: Matrices.ZeroOffset)); + } + + internal override double[] ToXyz(double[] deviceValues, Intent intent) + { + // this transform can only be used with XYZ PCS, no need to handle LAB PCS + var xyz = ToPcs(deviceValues); + return AdjustXyz(xyz, intent, isDeviceToPcs: true); + } + + internal override double[] FromXyz(double[] xyz, Intent intent) + { + // this transform can only be used with XYZ PCS, no need to handle LAB PCS + xyz = AdjustXyz(xyz, intent, isDeviceToPcs: false); + return ToDevice(xyz); + } + + private double[] ToPcs(double[] deviceValues) => BM(deviceValues, bCurves.Value, matrices.Value, mCurves); + private double[] ToDevice(double[] pcsValues) => MB(pcsValues, mCurves, matricesInverse.Value, bCurvesInverse.Value); + + private Matrix GetMatrix() + { + var redMatrix = tags.RedMatrixColumn.Value; + var greenMatrix = tags.GreenMatrixColumn.Value; + var blueMatrix = tags.BlueMatrixColumn.Value; + + return new Matrix(new[,] + { + { redMatrix.x, greenMatrix.x, blueMatrix.x }, + { redMatrix.y, greenMatrix.y, blueMatrix.y }, + { redMatrix.z, greenMatrix.z, blueMatrix.z } + }); + } +} \ No newline at end of file diff --git a/Unicolour/IccConfiguration.cs b/Unicolour/IccConfiguration.cs index 42db81b..16c62c4 100644 --- a/Unicolour/IccConfiguration.cs +++ b/Unicolour/IccConfiguration.cs @@ -38,7 +38,7 @@ public IccConfiguration(string profilePath, Intent intent, string name = Utils.U // which seems to make sense here since Unicolour is effectively the PCS between the two Profile = profile; Intent = intent == Intent.Unspecified ? Profile.Header.Intent : intent; - Error = GetProfileSupportError(Profile, Intent); + Error = GetProfileSupportError(Profile); Name = name; } @@ -46,7 +46,7 @@ public IccConfiguration(Profile profile, Intent intent, string name = Utils.Unna { Profile = profile; Intent = intent == Intent.Unspecified ? Profile.Header.Intent : intent; - Error = GetProfileSupportError(Profile, Intent); + Error = GetProfileSupportError(Profile); Name = name; } @@ -54,15 +54,15 @@ public IccConfiguration(Profile? profile, string name = Utils.Unnamed) { Profile = profile; Intent = Profile == null ? Intent.Unspecified : Profile.Header.Intent; - Error = Profile == null ? null : GetProfileSupportError(Profile, Intent); + Error = Profile == null ? null : GetProfileSupportError(Profile); Name = name; } - private static string? GetProfileSupportError(Profile profile, Intent intent) + private static string? GetProfileSupportError(Profile profile) { try { - profile.ErrorIfUnsupported(intent); + profile.ErrorIfUnsupported(); } catch (Exception e) { diff --git a/Unicolour/Matrix.cs b/Unicolour/Matrix.cs index 0f91ff6..1a4d9cc 100644 --- a/Unicolour/Matrix.cs +++ b/Unicolour/Matrix.cs @@ -45,7 +45,7 @@ internal Matrix Inverse() { if (Rows != 3 || Cols != 3) { - throw new InvalidOperationException("Only inverse of 3x3 matrix is supported"); + throw new NotSupportedException("Only inverse of 3x3 matrix is supported"); } var a = this[0, 0]; @@ -99,7 +99,7 @@ internal ColourTriplet ToTriplet() { if (Rows != 3 || Cols != 1) { - throw new InvalidOperationException("Can only create triplet from 3x1 matrix"); + throw new NotSupportedException("Can only create triplet from 3x1 matrix"); } return new ColourTriplet(Data[0, 0], Data[1, 0], Data[2, 0]); diff --git a/docs/README.md b/docs/README.md index f1cfd45..237da87 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ [![GitLab](https://badgen.net/static/gitlab/source/ff1493?icon=gitlab)](https://gitlab.com/Wacton/Unicolour) [![NuGet](https://badgen.net/nuget/v/Wacton.Unicolour?icon)](https://www.nuget.org/packages/Wacton.Unicolour/) [![pipeline status](https://gitlab.com/Wacton/Unicolour/badges/main/pipeline.svg)](https://gitlab.com/Wacton/Unicolour/-/commits/main) -[![tests passed](https://badgen.net/static/tests/188,115/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) +[![tests passed](https://badgen.net/static/tests/216,552/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) [![coverage report](https://gitlab.com/Wacton/Unicolour/badges/main/coverage.svg)](https://gitlab.com/Wacton/Unicolour/-/pipelines) Unicolour is the most comprehensive .NET library for working with colour: @@ -298,13 +298,30 @@ var navyCmyk = new Unicolour(config, new Channels(1.0, 1.0, 0.0, 0.5)); Console.WriteLine(navyCmyk.Rgb.Byte255); // 46 37 87 ``` -Only ICC profiles that meet the following criteria are supported: - -| Restriction | Criteria | Tag signature | -|---------------|----------------------|-------------------------------------------------------------------------------------| -| Device class | Output or ColorSpace | `prtr` or `spac` | -| PCS | CIELAB or CIEXYZ | `Lab ` or `XYZ ` | -| Transform | A2B and B2A | `A2B0` and `B2A0` (`A2B1` `B2A1` and `A2B2` `B2A2` are used accordingly if present) | +The following tables summarise which ICC profiles are compatible with Unicolour: + +| | Profile version | +|---|-------------------| +| ✅ | 2 | +| ✅ | 4 | +| ❌ | 5 / iccMAX | + +| | Profile/device class | +|---|----------------------| +| ✅ | Input `scnr` | +| ✅ | Display `mntr` | +| ✅ | Output `prtr` | +| ✅ | ColorSpace `spac` | +| ❌ | DeviceLink `link` | +| ❌ | Abstract `abst` | +| ❌ | NamedColor `nmcl` | + +| | Transform | +|---|---------------------------------------------------------------------| +| ✅ | AToB / BToA `A2B0` `A2B1` `A2B2` `B2A0` `B2A1` `B2A2` | +| ✅ | TRC matrix `rTRC` `gTRC` `bTRC` `rXYZ` `gXYZ` `bXYZ` | +| ✅ | TRC grey `kTRC` | +| ❌ | DToB / BToD `D2B0` `D2B1` `D2B2` `D2B3` `B2D0` `B2D1` `B2D2` `B2D3` | A wider variety of ICC profiles will be supported in future releases. If a problem is encountered using an ICC profile that meets the above criteria, please [raise an issue](https://github.com/waacton/Unicolour/issues). @@ -471,7 +488,7 @@ When a [conversion to or from XYZ space](#convert-between-colour-spaces) involve ### Convert between configurations A `Unicolour` can be converted to a different configuration, -in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, etc. +in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, ICC profiles, etc. ```c# /* pure sRGB green */ @@ -634,6 +651,6 @@ var mapped = Colourmaps.Viridis.Map(0.5); --- -[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2024 William Acton. +[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2025 William Acton. Also available in [American](README_us.md) 🇺🇸. \ No newline at end of file diff --git a/docs/README_us.md b/docs/README_us.md index 9ca91d3..54c56c8 100644 --- a/docs/README_us.md +++ b/docs/README_us.md @@ -3,7 +3,7 @@ [![GitLab](https://badgen.net/static/gitlab/source/ff1493?icon=gitlab)](https://gitlab.com/Wacton/Unicolour) [![NuGet](https://badgen.net/nuget/v/Wacton.Unicolour?icon)](https://www.nuget.org/packages/Wacton.Unicolour/) [![pipeline status](https://gitlab.com/Wacton/Unicolour/badges/main/pipeline.svg)](https://gitlab.com/Wacton/Unicolour/-/commits/main) -[![tests passed](https://badgen.net/static/tests/188,115/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) +[![tests passed](https://badgen.net/static/tests/216,552/green/)](https://gitlab.com/Wacton/Unicolour/-/pipelines) [![coverage report](https://gitlab.com/Wacton/Unicolour/badges/main/coverage.svg)](https://gitlab.com/Wacton/Unicolour/-/pipelines) Unicolour is the most comprehensive .NET library for working with color: @@ -298,13 +298,30 @@ var navyCmyk = new Unicolour(config, new Channels(1.0, 1.0, 0.0, 0.5)); Console.WriteLine(navyCmyk.Rgb.Byte255); // 46 37 87 ``` -Only ICC profiles that meet the following criteria are supported: - -| Restriction | Criteria | Tag signature | -|---------------|----------------------|-------------------------------------------------------------------------------------| -| Device class | Output or ColorSpace | `prtr` or `spac` | -| PCS | CIELAB or CIEXYZ | `Lab ` or `XYZ ` | -| Transform | A2B and B2A | `A2B0` and `B2A0` (`A2B1` `B2A1` and `A2B2` `B2A2` are used accordingly if present) | +The following tables summarise which ICC profiles are compatible with Unicolour: + +| | Profile version | +|---|-------------------| +| ✅ | 2 | +| ✅ | 4 | +| ❌ | 5 / iccMAX | + +| | Profile/device class | +|---|----------------------| +| ✅ | Input `scnr` | +| ✅ | Display `mntr` | +| ✅ | Output `prtr` | +| ✅ | ColorSpace `spac` | +| ❌ | DeviceLink `link` | +| ❌ | Abstract `abst` | +| ❌ | NamedColor `nmcl` | + +| | Transform | +|---|---------------------------------------------------------------------| +| ✅ | AToB / BToA `A2B0` `A2B1` `A2B2` `B2A0` `B2A1` `B2A2` | +| ✅ | TRC matrix `rTRC` `gTRC` `bTRC` `rXYZ` `gXYZ` `bXYZ` | +| ✅ | TRC gray `kTRC` | +| ❌ | DToB / BToD `D2B0` `D2B1` `D2B2` `D2B3` `B2D0` `B2D1` `B2D2` `B2D3` | A wider variety of ICC profiles will be supported in future releases. If a problem is encountered using an ICC profile that meets the above criteria, please [raise an issue](https://github.com/waacton/Unicolour/issues). @@ -471,7 +488,7 @@ When a [conversion to or from XYZ space](#convert-between-color-spaces) involves ### Convert between configurations A `Unicolour` can be converted to a different configuration, -in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, etc. +in turn enabling conversions between different RGB models, XYZ white points, CAM viewing conditions, ICC profiles, etc. ```c# /* pure sRGB green */ @@ -634,6 +651,6 @@ var mapped = Colourmaps.Viridis.Map(0.5); --- -[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2024 William Acton. +[Wacton.Unicolour](https://github.com/waacton/Unicolour) is licensed under the [MIT License](https://choosealicense.com/licenses/mit/), copyright © 2022-2025 William Acton. Also available in [British](README.md) 🇬🇧. \ No newline at end of file